The Customers namespace has Entities and Operations concerned with Customer and Company management.
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 }