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": "c55b670f-3048-40e6-9b9f-59f92b44655e",
"idCliente": "356f05db-e64a-4391-96be-bac70dc10a99",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "fad6c153-5117-4dc1-848a-36ea4fe65195",
"status": true,
"fecAlta": "2026-07-10T14:08:23.6711547+00:00",
"fecActivacion": "2026-07-10T14:08:23.6711547+00:00",
"fecInactivacion": "2026-07-10T14:08:23.6711547+00:00",
"idDireccionComercial": "cdcc2221-b1d7-44e0-8562-5614698ea9b8",
"sitioWeb": "sample string 12",
"num": 13
}