Click or drag to resize

AddUserTimeOffRequestModel Class

This class is the model for adding user time-off requests
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsAddUserTimeOffRequestModel
    AppOne.Services.V2.ContractsUpdateTimeOffRequestModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class AddUserTimeOffRequestModel

The AddUserTimeOffRequestModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleDateTimeSubmitted The date time the request was submitted by the user
* Required Property
Public propertyCode exampleEmpIdentifier The Employee Number/Identifier of the current user time-off request
* Required Property
Public propertyCode exampleEmpNotes The employee notes for this time-off request
Public propertyCode exampleEndDateTimeRange The end date time of the current user time-off request.
* Required Property
Public propertyCode exampleHoursPerDay The number of hours per day the user will be off
* Required Property
Public propertyCode exampleIncludeWeekends Does this time-off request include weekends
Public propertyCode examplePayTypeID The pay type id of the current user time-off request
* Required Property
Public propertyCode exampleStartDateTimeRange The start date time of the current user time-off request.
* Required Property
Public propertyCode exampleStartTime The start time per day that the request will start
* Required Property
Top
Remarks
This class is the model for adding user time-off requests.

Example
See Also