Due Diligence Question
An onboarding question
dueDiligenceQuestion Object
Property | Data Type (length) | Description |
---|---|---|
answerDate | datetime | For a question with an answerType of Text , this is the date and time the question was answered |
answerType | enum | Valid 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 . |
choices | array | An array of dueDiligenceChoice objects |
questionDescription | string | |
questionId | long integer (64-bit integer) | Helix-assigned unique ID for the question |
questionName | string |
Updated 5 months ago