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": "7f9125a5-165b-454a-8c4e-37f110b37f8f",
"idCliente": "572cfe8a-4e47-4765-9bdd-3774bade2506",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "b20d5082-3e3e-47e8-a70e-6668d8317682",
"status": true,
"fecAlta": "2026-04-04T11:44:56.9252076-04:00",
"fecActivacion": "2026-04-04T11:44:56.9252076-04:00",
"fecInactivacion": "2026-04-04T11:44:56.9252076-04:00",
"idDireccionComercial": "150dd84c-3385-4be5-b814-3d83c1b98889",
"sitioWeb": "sample string 12",
"num": 13
}