POST api/Post_rel_Cliente_Producto
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_rel_Cliente_Producto| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
None. |
|
| idProducto | globally unique identifier |
None. |
|
| idFilial | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idCliente": "fb76cec2-0031-4045-ad98-54ad7150731b",
"idProducto": "939a224a-1a6a-48e6-b1bd-15761824c290",
"idFilial": "3353e341-6694-4c5e-8a95-8854a5c3b88a"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.