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": "084deb0d-f672-458b-ab01-a6ac35218e5c",
"idCliente": "ef22c21c-165a-49ec-92d3-88d90be79cd7",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "50ffe647-18db-4e0c-bb27-b5975eb880de",
"status": true,
"fecAlta": "2026-09-03T14:49:55.2099755+00:00",
"fecActivacion": "2026-09-03T14:49:55.2099755+00:00",
"fecInactivacion": "2026-09-03T14:49:55.2099755+00:00",
"idDireccionComercial": "2800fee3-d911-46ed-88a5-830249749042",
"sitioWeb": "sample string 12",
"num": 13
}