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": "83f8e3cb-27f4-483b-a337-9e7dfacd4396",
"idCliente": "948ce8e8-a1e0-4a64-93a1-b3c534bb395c",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "c398dd83-7dc1-49c6-9bff-0ba6abbfe8a8",
"status": true,
"fecAlta": "2026-08-12T14:54:23.4157523+00:00",
"fecActivacion": "2026-08-12T14:54:23.4157523+00:00",
"fecInactivacion": "2026-08-12T14:54:23.4157523+00:00",
"idDireccionComercial": "95628961-8243-4799-a2ad-9e827a766952",
"sitioWeb": "sample string 12",
"num": 13
}