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": "0d95ef3b-fd4e-4045-8962-95f892bbedb0",
"idCliente": "ee382cf6-74d4-42e0-9868-20857687a80b",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "bcbb150b-4cb4-4bd1-82e2-9405c7c17170",
"status": true,
"fecAlta": "2026-03-13T20:34:42.9549561+00:00",
"fecActivacion": "2026-03-13T20:34:42.9549561+00:00",
"fecInactivacion": "2026-03-13T20:34:42.9549561+00:00",
"idDireccionComercial": "0b7b04c4-cb7f-4949-a38d-4762f1eb492c",
"sitioWeb": "sample string 12",
"num": 13
}