{ "opencollection": "1.0.0", "info": { "name": "BookingEngineApi Account notes Vouchers API", "version": "v1" }, "items": [ { "info": { "name": "Vouchers", "type": "folder" }, "items": [ { "info": { "name": "Get all vouchers", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/vouchers/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all rate vouchers filtered by [Service](https://mews-systems.gitbook.io/connector-api/operations/services/#service), voucher code or voucher identifier. Note this operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/) and supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Add vouchers", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/vouchers/add", "body": { "type": "json", "data": "{}" } }, "docs": "Adds the specified vouchers to the specified [Services](https://mews-systems.gitbook.io/connector-api/operations/services/#service). Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Update vouchers", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/vouchers/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates information about the specified vouchers. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Delete vouchers", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/vouchers/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete specified vouchers. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." } ] } ], "bundled": true }