POST api/GetFiliales_x_Cliente?idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Filiales| Name | Description | Type | Additional information |
|---|---|---|---|
| idFilial | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
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. |
|
| idTPA | globally unique identifier |
None. |
|
| nomTPA | string |
None. |
|
| codCliente | string |
None. |
|
| nomCliente | string |
None. |
|
| num | integer |
None. |
|
| idProducto | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"idFilial": "e64ad1a7-0388-4c36-aa37-4032dcb0da10",
"idCliente": "178dc41c-cd4f-4490-be8c-f8327de3626d",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "22bb45eb-4ff5-4ad7-ae1d-210406ec098e",
"status": true,
"fecAlta": "2026-07-10T14:07:29.5136056+00:00",
"fecActivacion": "2026-07-10T14:07:29.5136056+00:00",
"fecInactivacion": "2026-07-10T14:07:29.5136056+00:00",
"idDireccionComercial": "9006d89b-10dd-486c-9714-9cbd147817bf",
"sitioWeb": "sample string 11",
"idTPA": "b75ce9b4-dcc1-4292-8224-4d71268ca69b",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "c87e6fa8-c2a1-4842-8a13-8e7b9f4727a8"
}