Click or drag to resize

UserInfoModelEmployeeType Property

Gets or sets the Employee Type for an employee

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int? EmployeeType { get; set; }

Property Value

NullableInt32
Remarks
Gets or sets the Employee Type for an employee. This value may not be available on all customer types. The value simply allows for a defined enum

Note  Note
This type is know only for Essentials customer types with the following values being set:
Employee = 1004600
IndependentContractor = 1004502
NonPaid = 1
Unassigned = 0
The default is 0.
Example
123
See Also