An object representing one E-Verify case in an account.
Attribute | Type | Description |
---|---|---|
| Integer | WorkBright's internal case ID. |
| Integer | Identifier of the submission. |
| Integer | Identifier of the employee whom the case relates to. |
| Integer | E-Verify's case number. |
| String | Timestamp of when the E-Verify case was created. |
| String | Timestamp of when the E-Verify result was received. |
| Boolean | E-Verify case contains documentation that is a receipt. |
| String | Date of deadline for admin or employee to perform an action to resolve the case |
| String | Current status of the case, see all available statuses below. |
| Boolean | WorkBright's internal account ID that represents a customer's E-Verify account. |
| Array_of_objects | Raw response from E-Verify |
| Array of Audit Logs | A list of events relating to the E-Verify case. See the Audit Log object for more information. |
| String | Further Action Notice file URL. |
| String | Referral Date Confirmation file URL in English. |
| String | Further Action Notice file URL in Spanish. |
| String | Referral Date Confirmation file URL in Spanish. |
| Boolean | If true, Further Action Notice has been reviewed. |
| Array_of_Strings | Return a value based on the action taken by the employee. |
| String | Returns a value of 'referred' if the employee took acton on a tentative non-confirmation. |
| Boolean | Returns a boolean value if the I-9 has been confirmed as correct or incorrect. |
| Array | Returns one of the following reason codes: EMPLOYEE_CONTINUES_TO_WORK_AFTER_FNC, EMPLOYEE_TERMINATED_FOR_FNC_RESULT, INCORRECT_DATA, EMPLOYER_INSTRUCTED_TO_CLOSE_BY_DHS, EMPLOYER_INSTRUCTED_TO_CLOSE_BY_SSA, OTHER_FREE_TEXT |
| Array_of_objects | Provides details on the submission error. |
| Boolean | If true, must visit E-Verify's website to continue. Typically affects cases in the following statuses: unconfirmed_data, scan_and_upload, pending_referral, referred, closed_other, close_case_and_resubmit, final_nonconfirmation, internal_error |
| String | If submission error exists, will return a value of missing_duplicate_continue_reason |
|
| Will populate once duplicate continue reason have been selected within the user interface. |
| String | Returns one of the following reason codes: REHIRE, PREVIOUS_CASE_RESULT_RESUBMIT, SSA_ASKED_ME_TO_CREATE_A_NEW_CASE, DHS_ASKED_ME_TO_CREATE_A_NEW_CASE, INCORRECT_INFORMATION_ENTERED |
| String | Returns value manually entered by the administrator |
| Boolean | Returns true for cases in the following statuses: internal_error, submission_error |
| Array | Returns the values that cause the unconfirmed data error. |
Available case statuses: created
, submitted
, draft
, unsubmitted_receipt
, unconfirmed_data
, photo_match
, scan_and_upload
, manual_review
, pending_referral
, referred
, queued
, employment_authorized
, final_nonconfirmation
, close_case_and_resubmit
, closed_authorized
, closed_nonconfirmation
, closed_other
, manually_closed
, submission_error
, internal_error
.
Informational note: Some case statuses come from E-Verify language, others are internal to WorkBright. The internal statuses are created
, internal_error
, submission_error
, unsubmitted_receipt
, submitted
, and manually_closed
.