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": "e127d804-6cf0-496a-b4da-4bc3e9de6f47",
"idCliente": "eee8317e-f94f-4a26-b8b0-564c24bda91b",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "099a9b31-8a00-479b-8577-71221e19a352",
"status": true,
"fecAlta": "2026-06-18T03:36:35.9176108+00:00",
"fecActivacion": "2026-06-18T03:36:35.9176108+00:00",
"fecInactivacion": "2026-06-18T03:36:35.9176108+00:00",
"idDireccionComercial": "afac3405-00c4-4e46-8d22-c50f29e69bf7",
"sitioWeb": "sample string 12",
"num": 13
}