Image
abstract swish line in gradient colouring from pink to blue on a dark blue background

Event stream documentation

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 NameData TypeAdditional information
personIdguidn/a
personalReferenceNumberstringmax-length: 20
employmentPeriodIdguidn/a
reckonableServiceDatedatethe 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 NameData TypeAdditional information
personIdguidn/a
personalReferenceNumberstringmax-length: 20
employmentPeriodIdguidn/a


Example of this event

{
"personId": "",
"personalReferenceNumber": "",
"employmentPeriodId": ""
}

Looking for something specific?