Click or drag to resize

AddHolidayListDetailIn Structure

A structure used to add a list of HolidayListDetailModel models
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsAddHolidayListDetailIn

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

The AddHolidayListDetailIn 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 HolidayListDetailModel models
* Required Property
Top
Remarks
A structure sent to the AddHolidayListDetail(AddHolidayListDetailIn) endpoint to add a list of HolidayListDetailModel models

Example
See AddHolidayListDetail(AddHolidayListDetailIn) for example
See Also