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": "9f8c109e-f6e7-4ace-8e42-4e63fdaee7d6",
"idCliente": "41abd7ee-f4cc-4ad3-8fca-3d419ae9cd08",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "7616c7c7-a21d-4192-8ec1-81a358419aea",
"status": true,
"fecAlta": "2026-03-13T20:38:43.3487324+00:00",
"fecActivacion": "2026-03-13T20:38:43.3487324+00:00",
"fecInactivacion": "2026-03-13T20:38:43.3487324+00:00",
"idDireccionComercial": "ed380c07-3107-4345-8a3c-7dd24975805b",
"sitioWeb": "sample string 11",
"idTPA": "6f404a86-1b20-4de2-9ca5-09d788520bdb",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "992a9907-8f7a-4dc7-b010-2905d5c1a46d"
}