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": "5babb9b0-e055-4123-be00-532241ec71f2",
"idContacto": "6482906a-fd6a-4062-85a4-c5c17c8d1c2e",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"num": 6
}