Skip to main content
GET
/
reports#getEmployeeMiscellaneousStateTaxFormFields
getEmployeeMiscellaneousStateTaxFormFields
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getEmployeeMiscellaneousStateTaxFormFields' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "getEmployeeMiscellaneousStateTaxFormFields",
  "companyId": "C2019899-9EEF-49F7-9B51-70744AFAFE61",
  "userId": "B7C80B1C-B58B-4ADD-9193-1BB23674F514"
}
'
{ "EmployeeMiscellaneousStateTaxFormFields": [ { "userId": "98CCB6CF-08DD-4C17-A367-B339CD5526CD", "stateCode": "WA", "MiscellaneousStateTaxFieldList": { "CompositeRate": "", "RiskClassName": "", "RiskClassCode": "", "PayrollDeductionRate": "" }, "fields": [ { "fieldName": "CompositeRate", "fieldDescription": "", "dataType": "String" }, { "fieldName": "RiskClassName", "fieldDescription": "", "dataType": "String" }, { "fieldName": "RiskClassCode", "fieldDescription": "", "dataType": "String" }, { "fieldName": "PayrollDeductionRate", "fieldDescription": "", "dataType": "String" }, { "fieldName": "RiskClassName", "fieldDescription": "", "dataType": "String" } ] } ] }

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

Response

200 - application/json
EmployeeMiscellaneousStateTaxFormFields
object
required