POST api/GetClientes_x_Producto?idProducto={idProducto}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idProducto | 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": "36321e94-4a6a-455a-a1af-d6206b16a492",
"idCliente": "d854bfd8-d364-4c87-98e9-c93e39dde3fb",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "b2c4a132-f449-4e7a-bd9d-dcbce313f315",
"status": true,
"fecAlta": "2026-08-12T14:54:29.4313974+00:00",
"fecActivacion": "2026-08-12T14:54:29.4313974+00:00",
"fecInactivacion": "2026-08-12T14:54:29.4313974+00:00",
"idDireccionComercial": "c6636c5b-ae3b-4dab-ad9d-2b0e034b3101",
"sitioWeb": "sample string 11",
"idTPA": "3422c9dd-0443-4c47-9cbb-d9764c0cfb13",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "83afe7bc-32bc-49f0-a46b-b39a83b267b6"
}