POST
/
stateRegistration#addStateRegistrationForColorado
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/stateRegistration#addStateRegistrationForColorado' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "addStateRegistration",
  "companyId": "962D5035-6F51-41D3-94E8-1BF7A00955CF",
  "code": "CO",
  "companyStateRegistration": {
    "CDLE Account Number": "741258023",
    "State Tax Deposit frequency": "Monthly",
    "DOR Account Number": "741265586",
    "Occupational Privilege Tax (OPT) Account Number": "347852369",
    "Other (Local)": "7412583",
    "Third Party Authorization": "true",
    "Unemployment Account Number": "258963147",
    "Unemployment Rate": "2.5"
  }
}'
{
  "summary": "Success",
  "value": {
    "status": "Success",
    "message": "The company state registrations for Lakin LLC have been saved successfully."
  }
}

Body

application/json
method
string
required
companyId
string
required
code
string
required
companyStateRegistration
object
required

Response

200
application/json
status
string
required
message
string
required