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": "b1f75f37-7c28-4681-916d-92eb42b7715a",
"idContacto": "c9771672-5e92-4c8b-a1e8-bbfa392148ab",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"num": 6
}