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 Electronic miscellaneous document (EMD); issued for a paid seat, ancillary, or any other paid service after successful payment. See the Ancillary and EMD Guide. to retrieve EMD details such as the amount paid and agency ticketing information.
EMD Display not supported for NDC
New Distribution Capability, an XML standard for exchanging data that supports airlines in distributing their content directly to online travel agencies. See the NDC Guide.. 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

https://api.travelport.com/11/air/ancillaryAny paid optional service filed for a flight. Industry examples include paid seats, paid baggage, carbon offsets, pet transport fees, and unaccompanied minor charges. See the Ancillary and EMD Guide for supported ancillaries./emddisplayvoid/emds/1764571003817
Example 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
International Air Transportation Association, an organization that standardizes rules, regulations and fare construction principles for the international travel industry.",
"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"
}
}
]
}
}