Methods

  • post - Create HMRC Adjustments

Resource

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

Properties

Name Type Description
employeeIdType string IdType

Possible values are:

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