PaySchedulePeriod

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-03-19"
endDate
The end date of the PaySchedulePeriod
string date "2024-03-19"
paymentDate
The payment date of the PaySchedulePeriod.
string date "2024-03-19"
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-03-19"
id
The unique id of the object
string uuid "string"
{
  "paySchedulePeriodEvents": [
    {
      "payPeriodEventType": "SubmitForProcessing",
      "eventDate": "2024-03-19",
      "actualEventDate": "2024-03-19",
      "isOverDue": true,
      "id": "string"
    }
  ],
  "period": 0,
  "startDate": "2024-03-19",
  "endDate": "2024-03-19",
  "paymentDate": "2024-03-19",
  "unadjustedPaymentDate": "2024-03-19",
  "id": "string"
}
Contained in Models

- none -

Consumed by Operations
Update PaySchedulePeriod
Returned by Operations
Update PaySchedulePeriod