Click or drag to resize

AddUserTimeOffRequestModelPayTypeID Property

The pay type id of the current user time-off request
* Required Property

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

Property Value

Int32
Remarks
The pay type id of the current user time-off request. The only three accepted pay type inputs are listed below.

Predefined Pay Type Values

NameValue
Work-1
Lunch-2
Break-3
Transfer-4
Regular-5
OT1-5
OT2-6
OT3-7

Note  Note
For non-predefined and custom pay-types specific to each client see GetPayrollPayType(GetPayrollPayTypeIn)
Example
-1
See Also