Update the hours of operation override
Source:R/connect_operations.R
connect_update_hours_of_operation_override.RdUpdate the hours of operation override.
See https://www.paws-r-sdk.com/docs/connect_update_hours_of_operation_override/ for full documentation.
Usage
connect_update_hours_of_operation_override(
InstanceId,
HoursOfOperationId,
HoursOfOperationOverrideId,
Name = NULL,
Description = NULL,
Config = NULL,
EffectiveFrom = NULL,
EffectiveTill = NULL,
RecurrenceConfig = NULL,
OverrideType = NULL
)Arguments
- InstanceId
[required] The identifier of the Connect Customer instance.
- HoursOfOperationId
[required] The identifier for the hours of operation.
- HoursOfOperationOverrideId
[required] The identifier for the hours of operation override.
- Name
The name of the hours of operation override.
- Description
The description of the hours of operation override.
- Config
Configuration information for the hours of operation override: day, start time, and end time.
- EffectiveFrom
The date from when the hours of operation override would be effective.
- EffectiveTill
The date until the hours of operation override is effective.
- RecurrenceConfig
Configuration for a recurring event.
- OverrideType
Whether the override will be defined as a standard or as a recurring event.
For more information about how override types are applied, see Build your list of overrides in the Administrator Guide.