Index of multiple service charges (MSC) REST API endpoints.
North America—United States and Canada
Use this API Index with the MSC Pilot
This section defines the REST APIs created or modified to introduce the multiple service charges (MSC) feature.
- During the pilot, use these as a reference for updating and testing your app to support MSC.
- After the pilot and launch are complete, you will be required to use these APIs as they will replace the legacy functionality that only supports a single service charge.
MSC Pilot 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