PUT
/
adminPortal#updateUserWage
curl --request PUT \
  --url 'https://sandbox.rollfi.xyz/adminPortal#updateUserWage' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "updateUserWage",
  "userWage": {
    "userWageId": "97EFDBF6-A979-4593-9393-204EB3471C3B",
    "wageRate": 3560,
    "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"
  }
}'
{
  "userWage": {
    "userWageId": "057B2704-02FB-489D-B01B-731A225DAF68",
    "status": "Ready",
    "message": "The User's wage data has been updated successfully."
  }
}

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

Response

200
application/json

The response is of type object.