Creates a new pay rate adjustment schedule record for the employee.

Request

POST https://api.nzpayroll.co.nz/api/v2/business/{businessId}/employee/{employeeId}/payrateschedule

Path parameters

Parameter name Value Description Additional
businessId string Required
employeeId string Required

Request body

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

{
    "commencementDate": "date-time",
    "employeeId": "int32",
    "id": "int32",
    "rate": "double",
    "rateUnit": "string"
}

Properties

Name Type Description
commencementDate date-time DateTime
employeeId int32 Int32
id int32 Int32
rate double Decimal
rateUnit string String

Response

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

Status code Description Resource
200 OK

OK

PayRateScheduleModel