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": "e16d7c33-1e58-4e10-bb13-09210246bd41",
"idCliente": "26e8b098-b224-42db-b500-68b7798a673f",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "3517daba-0a84-47b3-a110-c45dd54bc8a6",
"status": true,
"fecAlta": "2026-05-08T14:15:53.9280534+00:00",
"fecActivacion": "2026-05-08T14:15:53.9280534+00:00",
"fecInactivacion": "2026-05-08T14:15:53.9280534+00:00",
"idDireccionComercial": "19b85eec-9a3c-40e3-ac36-3fbb6d06b126",
"sitioWeb": "sample string 12",
"num": 13
}