update did destination request
JSON object containing a prioritized list of destinations to be configured on a DID(s). Destinations not present in the request will be automatically deleted from the corresponding DIDs destinations.
Name | Description |
---|---|
IDs Required | array<Number> An array of unique identifies of DIDs to update |
destinations | Array of destinations to be configured for the DIDs |
{
"IDs": [
111,
234
]
}