v1

latestOpenAPI 3.0.02026-08-061029011.1 MB
Seats Ancillaries EMDs

EMD Void

Void an EMD to cancel it. You can also use EMD void with the GDS exchange APIs to refund an EMD back to the original FOP. See the Exchange, Refund, and Void Guide. EMD Void not supported for NDC.

put/air/emds/{Identifier}

Path parameters

Identifierstring required
Example:1253303123456

The EMD number you wish to update

Headers

TraceIdstring
Example:TraceID_123456789

Identifier used to correlate Air API invocations across a multi-call business flows.

XAUTH_TRAVELPORT_ACCESSGROUPstring
Example:19Y88702-C27A-4E5D-829A-89D7016688B1

Identifies the Travelport access group with which the caller is associated

travelportPlusSessionIdentifierstring
Example:49f58f5f-c443-43b4-9f5d-be405fd00a01

travelportPlusSessionIdentifier used to maintain an established agency session

TVP-PCC-Corestring
Example:DU7_1G

Allows user to pass PCC instead of Access Group ID

Request body

@typestring required
agencyCodestring

The agency IATA code

statusstring required

Status to update the EMD

dateOfIssuestring date

The date the EMD was issued

Example request

{
  "@type": "EMDQueryUpdateEMD",
  "agencyCode": "91219332",
  "status": "Void"
}

Response

OK - Successful Response - 200