Index of multiple service charges (MSC) REST API endpoints.
This section defines the REST APIs created or modified to introduce the multiple service charges (MSC) feature. These APIs replace the legacy functionality that supported only a single service charge.
MSC API endpoints
MSC ORDERS
- Gets a list of orders get
- Create custom orders post
- Get a single order get
- Update an order post
- Delete an order delete
- Get all line items for an order get
- Create a new line item post
- Delete all the line items in an order delete
- Get a line item get
- Update a line item post
- Void a line item delete
- Create a discount on a line item post
- Create multiple line items post
- Get all service charges applied to an order get
- Create a service charge on an order post
- Get a specific service charge applied to an order get
- Void or remove a service charge from an order delete

