POST api/Get_Filiales_x_pag?idCliente={idCliente}&Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
Required |
|
| Ren | integer |
Required |
|
| Pag | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Qry_Filiales| Name | Description | Type | Additional information |
|---|---|---|---|
| idFilial | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomCliente | string |
None. |
|
| codFilial | string |
None. |
|
| nomComercial | string |
None. |
|
| idRazonSocial | globally unique identifier |
None. |
|
| status | boolean |
None. |
|
| fecAlta | date |
None. |
|
| fecActivacion | date |
None. |
|
| fecInactivacion | date |
None. |
|
| idDireccionComercial | globally unique identifier |
None. |
|
| sitioWeb | string |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idFilial": "6f17552a-9df9-48d5-9047-74f0a729c9fc",
"idCliente": "ac65d0c9-356f-4315-a160-8b7eca390450",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "f5eb0995-1307-4991-9ddd-c7a3127f9029",
"status": true,
"fecAlta": "2026-07-10T14:11:13.331181+00:00",
"fecActivacion": "2026-07-10T14:11:13.331181+00:00",
"fecInactivacion": "2026-07-10T14:11:13.331181+00:00",
"idDireccionComercial": "52f16122-ff5f-4b9d-8d05-69399f08fe7e",
"sitioWeb": "sample string 12",
"num": 13
}