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": "7d563078-3c84-4321-9cb9-0851424c7271",
"idCliente": "f1cc71d9-63c5-40f7-8bb3-539cade6e6a0",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "bc5c08c9-aa37-472b-a379-b6bbc448e726",
"status": true,
"fecAlta": "2026-04-04T11:46:03.3088215-04:00",
"fecActivacion": "2026-04-04T11:46:03.3088215-04:00",
"fecInactivacion": "2026-04-04T11:46:03.3088215-04:00",
"idDireccionComercial": "3ca15452-4a9b-4fde-9eb4-debe1d997deb",
"sitioWeb": "sample string 12",
"num": 13
}