Admin Portal
updateStateRegistration
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
- POST
- User Portal
- Payroll
- Benefits
- Reports
- Webhooks
Admin Portal
updateStateRegistration
Inorder to update the Company State Registration based on the State_Id this endpoint is used.
PUT
/
adminPortal#updateStateRegistration
curl --request PUT \
--url 'https://sandbox.rollfi.xyz/adminPortal#updateStateRegistration' \
--header 'Content-Type: application/json' \
--data '{
"method": "updateStateRegistration",
"companyStateRegistration": {
"companyId": "8A9B7683-8E02-494D-8422-963FD05EE785",
"stateId": "71a51020-b0b5-4f47-83de-0556c86be5c8",
"code": "TX",
"companyRefStateTaxItem": "Third Party Authorization",
"companyRefStateTaxItemValue": "False"
}
}'
{
"1": {
"summary": "Success",
"value": {
"companyStateRegistration": {
"stateId": "71a51020-b0b5-4f47-83de-0556c86be5c8",
"status": "Ready",
"message": "The Company State Registration has been updated successfully."
}
}
}
}
Body
application/json
Maximum length:
50
Maximum length:
50
Available options:
TX
, AK
, ND
, IL
, MA
, KS
, AS
, AL
, UT
, SD
, MI
, DC
, GA
, SC
, TN
, OK
, CO
, CA
, ME
, MO
, WY
, MD
, VT
, NM
, CT
, AZ
, WI
, VA
, WV
, NJ
, DE
, NC
, PR
, IN
, MT
, NH
, HI
, IA
, KY
, WA
, OH
, FL
, OR
, MP
, GU
, MN
, MS
, PA
, NE
, RI
, ID
, LA
, NY
, NV
, AR
Maximum length:
50
curl --request PUT \
--url 'https://sandbox.rollfi.xyz/adminPortal#updateStateRegistration' \
--header 'Content-Type: application/json' \
--data '{
"method": "updateStateRegistration",
"companyStateRegistration": {
"companyId": "8A9B7683-8E02-494D-8422-963FD05EE785",
"stateId": "71a51020-b0b5-4f47-83de-0556c86be5c8",
"code": "TX",
"companyRefStateTaxItem": "Third Party Authorization",
"companyRefStateTaxItemValue": "False"
}
}'
{
"1": {
"summary": "Success",
"value": {
"companyStateRegistration": {
"stateId": "71a51020-b0b5-4f47-83de-0556c86be5c8",
"status": "Ready",
"message": "The Company State Registration has been updated successfully."
}
}
}
}