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": "f337cb14-3948-4e65-ab6e-4add0a8105f2",
"idCliente": "8c1642ef-10e1-40e7-af84-e3d444ba82e8",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "f0f717d5-6332-4f67-97ee-58b6c9ed249b",
"status": true,
"fecAlta": "2026-05-08T14:16:41.9441072+00:00",
"fecActivacion": "2026-05-08T14:16:41.9441072+00:00",
"fecInactivacion": "2026-05-08T14:16:41.9441072+00:00",
"idDireccionComercial": "0bbfe54a-7bd4-4683-9242-37f1529d037d",
"sitioWeb": "sample string 11",
"idTPA": "d3796a40-4716-4f7d-a27a-0db0c5c49dc8",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "f8821fa1-d46a-4fc9-b000-4459139a94ae"
}