Click or drag to resize

DeleteUserPayAdjustIn Structure

Deletes a list of user pay adjustments by its ID
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsDeleteUserPayAdjustIn

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

The DeleteUserPayAdjustIn 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 exampleIDList A list of user pay adjustment IDs that define the specific user pay adjustment
* Required Property
Top
Remarks
Deletes a list of user pay adjustments by its ID.
Example
See Also