PUT
/
adminPortal#updateBusinessUserAsEmployee
curl --request PUT \
  --url 'https://sandbox.rollfi.xyz/adminPortal#updateBusinessUserAsEmployee' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "updateBusinessUserAsEmployee",
  "businessUser": {
    "businessUserId": "FDF3DC4C-78F1-4D2A-AAFE-39E9D41456AF",
    "workerType": "W2",
    "companyLocationCategory": "Remote",
    "companyLocationId": "",
    "code": "FL",
    "jobTitle": "HR",
    "startDate": "2020-09-09"
  }
}'
{
  "1": {
    "summary": "Success",
    "value": {
      "businessUser": {
        "businessUserId": "FDF3DC4C-78F1-4D2A-AAFE-39E9D41456AF",
        "status": "Ready",
        "message": "The Business User has been updated successfully."
      }
    }
  }
}

Body

application/json
method
string
required
businessUser
object
required

Response

200
application/json
businessUser
object
required