DELETE Appointments/ExtRef/{extRef}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| extRef | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AppointmentExtRefCancel| Name | Description | Type | Additional information |
|---|---|---|---|
| ExtRef | string |
None. |
|
| CancellationReasonExtRef | string |
None. |
|
| CancellationComment | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExtRef": "sample string 1",
"CancellationReasonExtRef": "sample string 2",
"CancellationComment": "sample string 3"
}