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": "4e67ce50-faae-48a2-a07a-9967783b11db",
"idCliente": "d663a46a-4177-4e35-9d1a-0e4828e8753a",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "46735cb1-20a6-4485-9d71-dd29bdfa05ce",
"status": true,
"fecAlta": "2026-03-21T02:15:13.1589779-04:00",
"fecActivacion": "2026-03-21T02:15:13.1589779-04:00",
"fecInactivacion": "2026-03-21T02:15:13.1589779-04:00",
"idDireccionComercial": "1a4a2e44-ea63-4831-bf32-ccd40ff55b64",
"sitioWeb": "sample string 12",
"num": 13
}