API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- GETgetBusinessUserInfo
- GETgetUserTask
- GETgetUsersByCompanyName
- GETgetCompanies
- GETgetPaidEmployeesCountBasedOnDateRange
- GETgetPayPeriodDetails
- GETgetPayPeriod
- GETgetOverTimeTypes
- GETgetDeductionDescription
- GETgetAdditionalCompensationDescription
- GETgetUsers
- GETgetCompanyInfo
- GETgetCompanyLocationInfo
- GETgetActiveUsers
- GETgetTerminatedUsers
- GETgetDeactivatedUsers
- GETgetPayrollHistoryBasedOnPayPeriod
- GETgetPayrollHistoryBasedOnDateRange
- GETgetPayRun
- GETgetPaySchedule
- GETgetPayStub
- GETgetTransactionBasedOnReference
- GETgetTransactions
- GETgetTransactionsBasedOnName
- GETgetBusinessUserDetails
- GETgetStateW4FormFeilds
- GETgetPayrollJournalReport
- GETgetUser
- GETgetPayBeginDates
- GETgetStateRegistration
- GETgetIndividualPayrollHistory
- GET
- Webhooks
Reports
getAdditionalCompensationDescription
This API is for get the Pay begin dates for Monthly and SemiMonthly.
GET
/
reports#getAdditionalCompensationDescription
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getAdditionalCompensationDescription' \
--header 'Content-Type: application/json' \
--data '{
"method": "getAdditionalCompensationDescription"
}'
{
"additionalCompensationDescription": [
"3rd Party LTD 125 plan",
"3rd Party STD 125 plan",
"409A Distribution",
"Adoption Assistance",
"Adult Child Health Coverage",
"Agent LTD 125 plan",
"Agent STD 125 plan",
"Bonus",
"Cash",
"Clergy Housing Allowance",
"Deceased Worker Pay",
"Domestic Partner Benefit Dependent",
"Domestic Partner Benefit Non-Dependent",
"ER LTD 125 plan",
"ER STD 125 plan",
"Educational Asst (Job Related)",
"Educational Asst (Non-job Related)",
"Emergency Paid Sick Leave",
"Expanded Family and Medical Leave",
"Golden Parachute",
"Group Term Life Over $50000",
"HSA",
"HSA(125)",
"Invalid 409A Deferral",
"Meals for the convenience of ER",
"Military Differential Pay",
"Phone Reimbursement",
"Qualified Moving Expenses Reimbursements",
"Qualified Parking",
"Reported Tips",
"S Corp 2% Shareholder Insurance Premiums",
"Same sex marriage spousal health care",
"Severance Pay",
"Severance Pay Required by law or contract",
"Stock Options",
"Training Reimbursement",
"Van Pool & Transit Passes",
"Well-Being Stipend"
]
}
Body
application/json
Response
200
application/json
The response is of type object
.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getAdditionalCompensationDescription' \
--header 'Content-Type: application/json' \
--data '{
"method": "getAdditionalCompensationDescription"
}'
{
"additionalCompensationDescription": [
"3rd Party LTD 125 plan",
"3rd Party STD 125 plan",
"409A Distribution",
"Adoption Assistance",
"Adult Child Health Coverage",
"Agent LTD 125 plan",
"Agent STD 125 plan",
"Bonus",
"Cash",
"Clergy Housing Allowance",
"Deceased Worker Pay",
"Domestic Partner Benefit Dependent",
"Domestic Partner Benefit Non-Dependent",
"ER LTD 125 plan",
"ER STD 125 plan",
"Educational Asst (Job Related)",
"Educational Asst (Non-job Related)",
"Emergency Paid Sick Leave",
"Expanded Family and Medical Leave",
"Golden Parachute",
"Group Term Life Over $50000",
"HSA",
"HSA(125)",
"Invalid 409A Deferral",
"Meals for the convenience of ER",
"Military Differential Pay",
"Phone Reimbursement",
"Qualified Moving Expenses Reimbursements",
"Qualified Parking",
"Reported Tips",
"S Corp 2% Shareholder Insurance Premiums",
"Same sex marriage spousal health care",
"Severance Pay",
"Severance Pay Required by law or contract",
"Stock Options",
"Training Reimbursement",
"Van Pool & Transit Passes",
"Well-Being Stipend"
]
}
Assistant
Responses are generated using AI and may contain mistakes.