GET BackOffice/LovClients?_Search={_Search}&Credentials={Credentials}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_Search | string |
Required |
|
Credentials | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntityClientesName | Description | Type | Additional information |
---|---|---|---|
IdCliente | integer |
None. |
|
IdOptigest | integer |
None. |
|
Nome | string |
None. |
|
Credentials | string |
None. |
|
HasError | boolean |
None. |
|
HasErrorDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IdCliente": 1, "IdOptigest": 2, "Nome": "sample string 3", "Credentials": "sample string 4", "HasError": true, "HasErrorDescription": "sample string 6" }, { "IdCliente": 1, "IdOptigest": 2, "Nome": "sample string 3", "Credentials": "sample string 4", "HasError": true, "HasErrorDescription": "sample string 6" } ]