update did destination request

API Docs by APIMATIC

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.

Fields

NameDescription
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
  ]
}