POST api/GetContactoSucursales?idSucursal={idSucursal}&Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
Required |
|
| Ren | integer |
Required |
|
| Pag | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_DatosContactoSucursales| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
None. |
|
| idContacto | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idSucursal": "f5c3a5d2-6f0f-4dc4-9750-7dd1a99f4a00",
"idContacto": "e349f047-bfde-4cc4-a28c-afcfd03bfef5",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"num": 6
}