CreateException Action

Creates an exception for the recurring appointment instance.

Bound Entities

Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.

Entity Type Binding Type
recurringappointmentmaster collection

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
Target
appointment False True

The target appointment for the exception.

OriginalStartDate
Edm.DateTimeOffset False True

Original start date of the recurring appointment.

IsDeleted
Edm.Boolean False True

Specifies whether the appointment instance is deleted.

Return Type

Type Nullable Description
CreateExceptionResponse False The CreateException action returns the following value.

Entities

Use the CreateException action with these entity types:

Name Display Name Description
appointment Appointment Commitment representing a time interval with start/end times and duration.

See also