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 | Contains the response of the CreateException action. |
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. |