Methods

  • get - List SDL adjustments
  • get - Get voluntary SDL contributions by Employee ID

Resource

{
    "payRunId": "int32",
    "sdlAdjustments": [
        {
            "adjustmentAmount": "double",
            "employeeId": "int32",
            "employeeName": "string",
            "id": "int32",
            "notes": "string"
        }
    ]
}

Properties

Name Type Description
payRunId int32 Int32
sdlAdjustments[] array
sdlAdjustments[].adjustmentAmount double Nullable
sdlAdjustments[].employeeId int32 Int32
sdlAdjustments[].employeeName string String
sdlAdjustments[].id int32 Int32
sdlAdjustments[].notes string String