Click or drag to resize

UpdateTimeOffRequestModel Class

**SCHEMA** A model used to update user time-off request data
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 UpdateTimeOffRequestModel : AddUserTimeOffRequestModel

The UpdateTimeOffRequestModel type exposes the following members.

Properties
 NameDescription
Public propertyID The ID of the current time-off request model
* Required Property
Top
Remarks
A model used to update user time-off request data.
Example
See UpdateTimeOffRequest(UpdateTimeOffRequestIn) for example
See Also