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

Body

application/json

Response

200

Staff