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
- POSTAddStateRegistrationForAlaska
- POSTAddStateRegistrationForAlabama
- POSTAddStateRegistrationForArkansas
- POSTAddStateRegistrationForArizona
- POSTAddStateRegistrationForCalifornia
- POSTAddStateRegistrationForColorado
- POSTAddStateRegistrationForConnecticut
- POSTAddStateRegistrationForDelaware
- POSTAddStateRegistrationForFlorida
- POSTAddStateRegistrationForGeorgia
- POSTAddStateRegistrationForHawaii
- POSTAddStateRegistrationForIowa
- POSTAddStateRegistrationForIdaho
- POSTAddStateRegistrationForIllinois
- POSTAddStateRegistrationForIndiana
- POSTAddStateRegistrationForKansas
- POSTAddStateRegistrationForKentucky
- POSTAddStateRegistrationForLouisiana
- POSTAddStateRegistrationForMassachusetts
- POSTAddStateRegistrationForMaryland
- POSTAddStateRegistrationForMaine
- POSTAddStateRegistrationForMichigan
- POSTAddStateRegistrationForMinnesota
- POSTAddStateRegistrationForMissouri
- POSTAddStateRegistrationForMississippi
- POSTAddStateRegistrationForMontana
- POSTAddStateRegistrationForNorthCarolina
- POSTAddStateRegistrationForNebraska
- POSTAddStateRegistrationForNorthDakota
- POSTAddStateRegistrationForNewHampshire
- POSTAddStateRegistrationForNewJersey
- POSTAddStateRegistrationForNewMexico
- POSTAddStateRegistrationForNevada
- POSTAddStateRegistrationForNewYork
- POSTAddStateRegistrationForOhio
- POSTAddStateRegistrationOklahoma
- POSTAddStateRegistrationForOregon
- POSTAddStateRegistrationForPennsylvania
- POSTAddStateRegistrationForRhodeIsland
- POSTAddStateRegistrationForSouthCarolina
- POSTAddStateRegistrationForSouthDakota
- POSTAddStateRegistrationForTennessee
- POSTAddStateRegistrationForTexas
- POSTAddStateRegistrationForUtah
- POSTAddStateRegistrationForVirginia
- POSTAddStateRegistrationForVermont
- POSTAddStateRegistrationForWashington
- POSTAddStateRegistrationForWisconsin
- POSTAddStateRegistrationForWestVirginia
- POSTAddStateRegistrationForDistrictOfColumbia
- POSTAddStateRegistrationForWyoming
- POST
- POST
- User Portal
- Payroll
- Benefits
- Reports
- Webhooks
StateRegistration
AddStateRegistrationForNewJersey
POST
/
stateRegistration#addStateRegistrationForNewJersey
curl --request POST \
--url 'https://sandbox.rollfi.xyz/stateRegistration#addStateRegistrationForNewJersey' \
--header 'Content-Type: application/json' \
--data '{
"method": "addStateRegistration",
"companyId": "962D5035-6F51-41D3-94E8-1BF7A00955CF",
"code": "NJ",
"companyStateRegistration": {
"Disabilitiy Rate": "2.2",
"Unemployment Rate": "2.5",
"NJ Employer Registration Number": "1698563",
"NJ Department of Labor Account Number": "741265586"
}
}'
{
"summary": "Success",
"value": {
"status": "Success",
"message": "The company state registrations for Lakin LLC have been saved successfully."
}
}
Body
application/json
curl --request POST \
--url 'https://sandbox.rollfi.xyz/stateRegistration#addStateRegistrationForNewJersey' \
--header 'Content-Type: application/json' \
--data '{
"method": "addStateRegistration",
"companyId": "962D5035-6F51-41D3-94E8-1BF7A00955CF",
"code": "NJ",
"companyStateRegistration": {
"Disabilitiy Rate": "2.2",
"Unemployment Rate": "2.5",
"NJ Employer Registration Number": "1698563",
"NJ Department of Labor Account Number": "741265586"
}
}'
{
"summary": "Success",
"value": {
"status": "Success",
"message": "The company state registrations for Lakin LLC have been saved successfully."
}
}