Phone Numbers
Get Add Numbers Task Results
Returns the result of asynchronous operation which adds phone numbers to the account Inventory.
get/restapi/v2/accounts/{accountId}/phone-numbers/bulk-add/{taskId}
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
taskIdstring required
Identifier of a task returned by asynchronous bulk add operation
Response
Successful response
Example response
{
"records": [
{
"bulkItemSuccessful": true,
"bulkItemErrors": [
{
"errorCode": "XXX-123",
"message": "Something went wrong"
}
],
"id": "1162820004",
"phoneNumber": "+16501234567"
}
]
}