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": "841912c1-ae71-457a-825f-74a26a8fcad5",
"id_item_sub": "c8479ff4-3850-481e-b85f-113f0dfab2c2",
"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