Completing a successful call to the MYS Rest API requires that you first make a call to authorize and then use the value returned to make the subsequent call as an Authorization header. The token returned from the authorization call is valid for 60 minutes.
NOTE: Calls can not be called from a web browser.
Example:
This is a list of some of the most common response codes you'll get from our REST API. We use standard HTTP Status Codes, a full list of which can be found at http://www.restapitutorial.com/httpstatuscodes.html
You should also get some written text back with any non-200 Status Code explaining the issue.
These methods are common methods that don't pertain to any particular group.
/Authorize
GET
/ShowID
PUT
GET
These methods are for accessing and updating booth sales customers and contacts.
/BoothSales/Contacts
DELETE
PUT
POST
GET
/BoothSales/Customers
PUT
POST
GET
These methods are for accessing and updating order and item information.
/Orders/Deleted
GET
/Orders/Details
GET
/Orders/Modified
GET
/Orders/TransactionID
PUT
GET
These methods are for accessing payment information.
/Payments/Detail
GET
These methods are for accessing and updating sales reps.
/SalesReps
PUT
POST
GET