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": "0485b032-78c5-4313-8fb5-5aa406712dda",
"idCliente": "193e12e9-9d07-4129-91bd-c7ead694cd3b",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "bec3c903-0004-4612-ba83-050296cdcd83",
"status": true,
"fecAlta": "2026-05-08T14:16:51.6159793+00:00",
"fecActivacion": "2026-05-08T14:16:51.6159793+00:00",
"fecInactivacion": "2026-05-08T14:16:51.6159793+00:00",
"idDireccionComercial": "07d95be7-bfd8-4f0d-aada-9647134904a3",
"sitioWeb": "sample string 12",
"num": 13
}