Update Surveys Response
Updates a user's survey response for the provided dispatch ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
dispatch_id
The unique ID associated with the dispatched survey.
response
Survey response submitted for the object.
response_channel
The source channel ordinal which recorded the survey response.
response_score
The response score for the survey. Only applicable for CSAT and
NPS.
stage
The stage ordinal of the survey response object.
Response
Success.