Submit answers
- Command:
score_calc_set
Submit the answers to a questionnaire filled by the candidate.
Request body parameters
- command
string
required
Set to "score_calc_set"
- app_link
string
required
Application 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 object
Values for custom fields
Child attributes
- n
string
Field name
- v
string
Field value
- answers
Array of object
required
Answers to questionnaire questions
Child attributes
- q
integer
int64
orstring
Question ID
- a
integer
int64
orstring
Answer; for multiple-choice questions, integer of candidate's choice; for free text questions, string containing candidate's answer
Response body JSON
- error_code
integer
int64
Error code
- error_text
string
Error text
- command_from
string
The command used to generate this response ("score_calc_set")
Error codes
Error code | Description |
---|---|
1716 | Missing required custom field(s) |
1850 | Missing answer(s) |