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": "123a1d96-7bc7-4f09-98c5-71fa05e7a82c",
"idCliente": "01491fb3-1be7-4a79-98cc-b0b059b084ac",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "9cb0efaa-655d-459d-88a5-43c47eec8db5",
"status": true,
"fecAlta": "2026-03-22T13:01:48.3603787-04:00",
"fecActivacion": "2026-03-22T13:01:48.3603787-04:00",
"fecInactivacion": "2026-03-22T13:01:48.3603787-04:00",
"idDireccionComercial": "626df242-723a-4cc2-b557-8dd51aaa0a93",
"sitioWeb": "sample string 12",
"num": 13
}