EMD Display API Reference
Get |
emds/{EMDNumber} Base path: Pre-production https://api.pp.travelport.com/11/air/ Production https://api.travelport.com/11/air/ |
Related Content: Ancillary and EMD Guide, Ancillary Workflow Diagram
Display an EMD to retrieve EMD details such as the amount paid and agency ticketing information.
EMD Display not supported for NDC. EMD details for NDC are returned in the Reservation Retrieve.
Request
Also see Authorization and Common Headers.
Query Parameters
None.
Request Body
None.
Response
See example response below.
Example Request
Show Example EMD Display GET Request
https://api.travelport.com/11/air/ancillary/emddisplayvoid/emds/1764571003817
Example Response
Show Example EMD Display Response
{
"EMDListResponse": {
"EMDID": [
{
"@type": "EMDSummary",
"Identifier": {
"value": "1764571003817"
},
"PersonName": {
"@type": "PersonName",
"Given": "ONEDDKRISHNA",
"Surname": "MOUSE"
},
"ReservationLocator": [
{
"supplierCode": "1G",
"value": "A7H2RQ"
},
{
"supplierCode": "EK",
"value": "LEZ352"
}
],
"AgencyInfo": {
"ticketedDate": "2021-07-04",
"name": "ASPIRE",
"ticketingPCC": "5F5B",
"code": "03570545",
"ticketingCountry": "US",
"ticketingCity": "PHX"
},
"EMDSegment": [
{
"EMDDescription": {
"code": "A",
"subCode": "0B5",
"codeContext": "IATA",
"value": "Air transportation"
},
"Amount": {
"CurrencyCode": {
"value": "USD"
},
"Total": 121.9
},
"Status": "Open",
"PresentTo": "EK/EMIRATES AIRLINES",
"PresentAt": "DXB/DUBAI"
}
],
"TotalAmount": {
"CurrencyCode": {
"value": "USD"
},
"Base": 121.9,
"Taxes": {
"@type": "TaxesDetail",
"Tax": [
{
"currencyCode": "USD",
"taxCode": "K3",
"value": 6.1
}
]
},
"Total": 128
},
"FormOfPayment": {
"value": "Cash"
},
"AssociatedTicketNumber": {
"value": "1767630424848"
}
}
]
}
}