Update order result
Updates an assessment or a background check order result.
Documentation Index
Fetch the complete documentation index at: https://docs.kombo.dev/llms.txt
Use this file to discover all available pages before exploring further.
Supported integrations
Supported integrations
Workday
SAP SuccessFactors
SmartRecruiters
Oracle Recruiting Cloud
Lever
iCIMS
Recruitee
Greenhouse
Teamtailor
Ashby
UKG Pro
Bullhorn
Jobylon
Eightfold
Avature
Jobvite
Kombo Sandbox
Example Request Body
Authorizations
Headers
ID of the integration you want to interact with.
Path Parameters
PUT /assessment/orders/:assessment_order_id/result Parameter
Body
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.
^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?)?Z?$x >= -1.7976931348623157e+308x >= -1.7976931348623157e+308An array of additional attributes that you would like to submit as a part of the assessment result.
- If an ATS only supports writing text attributes, we will transform non
TEXTattributes into formatted plain text values.
- Option 1
- Option 2
An array of attachments containing the assessment result.
5Additional fields that we will pass through to specific ATS systems.
Response
PUT /assessment/orders/:assessment_order_id/result Positive response