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": "7986bd95-e9a1-433a-aac9-ae50561c87a8",
"idCliente": "5867065d-f57d-4df1-a9fe-91335c24617b",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "dde58d71-8adc-4ccd-8897-ce4060fde0b7",
"status": true,
"fecAlta": "2026-04-04T11:49:53.7671492-04:00",
"fecActivacion": "2026-04-04T11:49:53.7671492-04:00",
"fecInactivacion": "2026-04-04T11:49:53.7671492-04:00",
"idDireccionComercial": "81dde61b-7375-4a17-953c-690641808ca0",
"sitioWeb": "sample string 12",
"num": 13
}