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": "7a53fd40-242c-4dac-8a3f-9e8a6176ef17",
"idCliente": "8413a3f2-10a9-4938-99c8-bff9756dccbc",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "2edf8fcb-5369-4179-864b-baaf1cd87e3f",
"status": true,
"fecAlta": "2026-03-13T20:42:37.2568515+00:00",
"fecActivacion": "2026-03-13T20:42:37.2568515+00:00",
"fecInactivacion": "2026-03-13T20:42:37.2568515+00:00",
"idDireccionComercial": "0005e51c-bc0c-4839-b793-a73b8497674e",
"sitioWeb": "sample string 12",
"num": 13
}