Create a QuestionnaireAnswer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Submitting Multi-Select Question Answers

For questions with the format MultipleChoiceMultiple, the values field can be used to return an array of answer strings. Each selected option must match the full text of one of the question's questionOptions exactly. For single-select questions (MultipleChoiceSingle, Boolean), the value should be a single option string.

Body Params

create QuestionnaireAnswer information.

Create the Questionnaire answer.

uuid
required
length ≥ 1

Unique ID of the Questionnaire being answered.

uuid | null

The linked InvestorId.

uuid | null

The linked FinancialAdvisorId.

uuid | null

Optional joint account owner id when the answer is submitted
for a specific owner on a joint account.

createQuestionAnswers
array of objects
required
length ≥ 1

Pairing of all the Questions and Investor-provided responses associated with the Questionnaire.

createQuestionAnswers*

Create the Questionnaire Question Answer.

uuid
required
length ≥ 1

Questionnaire QuestionId of the question being answered.

string | null

Value of the answer to the question.
Use for single-select and freeform answers, or as a legacy fallback for multi-select answers.

values
array of strings | null

Values of the answer to the question.
Use for MultipleChoiceMultiple answers to avoid ambiguous comma-delimited parsing.

values
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json