Click or drag to resize

AddUserTimeNonWorkShiftIn Structure

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

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

The AddUserTimeNonWorkShiftIn 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 propertyPayload A list of AddUserTimeNonWorkShiftModel models
Public propertyCode exampleProcessingMode The processing mode to use when this transaction is sent
Public propertyCode exampleValidationType The type of validation that will be used to process this request
* Required Property
Top
Remarks
This struct represents the parameters needed to make a request to the AddUserTimeNonWorkShift(AddUserTimeNonWorkShiftIn) method.

Example
See Also