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": "bdfec261-4959-4b13-ae7c-6fb0b505bc30",
"id_item_sub": "e38923ac-7f4c-4ffb-a528-349b32f4f094",
"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