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": "f519662f-7e30-4103-9880-410a9defc492",
"idCliente": "c4a80cdd-7f99-42b2-b0e3-c62e66f87994",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "ee2d737a-6d99-40f2-a197-c94a6d7cf5c9",
"status": true,
"fecAlta": "2026-08-12T14:48:18.2667491+00:00",
"fecActivacion": "2026-08-12T14:48:18.2667491+00:00",
"fecInactivacion": "2026-08-12T14:48:18.2667491+00:00",
"idDireccionComercial": "ae285930-f596-4482-9d84-ae76eeff43ed",
"sitioWeb": "sample string 12",
"num": 13
}