The Customers namespace has Entities and Operations concerned with Customer and Company management.
STORM API
/Customer Service
//
CompanyPaymentMethod
Documentation CustomerService (1.1)
CompanyDiscount
The TypeId defines the rule for how Value is interpreted. 1 = Category discount, 2 = DiscountCode on product. Cannot be changed.
The value to check for on products. If TypeID = 1 then discounts are valid for all products belonging to Category with Category.Code = Value. If TypeId = 2 then the product's discount code is checked. Cannot be changed. MaxLength: 50.
{ "TypeId": 0, "Value": "string", "Discount": 0, "PriceListTypeSeed": "string" }