DELETE PlanCare2Api/EmployeeAppointments/{appointmentId}/OccurrenceIndex/{occurrenceIndex}
Deletes an EmployeeAppointment occurrence
Requires 'Start' permission for function EmployeeCalendar {2B7BC787-80B4-41AD-8975-FD07F3CC1746}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appointmentId |
The id of the parent appointment. |
integer |
Required |
| occurrenceIndex |
The index of the occurrence of the appointment. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the HttpResponseMessage which contains the result of the delete action.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
- |
|
| Content | HttpContent |
- |
|
| StatusCode | HttpStatusCode |
- |
|
| ReasonPhrase | string |
- |
|
| Headers | Collection of Object |
- |
|
| RequestMessage | HttpRequestMessage |
- |
|
| IsSuccessStatusCode | boolean |
- |