Creates a Statutory Neonatal Leave period for an employee

Request

POST https://api.yourpayroll.co.uk/api/v2/business/{businessId}/employee/{employeeId}/statutoryleave/sncp

Path parameters

Parameter name Value Description Additional
employeeId int32 Required
businessId string Required

Request body

The request body takes a complete UkSncpDataApiModel resource, containing the following writable properties:

{
    "averageWeeklyEarningsOverride": "double",
    "babyDueDate": "date-time",
    "calculationType": "string",
    "doNotMakeSalarySacrificeDeductions": "boolean",
    "employerPensionProtection": "double",
    "id": "int32",
    "neonatalInfo": {
        "pauseSncp": "boolean"
    },
    "notes": "string",
    "offsetSmp": "boolean",
    "payLumpSum": "boolean",
    "prevSmpEndDate": "date-time",
    "prevSmpStartDate": "date-time",
    "smp": [
        {
            "daysPaid": "int32",
            "earnings": "double",
            "payRunId": "int32"
        }
    ],
    "smpAdjust": "double",
    "startDate": "date-time",
    "weeksPaid": "double",
    "weeksToPay": "double"
}

Properties

Name Type Description
averageWeeklyEarningsOverride double Nullable
babyDueDate date-time DateTime
calculationType string Nullable

Possible values are:

  • AlignWithPayPeriod
  • WeeklyPayments
doNotMakeSalarySacrificeDeductions boolean Boolean
employerPensionProtection double Nullable
id int32 Int32
neonatalInfo object UkStatutoryNeonatalLeaveInfoModel
neonatalInfo.pauseSncp boolean Boolean
notes string String
offsetSmp boolean Boolean
payLumpSum boolean Boolean
prevSmpEndDate date-time Nullable
prevSmpStartDate date-time Nullable
smp[] array
smp[].daysPaid int32 Int32
smp[].earnings double Nullable
smp[].payRunId int32 Int32
smpAdjust double Nullable
startDate date-time DateTime
weeksPaid double Decimal
weeksToPay double Nullable

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK

UkSmpDataApiResponseModel