Actions taken on a report due to findings that may disqualify the candidate. See the Adverse Action section.
Create an adverse action on a report with the given ID.
During the creation of the adverse action, in the violations parameter the only required information is the description
The violations parameter is required in most scenarios.
For more details about this parameter and the adverse action process as a whole, check out the Adverse Action section.
OK
Unauthorized
Not Found
Unprocessable Entity
{ }{- "id": "string",
- "status": "string",
- "title": "string",
- "text": "string",
- "expires_at": "string",
- "created_at": "string",
- "updated_at": "string",
- "violations": [
- {
- "description": "string",
- "sentence": "string",
- "file_date": "string",
- "offense_date": "string",
- "dispositon_date": "string",
- "dob_on_record": "string",
- "jurisdiction": "string",
- "name_on_record": "string"
}
], - "comments": [
- {
- "id": "string",
- "title": "string",
- "text": "string",
- "created_at": "string",
- "update_at": "string"
}
], - "applicant_first_name": "string",
- "account_name": "string",
- "logo": "string",
- "styles": { }
}Cancel an adverse action on a report with the given ID. See the Adverse Action section.
OK
Unauthorized
Not Found
Unprocessable Entity
{- "id": "string",
- "status": "string",
- "title": "string",
- "text": "string",
- "expires_at": "string",
- "created_at": "string",
- "updated_at": "string",
- "violations": [
- {
- "description": "string",
- "sentence": "string",
- "file_date": "string",
- "offense_date": "string",
- "dispositon_date": "string",
- "dob_on_record": "string",
- "jurisdiction": "string",
- "name_on_record": "string"
}
], - "comments": [
- {
- "id": "string",
- "title": "string",
- "text": "string",
- "created_at": "string",
- "update_at": "string"
}
], - "applicant_first_name": "string",
- "account_name": "string",
- "logo": "string",
- "styles": { }
}