GET
/
reports#getPaySchedule
getPaySchedule
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"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Response

200 - application/json

The response is of type object.