cURL
curl --request PATCH \ --url https://api.glass.fm/vLatest/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 }
Update an existing Staff
The ID of the entity for this request.
5
Updated Staff
The response is of type object.
object