Skip to main content
GET
/
reports#getMonthlyAndSemiMonthlyPayScheduleDates
GetMonthlyAndSemiMonthlyPayScheduleDates
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getMonthlyAndSemiMonthlyPayScheduleDates' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "getMonthlyAndSemiMonthlyPayScheduleDates",
  "compensationFrequency": "Monthly"
}'
{
  "PayScheduleDates for Monthly": [
    {
      "PayBeginDate": "2025-01-01",
      "PayEndDate": "2025-01-31",
      "DeadlineToRunPayroll": "2025-01-29",
      "PayDate": "2025-01-31"
    },
    {
      "PayBeginDate": "2025-02-01",
      "PayEndDate": "2025-02-28",
      "DeadlineToRunPayroll": "2025-02-26",
      "PayDate": "2025-02-28"
    },
    {
      "PayBeginDate": "2025-03-01",
      "PayEndDate": "2025-03-31",
      "DeadlineToRunPayroll": "2025-03-27",
      "PayDate": "2025-03-31"
    },
    {
      "PayBeginDate": "2025-04-01",
      "PayEndDate": "2025-04-30",
      "DeadlineToRunPayroll": "2025-04-28",
      "PayDate": "2025-04-30"
    },
    {
      "PayBeginDate": "2025-05-01",
      "PayEndDate": "2025-05-31",
      "DeadlineToRunPayroll": "2025-05-28",
      "PayDate": "2025-05-30"
    },
    {
      "PayBeginDate": "2025-06-01",
      "PayEndDate": "2025-06-30",
      "DeadlineToRunPayroll": "2025-06-26",
      "PayDate": "2025-06-30"
    },
    {
      "PayBeginDate": "2025-07-01",
      "PayEndDate": "2025-07-31",
      "DeadlineToRunPayroll": "2025-07-29",
      "PayDate": "2025-07-31"
    },
    {
      "PayBeginDate": "2025-08-01",
      "PayEndDate": "2025-08-31",
      "DeadlineToRunPayroll": "2025-08-27",
      "PayDate": "2025-08-29"
    },
    {
      "PayBeginDate": "2025-09-01",
      "PayEndDate": "2025-09-30",
      "DeadlineToRunPayroll": "2025-09-26",
      "PayDate": "2025-09-30"
    },
    {
      "PayBeginDate": "2025-10-01",
      "PayEndDate": "2025-10-31",
      "DeadlineToRunPayroll": "2025-10-29",
      "PayDate": "2025-10-31"
    },
    {
      "PayBeginDate": "2025-11-01",
      "PayEndDate": "2025-11-30",
      "DeadlineToRunPayroll": "2025-11-25",
      "PayDate": "2025-11-28"
    },
    {
      "PayBeginDate": "2025-12-01",
      "PayEndDate": "2025-12-31",
      "DeadlineToRunPayroll": "2025-12-29",
      "PayDate": "2025-12-31"
    }
  ]
}

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
method
string
required
compensationFrequency
string
required

Response

200 - application/json
PayScheduleDates
object
required