Submit answers
- Command:
score_calc_set
Submit the answers to a questionnaire filled by the candidate.
Request body parameters
- command
stringrequiredSet to "score_calc_set"
- app_link
stringrequiredApplication hash code; it can be extracted from the "app_link_fill" field returned as part of the JSON reply to the Create application request
- fields
Array of objectValues for custom fields
Child attributes
- n
stringField name
- v
stringField value
- answers
Array of objectrequiredAnswers to questionnaire questions
Child attributes
- q
integerint64orstringQuestion ID
- a
integerint64orstringAnswer; for multiple-choice questions, integer of candidate's choice; for free text questions, string containing candidate's answer
Response body JSON
- error_code
integerint64Error code
- error_text
stringError text
- command_from
stringThe command used to generate this response ("score_calc_set")
Error codes
Error code | Description |
|---|---|
1716 | Missing required custom field(s) |
1850 | Missing answer(s) |