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": "d311f1b9-49aa-434a-b7bf-ddb7b97da121",
"idProducto": "ebc083c3-7518-4625-ac1b-85a627395f10",
"idFilial": "ed399fe2-8df3-4c39-928f-1b7f011ede6b"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.