Returns a Compensation object with the given id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Whether to include the original data Bindbee fetched from the third-party to produce these models.
false
Whether to include custom fields in the response.
false
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. You can also specify required fields in [] for each relation name.
"manager[first_name,last_name]"
Successful Response
"018b18ef-c487-703c-afd9-0ca478ccd9d6"
The third-party API ID of the matching object.
"123321"
This is the datetime that this object was last updated by Bindbee
"2021-10-16T00:00:00Z"
The custom fields related to the model
{
"category_group": "REG",
"disability_type": "ASBERG",
"hire_date": "1991-03-16T00:00:00",
"hire_source": "REFER",
"nationality": "USA",
"original_hire_date": "1991-03-16T00:00:00"
}The employee holding this position.
"018abccc-3208-7b2d-8b86-927945f89a42"
The employee's pay group.
"018b802f-4856-7ea8-a83f-ac374853ab90"
The position's pay rate in dollars.
77000
The time period this pay rate encompasses. If the value is not one of the defined enum values, the original value passed through will be returned.
HOUR, DAY, WEEK, EVERY_TWO_WEEKS, EVERY_FOUR_WEEKS, TWICE_PER_MONTH, SEMIMONTHLY, MONTH, QUARTER, EVERY_SIX_MONTHS, YEAR, - "YEAR"
The position's pay frequency. If the value is not one of the defined enum values, the original value passed through will be returned.
HOURLY, WEEKLY, BIWEEKLY, QUARTERLY, SEMIANNUALLY, ANNUALLY, THIRTEEN-MONTHLY, PRO_RATA, SEMIMONTHLY, MONTHLY, FOURWEEKLY, - "MONTHLY"
The position's currency code.
"USD"
The position's FLSA status. If the value is not one of the defined enum values, the original value passed through will be returned.
EXEMPT, SALARIED_NONEXEMPT, NONEXEMPT, OWNER, - "EXEMPT"
The position's start date.
"2022-12-15T00:00:00Z"
This is the Raw data
{
"key_1": "Platform dependent data 1",
"key_2": "Platform dependent data 2"
}