Click or drag to resize

WSUserTimeOffRequest Class

Web service class for working with a users time off requests statuses
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSUserTimeOffRequest

Namespace: AppOne.Services.V2.Methods
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSUserTimeOffRequest : BaseService

The WSUserTimeOffRequest type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddUserTimeOffRequest Adds a AddUserTimeOffRequestIn payload with a model List<AddUserTimeOffRequestModel>
Public methodCode exampleGetUserTimeOffRequest Returns a GetUserTimeOffRequestOut response with a result model List<GetUserTimeOffRequestModel>
Top
Remarks
This class contains all the necessary methods/operations for working with a specific users time off

See Also