{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Routing rules API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Routing rules", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Routing Rules", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/routingRules/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Use [Get all billing automations](https://mews-systems.gitbook.io/connector-api/operations/billingautomations#get-all-billing-automations)." }, { "info": { "name": "Mews Add Routing Rules", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/routingRules/add", "body": { "type": "json", "data": "{}" } }, "docs": "Use [Add billing automations](https://mews-systems.gitbook.io/connector-api/operations/billingautomations#add-billing-automations)." }, { "info": { "name": "Mews Update Routing Rules", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/routingRules/update", "body": { "type": "json", "data": "{}" } }, "docs": "Use [Update billing automations](https://mews-systems.gitbook.io/connector-api/operations/billingautomations#update-billing-automations) and [Update billing automations assignments](https://mews-systems.gitbook.io/connector-api/operations/billingautomations#update-billing-automations-assignments)." }, { "info": { "name": "Mews Delete Routing Rules", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/routingRules/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Use [Delete billing automations](https://mews-systems.gitbook.io/connector-api/operations/billingautomations#delete-billing-automations)." } ] } ], "bundled": true }