Methods

  • post - Create KiwiSaver Adjustments

Resource

{
    "employeeIdType": "string",
    "kiwiSaverAdjustments": {
        "<key>": "array"
    },
    "payRunId": "int32",
    "replaceExisting": "boolean",
    "suppressCalculations": "boolean"
}

Properties

Name Type Description
employeeIdType string IdType

Possible values are:

  • Standard
  • External
kiwiSaverAdjustments object Dictionary
kiwiSaverAdjustments.<key> map of array List
kiwiSaverAdjustments.<key>.amount double Decimal
kiwiSaverAdjustments.<key>.contributionType string String
kiwiSaverAdjustments.<key>.employeeExternalId string String
kiwiSaverAdjustments.<key>.employeeId string String
kiwiSaverAdjustments.<key>.employeeName string String
kiwiSaverAdjustments.<key>.externalId string String
kiwiSaverAdjustments.<key>.id int32 Int32
kiwiSaverAdjustments.<key>.locationId string String
kiwiSaverAdjustments.<key>.locationName string String
kiwiSaverAdjustments.<key>.notes string String
payRunId int32 Int32
replaceExisting boolean Boolean
suppressCalculations boolean Boolean