GetUserTimeOffRequestModelStatusType Property | |
The status type 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 StatusType { get; set; }
function get_StatusType();
function set_StatusType(value);
Property Value
Int32Remarks
The status type of the current user time-off request. The only accepted pay type inputs are listed below.
Predefined Status Type Values
Name | Value |
---|
Requested | 0 |
Approved | 1 |
Denied | 2 |
PartiallyAppoved | 3 |
CancellationRequested | 4 |
CancellationApproved | 5 |
CancellationPartiallyApproved | 6 |
CancellationDenied | 7 |
Example 2
See Also