EMD Display API Reference
Get |
emds/{EMDNumber} Base path: Use this base path if you have not yet received or not migrated to the new credentials from Travelport:
Use this base path after you have migrated to the new credentials from Travelport (using .net instead of .com):
|
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.
Request
As part of the request requirements, also see Authentication and Common Air Headers.
Query Parameters
None.
Request Body
None.
Response
See example response below.
Example Request

https://api.travelport.com/11/air/ancillary/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",
"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"
}
}
]
}
}