GET
/
reports#getStateRegistration
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getStateRegistration' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "getStateRegistration",
  "code": "WA"
}'
{
  "code": "WA",
  "companyStateRegistrationFieldList": {
    "Employment Security Department Account Number": "",
    "Universal Business ID (UBI)": "",
    "Labor and Industries Account Number": "",
    "Required to pay PFML employer portion?": "",
    "EAF Tax Rate": "",
    "Unemployment Rate": ""
  },
  "fieldDescription": {
    "Employment Security Department Account Number": {
      "isMandatory": false
    },
    "Universal Business ID (UBI)": {
      "isMandatory": false
    },
    "Labor and Industries Account Number": {
      "isMandatory": false
    },
    "Required to pay PFML employer portion?": {
      "isMandatory": true
    },
    "EAF Tax Rate": {
      "isMandatory": false
    },
    "Unemployment Rate": {
      "isMandatory": true
    }
  }
}

Body

application/json

Response

200
application/json

The response is of type object.