POST api/GetTelefonoContactoSucursales?idContacto={idContacto}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idContacto | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_TelefonoContactoSucursales| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
None. |
|
| idContacto | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| numTelefono | string |
None. |
|
| numExtension | string |
None. |
|
| idTipoTelefono | globally unique identifier |
None. |
|
| nomTipoTelefono | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idSucursal": "3eb212fd-ea41-4e3d-98c1-694758d119a4",
"idContacto": "8491da51-fcd5-4b21-8fe6-448ea5c10a82",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"numTelefono": "sample string 6",
"numExtension": "sample string 7",
"idTipoTelefono": "f176755f-b497-449d-8610-df323079f9bd",
"nomTipoTelefono": "sample string 9"
}