Name / Description | Type / Format | Example | |
---|---|---|---|
uniqueId
Unique identifier for the Holiday Entitlement
|
string
uuid
|
"string"
|
|
effectiveDate
PaySpine Holiday Entitlement Effective Date
If UseSpineHolidayRules is true then this field is required |
string
date
|
"2024-12-04"
|
|
baseHolidayEntitlement
PaySpine Base Holiday Entitlement
If UseSpineHolidayRules is true then this field is required |
number
double
|
0.0
|
|
yearsServiceEntitlementBasis
|
string
|
"RoleStartDate"
"EmploymentStartDate"
"ContinuousStartDate"
"AggregatedStartDate"
|
|
yearsServiceEntitlements
Holiday Entitlement Years Service Entitlements
|
Contract.YearsServiceEntitlementResponse[]
|
{Contract.YearsServiceEntitlementResponse}
|
{
"uniqueId": "string",
"effectiveDate": "2024-12-04",
"baseHolidayEntitlement": 0.0,
"yearsServiceEntitlementBasis": "RoleStartDate",
"yearsServiceEntitlements": [
{
"uniqueId": "string",
"yearsService": 0,
"totalAdditionalDaysHoliday": 0.0
}
]
}
- none -
- none -