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": "12b082a5-f756-40d6-bd7a-6cf04efbfc3d",
"idProducto": "eeea10b2-98ad-47d7-999a-0d6c71b2bec6",
"idFilial": "357fa757-0c6e-48e9-b524-81f49b00ffa6"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.