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": "dad0b06b-cde1-41e8-91c1-ffc09ee4c80c",
"idContacto": "8e1e7e7c-dba7-45f8-9828-b32a0c6dff1d",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"numTelefono": "sample string 6",
"numExtension": "sample string 7",
"idTipoTelefono": "36a2b893-f1a3-463f-b7a1-614e363822ff",
"nomTipoTelefono": "sample string 9"
}