Click or drag to resize

UpdateUserPayAdjustIn Structure

Update an existing UpdateUserPayAdjustModel
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsUpdateUserPayAdjustIn

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

The UpdateUserPayAdjustIn 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 exampleAutoAdd If the pay adjustment does not exist then automatically add it
Public propertyCode examplePayload A list of UpdateUserPayAdjustModel models
* Required Property
Top
Remarks
Update an existing UpdateUserPayAdjustModel.
Example
See Also