Your workplace needs more WOW. Get ready for MHR's World of Work 2026
ReckonableServiceDateCreated and ReckonableServiceDateChanged event
A ReckonableServiceDateCreated event will be raised when:
- A reckonable service date is added for an employment period that does not already have one
A ReckonableServiceDateChanged event will be raised when:
- A reckonable service date is changed for an employment period
Field definitions for this event;
| Field Name | Data Type | Additional information |
|---|---|---|
| personId | guid | n/a |
| personalReferenceNumber | string | max-length: 20 |
| employmentPeriodId | guid | n/a |
| reckonableServiceDate | date | the revised reckonable service date. The dateTime is in ISO format and should be in coordinated universal time (UTC) (e.g. 2019-05-02T15:17:00Z) |
Example of this event
{
"personId": "",
"personalReferenceNumber": "",
"employmentPeriodId": ""
"reckonableServiceDate": ""
}ReckonableServiceDateDeleted event
A ReckonableServiceDateDeleted event will be raised when:
- A reckonable service date is deleted for an employment period
Field definitions for this event;
| Field Name | Data Type | Additional information |
|---|---|---|
| personId | guid | n/a |
| personalReferenceNumber | string | max-length: 20 |
| employmentPeriodId | guid | n/a |
Example of this event
{
"personId": "",
"personalReferenceNumber": "",
"employmentPeriodId": ""
}