Skip to main content
POST
/
payroll#skipPayPeriod
skipPayPeriod
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/payroll#skipPayPeriod' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "skipPayPeriod",
  "companyId": "C8D57032-BF6F-4510-AA41-08A358365531",
  "payPeriodId": "81A0AE81-F817-4012-B058-46B2C0B9B72C"
}'
{
  "skipPayPeriod": {
    "status": "Skipped",
    "message": "PayPeriod skipped Successfully"
  }
}

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
companyId
string
required
payPeriodId
string
required

Response

skipPayPeriod
object
required
I