POST api/GetDatosContacto?idContacto={idContacto}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idContacto | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_DatosContactoSucursales| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
None. |
|
| idContacto | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idSucursal": "3177fe09-0237-456f-a449-a99cf2fec7e5",
"idContacto": "7c3a3189-0eeb-4853-9eb0-b27ba8099a04",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"num": 6
}