Lists priceLists for the client.
curl -i -X GET \ https://demo.storm.io/api/1.1/ProductService.svc/rest/ListPricelists
Success
Specifies if this is a public priceList or not. Most application specific pricelists are public while customer specific are not.
A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters.
Internal id representing the type of priceList. Types are client specific except for 0=None, which is the default or standard priceList type. See ListPriceListTypes for defined types.
Specifies if the pricelist is virtual or not. Virtual pricelists must be inherited from a parent pricelists, which cannot be virtual, and can have no population rules. Prices are not stored in Storm but calculated on the fly when needed. Rules can be specified but other properties are inherited from parent.
[ { "Id": 0, "Name": "string", "Description": "string", "Agreement": "string", "Currency": { … }, "IsPrimary": true, "IsPublic": true, "IsLimitedToStock": true, "IsBid": true, "ImageKey": "string", "Type": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsVirtual": true } ]
curl -i -X GET \ https://demo.storm.io/api/1.1/ProductService.svc/rest/ListPricelistTypes
[ { "Id": 0, "Value": "string", "Code": "string" } ]