Inserts or updates a list of CompanyDiscounts in Storm. Any non-existing discount will be inserted. Existing discounts will be updated. Note that it is only the discount field that can be updated. In order to update the value field, the entity must first be deleted and then re-inserted.
A list of discounts to update or insert. See CompanyDiscount entity for details.
Success
Internal Server Error
[- {
- "TypeId": 0,
- "Value": "string",
- "Discount": 0,
- "PriceListTypeSeed": "string"
}
]