POST
/
adminPortal#addUserWage
Authorization
Body
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/adminPortal#addUserWage' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "addUserWage",
  "userWage": {
    "companyId": "8A9B7683-8E02-494D-8422-963FD05EE785",
    "userId": "e066e305-3816-4b06-8576-50d2502be436",
    "wageRate": 9789.09,
    "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-11-09"
  }
}'
{
  "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
method
string
required
addUserWage
object
required

Response

200 - application/json
userWage
object
required