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": "914d03d7-e7d7-4871-8401-15bf842ca225",
"idCliente": "084f26f5-8480-4239-a8ea-5020105afd3d",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "8c0f1339-b52f-477b-b182-f14e816e6909",
"status": true,
"fecAlta": "2026-04-04T11:50:35.1567689-04:00",
"fecActivacion": "2026-04-04T11:50:35.1567689-04:00",
"fecInactivacion": "2026-04-04T11:50:35.1567689-04:00",
"idDireccionComercial": "978c653c-7aaa-476a-9d54-159a93e119e8",
"sitioWeb": "sample string 12",
"num": 13
}