Skip to main content
GET
/
reports#getEmployeeMiscellaneousStateTaxforPayroll
getEmployeeMiscellaneousStateTaxforPayroll
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getEmployeeMiscellaneousStateTaxforPayroll' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "getEmployeeMiscellaneousStateTaxforPayroll",
  "companyId": "C2019899-9EEF-49F7-9B51-70744AFAFE61",
  "employeeId": "2F305A44-60EB-4B65-BACB-6E83FF2A49A6"
}
'
{
  "miscellaneousStateTaxes": [
    {
      "stateCode": "WA",
      "taxName": "Washington L&I",
      "taxDetails": [
        {
          "riskClassName": "Electrician",
          "noOfHours": 0
        }
      ]
    }
  ]
}

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
employeeId
string
required

Response

miscellaneousStateTaxes
object
required