v2

latestOpenAPI 3.0.0raw.githubusercontent.com2024-01-0511518.9 KB
Submissions

Creates a response to a question

post/submissions/{submissionId}/sections/{sectionId}/questions/{questionId}

Path parameters

submissionIdstring required

The submission ID of the question being answered

sectionIdstring required

The Section ID of the question being answered

questionIdstring required

The ID of the question being answered

Request body

OR

Response

success

OR

Example response

{
  "responseAccepted": true,
  "nextNavigation": {
    "sectionId": "ESSENTIAL",
    "questionId": "APPLICANT_TYPE"
  }
}