Add new value to Robinson list
Request | |
---|---|
Method | POST |
Resource | https://[customer].asp.virtual-call-center.eu/v2/robinson/[robinsonListId] |
Options | N/A |
Body | Array of phone numbers. |
Response | |
Body | Results whether the request is succeeded or not. |
Request
Resource parameters
Name | Type | Mandatory | Comment |
---|---|---|---|
customer | string | yes | Your call center’s identifier (also known as subdomain or account). |
robinsonListID | int | yes | Your chosen Robinson List’s identifier. |
Example
URL: https://mycc.asp.virtual-call-center.eu/v2/robinson/1
Request body
[
3619997400
3619996400
]
Response body – on success
{
"response": true,
"errors": []
}
Response body – on error
{
"response": true,
"errors": [
{
"errorcode": 600,
"errormessage": "error.invalid_phone",
"property": "phone",
"index": 0
}
]
}
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.