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": "68a47306-f8c6-4cd4-a9b4-2078f92faab9",
"idCliente": "90d070e9-11be-4e59-aa49-f1f5938071a6",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "6466dcc0-a136-4396-9b18-48305dc5b2f1",
"status": true,
"fecAlta": "2026-06-18T03:38:19.199369+00:00",
"fecActivacion": "2026-06-18T03:38:19.199369+00:00",
"fecInactivacion": "2026-06-18T03:38:19.199369+00:00",
"idDireccionComercial": "da3cc03f-81e1-45ee-9410-6c00a2b2c9f9",
"sitioWeb": "sample string 11",
"idTPA": "17957dab-0947-460c-a4b3-09d395da9dbf",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "ed6a6c58-e3e3-42f7-8f2f-527732559aa5"
}