Update Surveys Response

Updates a user's survey response for the provided dispatch ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
dispatch_idstringRequiredformat: "id"
The unique ID associated with the dispatched survey.
responseobjectOptional
Survey response submitted for the object.
response_channellongOptional
The source channel ordinal which recorded the survey response.
response_scoreintegerOptional>=1<=10
The response score for the survey. Only applicable for CSAT and NPS.
stagelongOptional
The stage ordinal of the survey response object.

Response

Success.

Errors