{
"gdsSrc": "string",
"gdsIpcc": "string",
"traceId": "string",
"depCode": "string",
"desCode": "string",
"depDate": "string",
"returnDate": "string",
"tripType": "string",
"fareType": "string",
"grade": "string",
"isNeedMultiCabinClass": "string",
"gdsSource": "string",
"airlines": "string",
"adtCount": 0,
"chdCount": 0,
"infCount": 0,
"pointType": "string"
}curl --location --request POST '/api/international/flight/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"gdsSrc": "string",
"gdsIpcc": "string",
"traceId": "string",
"depCode": "string",
"desCode": "string",
"depDate": "string",
"returnDate": "string",
"tripType": "string",
"fareType": "string",
"grade": "string",
"isNeedMultiCabinClass": "string",
"gdsSource": "string",
"airlines": "string",
"adtCount": 0,
"chdCount": 0,
"infCount": 0,
"pointType": "string"
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": [
{
"gdsSource": "",
"pcc": "",
"airItineraryPricingInfoVO": [
{
"finalFare": "",
"finalTotalTax": "",
"equivFare": "",
"equivFareCC": "",
"totalTax": "",
"passengerType": "",
"pricingType": "",
"fareBasisCodeVOList": [
{
"value": "",
"privateFareType": "",
"accountCode": "",
"mileage": 0,
"bookingCode": "",
"availabilityBreak": false,
"departureAirportCode": "",
"arrivalAirportCode": "",
"fareComponentBeginAirport": "",
"fareComponentEndAirport": "",
"fareComponentDirectionality": ""
}
],
"defaultSearchFare": "",
"defaultSearchFareCC": "",
"defaultTotalTax": "",
"ruleChange": [
{
"noShow": false,
"penaltyApplies": "",
"amount": "",
"amountCny": "",
"percentage": "",
"ruleText": ""
}
],
"ruleRefund": [
{
"noShow": false,
"penaltyApplies": "",
"amount": "",
"amountCny": "",
"percentage": "",
"ruleText": ""
}
],
"ruleNoShow": [
{
"noShow": false,
"penaltyApplies": "",
"amount": "",
"amountCny": "",
"percentage": "",
"ruleText": ""
}
]
}
],
"originDestinationOptionVO": [
{
"rph": "",
"flightSegment": [
{
"destinationLocationCode": "",
"OriginLocationCode": "",
"arrivalDateTime": "",
"departureDateTime": "",
"elapsedTime": "",
"flightNumber": "",
"marketingCabin": "",
"resBookDesigCode": "",
"rph": "",
"stopQuantity": "",
"airEquipType": "",
"marketingAirlineCode": "",
"isShare": "",
"shareInfo": "",
"operatingAirlineCode": "",
"operatingflightNumber": "",
"availabilitySource": "",
"stopLocationCode": "",
"cabinClass": "",
"originTerminal": "",
"destinationTerminal": "",
"seats": 0,
"marriageGrp": "",
"segmentRef": "",
"segmentIndex": 0
}
],
"flightSegmentCount": 0,
"destinationLocationCode": "",
"OriginLocationCode": "",
"arrivalDateTime": "",
"departureDateTime": ""
}
],
"fareRulesVO": [
{
"fareBasis": "",
"fareBasisSub": "",
"tourCode": "",
"fareTicketDesignator": "",
"flightsStr": "",
"fareInfoRef": "",
"fareRuleKey": "",
"rules": [
{
"category": "",
"value": ""
}
]
}
],
"baggageList": [
{
"flightsStr": "",
"number": 0,
"maxWeight": 0,
"unit": "",
"passengerType": ""
}
],
"rph": "",
"validatingCarrier": "",
"totalAmount": "",
"currencyCode": "",
"exchangeRate": "",
"exchangeRateCC": "",
"ticketTime": "",
"policy_code": "",
"segment_addprice_code": "",
"is_self_refund": false
}
]
}