VOE (work number) - The Work Number Verification of Employment Report

The form_type parameter WORK_NUMBER for the Upload PDF endpoint is required for this Form Type.

📘

Configuration-driven output

All fields below are optionally captured, depending on your order form. To adjust fields captured, please speak with your Ocrolus Account Manager.

JSON AttributeData TypeDescription
work_number-Part1-General:verificationTypeTextVerification Type
work_number-Part1-General:permissiblePurposeTextPermissible Purpose
work_number-Part1-General:informationCurrentAsOfDateInformation Current As Of
work_number-Part1-General:employerTextEmployer
work_number-Part1-General:headquaterAddress:addressLine1TextHeadquater Address
work_number-Part1-General:headquaterAddress:addressLine2TextHeadquater Address
work_number-Part1-General:headquaterAddress:cityCityHeadquater Address
work_number-Part1-General:headquaterAddress:stateStateHeadquater Address
work_number-Part1-General:headquaterAddress:zipZIP CodeHeadquater Address
work_number-Part2-EmploymentInformation:employerDisclaimerTextEmployer Disclaimer
work_number-Part2-EmploymentInformation:divisionTextDivision
work_number-Part2-EmploymentInformation:employeeTextEmployee
work_number-Part2-EmploymentInformation:socialSecurityNumberSocial Security NumberSocial Security Number
work_number-Part2-EmploymentInformation:employmentStatusACTIVE, INACTIVEEmployment Status
work_number-Part2-EmploymentInformation:mostRecentStartDateDateMost Recent Start Date
work_number-Part2-EmploymentInformation:originalHireDateDateOriginal Hire Date
work_number-Part2-EmploymentInformation:totalTimeWithEmployerTextTotal Time With Employer
work_number-Part2-EmploymentInformation:jobTitleTextJob Title
work_number-Part2-EmploymentInformation:rateOfPayTextRate of Pay
work_number-Part2-EmploymentInformation:averageHoursPerPayPeriodTextAverage Hours Per Pay Period
work_number-Part3-IncomeInformation:year1IntegerYear 1
work_number-Part3-IncomeInformation:baseSalary1MoneyBase Salary 1
work_number-Part3-IncomeInformation:overtime1MoneyOvertime 1
work_number-Part3-IncomeInformation:commission1MoneyCommission 1
work_number-Part3-IncomeInformation:bonus1MoneyBonus 1
work_number-Part3-IncomeInformation:otherIncome1MoneyOther Income 1
work_number-Part3-IncomeInformation:totalPay1MoneyTotal Pay 1
work_number-Part3-IncomeInformation:year2IntegerYear 2
work_number-Part3-IncomeInformation:baseSalary2MoneyBase Salary 2
work_number-Part3-IncomeInformation:overtime2MoneyOvertime 2
work_number-Part3-IncomeInformation:commission2MoneyCommission 2
work_number-Part3-IncomeInformation:bonus2MoneyBonus 2
work_number-Part3-IncomeInformation:otherIncome2MoneyOther Income 2
work_number-Part3-IncomeInformation:totalPay2MoneyTotal Pay 2
work_number-Part3-IncomeInformation:year3IntegerYear 3
work_number-Part3-IncomeInformation:baseSalary3MoneyBase Salary 3
work_number-Part3-IncomeInformation:overtime3MoneyOvertime 3
work_number-Part3-IncomeInformation:commission3MoneyCommission 3
work_number-Part3-IncomeInformation:bonus3MoneyBonus 3
work_number-Part3-IncomeInformation:otherIncome3MoneyOther Income 3
work_number-Part3-IncomeInformation:totalPay3MoneyTotal Pay 3
work_number-Part4-AdditionalInformation:dateOfPayIncrease:nextProjectedDateDate of Pay Increase
work_number-Part4-AdditionalInformation:dateOfPayIncrease:lastDateDate of Pay Increase
work_number-Part4-AdditionalInformation:amountOfPayIncrease:nextProjectedMoneyAmount of Pay Increase
work_number-Part4-AdditionalInformation:amountOfPayIncrease:lastMoneyAmount of Pay Increase
work_number-Part4-AdditionalInformation:onLeaveDates:nextProjectedDateOn Leave Dates
work_number-Part4-AdditionalInformation:onLeaveDates:lastDateOn Leave Dates
work_number-Part4-AdditionalInformation:refrenceNumberTextRefrence Number
work_number-Part4-AdditionalInformation:trackingNumberTextTracking Number

Sample form

The below Ocrolus sample PDF (input) matches the below sample JSON result (output).

Sample JSON result

