GET https://api.legendonlineservices.co.uk/pricing/categories

Returns the list of external inventory pricing categories

Request Parameters

No parameters have been defined for this request.

Response - (Status 200 - OK)

[PricingCategoryModel]

Name Type Description
Description String The external description of the category
PriceListCategoryId Int32 The Id of the category. You can use this as a filter in the Inventory price list API, for example




[
  {
    "PriceListCategoryId": 1,
    "Description": "sample string 2"
  },
  {
    "PriceListCategoryId": 1,
    "Description": "sample string 2"
  },
  {
    "PriceListCategoryId": 1,
    "Description": "sample string 2"
  }
]

Bundle(s)
Pricing