{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector BatchNumbers API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "BatchNumbers", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Account Accountname Numbers:batch", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/account/:accountName/numbers:batch", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "Name of the account. Can only contain letters, numbers, underscores and dashes, and is case-sensitive. Can be up to 100 characters in length." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" } ] }, "docs": "Adds or replaces between 1 and 100 numbers (inclusive) in the specified account. In the body, specify a list of phone numbers and and the corresponding details (for example, the services to enable) for each number. This operation is atomic; if any item fails, then all items fail." }, { "info": { "name": "Microsoft Azure Create Or Update Numbers", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/:accountName:createOrUpdateNumbers", "headers": [ { "name": "Repeatability-Request-ID", "value": "" }, { "name": "Repeatability-First-Sent", "value": "" }, { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "accountName", "value": "", "type": "path", "description": "Name of the account." } ] }, "docs": "Create or update up to 100 Numbers on the specified account." }, { "info": { "name": "Microsoft Azure Delete Numbers", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/:accountName:deleteNumbers", "headers": [ { "name": "Repeatability-Request-ID", "value": "" }, { "name": "Repeatability-First-Sent", "value": "" }, { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "accountName", "value": "", "type": "path", "description": "Name of the account." } ] }, "docs": "Delete up to 100 Numbers on the specified account." } ] } ], "bundled": true }