GET api/Cliente/BuscarClientePorId?idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ClienteViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCliente | integer |
None. |
|
| Nome | string |
None. |
|
| SobreNome | string |
None. |
|
| IdEmpresa | integer |
None. |
|
| Telefone | string |
None. |
|
| DataCadastro | date |
None. |
|
| UrlFoto | string |
None. |
|
| InfoCadastro | string |
None. |
|
| DataNascimento | date |
None. |
|
| string |
None. |
||
| NomeSobrenome | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdCliente": 1,
"Nome": "sample string 2",
"SobreNome": "sample string 3",
"IdEmpresa": 1,
"Telefone": "sample string 4",
"DataCadastro": "2026-05-08T18:27:04.7638922+00:00",
"UrlFoto": "sample string 6",
"InfoCadastro": "sample string 7",
"DataNascimento": "2026-05-08T18:27:04.7638922+00:00",
"Email": "sample string 8",
"NomeSobrenome": "sample string 9"
}