Difference between revisions of "Orders"
From Advice Local Wiki
(→Create an Order) |
(→Create an Order) |
||
| Line 1: | Line 1: | ||
== Create an Order == | == Create an Order == | ||
You must trigger a report first before creating an order. | You must trigger a report first before creating an order. | ||
| + | === API Endpoint === | ||
| + | <syntaxhighlight lang="html"> | ||
| + | http://p.lssdev.com/legacyorders | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | === Example Request === | ||
| + | <syntaxhighlight lang="php"> | ||
| + | |||
| + | </syntaxhighlight> | ||
| + | |||
| + | === Example Response === | ||
| + | <syntaxhighlight lang="json"> | ||
| + | |||
| + | </syntaxhighlight> | ||
Revision as of 21:33, 13 December 2017
Create an Order
You must trigger a report first before creating an order.
API Endpoint
http://p.lssdev.com/legacyorders