cURL
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" } '
200
1
{ "skipPayPeriod": { "status": "Skipped", "message": "PayPeriod skipped Successfully" } }
The skipPayPeriod API is used to skip a pay period
skipPayPeriod
Skipped
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Show child attributes