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": "3c7a429b-8b5e-48b9-a700-e80d784a108f",
"idCliente": "e5897e8f-9019-4b2e-82fb-20a2241bbd2f",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "230cbd21-9f5b-446e-ae0b-5525e3d8b117",
"status": true,
"fecAlta": "2026-09-03T14:53:59.8307103+00:00",
"fecActivacion": "2026-09-03T14:53:59.8307103+00:00",
"fecInactivacion": "2026-09-03T14:53:59.8307103+00:00",
"idDireccionComercial": "69626e69-fb5f-410b-9bc6-8eeb472deb63",
"sitioWeb": "sample string 11",
"idTPA": "37ef66a1-41da-4d72-b855-ebd6a9160112",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "f3c2e65e-0216-444b-ab9b-1878c3017a4b"
}