Skip to main content
POST
/
v2
/
action
/
glasscore
/
staff
Create 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
PersonId
number
required

Unique identifier for each staff member.

CategoryId
number | null

Represents the identifier for the category to which a staff member belongs.

dateOfHire

Records the day a staff member was employed.

dateOfTermination

Records the specific day a staff member's employment was ended.

jobTitle
string

Contains the professional role or position held by each staff member.

JobTitleId
number | null

Represents the unique identifier associated with a specific job title for each staff member.

salary
number | null

Represents the amount of money that a staff member earns on a regular basis.

SalaryPeriodId
number | null

Identifies the frequency at which a staff member's salary is paid.

Response

200

Staff