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": "6b71b5e3-be83-4239-8e95-c0bb239a8981",
"idCliente": "4a4df9de-fbdc-4631-878f-c23ea45915a1",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "76661ba6-9ec7-424d-b95a-4698e6446a6e",
"status": true,
"fecAlta": "2026-03-21T02:14:38.8002663-04:00",
"fecActivacion": "2026-03-21T02:14:38.8002663-04:00",
"fecInactivacion": "2026-03-21T02:14:38.8002663-04:00",
"idDireccionComercial": "b376b759-9f35-4cbd-98cb-ff143327f781",
"sitioWeb": "sample string 12",
"num": 13
}