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": "d328087e-aa3d-4d13-9c43-149a4f9112ff",
    "id_item_sub": "c6555bdd-886c-4d97-a7e4-592ad27b1792",
    "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