Click or drag to resize

AddUserScheduleModelPayTypeID Property

The pay type id of the current user schedule
* Required Property

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

Property Value

Int32
Remarks
The pay type id of the current user schedule. The only three accepted pay type inputs are listed below.

Predefined Pay Type Values

NameValue
Work-1
Lunch-2
Break-3

Note  Note
When add/updating a user schedule only a work type (-1) is a valid parameter. For user schedule details only the lunch/break types (-2,-3) are valid types.
Example
-1
See Also