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": "b6c7b6b4-77e2-40ac-837f-fab1df7d403a",
"idCliente": "3a70d2b2-82bf-465a-a32c-4cf08d8338bd",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "73288a0d-0755-4835-b794-53f9055093b7",
"status": true,
"fecAlta": "2026-05-08T14:12:23.1295375+00:00",
"fecActivacion": "2026-05-08T14:12:23.1295375+00:00",
"fecInactivacion": "2026-05-08T14:12:23.1295375+00:00",
"idDireccionComercial": "c25928be-eec3-44b0-9429-6f6dcb653555",
"sitioWeb": "sample string 12",
"num": 13
}