Due Diligence Question

An onboarding question

dueDiligenceQuestion Object

PropertyData Type (length)Description
answerMaxLengthintegerFor a question with an answerType of Text, this is the maximum character length that can be passed as the answer.
answerTypeenumValid values:
- Single-Select: Only one of the selectedChoices should be returned as the answer.
- Multi-Select: One or more of the listed choices can be returned as the selectedChoice via the /customer/answerPost endpoint.
- Text: The response should be freeform text with a max length of answerMaxLength.
choicesarrayAn array of dueDiligenceChoice objects
questionDescriptionstring
questionIdlong integer (64-bit integer)Helix-assigned unique ID for the question
questionNamestring