POST api/Get_Filial?idFilial={idFilial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idFilial | 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": "95065870-e398-4f86-b09d-e7815bb650d1",
"idCliente": "2de5dd93-8618-48b7-a5bb-bed6015f3280",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "46e96120-56c3-4a47-95f7-09858f7f3a67",
"status": true,
"fecAlta": "2026-09-03T14:50:38.4631904+00:00",
"fecActivacion": "2026-09-03T14:50:38.4631904+00:00",
"fecInactivacion": "2026-09-03T14:50:38.4631904+00:00",
"idDireccionComercial": "4d7561f1-dd4e-47fe-950b-4b18a3cd72ce",
"sitioWeb": "sample string 12",
"num": 13
}