Methods

  • get - Get Statutory Parental Bereavement Leave Period Data By ID
  • get - Get Statutory Parental Bereavement Leave Period Data
  • post - Create Statutory Parental Bereavement Leave Period data

Resource

{
    "averageWeeklyEarningsOverride": "double",
    "childDeathDate": "date-time",
    "doNotPayReason": "string",
    "employerPensionProtection": "double",
    "endDate": "date-time",
    "id": "int32",
    "notes": "string",
    "offsetSpbp": "boolean",
    "payLumpSum": "boolean",
    "prevSpbpEndDate": "date-time",
    "prevSpbpStartDate": "date-time",
    "spbp": [
        {
            "daysPaid": "int32",
            "earnings": "double",
            "payRunId": "int32"
        }
    ],
    "spbpAdjust": "double",
    "startDate": "date-time",
    "weeksPaid": "double",
    "weeksToPay": "double"
}

Properties

Name Type Description
averageWeeklyEarningsOverride double Nullable
childDeathDate date-time DateTime
doNotPayReason string Nullable

Possible values are:

  • NotEmployedLongEnough
  • LeaveNoticeInvalid
  • EvidenceInvalid
  • EntitledToSsp
  • AweNotHighEnough
  • InLegalCustody
  • DidNotClaimSoonEnough
  • WorkedDuringPeriod
employerPensionProtection double Nullable
endDate date-time DateTime
id int32 Int32
notes string String
offsetSpbp boolean Boolean
payLumpSum boolean Boolean
prevSpbpEndDate date-time Nullable
prevSpbpStartDate date-time Nullable
spbp[] array
spbp[].daysPaid int32 Int32
spbp[].earnings double Nullable
spbp[].payRunId int32 Int32
spbpAdjust double Nullable
startDate date-time DateTime
weeksPaid double Decimal
weeksToPay double Nullable