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": "d17ac428-bf95-40a3-aa62-43d838dc0443",
"idCliente": "f66c2be8-e971-4afd-b814-fa5f05259d7f",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "e393a404-ff96-4410-b554-7ddbe17a7ce4",
"status": true,
"fecAlta": "2026-06-18T03:28:21.4156876+00:00",
"fecActivacion": "2026-06-18T03:28:21.4156876+00:00",
"fecInactivacion": "2026-06-18T03:28:21.4156876+00:00",
"idDireccionComercial": "9e1574f9-2f82-4ae8-bc7d-66300f4ca345",
"sitioWeb": "sample string 11",
"idTPA": "6be57443-5258-4d77-ba81-953845f6759f",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "34f72428-ba56-43c1-ad82-bda90c63ebf5"
}