Admin Portal
addUserWage
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
addUserWage
This Endpoint is used to Add the wage details for an employee
POST
/
adminPortal#addUserWage
curl --request POST \
--url 'https://sandbox.rollfi.xyz/adminPortal#addUserWage' \
--header 'Content-Type: application/json' \
--data '{
"method": "addUserWage",
"userWage": {
"companyId": "AE36FED3-0FDE-41F7-8312-C29FACD0E9EC",
"userId": "7DF6034A-F5A9-43F3-B5A2-42DC61A4EE12",
"differentialPay": "No",
"wageRate": 111,
"workerType": "W2",
"wageBasis": "Per Week",
"userType": "Salary/Eligible for overtime",
"employmentStatus": "Full Time (30+ Hours per week)",
"userRefTaxExempt": "Yes, as an owner/corporate officer",
"startDate": "2023-02-25",
"paymentMethod": "Direct Deposit"
}
}'
{
"1": {
"summary": "Success",
"value": {
"userWage": {
"userWageId": "739BC4C4-2D79-431A-B0FF-489BADB70D9C",
"status": "Verification Pending",
"message": "User Wage for jacob king has been saved successfully."
}
}
}
}
Body
application/json
Available options:
Yes
, No
Required range:
x < 40
Available options:
W2
, 1099-NEC
Available options:
Per Week
, Per Year
, Per Day
, Per Hour
, Per Month
Available options:
Commission only/Eliglble for overtime
, Commission only/No overtime
, Paid by the hour
, Salary/Eligible for overtime
, Salary/No overtime
Available options:
Part Time (0-19 Hours per week)
, Seasonal (0-6 months per year)
, Full Time (30+ Hours per week)
, Part Time (20-29 Hours per week)
, Variable (Hours vary every week)
Available options:
No, this employee is not tax exempt
, Yes, for another reason
, Yes, as an owner/corporate officer
, Yes, as a newspaper vendor
, Yes, as a member of the clergy or a religious order
, Yes, as a family employee
, Yes, as a non-resident alien
Available options:
Direct Deposit
, Check
Maximum length:
10
curl --request POST \
--url 'https://sandbox.rollfi.xyz/adminPortal#addUserWage' \
--header 'Content-Type: application/json' \
--data '{
"method": "addUserWage",
"userWage": {
"companyId": "AE36FED3-0FDE-41F7-8312-C29FACD0E9EC",
"userId": "7DF6034A-F5A9-43F3-B5A2-42DC61A4EE12",
"differentialPay": "No",
"wageRate": 111,
"workerType": "W2",
"wageBasis": "Per Week",
"userType": "Salary/Eligible for overtime",
"employmentStatus": "Full Time (30+ Hours per week)",
"userRefTaxExempt": "Yes, as an owner/corporate officer",
"startDate": "2023-02-25",
"paymentMethod": "Direct Deposit"
}
}'
{
"1": {
"summary": "Success",
"value": {
"userWage": {
"userWageId": "739BC4C4-2D79-431A-B0FF-489BADB70D9C",
"status": "Verification Pending",
"message": "User Wage for jacob king has been saved successfully."
}
}
}
}