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": "efc31962-6540-4a48-82d2-364f0e38b2e8",
"idProducto": "8624ad19-0284-4c29-b7c1-b104785ea89f",
"idFilial": "88d097a0-6770-4a37-85d6-0e386efc14f5"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.