DELETE Appointment
Request Information
URI Parameters
None.
Body Parameters
Cancel| Name | Description | Type | Additional information |
|---|---|---|---|
| xref_ScheduleId | integer |
None. |
|
| oldStatusId | string |
None. |
|
| cancellationReason | string |
None. |
|
| trackMode | string |
None. |
|
| centerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"xref_ScheduleId": 1,
"oldStatusId": "sample string 2",
"cancellationReason": "sample string 3",
"trackMode": "sample string 4",
"centerId": 5
}
application/xml, text/xml
Sample:
<Cancel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FFWebAPIB2C.Models"> <cancellationReason>sample string 3</cancellationReason> <centerId>5</centerId> <oldStatusId>sample string 2</oldStatusId> <trackMode>sample string 4</trackMode> <xref_ScheduleId>1</xref_ScheduleId> </Cancel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |