Click or drag to resize

AddPayrollPayAdjustIn Structure

A structure used to add a list of AddPayrollPayAdjustModel
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsAddPayrollPayAdjustIn

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

The AddPayrollPayAdjustIn 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 examplePayload A list of AddPayrollPayAdjustModel models
Top
Remarks
This struct represents the parameters needed to make a request to the [!:V2.Methods.WSPayrollPayType.AddPayrollPayAdjust] method.

Example
For example code see [!:V2.Methods.WSPayrollPayType.AddPayrollPayAdjust]
See Also