POST api/Booking/CancelBooking
Request Information
URI Parameters
None.
Body Parameters
CancelBookingRQName | 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": "753a8dec-aab3-4909-895c-44768e86b130", "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>753a8dec-aab3-4909-895c-44768e86b130</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.