Reports
getPayBeginDates
API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- GETgetBusinessUserInfo
- GETgetUserTask
- GETgetUsersByCompanyName
- GETgetCompanies
- GETgetPaidEmployeesCountBasedOnDateRange
- GETgetPayPeriodDetails
- GETgetPayPeriod
- GETgetCompanyInfo
- GETgetCompanyLocationInfo
- GETgetActiveUsers
- GETgetTerminatedUsers
- GETgetDeactivatedUsers
- GETgetPayrollHistoryBasedOnPayPeriod
- GETgetPayrollHistoryBasedOnDateRange
- GETgetPayRun
- GETgetPaySchedule
- GETgetPayStub
- GETgetTransactionBasedOnReference
- GETgetTransactions
- GETgetTransactionsBasedOnName
- GETgetBusinessUserDetails
- GETgetStateW4FormFeilds
- GETgetPayrollJournalReport
- GETgetUser
- GETgetPayBeginDates
- GETgetStateRegistration
- GETgetIndividualPayrollHistory
- GET
- Webhooks
Reports
getPayBeginDates
This API is for get the Pay begin dates for Monthly and SemiMonthly.
GET
/
reports#getPayBeginDates
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getPayBeginDates' \
--header 'Content-Type: application/json' \
--data '{
"method": "getMonthlyAndSemiMonthlyPayBeginDates",
"compensationFrequency": "Monthly"
}'
{
"PayBeginDates for Monthly": [
"2025-01-01",
"2025-02-01",
"2025-03-01",
"2025-04-01",
"2025-05-01",
"2025-06-01",
"2025-07-01",
"2025-08-01",
"2025-09-01",
"2025-10-01",
"2025-11-01",
"2025-12-01"
]
}
Body
application/json
Response
200
application/json
The response is of type object
.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getPayBeginDates' \
--header 'Content-Type: application/json' \
--data '{
"method": "getMonthlyAndSemiMonthlyPayBeginDates",
"compensationFrequency": "Monthly"
}'
{
"PayBeginDates for Monthly": [
"2025-01-01",
"2025-02-01",
"2025-03-01",
"2025-04-01",
"2025-05-01",
"2025-06-01",
"2025-07-01",
"2025-08-01",
"2025-09-01",
"2025-10-01",
"2025-11-01",
"2025-12-01"
]
}