POST api/appointment/customerselfcancel
Request Information
URI Parameters
None.
Body Parameters
AppointmentCustomerSelfCancelRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AppId | integer |
None. |
|
| CustomerFolderId | integer |
None. |
|
| CancellationReasonId | integer |
None. |
|
| CancellationMessage | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppId": 1,
"CustomerFolderId": 2,
"CancellationReasonId": 3,
"CancellationMessage": "sample string 4",
"UserId": 5
}
application/xml, text/xml
Sample:
<AppointmentCustomerSelfCancelRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models"> <AppId>1</AppId> <CancellationMessage>sample string 4</CancellationMessage> <CancellationReasonId>3</CancellationReasonId> <CustomerFolderId>2</CustomerFolderId> <UserId>5</UserId> </AppointmentCustomerSelfCancelRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppointmentActionResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Appointment | Appointment |
None. |
|
| ReturnCode | integer |
None. |
|
| ReturnMessage | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.