Methods

  • post - Create voluntary CPF contributions

Resource

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

Properties

Name Type Description
cpfAdjustments object Dictionary
cpfAdjustments.<key> map of array List
cpfAdjustments.<key>.amount double Decimal
cpfAdjustments.<key>.contributionType string String
cpfAdjustments.<key>.employeeExternalId string String
cpfAdjustments.<key>.employeeId string String
cpfAdjustments.<key>.employeeName string String
cpfAdjustments.<key>.externalId string String
cpfAdjustments.<key>.id int32 Int32
cpfAdjustments.<key>.locationId string String
cpfAdjustments.<key>.locationName string String
cpfAdjustments.<key>.notes string String
employeeIdType string IdType

Possible values are:

  • Standard
  • External
payRunId int32 Int32
replaceExisting boolean Boolean
suppressCalculations boolean Boolean