POST api/mt_prices_items_aux

Request Information

URI Parameters

None.

Body Parameters

Collection of Prices
NameDescriptionTypeAdditional 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": "093ba555-3cc1-487f-86e8-dc17148a8722",
    "id_item_sub": "51ae3f27-9dab-4b11-bfb9-53a7388ff5c3",
    "price_new": 3.1,
    "add_item": true
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true