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": "96b1e270-3616-4bde-bc59-0638500acfe9",
"idContacto": "fa26b3f5-d1b4-4f84-b373-727794ea65b5",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"numTelefono": "sample string 6",
"numExtension": "sample string 7",
"idTipoTelefono": "6b1f9699-f991-473c-899f-bb1de407afa4",
"nomTipoTelefono": "sample string 9"
}