UserInfoModelEmployeeType Property | |
Gets or sets the Employee Type for an employee
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int? EmployeeType { get; set; }
function get_EmployeeType();
function set_EmployeeType(value);
Property Value
NullableInt32Remarks
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 |
---|
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