Name / Description | Type / Format | Example | |
---|---|---|---|
paySchedulePeriodEvents
List of all the events in this PaySchedulePeriod
|
PaySchedulePeriodEvent[]
|
{PaySchedulePeriodEvent}
|
|
period
The Period number of the PaySchedulePeriod.
|
integer
int32
|
0
|
|
startDate
The start date of the PaySchedulePeriod
|
string
date
|
"2024-11-21"
|
|
endDate
The end date of the PaySchedulePeriod
|
string
date
|
"2024-11-21"
|
|
paymentDate
The payment date of the PaySchedulePeriod.
|
string
date
|
"2024-11-21"
|
|
unadjustedPaymentDate
The payment date of the PaySchedulePeriod when not accounting for weekends, bank hols or ad-hoc alterations to the pay schedule
|
string
date
|
"2024-11-21"
|
|
id
The unique id of the object
|
string
uuid
|
"string"
|
{
"paySchedulePeriodEvents": [
{
"payPeriodEventType": "SubmitForProcessing",
"eventDate": "2024-11-21",
"actualEventDate": "2024-11-21",
"isOverDue": true,
"id": "string"
}
],
"period": 0,
"startDate": "2024-11-21",
"endDate": "2024-11-21",
"paymentDate": "2024-11-21",
"unadjustedPaymentDate": "2024-11-21",
"id": "string"
}
- none -