curl --request POST \
--url 'https://sandbox.rollfi.xyz/stateRegistration#addStateRegistrationForMinnesota' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "<string>",
"companyId": "<string>",
"code": "<string>",
"companyStateRegistration": {
"Employer Account Number": "<string>",
"Minnesota Tax ID Number": "<string>",
"State Tax Deposit frequency": "<string>",
"Unemployment Insurance Account Number": "<string>",
"Unemployment Rate": "<string>",
"Withholding Tax Account Number": "<string>"
}
}
'{
"status": "<string>",
"message": "<string>"
}The respective Code of the State is entered for Verification
curl --request POST \
--url 'https://sandbox.rollfi.xyz/stateRegistration#addStateRegistrationForMinnesota' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "<string>",
"companyId": "<string>",
"code": "<string>",
"companyStateRegistration": {
"Employer Account Number": "<string>",
"Minnesota Tax ID Number": "<string>",
"State Tax Deposit frequency": "<string>",
"Unemployment Insurance Account Number": "<string>",
"Unemployment Rate": "<string>",
"Withholding Tax Account Number": "<string>"
}
}
'{
"status": "<string>",
"message": "<string>"
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Show child attributes