The Customers namespace has Entities and Operations concerned with Customer and Company management.
STORM API
/Customer Service
//
PricelistItem
Documentation CustomerService (1.1)
Pricelist
The agreement code of the pricelist. Can be an external id of the priceList. MaxLength: 50.
Specifies if the pricelist is active or not. Set this to false before update if you want to delete the pricelist.
A list of population rules for this pricelist.
{ "Id": 0, "ParentId": 0, "Name": "string", "Description": "string", "Agreement": "string", "Type": 0, "IsActive": true, "PriceRule": { "RuleId": 0, "Value": 0 }, "PopulationRules": [ { … } ], "CurrencyId": 0, "IsExclusive": true }
PricelistPopulationRule
An optional internal manufacturer id. Used if the priceList is restricted to a specific manufacturer.
An optional internal category id. Used if the priceList is restricted to a specific category.
{ "RuleId": 0, "ManufacturerId": 0, "CategoryId": 0, "IsSupplierRequired": true, "IsInclusive": true }