{ "opencollection": "1.0.0", "info": { "name": "Connector Account notes Orders API", "version": "v1" }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Add order", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/orders/add", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new order, with the specified products and items. If the product being posted already exists in Mews, then use `ProductOrders`. If the product does *not* exist in Mews, then use `Items`. If the time of consumption is specified, this must be either in the future or within the Editable History Interval for the enterprise. Compared to a stay service order (i.e. a reservation), which is consumed over certain span of time, a product service order is consumed at a single point in time.\r\nNote" } ] } ], "bundled": true }