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": "877b6894-af2e-46e9-bdf9-229e11570830",
"idCliente": "e82aaeda-c7ea-4b82-8c97-e60aec7b701a",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "d547117e-ef5d-4eb1-b207-9e2b81d37f0f",
"status": true,
"fecAlta": "2026-06-18T03:29:33.5254428+00:00",
"fecActivacion": "2026-06-18T03:29:33.5254428+00:00",
"fecInactivacion": "2026-06-18T03:29:33.5254428+00:00",
"idDireccionComercial": "44d8fb9b-dfdf-47de-b3f8-a495fad259f6",
"sitioWeb": "sample string 12",
"num": 13
}