GET jxc_api/ProductPrice/GetPrice

Request Information

URI Parameters

None.

Body Parameters

GetProdPriceRequest
NameDescriptionTypeAdditional information
ProdId

integer

None.

ApId

integer

None.

UnitId

integer

None.

LevelId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ProdId": 1,
  "ApId": 2,
  "UnitId": 3,
  "LevelId": 4
}

application/xml, text/xml

Sample:
<GetProdPriceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models">
  <ApId>2</ApId>
  <LevelId>4</LevelId>
  <ProdId>1</ProdId>
  <UnitId>3</UnitId>
</GetProdPriceRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
1.0

application/xml, text/xml

Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>