Skip to main content
POST
/
userOnboarding#addEmployeeMiscellaneousStateTax
addEmployeeMiscellaneousStateTax
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/userOnboarding#addEmployeeMiscellaneousStateTax' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "addEmployeeMiscellaneousStateTax",
  "companyId": "7440E812-C699-4A94-AE14-A4B788D83299",
  "userId": "98CCB6CF-08DD-4C17-A367-B339CD5526CD",
  "employeeMiscellaneousStateTax": {
    "CompositeRate": "5",
    "RiskClassName": "Painter",
    "RiskClassCode": "121212",
    "PayrollDeductionRate": "4"
  }
}
'
{
  "employeeMiscellaneousStateTax": {
    "status": "Ready",
    "message": "The Employee Miscellaneous State Tax Information has been saved successfully."
  }
}

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
employeeMiscellaneousStateTax
object
required

Response

The response is of type object.