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
getOverTimeTypes
This API is for get the Pay begin dates for Monthly and SemiMonthly.
GET
/
reports#getOverTimeTypes
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getOverTimeTypes' \
--header 'Content-Type: application/json' \
--data '{
"method": "getOverTimeTypes"
}'
{
"overTimeTypes": [
"Comp off OT",
"Holiday/ Weekend OT",
"Preminum OT(over and above 20 Hrs )"
]
}
Body
application/json
Response
200
application/json
The response is of type object
.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getOverTimeTypes' \
--header 'Content-Type: application/json' \
--data '{
"method": "getOverTimeTypes"
}'
{
"overTimeTypes": [
"Comp off OT",
"Holiday/ Weekend OT",
"Preminum OT(over and above 20 Hrs )"
]
}
Assistant
Responses are generated using AI and may contain mistakes.