Create a new answer to the survey.

Will create a new answer to the survey. With this request all answers to survey questions can be added at the same time. Also supports adding meta data for the answer. Read how you can use this: https://support.surveypal.com/hc/en-us/articles/6469398719890

curl -i -X PUT \
   -H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
   -H "Accept:application/json" \
 'https://my.surveypal.com/api/rest/survey/:id/answer?source=:source&state=:state&startTime=:startTime&localeId=:localeId&meta=:meta'
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!