Click or drag to resize

GetUserTimeOffRequestModelStatusType Property

The status type of the current user time-off request

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

Property Value

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

Predefined Status Type Values

NameValue
Requested0
Approved1
Denied2
PartiallyAppoved3
CancellationRequested4
CancellationApproved5
CancellationPartiallyApproved6
CancellationDenied7
Example
2
See Also