GET api/Dados/Getpro_clients_offices_localsByOffice?_Credentials={_Credentials}&_Id={_Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_Credentials | string |
Required |
|
_Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntity_pro_clients_offices_localsName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
local_main | integer |
None. |
|
local_main_name | string |
None. |
|
local_nome | string |
None. |
|
local_descricao | string |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "local_main": 2, "local_main_name": "sample string 3", "local_nome": "sample string 4", "local_descricao": "sample string 5", "_Action": "sample string 6", "hasError": true, "hasErrorMessage": "sample string 8", "_SendCredentials": "sample string 9" }, { "id": 1, "local_main": 2, "local_main_name": "sample string 3", "local_nome": "sample string 4", "local_descricao": "sample string 5", "_Action": "sample string 6", "hasError": true, "hasErrorMessage": "sample string 8", "_SendCredentials": "sample string 9" } ]
application/xml, text/xml
Sample:
<ArrayOfcTables.cEntity_pro_clients_offices_locals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <cTables.cEntity_pro_clients_offices_locals> <_Action>sample string 6</_Action> <_SendCredentials>sample string 9</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 8</hasErrorMessage> <id>1</id> <local_descricao>sample string 5</local_descricao> <local_main>2</local_main> <local_main_name>sample string 3</local_main_name> <local_nome>sample string 4</local_nome> </cTables.cEntity_pro_clients_offices_locals> <cTables.cEntity_pro_clients_offices_locals> <_Action>sample string 6</_Action> <_SendCredentials>sample string 9</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 8</hasErrorMessage> <id>1</id> <local_descricao>sample string 5</local_descricao> <local_main>2</local_main> <local_main_name>sample string 3</local_main_name> <local_nome>sample string 4</local_nome> </cTables.cEntity_pro_clients_offices_locals> </ArrayOfcTables.cEntity_pro_clients_offices_locals>