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": "13281a15-25da-43c6-85a2-0a6c88bdfd18",
"idCliente": "624cc5a5-c323-4cd3-9c05-55d028d66077",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "05400963-cd39-4704-8b9f-19550bad22b4",
"status": true,
"fecAlta": "2026-06-18T03:27:53.6342849+00:00",
"fecActivacion": "2026-06-18T03:27:53.6342849+00:00",
"fecInactivacion": "2026-06-18T03:27:53.6342849+00:00",
"idDireccionComercial": "c58bf86e-2be9-4e76-b875-6fadc65eb552",
"sitioWeb": "sample string 12",
"num": 13
}