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": "0205eb4b-3c62-48d5-9265-860eead315a7",
"idCliente": "5f3b402b-644c-4903-9a05-54a07686be4c",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "0a0513cd-9a5d-4921-8c94-b6ec8b98f3a0",
"status": true,
"fecAlta": "2026-03-22T12:59:24.9890264-04:00",
"fecActivacion": "2026-03-22T12:59:24.9890264-04:00",
"fecInactivacion": "2026-03-22T12:59:24.9890264-04:00",
"idDireccionComercial": "5cc0d2fa-e03e-447e-8b44-d9cb111f8037",
"sitioWeb": "sample string 11",
"idTPA": "fe5ddd0b-ce68-4505-a802-9d98ce01b287",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "994923fa-8e27-4c8c-98b6-ab33fdc70c77"
}