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": "1bd410cb-11af-4505-b3aa-3ce58f660e2e",
"idCliente": "e027c5e7-a040-4431-9742-502565a5226e",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "e28dbc1d-87ee-4cca-972b-99948e4c9cd0",
"status": true,
"fecAlta": "2026-03-22T12:57:07.6035435-04:00",
"fecActivacion": "2026-03-22T12:57:07.6035435-04:00",
"fecInactivacion": "2026-03-22T12:57:07.6035435-04:00",
"idDireccionComercial": "e6b0cb0e-8b13-4866-b02e-1c668e4d37f9",
"sitioWeb": "sample string 12",
"num": 13
}