POST api/BookingRequests/Cancel/{id}/Occurrences/{occurrenceIdentity}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
|
occurrenceIdentity | string |
Required |
Body Parameters
NotificationReasonName | Description | Type | Additional information |
---|---|---|---|
Note | string |
None. |
|
Author | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Note": "sample string 1", "Author": "sample string 2" }
application/xml, text/xml
Sample:
<NotificationReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model"> <Author>sample string 2</Author> <Note>sample string 1</Note> </NotificationReason>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |