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": "6d5939e7-9f8c-4f49-968b-9b1a262f91fb",
"idCliente": "690886f9-fce5-4bb3-acbc-43ea2e56871b",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "07536248-4a04-4ad6-ba01-73e93a2a0ed8",
"status": true,
"fecAlta": "2026-04-04T11:50:35.1567689-04:00",
"fecActivacion": "2026-04-04T11:50:35.1567689-04:00",
"fecInactivacion": "2026-04-04T11:50:35.1567689-04:00",
"idDireccionComercial": "0e72cc67-9234-4984-bbb9-3996f1fbb82d",
"sitioWeb": "sample string 11",
"idTPA": "f7efd8ef-1164-4ed7-a11b-69d073991374",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "184aba91-3edd-497a-a811-5d95b554e4b4"
}