getEticketInfosByEticketNo

POST {{baseUrl}}/v1/ticketValidation/getEticketInfosByEticketNo

Get ticket check information By ticketNo and userName

Request Body

{"ticketNo"=>"784****1", "userName"=>"Test/Test", "lang"=>"zh"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"code":"0000","msg":"","data":{"status":"true","ticketNo":"784****1","psgName":"Test/Test","certificateId":"44****19","certificateType":"PP","memberNo":"","saleChannel":"true","domesticIndicator":"true","orderNo":"B2****1","pnrNo":"MW***0","currency":"CNY","totalAmount":1280,"mileageAmount":0,"receiptNo":"","allowBaggage":"","nonendorsable":"true","eticketInfos":[{"status":"F","flightNo":"CZ344","flightDate":"2020-03-17","arrFlightDate":"","flightClass":"B","flightClassName":"","departureTime":"11:25","arrivalTime":"","flightTotalTime":null,"depArpName":"墨尔本机场","arrArpName":"广州白云国际机场","depCity":"","arrCity":"","depArpTeminal":"","arvArpTeminal":"","stopOver":"","stopTimes":"","transfer":""},{"status":"A","flightNo":"CZ3099","flightDate":"2020-03-18","arrFlightDate":"","flightClass":"B","flightClassName":"","departureTime":"09:00","arrivalTime":"","flightTotalTime":null,"depArpName":"广州白云国际机场","arrArpName":"北京首都国际机场","depCity":"","arrCity":"","depArpTeminal":"","arvArpTeminal":"","stopOver":"","stopTimes":"","transfer":""}],"taxs":[{"taxId":null,"ticketId":null,"category":null,"code":"CN","amount":190,"currency":"CNY"},{"taxId":null,"ticketId":null,"category":null,"code":"AU","amount":286,"currency":"CNY"},{"taxId":null,"ticketId":null,"category":null,"code":"WY","amount":306,"currency":"CNY"},{"taxId":null,"ticketId":null,"category":null,"code":"YQ","amount":56,"currency":"CNY"},{"taxId":null,"ticketId":null,"category":null,"code":"YR","amount":860,"currency":"CNY"}]}}