Reports
getStateRegistration
API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- GETgetBusinessUserInfo
- GETgetUserTask
- GETgetUsersByCompanyName
- GETgetCompanies
- GETgetPaidEmployeesCountBasedOnDateRange
- GETgetPayPeriodDetails
- GETgetPayPeriod
- GETgetCompanyInfo
- GETgetCompanyLocationInfo
- GETgetActiveUsers
- GETgetTerminatedUsers
- GETgetDeactivatedUsers
- GETgetPayrollHistoryBasedOnPayPeriod
- GETgetPayrollHistoryBasedOnDateRange
- GETgetPayRun
- GETgetPaySchedule
- GETgetPayStub
- GETgetTransactionBasedOnReference
- GETgetTransactions
- GETgetTransactionsBasedOnName
- GETgetBusinessUserDetails
- GETgetStateW4FormFeilds
- GETgetPayrollJournalReport
- GETgetUser
- GETgetPayBeginDates
- GETgetStateRegistration
- GETgetIndividualPayrollHistory
- GET
- Webhooks
Reports
getStateRegistration
This API is for get the Pay begin dates for Monthly and SemiMonthly.
GET
/
reports#getStateRegistration
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getStateRegistration' \
--header 'Content-Type: application/json' \
--data '{
"method": "getStateRegistration",
"code": "WA"
}'
{
"code": "WA",
"companyStateRegistrationFieldList": {
"Employment Security Department Account Number": "",
"Universal Business ID (UBI)": "",
"Labor and Industries Account Number": "",
"Required to pay PFML employer portion?": "",
"EAF Tax Rate": "",
"Unemployment Rate": ""
},
"fieldDescription": {
"Employment Security Department Account Number": {
"isMandatory": false
},
"Universal Business ID (UBI)": {
"isMandatory": false
},
"Labor and Industries Account Number": {
"isMandatory": false
},
"Required to pay PFML employer portion?": {
"isMandatory": true
},
"EAF Tax Rate": {
"isMandatory": false
},
"Unemployment Rate": {
"isMandatory": true
}
}
}
Body
application/json
Response
200
application/json
The response is of type object
.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getStateRegistration' \
--header 'Content-Type: application/json' \
--data '{
"method": "getStateRegistration",
"code": "WA"
}'
{
"code": "WA",
"companyStateRegistrationFieldList": {
"Employment Security Department Account Number": "",
"Universal Business ID (UBI)": "",
"Labor and Industries Account Number": "",
"Required to pay PFML employer portion?": "",
"EAF Tax Rate": "",
"Unemployment Rate": ""
},
"fieldDescription": {
"Employment Security Department Account Number": {
"isMandatory": false
},
"Universal Business ID (UBI)": {
"isMandatory": false
},
"Labor and Industries Account Number": {
"isMandatory": false
},
"Required to pay PFML employer portion?": {
"isMandatory": true
},
"EAF Tax Rate": {
"isMandatory": false
},
"Unemployment Rate": {
"isMandatory": true
}
}
}