Click or drag to resize

UpdateHolidayListIn Structure

A structure used to add Update HolidayList items using a list of UpdateHolidayListModel models
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsUpdateHolidayListIn

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

The UpdateHolidayListIn 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 The Name given to the HolidayList
Top
Remarks
A structure sent to the UpdateHolidayList(UpdateHolidayListIn) endpoint to update a list of UpdateHolidayListModel models
Example
See UpdateHolidayList(UpdateHolidayListIn) for example
See Also