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