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": "3404fe24-3764-4bad-9479-87ca4523859a",
"CodigoCliente": "sample string 2",
"Nombre": "sample string 3",
"Email": "sample string 4",
"Dni": "sample string 5"
}