Skip to main content
POST
/
stateRegistration#addStateRegistrationForTexas
addStateRegistrationForTexas
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/stateRegistration#addStateRegistrationForTexas' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "<string>",
  "companyId": "<string>",
  "code": "<string>",
  "companyStateRegistration": {
    "TWC Account Number": "<string>",
    "Unemployment Rate": "<string>"
  }
}
'
{
  "status": "<string>",
  "message": "<string>"
}

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
code
string
required
companyStateRegistration
object
required

Response

status
string
required
message
string
required