Skip to main content
POST
/
payroll#removePayrollLineItemTaxAdjustment
removePayrollLineItemTaxAdjustment
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/payroll#removePayrollLineItemTaxAdjustment' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "removePayrollLineItemTaxAdjustment",
  "companyId": "3A08507F-E78B-4ABF-98D8-87D382E7CE14",
  "payPeriodId": "3C068DE4-038F-4874-B99B-4AFD7CB39351",
  "employeeId": "BA445FB2-A3CA-43B7-BB8A-399BDE85486C",
  "taxName": "Federal Withholding Tax"
}
'
{
  "success": true,
  "message": "Tax adjustment removed 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
employeeId
string
required
taxName
string
required

Response

success
boolean
required
message
string
required