POST api/Get_Filial?idFilial={idFilial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idFilial | globally unique identifier |
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": "bd10465e-9cd4-4af8-a21c-c0dc23927cfb",
"idCliente": "1802a201-38f2-4572-a512-d6707a5ae372",
"nomCliente": "sample string 3",
"codFilial": "sample string 4",
"nomComercial": "sample string 5",
"idRazonSocial": "68214d3a-e8ad-4afc-a038-0334052fa3a8",
"status": true,
"fecAlta": "2026-08-12T14:49:18.5488379+00:00",
"fecActivacion": "2026-08-12T14:49:18.5488379+00:00",
"fecInactivacion": "2026-08-12T14:49:18.5488379+00:00",
"idDireccionComercial": "2fdee99a-585c-422f-9b4c-94a8605ea42a",
"sitioWeb": "sample string 12",
"num": 13
}