POST api/AudBookingDateChange/Cancel
Request Information
URI Parameters
None.
Body Parameters
AudBookingDateChangeCancelVM| Name | Description | Type | Additional information |
|---|---|---|---|
| DateChangeId | integer |
Required |
|
| CancelRemarks | string |
Required String length: inclusive between 0 and 500 |
|
| CancelUser | integer |
Required |
|
| CancelIp | string |
Required String length: inclusive between 0 and 20 |
|
| BookingId | integer |
Required |
|
| BookedFromDate | string |
Required |
|
| BookedToDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateChangeId": 1,
"CancelRemarks": "sample string 2",
"CancelUser": 3,
"CancelIp": "sample string 4",
"BookingId": 5,
"BookedFromDate": "sample string 6",
"BookedToDate": "sample string 7"
}
application/xml, text/xml
Sample:
<AudBookingDateChangeCancelVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <BookedFromDate>sample string 6</BookedFromDate> <BookedToDate>sample string 7</BookedToDate> <BookingId>5</BookingId> <CancelIp>sample string 4</CancelIp> <CancelRemarks>sample string 2</CancelRemarks> <CancelUser>3</CancelUser> <DateChangeId>1</DateChangeId> </AudBookingDateChangeCancelVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.