Methods

  • get - Get Employee Pay Condition Comparisons
  • post - Create Pay Condition Comparison

Resource

{
    "awardPackageId": "int32",
    "businessAwardPackage": {
        "id": "int32",
        "name": "string"
    },
    "comparisonStartDate": "date-time",
    "comparisonStartDateType": "string",
    "employmentAgreement": {
        "id": "int32",
        "name": "string"
    },
    "id": "int32",
    "tags": [
        {
            "businessAwardPackageId": "int32",
            "id": "int32",
            "name": "string"
        }
    ]
}

Properties

Name Type Description
awardPackageId int32 Int32
businessAwardPackage object IdAndName
businessAwardPackage.id int32 Int32
businessAwardPackage.name string String
comparisonStartDate date-time Nullable
comparisonStartDateType string ComparisonStartDateType

Possible values are:

  • EmployeeStartDate
  • SpecifiedDate
employmentAgreement object IdAndName
employmentAgreement.id int32 Int32
employmentAgreement.name string String
id int32 Int32
tags[] array
tags[].businessAwardPackageId int32 Int32
tags[].id int32 Int32
tags[].name string String