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": "84a57fbb-4816-46ee-a477-36bdea4b0615",
"idContacto": "2fc58634-7fef-4874-996d-f0314597018d",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"num": 6
}