Employment
A worker's Employment
information contains basic personal information and employment data for HR platforms. You can access this information by calling the /accounts/:account_id/employment endpoint.
These are the variables contained within Employment
:
employment_info
Variable | Description | Type | Example |
---|---|---|---|
id_type | Employee id type | string | curp |
federal_entity | Employer's federal entity | string | CIUDAD DE MEXICO |
quoted_days | Quoted days | string | 31 |
quoted_weeks | Quoted weeks | string | 1 |
status | Employment status | string | active |
employment_history
Variable | Description | Type | Example |
---|---|---|---|
employer | Employer name | string | COMPANY SA DE CV |
start_date | Start date | string | 2022-04-01T00:00:00+00:00 |
end_date | End date | string | 2022-08-01T00:00:00+00:00 |
base_salary | Base salary | float | 13000.13 |
monthly_salary | Monthly salary | float | 13000.13 |
payment_frequency | Payment frequency | string | monthly |
payment_days | Payment days | string | 30 |
job_title | Job title | string | Software Engineer |