Updates an assessment or a background check order result.
Supported integrations
ID of the integration you want to interact with.
PUT /assessment/orders/:assessment_order_id/result Parameter
PUT /assessment/orders/:assessment_order_id/result Request body
Status of the assessment.
Please note the status can only be updated to a different value if its current value is OPEN.
COMPLETED, CANCELLED, OPEN YYYY-MM-DDTHH:mm:ss.sssZ
Please make sure this value is provided when the status is of the type COMPLETED or CANCELLED.
x >= -1.7976931348623157e+308x >= -1.7976931348623157e+308An array of additional attributes that you would like to submit as a part of the assessment result.
TEXT attributes into formatted plain text values.An array of attachments containing the assessment result.
5Additional fields that we will pass through to specific ATS systems.
PUT /assessment/orders/:assessment_order_id/result Positive response