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
Response
success
Example response
{
"responseAccepted": true,
"nextNavigation": {
"sectionId": "ESSENTIAL",
"questionId": "APPLICANT_TYPE"
}
}