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": "7ee0e3ed-71da-4440-ab89-61a3058d4ed6",
"id_item_sub": "763bea9b-38cd-450c-8242-cf6792ff6985",
"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