Reports
getPaySchedule
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
getPaySchedule
GET
/
reports#getPaySchedule
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getPaySchedule' \
--header 'Content-Type: application/json' \
--data '{
"method": "getPaySchedule",
"companyId": "28fcb32e-29fe-4269-8aa3-011e7276ef5e"
}'
{
"paySchedule": [
{
"payBeginDate": "2023-11-16",
"payDate": "2023-11-30",
"payEndDate": "2023-11-30",
"deadlineToRunPayroll": "2023-11-28",
"workerType": {
"workerType": "W2"
},
"compensationFrequency": {
"compensationFrequency": "SemiMonthly"
}
}
]
}
Body
application/json
Response
200 - application/json
The response is of type object
.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getPaySchedule' \
--header 'Content-Type: application/json' \
--data '{
"method": "getPaySchedule",
"companyId": "28fcb32e-29fe-4269-8aa3-011e7276ef5e"
}'
{
"paySchedule": [
{
"payBeginDate": "2023-11-16",
"payDate": "2023-11-30",
"payEndDate": "2023-11-30",
"deadlineToRunPayroll": "2023-11-28",
"workerType": {
"workerType": "W2"
},
"compensationFrequency": {
"compensationFrequency": "SemiMonthly"
}
}
]
}