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"
}'
{
  "summary": "Success",
  "value": {
    "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
method
string
required
Example:
["getPaySchedule"]
companyId
string
required

Response

200 - application/json
PaySchedule
object[]
required