POST api/Get_Filiales?idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
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": "bf14f16d-d7db-4426-a237-bbfeceefb936",
"idCliente": "0747bc26-264b-484a-abd2-129b08ff419d",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "dff7a25c-37b9-4490-9aa9-c3f7ba0f1695",
"status": true,
"fecAlta": "2026-07-10T14:07:29.6073351+00:00",
"fecActivacion": "2026-07-10T14:07:29.6073351+00:00",
"fecInactivacion": "2026-07-10T14:07:29.6073351+00:00",
"idDireccionComercial": "5184cf68-4f4e-4166-a802-52f68de6d6c6",
"sitioWeb": "sample string 12",
"num": 13
}