cURL
curl --request GET \ --url 'https://sandbox.rollfi.xyz/reports#getAllowedTaxAdjustmentsList' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "method": "getAllowedTaxAdjustmentsList" } '
{ "allowedTaxAdjustments": [ { "taxTypeCategory": "Federal", "taxName": "Federal Withholding Tax" } ] }
The getAllowedTaxAdjustmentsList retrieves a list of taxes that apply to an employee for manual adjustment.
getAllowedTaxAdjustmentsList
addPayrollLineItemTaxAdjustments
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