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": "4af00d7f-040d-4107-a493-6db56bcf10c6",
"idCliente": "9a1245b5-dfb8-4b6a-b1f2-55d6bceb9fb7",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "05991a1a-853d-4f0e-b7de-f8b7868e73e4",
"status": true,
"fecAlta": "2026-07-10T14:11:20.2844787+00:00",
"fecActivacion": "2026-07-10T14:11:20.2844787+00:00",
"fecInactivacion": "2026-07-10T14:11:20.2844787+00:00",
"idDireccionComercial": "28f1db3b-37d1-44ca-ab34-9512a78b2f73",
"sitioWeb": "sample string 11",
"idTPA": "1fa9bf7d-6a1e-47b6-bf09-d3aa584744fd",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "d6f79244-43f5-4909-ab81-6ed8e923715b"
}