UpdateCalloutset.wr
04-24-2017
This method updates fields in a calloutset record.
Parameters
- Number : callerid - undefined
- String : campaign - undefined
- Boolean : cellscrub - undefined
- String : statescrub - This is a comma separated list of states to not dial. ex: TX,CA,DC
- String : detecttype - undefined
- String : dncdigit - undefined
- String : heading - undefined
- Number : maxattempt - undefined
- String : notes - undefined
- Number : ponemax - undefined
- String : dnccountry - undefined
- Number : records - If this is a live transfer campaign, set this as 1 to record live transfers. Otherwise set as 0.
- Boolean : cellscrub - Default: true. Determines whether or not to mark cell phones as undialable when a phone list is added to the campaign.
- String : type - If this is an EMERGENCY type of call "EMERGENCY" otherwise "NORMAL".
Useage
Example Request
POST /updateCalloutset.wr HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded
sidtoken=000000000000000000000000000&callsetid=55881
&campaign=Test+Campaign&detecttype=HUMAN&dncdigit=0&dnccountry=
&records=no&type=normal&newnameofs=&ponemax=
Example Response
{"response":"confirmed"}