UpdatePoll.wr

08-15-2014

Updates various properties of a poll.

Parameters

  • Number : pollid - The ID of the poll to update.
  • String : pollname - The name of your poll. Can basically be whatever you want.

Usage

Example Request

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

apirid=1111&sidtoken=abcxyz123&pollid=5678&pollname=My%20Awesome%20Poll

Example Response

{"apirid":"1111","callsetid":1234,"changed":true,"pollid":5678,"requestid":"abc_123","result":"ok"}