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": "SemiMonthly"
}'
{
  "PayScheduleDates for SemiMonthly Option 1": [
    {
      "PayBeginDate": "2025-01-01",
      "PayEndDate": "2025-01-15",
      "DeadlineToRunPayroll": "2025-01-13",
      "PayDate": "2025-01-15"
    },
    {
      "PayBeginDate": "2025-01-16",
      "PayEndDate": "2025-01-31",
      "DeadlineToRunPayroll": "2025-01-29",
      "PayDate": "2025-01-31"
    },
    {
      "PayBeginDate": "2025-02-01",
      "PayEndDate": "2025-02-15",
      "DeadlineToRunPayroll": "2025-02-12",
      "PayDate": "2025-02-14"
    },
    {
      "PayBeginDate": "2025-02-16",
      "PayEndDate": "2025-02-28",
      "DeadlineToRunPayroll": "2025-02-26",
      "PayDate": "2025-02-28"
    },
    {
      "PayBeginDate": "2025-03-01",
      "PayEndDate": "2025-03-15",
      "DeadlineToRunPayroll": "2025-03-12",
      "PayDate": "2025-03-14"
    }
  ]
}

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

PayScheduleDates for SemiMonthly Option 1
object[]
required
I