Skip to main content
POST
/
payroll#cancelPayrollSubmission
cancelPayrollSubmission
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/payroll#cancelPayrollSubmission' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "cancelPayrollSubmission",
  "companyId": "3A08507F-E78B-4ABF-98D8-87D382E7CE14",
  "payPeriodId": "3C068DE4-038F-4874-B99B-4AFD7CB39351"
}'
{
  "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

payPeriod
object
required
I