EMD Display API Reference
|
Get |
emds/{EMDNumber} Base path: Pre-production https://api.pp.travelport.net/11/air/ Production https://api.travelport.net/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. Reservation Retrieve returns EMD details for both NDC and GDS.
Request
As part of the request requirements, also see Authentication and Common Air API Headers.
Query Parameters
None.
Request Body
None.
Response
See example response below.
Example Request
This request has no message payload.
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"
}
}
]
}
}