UpdateNewClient.wr
04-24-2017
This method populates the basic information, such as name address and phone number, for a new client. This method also sets the operator calling UpdateNewClient with user rights associated with the new client.
Parameters
- Number : clientid - undefined
- String : clientnam - undefined
- String : firstname - undefined
- String : lastname - undefined
- String : phone2dial - undefined
- String : email - undefined
- String : address - undefined
- String : city - undefined
- String : state - undefined
- Number : zipcode - undefined
Useage
Example Request
POST /updateNewClient.wr HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded
sidtoken=000000000000000000000000000&clientid=12345&clientnam=FooBar%20Inc&firstname=Clint&lastname=Eastwood&phone2dial=8175551212&email=clint%40foobar.com&address=1527+S.+Cooper+St.&city=Arlington&state=TX&zipcode=76010
Example Response
{"response":"confirmed"}