POST api/Item/GetItemPrice

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ItemPriceModel
NameDescriptionTypeAdditional information
No_

string

None.

UnitPriceInclVAT

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "No_": "sample string 1",
    "UnitPriceInclVAT": 2.0
  },
  {
    "No_": "sample string 1",
    "UnitPriceInclVAT": 2.0
  }
]