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": "46d4a468-f1fb-4201-bf64-dc6e4f74ec19",
"CodigoCliente": "sample string 2",
"Nombre": "sample string 3",
"Email": "sample string 4",
"Dni": "sample string 5"
}