cURL
curl --request POST \ --url 'https://sandbox.rollfi.xyz/stateRegistration#addStateRegistrationForSouthDakota' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "method": "addStateRegistration", "companyId": "962D5035-6F51-41D3-94E8-1BF7A00955CF", "code": "SD", "companyStateRegistration": { "SUTA Account Number": "741265586" } } '
{ "status": "Success", "message": "The company state registrations for Lakin LLC have been saved successfully." }
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