Methods

  • post - Create Employer Liabilities

Resource

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

Properties

Name Type Description
employeeIdType string IdType

Possible values are:

  • Standard
  • External
employerLiabilities object Dictionary
employerLiabilities.<key> map of array List
employerLiabilities.<key>.amount double Decimal
employerLiabilities.<key>.employeeExternalId string String
employerLiabilities.<key>.employeeId string String
employerLiabilities.<key>.employeeName string String
employerLiabilities.<key>.employerLiabilityCategoryId string String
employerLiabilities.<key>.employerLiabilityCategoryName string String
employerLiabilities.<key>.externalId string String
employerLiabilities.<key>.id int32 Int32
employerLiabilities.<key>.locationId string String
employerLiabilities.<key>.locationName string String
employerLiabilities.<key>.notes string String
employerLiabilityCategoryIdType string IdType

Possible values are:

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