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": "0a910fe5-3e8f-4d6d-b7bf-0be108326aa7",
"idCliente": "339699fb-f295-42f1-a297-d9bdbc45f747",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "f6fe55ca-c911-444e-9a92-f19ace107321",
"status": true,
"fecAlta": "2026-03-13T20:40:17.6146566+00:00",
"fecActivacion": "2026-03-13T20:40:17.6146566+00:00",
"fecInactivacion": "2026-03-13T20:40:17.6146566+00:00",
"idDireccionComercial": "fdf62f39-f5eb-4596-81b1-0c481183d356",
"sitioWeb": "sample string 12",
"num": 13
}