application/pdfapplication/zipcode: ********************timestamp: ********************signature: ********************{
"lang": [
"zh-CN",
"en-US"
],
"type": "once",
"iata": "show",
"price": [
{
"type": "adult",
"flightPrice": 1000,
"tax": 200,
"serviceFee": 50,
"num": 1
}
]
}curl --location '/openapi/v3/flight/orders/FO202607090001/itinerary' \
--header 'code: <api-key>' \
--header 'timestamp: <api-key>' \
--header 'signature: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"lang": [
"zh-CN",
"en-US"
],
"type": "once",
"iata": "show",
"price": [
{
"type": "adult",
"flightPrice": 1000,
"tax": 200,
"serviceFee": 50,
"num": 1
}
]
}'