Skip to main content
GET
/
reports#getAllowedTaxAdjustmentsList
getAllowedTaxAdjustmentsList
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"
    }
  ]
}

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

Response

200 - application/json
allowedTaxAdjustments
object[]
required