Salaried Employment Data
Receive details of employment record
The /employment/salaried/get
returns a a summary of users’ employment status, including details such as current employment information, remuneration data (if available), and the start and end dates of employment.
Sample Response
{
"source_name": "IMSS",
"source_type":"string",
"source_country": "Mexico",
"history": [
{
"employer_name": "string",
"employer_id": "string",
"employer_id_type": "string",
"start_date": "2024-04-08",
"end_date": "2024-04-08",
"salary_amount": 0,
"salary_period": "Hourly",
"salary_currency_code": "string"
}
]
}
Legend
Field | Description |
---|---|
source_name | The source from where the data is derived |
source_type | The type of source for the data |
source_country | The country from where the data is consumed |
employer_name | The name of the employer |
employer_id | The unique identifier of the employer |
employer_id_type | Defines the nature or source of the employer’s unique identifier |
start_date | Start date of employment with organization |
end_date | End date of employment with organization |
salary_amount | The salary as reported by the source |
salary_period | The priod for which the salary applies |
salary_currency_code | Designated currency for salary disbursement |
Updated 13 days ago