API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- POSTaddCompanyBankAccount
- PUTdeactivateCompanyBankAccount
- POSTaddUser
- POSTaddBusinessContractor
- PUTupdateUser
- POSTaddUsers
- POSTaddStateRegistration
- PUTupdateStateRegistration
- POSTaddUserWage
- PUTupdateUserWage
- PUTupdateBusinessUserAsEmployee
- PUTupdateEmployeeAsBusinessUser
- PUTupdateBusinessUser
- PUTupdateCompanyLocation
- POSTactivateUser
- POSTdeactivateUser
- DELdeleteStateRegistration
- PUTterminateUser
- StateRegistration
- POST
- User Portal
- Payroll
- Benefits
- Reports
- Webhooks
Admin Portal
addStateRegistration
The respective Code of the State is entered for Verification
POST
/
adminPortal#addStateRegistration
curl --request POST \
--url 'https://sandbox.rollfi.xyz/adminPortal#addStateRegistration' \
--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."
}
Body
application/json
Response
200
application/json
The response is of type object
.
curl --request POST \
--url 'https://sandbox.rollfi.xyz/adminPortal#addStateRegistration' \
--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."
}
Assistant
Responses are generated using AI and may contain mistakes.