post
https://{subdomain}.td.commpeak.com/api/route-caller-ids
Creates a new route caller ID.
Parameters.
caller_id_name(string, required): Caller ID name. Alphanumeric.caller_id_number(string, required): Caller ID number. Digits, optionally prefixed with+, and the placeholdersX,Z,N.is_active(integer, optional): Enabled flag,1= active,0= disabled. Defaults to1.
Returns. The created record inside the callerIds envelope.
Example.
POST /api/route-caller-ids
{
"caller_id_name": "sales",
"caller_id_number": "9799999999999",
"is_active": 1
}Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…