Skip to main content

Rating Submitted


Use Rating Submitted to confirm that the user’s rating response was submitted.



This screen includes:

#ElementDescription
1Confirmation modalConfirms that the rating response was submitted.
2Confirmation messageDisplays Thanks for responding!
3OK actionCloses the modal.
4Background screenShows the previous screen behind the modal.

Workflow

  1. Submit a rating response.
  2. Display the confirmation modal.
  3. Select OK.
  4. Close the modal and return to the previous screen.

Validations

ScenarioApp behaviorSDK output
Rating submittedDisplay confirmation modalrating = submitted
Submission already confirmedKeep confirmation staterating = submitted
Request rejectedDisplay error statestatus = 405

Actions

ScenarioApp behaviorSDK output
Rating response submittedLoad confirmation modalPUT /api/v3/rating/submitted
OK selectedClose confirmation modalstate = dismissed
Request rejectedPreserve current statestate = unchanged

Endpoint Resources

Rating Submitted

PUT 

v3/rating/submitted

Returns the (thank you) modal after the user submits a rating.