IntakeForms
Create an IntakeFormQuestion
Creates a new IntakeFormQuestion in the parent section. The new question is appended to the end of the section's question list; use the intake-form-sections/{intakeFormSectionId}/questions/order endpoint to reposition it afterwards.
question and type are required. multiple_choice questions additionally require at least two entries in multiple_choice_answers. terms_statement HTML is sanitised against the site's allowed-tag list before persisting.
Requires the SETTINGS_MANAGE permission on the section's site.
post/shop/intake-form-sections/{intakeFormSectionId}/questions
Request body
Example request
{
"question": "Do you have any allergies?"
}Response
The question was created successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.