{
    "status": 200,
    "response": {
        "pk": 18386569,
        "uuid": "3a877ea6-5f33-457f-bcef-2de9c729e7b2",
        "name": "Work Number API Documentation",
        "created": "2022-05-09T16:16:41Z",
        "created_ts": "2022-05-09T16:16:41Z",
        "verified_pages_count": 1,
        "book_status": "ACTIVE",
        "id": 18386569,
        "forms": [
            {
                "pk": 37151013,
                "uuid": "f3803b7a-95c2-4af3-94ef-3a8aeda58e66",
                "form_type": "WORK_NUMBER",
                "raw_fields": {
                    "work_number-Part1-General:employer": {
                        "value": "ABC INC.",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:year1": {
                        "value": "2021",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:year2": {
                        "value": "2020",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:year3": {
                        "value": "2019",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part1-General:verificationType": {
                        "value": "EMPLOYMENT & INCOME VERIFICATION",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:bonus1": {
                        "value": "300.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:bonus2": {
                        "value": "200.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:bonus3": {
                        "value": "150.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part1-General:permissiblePurpose": {
                        "value": "EMPLOYEE'S ELIGIBILITY FOR BENEFIT GRANTED BY A GOVERNMENTAL AGENCY ; -WE ARE REQUIRED BY LAW TO CONSIDER THE EMPLOYEE'S FINANCIAL RESPONSIBILITY OR STATUS",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:overtime1": {
                        "value": "200.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:overtime2": {
                        "value": "180.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:overtime3": {
                        "value": "150.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:totalPay1": {
                        "value": "8720.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:totalPay2": {
                        "value": "7580.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:totalPay3": {
                        "value": "6980.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part1-General:headquaterAddress:zip": {
                        "value": "12345",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:baseSalary1": {
                        "value": "8000.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:baseSalary2": {
                        "value": "7000.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:baseSalary3": {
                        "value": "6500.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:commission1": {
                        "value": "120.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:commission2": {
                        "value": "100.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:commission3": {
                        "value": "100.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part1-General:headquaterAddress:city": {
                        "value": "SAN MATEO",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part1-General:informationCurrentAsOf": {
                        "value": "06/10/2021",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part2-EmploymentInformation:division": {
                        "value": "QA",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part2-EmploymentInformation:employee": {
                        "value": "JOHN SAMPLE",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part2-EmploymentInformation:jobTitle": {
                        "value": "MANAGER",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:otherIncome1": {
                        "value": "100.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:otherIncome2": {
                        "value": "100.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part3-IncomeInformation:otherIncome3": {
                        "value": "80.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part1-General:headquaterAddress:state": {
                        "value": "CA",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part2-EmploymentInformation:rateOfPay": {
                        "value": "20 PER HOUR",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part4-AdditionalInformation:refrenceNumber": {
                        "value": "123456789",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part4-AdditionalInformation:trackingNumber": {
                        "value": "",
                        "is_empty": true,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part1-General:headquaterAddress:addressLine1": {
                        "value": "123 GRANT LINE ROAD",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part1-General:headquaterAddress:addressLine2": {
                        "value": "",
                        "is_empty": true,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part2-EmploymentInformation:employmentStatus": {
                        "value": "ACTIVE",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part2-EmploymentInformation:originalHireDate": {
                        "value": "12/15/2009",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part4-AdditionalInformation:onLeaveDates:last": {
                        "value": "06/30/2020",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part2-EmploymentInformation:employerDisclaimer": {
                        "value": "PLEASE SEND GARNISHMENTS TO HEADQUARTERS ADDRESS LISTED ABOVE . ATTENTION PAYROLL DEPARTMENT.",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part2-EmploymentInformation:mostRecentStartDate": {
                        "value": "02/15/2016",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part2-EmploymentInformation:socialSecurityNumber": {
                        "value": "123-45-6789",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part2-EmploymentInformation:totalTimeWithEmployer": {
                        "value": "6 YEARS, 3 MONTHS",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part4-AdditionalInformation:dateOfPayIncrease:last": {
                        "value": "12/31/2021",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part2-EmploymentInformation:averageHoursPerPayPeriod": {
                        "value": "80",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part4-AdditionalInformation:amountOfPayIncrease:last": {
                        "value": "1500.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part4-AdditionalInformation:onLeaveDates:nextProjected": {
                        "value": "06/12/2020",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part4-AdditionalInformation:dateOfPayIncrease:nextProjected": {
                        "value": "12/31/2022",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    },
                    "work_number-Part4-AdditionalInformation:amountOfPayIncrease:nextProjected": {
                        "value": "2000.00",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "API_Sample_(Work_Number) (2).pdf"
                    }
                },
                "form_config_pk": 48942,
                "tables": []
            }
        ],
        "book_is_complete": true
    },
    "message": "OK"
}