GET api/Clientes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Cliente| Name | Description | Type | Additional information |
|---|---|---|---|
| ClienteID | string |
String length: inclusive between 0 and 128 |
|
| SiteID | integer |
None. |
|
| Nome | string |
Required String length: inclusive between 0 and 64 |
|
| Sobrenome | string |
Required String length: inclusive between 0 and 64 |
|
| Cpf | string |
Required String length: inclusive between 0 and 16 |
|
| RgNumero | string |
String length: inclusive between 0 and 16 |
|
| RgDatExpedicao | date |
None. |
|
| DatNascimento | date |
None. |
|
| Sexo | string |
String length: inclusive between 0 and 1 |
|
| Cnpj | string |
String length: inclusive between 0 and 16 |
|
| InsEstadual | string |
String length: inclusive between 0 and 64 |
|
| RecNotificacoes | boolean |
Required |
|
| RecInformativos | boolean |
Required |
|
| Situacao | string |
Required String length: inclusive between 0 and 8 |
|
| SitMotivo | string |
Data type: MultilineText |
|
| ObsInterna | string |
Data type: MultilineText |
|
| DatHorCadastro | date |
None. |
|
| DatHorAtualizacao | date |
None. |
|
| Usuario | string |
String length: inclusive between 0 and 256 |
Response Formats
application/json, text/json
Sample:
{
"ClienteID": "sample string 1",
"SiteID": 2,
"Nome": "sample string 3",
"Sobrenome": "sample string 4",
"Cpf": "sample string 5",
"RgNumero": "sample string 6",
"RgDatExpedicao": "2026-02-19T08:35:20.9439295+00:00",
"DatNascimento": "2026-02-19T08:35:20.9439295+00:00",
"Sexo": "sample string 7",
"Cnpj": "sample string 8",
"InsEstadual": "sample string 9",
"RecNotificacoes": true,
"RecInformativos": true,
"Situacao": "sample string 12",
"SitMotivo": "sample string 13",
"ObsInterna": "sample string 14",
"DatHorCadastro": "2026-02-19T08:35:20.9439295+00:00",
"DatHorAtualizacao": "2026-02-19T08:35:20.9439295+00:00",
"Usuario": "sample string 17"
}