POST
/
stateRegistration#addStateRegistrationForDelaware
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/stateRegistration#addStateRegistrationForDelaware' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "addStateRegistration",
  "companyId": "C78F05FB-725C-4791-BD9D-4D20ABC924C7",
  "code": "DE",
  "companyStateRegistration": [
    {
      "companyRefStateTaxItem": "UC Employer Account Number",
      "companyStateTaxItemValue": "741258023"
    },
    {
      "companyRefStateTaxItem": "Unemployment Rate",
      "companyStateTaxItemValue": "2.5"
    },
    {
      "companyRefStateTaxItem": "Withholding Account Number",
      "companyStateTaxItemValue": "741265586"
    }
  ]
}'
{
  "1": {
    "summary": "Success",
    "value": {
      "companyStateRegistration": [
        {
          "companyStateRegistrationId": "B739158E-9F8E-47A1-92D3-50F8951A5F31",
          "status": "Verification Pending",
          "message": "The company state registration for Prism test has been saved successfully."
        },
        {
          "companyStateRegistrationId": "64C6DE4C-B276-45B1-AF2D-95688E94EC9B",
          "status": "Verification Pending",
          "message": "The company state registration for Prism test has been saved successfully."
        },
        {
          "companyStateRegistrationId": "A482A426-37A3-4C9A-8702-F5912DF5B639",
          "status": "Verification Pending",
          "message": "The company state registration for Prism test has been saved successfully."
        }
      ]
    }
  }
}

Body

application/json
method
string
required
companyStateRegistration
object
required

Response

200
application/json
companyStateRegistration
object[]
required