{ "opencollection": "1.0.0", "info": { "name": "Paytronix Online Ordering Check Orders API", "version": "1.0" }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Create Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.opendining.net/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new order for a restaurant, including line items, the customer, an optional tip, and an optional delivery address." }, { "info": { "name": "Get Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.opendining.net/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "Order identifier." } ] }, "docs": "Retrieve the details and current status of a given order by its identifier." }, { "info": { "name": "Update Order", "type": "http" }, "http": { "method": "PUT", "url": "https://api.opendining.net/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "Order identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing order, for example to add items or submit it for payment." } ] } ], "bundled": true }