PATCH
/
v2
/
action
/
glasscore
/
staff
/
{id}
curl --request PATCH \
  --url https://api.glass.fm/v2/action/glasscore/staff/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "CategoryId": 123,
  "dateOfHire": "<string>",
  "dateOfTermination": "<string>",
  "jobTitle": "<string>",
  "JobTitleId": 123,
  "salary": 123,
  "SalaryPeriodId": 123
}'
{
  "dateOfHire": "<string>",
  "dateOfTermination": "<string>",
  "id": 123,
  "PersonId": 123,
  "salary": 123,
  "SalaryPeriodId": 123
}

Path Parameters

id
number
required

The ID of the entity for this request.

Example:

5

Body

application/json

Response

200 - application/json

Updated Staff

The response is of type object.