GET api/GetContactos_x_idSucursal?idSucursal={idSucursal}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | 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": "c2de2571-0e92-43d4-931f-966fe46b310f",
"idContacto": "dda15695-5a7d-4f40-8413-a3d6744e5794",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"numTelefono": "sample string 6",
"numExtension": "sample string 7",
"idTipoTelefono": "ff39b88e-5dc3-4835-9a43-a720e29adbe5",
"nomTipoTelefono": "sample string 9"
}