StateRegistration
addStateRegistrationForNewYork
API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- POSTaddCompanyBankAccount
- PUTdeactivateCompanyBankAccount
- POSTaddUser
- POSTaddBusinessContractor
- PUTupdateUser
- POSTaddUsers
- POSTaddStateRegistration
- PUTupdateStateRegistration
- POSTaddUserWage
- PUTupdateUserWage
- PUTupdateBusinessUserAsEmployee
- PUTupdateEmployeeAsBusinessUser
- PUTupdateBusinessUser
- PUTupdateCompanyLocation
- POSTactivateUser
- POSTdeactivateUser
- 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
- POSTaddStateRegistrationForNorthNorthDakota
- POSTaddStateRegistrationForNewHampshire
- POSTaddStateRegistrationForNewJersey
- POSTaddStateRegistrationForNewMexico
- POSTaddStateRegistrationForNevada
- POSTaddStateRegistrationForNewYork
- POSTaddStateRegistrationForOhio
- POSTaddStateRegistrationOklahoma
- POSTaddStateRegistrationForOregon
- POSTaddStateRegistrationForPennsylvania
- POSTaddStateRegistrationForRhodeIsland
- POSTaddStateRegistrationForSouthCarolina
- POSTaddStateRegistrationForSouthDakota
- POSTaddStateRegistrationForTennessee
- POSTaddStateRegistrationForTexas
- POSTaddStateRegistrationForUtah
- POSTaddStateRegistrationForVirginia
- POSTaddStateRegistrationForVermont
- POSTaddStateRegistrationForWashington
- POSTaddStateRegistrationForWisconsin
- POSTaddStateRegistrationForWestVirginia
- POSTaddStateRegistrationForWyoming
- POST
- POST
- User Portal
- Payroll
- Benefits
- Reports
- Webhooks
StateRegistration
addStateRegistrationForNewYork
The respective Code of the State is entered for Verification
POST
/
stateRegistration#addStateRegistrationForNewYork
curl --request POST \
--url 'https://sandbox.rollfi.xyz/stateRegistration#addStateRegistrationForNewYork' \
--header 'Content-Type: application/json' \
--data '{
"method": "addStateRegistration",
"companyId": "C78F05FB-725C-4791-BD9D-4D20ABC924C7",
"code": "NY",
"companyStateRegistration": [
{
"companyRefStateTaxItem": "NY State ID Number",
"companyStateTaxItemValue": "1202122"
},
{
"companyRefStateTaxItem": "Promp Tax Code",
"companyStateTaxItemValue": "12102"
},
{
"companyRefStateTaxItem": "UI Employer Registration Number",
"companyStateTaxItemValue": "1212102"
},
{
"companyRefStateTaxItem": "Unemployment Rate",
"companyStateTaxItemValue": "1.2"
}
]
}'
{
"1": {
"summary": "Success",
"value": {
"companyStateRegistration": [
{
"companyStateRegistrationId": "B739158E-9F8E-47A1-92D3-50F8951A5F31",
"status": "Verification Pending",
"message": "The company state registration for Prism test has been saved successfully."
},
{
"companyStateRegistrationId": "64C6DE4C-B276-45B1-AF2D-95688E94EC9B",
"status": "Verification Pending",
"message": "The company state registration for Prism test has been saved successfully."
},
{
"companyStateRegistrationId": "A482A426-37A3-4C9A-8702-F5912DF5B639",
"status": "Verification Pending",
"message": "The company state registration for Prism test has been saved successfully."
}
]
}
}
}
Body
application/json
curl --request POST \
--url 'https://sandbox.rollfi.xyz/stateRegistration#addStateRegistrationForNewYork' \
--header 'Content-Type: application/json' \
--data '{
"method": "addStateRegistration",
"companyId": "C78F05FB-725C-4791-BD9D-4D20ABC924C7",
"code": "NY",
"companyStateRegistration": [
{
"companyRefStateTaxItem": "NY State ID Number",
"companyStateTaxItemValue": "1202122"
},
{
"companyRefStateTaxItem": "Promp Tax Code",
"companyStateTaxItemValue": "12102"
},
{
"companyRefStateTaxItem": "UI Employer Registration Number",
"companyStateTaxItemValue": "1212102"
},
{
"companyRefStateTaxItem": "Unemployment Rate",
"companyStateTaxItemValue": "1.2"
}
]
}'
{
"1": {
"summary": "Success",
"value": {
"companyStateRegistration": [
{
"companyStateRegistrationId": "B739158E-9F8E-47A1-92D3-50F8951A5F31",
"status": "Verification Pending",
"message": "The company state registration for Prism test has been saved successfully."
},
{
"companyStateRegistrationId": "64C6DE4C-B276-45B1-AF2D-95688E94EC9B",
"status": "Verification Pending",
"message": "The company state registration for Prism test has been saved successfully."
},
{
"companyStateRegistrationId": "A482A426-37A3-4C9A-8702-F5912DF5B639",
"status": "Verification Pending",
"message": "The company state registration for Prism test has been saved successfully."
}
]
}
}
}