GetUserTimeOffRequestModelPayTypeID Property | |
The pay type id of the current user time-off request
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int PayTypeID { get; set; }
function get_PayTypeID();
function set_PayTypeID(value);
Property Value
Int32Remarks
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
Name | Value |
---|
Work | -1 |
Lunch | -2 |
Break | -3 |
Transfer | -4 |
Regular | -5 |
OT1 | -5 |
OT2 | -6 |
OT3 | -7 |
Example -1
See Also