Skip to main content
POST
/
adminPortal#addUserWage
addUserWage
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/adminPortal#addUserWage' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "addUserWage",
  "addUserWage": {
    "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "wageRate": 39,
    "workerType": "W2",
    "wageBasis": "Per Week",
    "userType": "Commission only/Eliglble for overtime",
    "employmentStatus": "Part Time (0-19 Hours per week)",
    "userRefTaxExempt": "No, this employee is not tax exempt",
    "paymentMethod": "Direct Deposit",
    "differentialPay": "Yes/No",
    "startDate": "<string>"
  }
}
'
{
  "userWage": {
    "userWageId": "<string>",
    "status": "<string>",
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
method
string
required
Example:

"addUserWage"

addUserWage
object
required

Response

userWage
object
required