Body
application/json
Response
200
OK
curl --request POST \
--url https://api.scoot.app/api/v1/survey/answer \
--header 'Content-Type: application/json' \
--data '{
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"surveyQuestionId": 123,
"answer": "<string>",
"skipped": true,
"referenceType": "<string>",
"referenceId": "<string>"
}'
curl --request POST \
--url https://api.scoot.app/api/v1/survey/answer \
--header 'Content-Type: application/json' \
--data '{
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"surveyQuestionId": 123,
"answer": "<string>",
"skipped": true,
"referenceType": "<string>",
"referenceId": "<string>"
}'
OK