GET api/Clientes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Plusnet.WebStore.Model.Site.ClienteOUT| Name | Description | Type | Additional information |
|---|---|---|---|
| Nome | string |
Required String length: inclusive between 0 and 64 (Nome) |
|
| Sobrenome | string |
Required String length: inclusive between 0 and 64 (Sobrenome) |
|
| Cpf | string |
Required String length: inclusive between 0 and 16 (CPF) |
|
| RgNumero | string |
String length: inclusive between 0 and 16 (RG: Número) |
|
| RgDatExpedicao | date |
({0:d}) (RG: Data de Expedição) |
|
| DatNascimento | date |
({0:d}) (Data de Nascimento) |
|
| Sexo | string |
String length: inclusive between 0 and 1 (Sexo) |
|
| Cnpj | string |
String length: inclusive between 0 and 16 (CNPJ) |
|
| InsEstadual | string |
String length: inclusive between 0 and 64 (Inscrição Estadual) |
|
| RecNotificacoes | boolean |
Required (Receber Notificações) |
|
| RecInformativos | boolean |
Required (Receber Informativos) |
|
| Situacao | string |
Required (Vide ClientesSituacao) String length: inclusive between 0 and 8 (Situação) |
|
| SitMotivo | string |
Data type: MultilineText (Situação: Motivo) |
|
| ClienteEndereco | Plusnet.WebStore.Model.Site.ClienteOUT+ClienteEnderecoOUT |
None. |
Response Formats
application/json, text/json
Sample:
{
"Nome": "sample string 1",
"Sobrenome": "sample string 2",
"Cpf": "sample string 3",
"RgNumero": "sample string 4",
"RgDatExpedicao": "2026-02-19T08:35:41.8415102+00:00",
"DatNascimento": "2026-02-19T08:35:41.8415102+00:00",
"Sexo": "sample string 5",
"Cnpj": "sample string 6",
"InsEstadual": "sample string 7",
"RecNotificacoes": true,
"RecInformativos": true,
"Situacao": "sample string 10",
"SitMotivo": "sample string 11",
"ClienteEndereco": {
"Cep": "sample string 1",
"Logradouro": "sample string 2",
"Numero": "sample string 3",
"Complemento": "sample string 4",
"Bairro": "sample string 5",
"Localidade": "sample string 6",
"Uf": "sample string 7",
"FonDdd1": "sample string 8",
"FonNum1": "sample string 9",
"FonDdd2": "sample string 10",
"FonNum2": "sample string 11",
"FonDdd3": "sample string 12",
"FonNum3": "sample string 13"
}
}