POST api/Get_Filial_x_nomComercial?nomComercial={nomComercial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nomComercial | 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": "e1044763-f9cb-47ff-a82d-6fcbdf2f9f9e",
"idCliente": "ee30d396-0173-448a-b795-c46edfd22027",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "33a3729b-afe3-4057-9dbc-4e453b77beb5",
"status": true,
"fecAlta": "2026-09-03T14:53:59.6244828+00:00",
"fecActivacion": "2026-09-03T14:53:59.6244828+00:00",
"fecInactivacion": "2026-09-03T14:53:59.6244828+00:00",
"idDireccionComercial": "bc21f771-6657-44b3-9d3e-220f1c3a1628",
"sitioWeb": "sample string 12",
"num": 13
}