{ "opencollection": "1.0.0", "info": { "name": "Connector Account notes Routing rules API", "version": "v1" }, "items": [ { "info": { "name": "Routing rules", "type": "folder" }, "items": [ { "info": { "name": "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": "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": "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": "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 }