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": "2e84acdd-5bf8-4db6-b332-1009613fc7c8",
"idCliente": "c47c65b9-3ba7-4fad-86a1-4f149f8c2cfa",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "9181e19b-6e63-48ac-9520-ab9b973a7443",
"status": true,
"fecAlta": "2026-09-03T14:53:22.8986962+00:00",
"fecActivacion": "2026-09-03T14:53:22.8986962+00:00",
"fecInactivacion": "2026-09-03T14:53:22.8986962+00:00",
"idDireccionComercial": "42e79458-d5fa-40f5-80f5-0687733c9f1c",
"sitioWeb": "sample string 12",
"num": 13
}