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": "545c08c9-d171-415e-b857-aa45561d7678",
"idProducto": "08b0fd8f-7553-4212-9c5b-96363986ab43",
"idFilial": "21615127-ad00-4aa0-8ecf-f3053a4990e2"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.