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"
}
]
}
]
}