GET api/v1/Flight?confirmationNumber={confirmationNumber}&adults={adults}&children={children}&infants={infants}&customerSessionGuid={customerSessionGuid}&customerIpAddress={customerIpAddress}
Get available flights that are in the reservation
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
confirmationNumber | string |
Required |
|
adults | integer |
Required |
|
children | integer |
Required |
|
infants | integer |
Required |
|
customerSessionGuid | string |
Required |
|
customerIpAddress | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.