put
https://{subdomain}.td.commpeak.com/api/route-caller-ids
Enables or disables an existing route caller ID.
Parameters.
id(integer, required): ID of the route caller ID to update.action(integer, required):1to enable,0to disable.
Returns. The updated record inside the callerIds envelope.
Notes. A caller ID that is in use as a user caller ID or as the last caller ID of an outbound route cannot be disabled until it is replaced.
Example.
PUT /api/route-caller-ids
{
"id": 9,
"action": 0
}Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…