cURL
curl --request POST \ --url 'https://sandbox.rollfi.xyz/adminPortal#addStateRegistration' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "method": "addStateRegistration", "companyId": "962D5035-6F51-41D3-94E8-1BF7A00955CF", "code": "AK", "companyStateRegistration": { "UI Account Number": "741258023", "Unemployment Rate": "2.5" } }'
{ "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
The response is of type object.
object