Deductions
Documents
Management
Sandbox
- POSTCreate a new Sandbox Connection
- POSTCreate a new sandbox account
- PUTUpdate a sandbox account
- GETGet configurations for sandbox jobs
- PUTUpdate configurations for sandbox jobs
- POSTAdd a new sandbox payment
- PUTUpdate sandbox individual
- PUTUpdate sandbox employment
- POSTAdd new individuals to a sandbox company
- PUTUpdate a sandbox company's data
- POSTEnqueue a new sandbox job
Development Guides
Employment
Read individual employment and income data
Note: Income information is returned as reported by the provider. This may not always be annualized income, but may be in units of bi-weekly, semi-monthly, daily, etc, depending on what information the provider returns.
Authorizations
Please use your Access Token
Headers
Header used to specify the version for a given API request. Current version is 2020-09-17.
Used to indicate the original media type of the resource
Body
Individual Ids Request Body
The array of batch requests.
A stable Finch id
(UUID v4) for an individual in the company. There is no limit to the number of individual_id
to send per request. It is preferantial to send all ids in a single request for Finch to optimize provider rate-limits.
Response
Worker's compensation classification code for this employee
The department object.
The name of the department associated with the individual.
The employment object.
The secondary employment type of the individual. Options: `full_time`, `part_time`, `intern`, `temp`, `seasonal` and `individual_contractor`.
full_time
, intern
, part_time
, temp
, seasonal
, individual_contractor
The main employment type of the individual.
employee
, contractor
The detailed employment status of the individual. Available options: `active`, `deceased`, `leave`, `onboarding`, `prehire`, `retired`, `terminated`.
active
, deceased
, leave
, onboarding
, prehire
, retired
, terminated
The legal first name of the individual.
string A stable Finch id
(UUID v4) for an individual in the company.
The employee's income as reported by the provider. This may not always be annualized income, but may be in units of bi-weekly, semi-monthly, daily, etc, depending on what information the provider returns.
The income amount in cents.
The currency code.
The date the income amount went into effect.
The income unit of payment. Options: yearly
, quarterly
, monthly
, semi_monthly
, bi_weekly
, weekly
, daily
, hourly
, and fixed
.
yearly
, quarterly
, monthly
, semi_monthly
, bi_weekly
, weekly
, daily
, hourly
, fixed
The array of income history.
The income amount in cents.
The currency code.
The date the income amount went into effect.
The income unit of payment. Options: yearly
, quarterly
, monthly
, semi_monthly
, bi_weekly
, weekly
, daily
, hourly
, and fixed
.
yearly
, quarterly
, monthly
, semi_monthly
, bi_weekly
, weekly
, daily
, hourly
, fixed
true
if the individual an an active employee or contractor at the company.
The legal last name of the individual.
City, district, suburb, town, or village.
The 2-letter ISO 3166 country code.
Street address or PO box.
Apartment, suite, unit, or building.
The postal code or zip code.
The state code.
The manager object representing the manager of the individual within the org.
A stable Finch id
(UUID v4) for an individual in the company.
The legal middle name of the individual.
The source system's unique employment identifier for this individual
The current title of the individual.
This field is deprecated in favour of source_id
Was this page helpful?