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": "cb0f04b7-e630-45ac-b7fb-bd2a46bab598",
"id_item_sub": "a89ac724-9e1a-41fc-8eaf-1af29c32572d",
"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