OperatorUpdate.wr

04-24-2017

This method is used to update details for a operator/user for the current client.

Parameters

  • String : address - undefined
  • String : cellphone - undefined
  • String : city - undefined
  • String : email - undefined
  • String : firstname - undefined
  • String : lastname - undefined
  • String : opname - This is the username
  • Number : opnumber - required
  • String : password - undefined
  • String : phone2dial - undefined
  • String : state - undefined
  • Number : zipcode - undefined

Useage

Example Request

POST /operatorUpdate.wr HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded

sidtoken=000000000000000000000000000&opnumber=6797&opname=
TestUser1303240775878&password=validPassword1&firstname=Barry&lastname=
Bosworth&phone2dial=8175551212&cellphone=5625551212&email=barry%40lifecorp.
com&address=12345+Nowhere+St.&city=Arlington&state=&zipcode=76020

Example Response

{"response":"confirmed"}