Click or drag to resize

UpdateHolidayListOut Structure

Returns a list of UpdateResult structures representing the response from a call to the UpdateHolidayList(UpdateHolidayListIn) endpoint
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsUpdateHolidayListOut

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

The UpdateHolidayListOut type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleReport The report structure helps to provide diagnostics information about the service just requested
Public propertyCode exampleResults Returns a list of UpdateResult objects
Top
Remarks
The response struct from a UpdateHolidayList(UpdateHolidayListIn) method with the result list of UpdateResult objects.
Example
See UpdateHolidayList(UpdateHolidayListIn) for example
See Also