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": "d143653d-f6c7-47ba-925f-01a349d9c6f3",
"idContacto": "7fb38178-6bc3-493b-9d5f-3eb36f7e7256",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"numTelefono": "sample string 6",
"numExtension": "sample string 7",
"idTipoTelefono": "90748492-b1ba-4c33-bc72-da3ad0276a20",
"nomTipoTelefono": "sample string 9"
}