POST api/Get_Filial_x_codFilial?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": "568b279d-36a5-42c4-8a70-f605ee082d3c",
"idCliente": "fa3b6c7d-ef58-4710-8b7c-1c6762b074b3",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "7126c07e-8b0a-48c5-9a09-914ca94c98af",
"status": true,
"fecAlta": "2026-07-10T14:07:07.2323426+00:00",
"fecActivacion": "2026-07-10T14:07:07.2323426+00:00",
"fecInactivacion": "2026-07-10T14:07:07.2323426+00:00",
"idDireccionComercial": "6d7f7c57-6c0b-437f-9d7c-d0d6c0139c0b",
"sitioWeb": "sample string 12",
"num": 13
}