POST api/getproductsprice

Request Information

URI Parameters

None.

Body Parameters

RequestParamProductPrice
NameDescriptionTypeAdditional information
catalogueid

string

None.

refnumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "catalogueid": "sample string 1",
  "refnumber": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ItemPriceWeightModel
NameDescriptionTypeAdditional information
price

decimal number

None.

weight

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "price": 1.0,
  "weight": 1.1
}