Click or drag to resize

GetUserPayAdjustModelPayAdjustmentID Property

The pay adjustment id of the current user pay adjustment

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int PayAdjustmentID { get; set; }

Property Value

Int32
Remarks
The pay adjustment id of the current user pay adjustment. This value represents the key of the user pay adjustment This property is customizable and is generated by find the current highest PayAdjustID and incrementing it by one.

Note  Note
The PayAdjustmentID will correspond with the PayAdjustID property found in the GetPayrollPayAdjust(GetPayrollPayAdjustIn) method.
Example
1234
See Also