POST api/bookingsByOrdersByFlight
Request Information
URI Parameters
None.
Body Parameters
Collection of Cyberlogic.eTourism.Domain.Models.Transfers.DTO.BookingsRequestByOrderDTOName | Description | Type | Additional information |
---|---|---|---|
OrderId | integer |
None. |
|
FlightId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "OrderId": 1, "FlightId": 2 }, { "OrderId": 1, "FlightId": 2 } ]
text/html
Sample:
[{"OrderId":1,"FlightId":2},{"OrderId":1,"FlightId":2}]
application/xml, text/xml
Sample:
<ArrayOfBookingsRequestByOrderDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyberlogic.eTourism.Domain.Models.Transfers.DTO"> <BookingsRequestByOrderDTO> <FlightId>2</FlightId> <OrderId>1</OrderId> </BookingsRequestByOrderDTO> <BookingsRequestByOrderDTO> <FlightId>2</FlightId> <OrderId>1</OrderId> </BookingsRequestByOrderDTO> </ArrayOfBookingsRequestByOrderDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |