Click or drag to resize

DeleteHolidayListDetailIn Structure

A structure sent to the DeleteHolidayListDetail(DeleteHolidayListDetailIn) endpoint to Delete a list of HolidayList objects.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsDeleteHolidayListDetailIn

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

The DeleteHolidayListDetailIn 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 exampleDataAction A simple query abstraction layer used to provide a mechanism by which methods can make simple query calls to various models.
Top
Remarks
Deletes a list of user schedules by its ID.
Example
See DeleteHolidayListDetail(DeleteHolidayListDetailIn) for example
See Also