POST api/Booking/CancelBooking
Request Information
URI Parameters
None.
Body Parameters
CancelBookingRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| BookingId | integer |
None. |
|
| Note | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| SecCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BookingId": 1,
"Note": "sample string 2",
"UserId": "4a5f2eeb-799b-40c3-893a-dd5d9cd96322",
"SecCode": "sample string 3"
}
application/xml, text/xml
Sample:
<CancelBookingRQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Flynet.API.Models"> <BookingId>1</BookingId> <Note>sample string 2</Note> <SecCode>sample string 3</SecCode> <UserId>4a5f2eeb-799b-40c3-893a-dd5d9cd96322</UserId> </CancelBookingRQ>
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.