cURL
curl --request GET \ --url 'https://sandbox.rollfi.xyz/reports#getPaySchedule' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "method": "getPaySchedule", "companyId": "28fcb32e-29fe-4269-8aa3-011e7276ef5e" } '
{ "paySchedule": [ { "payScheduleId": "146C42D1-EC46-4F1C-B308-251676DC3942", "payBeginDate": "2025-01-10", "payDate": "2025-01-17", "payEndDate": "2025-01-16", "deadlineToRunPayroll": "2025-01-14", "workerType": { "workerType": "W2" }, "compensationFrequency": { "compensationFrequency": "Weekly" } } ] }
The getPaySchedule API retrieves the pay schedules for W2 and/or 1099 workers for a company.
getPaySchedule
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
"getPaySchedule"
Show child attributes