Skip to main content
PUT
/
payroll#updatePayrollLineItemTaxAdjustment
updatePayrollLineItemTaxAdjustment
curl --request PUT \
  --url 'https://sandbox.rollfi.xyz/payroll#updatePayrollLineItemTaxAdjustment' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "updatePayrollLineItemTaxAdjustment",
  "companyId": "C2019899-9EEF-49F7-9B51-70744AFAFE61",
  "payPeriodId": "9BF440AF-9BE8-49B7-8F5E-0673E35CB5B3",
  "employeeId": "91B2952B-664E-42D2-B3AA-CCAFC9CE00A6",
  "taxName": "Federal Withholding Tax",
  "amount": 55
}
'
{
  "success": true,
  "message": "Tax adjustment updated 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
amount
integer
required

Response

success
boolean
required
message
string
required