Methods

  • get - Get Employee Shift Conditions
  • get - Get Employee Work Types
  • get - Get Work Type by ID
  • get - List Work Types
  • post - Create Work Type
  • put - Update Work Type

Resource

{
    "accruesLeave": "boolean",
    "employmentTypes": [
        "string"
    ],
    "externalId": "string",
    "id": "int32",
    "leaveCategoryId": "int32",
    "mappingType": "string",
    "name": "string",
    "payCategoryId": "int32",
    "shortCode": "string",
    "source": "string"
}

Properties

Name Type Description
accruesLeave boolean Boolean
employmentTypes[] array of string

Possible values are:

  • Unknown
  • FullTime
  • PartTime
  • LabourHire
  • SuperannuationIncomeStream
  • Casual
  • NotApplicable
  • IndependentContractor
externalId string String
id int32 Int32
leaveCategoryId int32 Nullable
mappingType string Nullable

Possible values are:

  • PayCategory
  • LeaveCategory
  • PrimaryPayCategory
  • ShiftCondition
name string String
payCategoryId int32 Nullable
shortCode string String
source string String