POST api/Get_ExisteFilial?codFilial={codFilial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| codFilial | string |
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": "355a7e7c-3829-4362-b9c2-25fa5a7a27f9",
"idCliente": "59aa747f-ba51-48ed-b5e2-ee9d0f7961bd",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "7db7c186-8b29-4e0d-9684-4fae1a94ab95",
"status": true,
"fecAlta": "2026-07-10T14:07:22.8258967+00:00",
"fecActivacion": "2026-07-10T14:07:22.8258967+00:00",
"fecInactivacion": "2026-07-10T14:07:22.8258967+00:00",
"idDireccionComercial": "af0a9e66-6fa1-4e28-a6af-52a58cf8b485",
"sitioWeb": "sample string 12",
"num": 13
}