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": "6c1a70b5-e3c4-4ca1-b018-f444b40acff2",
"idCliente": "ba92fb3e-d1b2-4218-88e7-b8b8e927d62d",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "b58938cc-2cfc-4d13-a385-cbab7ba80a2b",
"status": true,
"fecAlta": "2026-08-12T14:48:18.0792497+00:00",
"fecActivacion": "2026-08-12T14:48:18.0792497+00:00",
"fecInactivacion": "2026-08-12T14:48:18.0792497+00:00",
"idDireccionComercial": "fdb31128-a3e9-45b8-afee-4e57122264a5",
"sitioWeb": "sample string 11",
"idTPA": "928a25a1-31f3-4d8e-865a-9e1bd244b002",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "5e2cfa33-cfe9-4ad1-b16b-794ef65a4f89"
}