POST api/LivePrice?ItemCode={ItemCode}&CardCode={CardCode}&UM={UM}&Qta={Qta}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ItemCode

string

Required

CardCode

string

Required

UM

string

Required

Qta

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

Collection of decimal number

Response Formats

application/json, text/json

Sample:
[
  1.1,
  2.1
]

application/xml, text/xml

Sample:
<ArrayOfdouble xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <double>1.1</double>
  <double>2.1</double>
</ArrayOfdouble>