{ "opencollection": "1.0.0", "info": { "name": "Alianza Calling Plan API", "version": "2" }, "items": [ { "info": { "name": "Calling Plan", "type": "folder" }, "items": [ { "info": { "name": "Get Calling Plans for a given reference", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/callingplan", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" }, { "name": "referenceType", "value": "", "type": "query" }, { "name": "referenceId", "value": "", "type": "query" } ] }, "docs": "will get a callingplan" }, { "info": { "name": "Add Calling Plan for a given reference", "type": "http" }, "http": { "method": "PUT", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/callingplan", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" } ], "body": { "type": "json", "data": "{}" } }, "docs": "will add a callingplan" }, { "info": { "name": "Remove Calling Plan for a given reference", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/callingplan", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" } ], "body": { "type": "json", "data": "{}" } }, "docs": "will remove a callingplan" }, { "info": { "name": "Retrieve the default calling plan definition file", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/ref/default-callingplan-definition", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ] }, "docs": "Use to retrieve the default calling plan definition file" } ] } ], "bundled": true }