Skip to main content
GET
/
reports#getCompanyTaxExemptions
getCompanyTaxExemptions
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getCompanyTaxExemptions' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "getCompanyTaxExemptions",
  "companyId": "ECF1B47E-108F-45C0-A520-6A128A727B04"
}
'
{
  "companyTaxExemptions": [
    {
      "taxName": "NY - State Unemployment Insurance",
      "exemptionEffectiveStartDate": "2026-03-20",
      "exemptionEffectiveEndDate": null,
      "exemptReason": "Employer claimed exempt on W-4",
      "ExemptionStatus": "High Risk",
      "warningMessage": "High-risk tax exemption. Confirm eligibility and effective dates before saving. If applied incorrectly, this may result in inaccurate reporting, tax underpayment, and required corrections."
    },
    {
      "taxName": "FL - State Unemployment Insurance",
      "exemptionEffectiveStartDate": "2026-03-20",
      "exemptionEffectiveEndDate": "2026-03-30",
      "exemptReason": "Employer claimed exempt on W-4",
      "ExemptionStatus": "High Risk",
      "warningMessage": "High-risk tax exemption. Confirm eligibility and effective dates before saving. If applied incorrectly, this may result in inaccurate reporting, tax underpayment, and required corrections."
    },
    {
      "taxName": "CA - State Unemployment Insurance",
      "exemptionEffectiveStartDate": "2026-03-20",
      "exemptionEffectiveEndDate": null,
      "exemptReason": "Employer claimed exempt on W-4",
      "ExemptionStatus": "High Risk",
      "warningMessage": "High-risk tax exemption. Confirm eligibility and effective dates before saving. If applied incorrectly, this may result in inaccurate reporting, tax underpayment, and required corrections."
    },
    {
      "taxName": "NY - County Tax",
      "exemptionEffectiveStartDate": "2026-03-20",
      "exemptionEffectiveEndDate": null,
      "exemptReason": "Employer claimed exempt on W-4"
    }
  ]
}

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

Response

companyTaxExemptions
object[]
required