GET api/contactos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Contacto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CodigoCliente | string |
None. |
|
| Nombre | string |
None. |
|
| string |
None. |
||
| Dni | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "92725e41-1690-4b14-a3b9-5e592c8b20e1",
"CodigoCliente": "sample string 2",
"Nombre": "sample string 3",
"Email": "sample string 4",
"Dni": "sample string 5"
}