Click or drag to resize

DeleteUserLaborLevelIn Structure

Deletes a user labor level detail
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsDeleteUserLaborLevelIn

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct DeleteUserLaborLevelIn : IServiceIn

The DeleteUserLaborLevelIn type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAuthToken Sets the Authentication Token which is required for any communication to the time-web API
* Required Property
Public propertyCode exampleEmpIdentifier The employee identifier used to identify the employee.
Public propertyCode exampleIDList A list of IDs that will be flagged as deleted
Top
Remarks
Deletes a list of user labor levels by its ID.
Example
See Also