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": "ed47c20a-ae1d-483f-bfd7-22b44d2c2ced",
"idCliente": "c52ccd5c-5615-4a80-9f13-8d2420e33aef",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "a4cf6c92-df56-4de9-a80b-23d1b8aaf0a6",
"status": true,
"fecAlta": "2026-06-18T03:28:21.4156876+00:00",
"fecActivacion": "2026-06-18T03:28:21.4156876+00:00",
"fecInactivacion": "2026-06-18T03:28:21.4156876+00:00",
"idDireccionComercial": "5c20224d-e56e-4f58-9779-71d0cdcdd853",
"sitioWeb": "sample string 12",
"num": 13
}