POST PlanCare2Api/Appointments/ReopenAppointment
Reopens an appointment. Appointment without time registration would not be reopened. This functionality is not supported yet. (Status Code: 'NotImplemented')
Request Information
URI Parameters
None.
Body Parameters
Appointment definition
ClosedAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The internal id of the planned appointment. |
integer |
Required |
| ParentPlannedItemId |
The internal id of the parent appointment when recurring. |
integer |
Deprecated: No longer in use. Will be removed in a future version of the API. |
| OccurrenceIndex |
The index of the occurrence of the appointment when part of a recurrence. |
integer |
Deprecated: No longer in use. Will be removed in a future version of the API. |
| Reason |
Reason why the the appointment must be reopened. |
string |
None |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |