put
https://my.surveypal.com/api/rest/survey//answer/external
Create an external answer to the survey.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Create a new external answer to the survey.
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/external?sourceId=:sourceId&externalId=:externalId&localeId=:localeId&meta=:meta'