POST api/mt_prices_items_aux
Request Information
URI Parameters
None.
Body Parameters
Collection of Prices| Name | Description | Type | Additional information |
|---|---|---|---|
| id_list | globally unique identifier |
None. |
|
| id_item_sub | globally unique identifier |
None. |
|
| price_new | decimal number |
None. |
|
| add_item | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_list": "a4dc7b3b-902c-4a55-9813-7ce9b84e5317",
"id_item_sub": "0d7086eb-dfc7-4564-94d3-c32329970d96",
"price_new": 3.1,
"add_item": true
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true