Discard Workbench API Reference
Del |
book/session/reservationworkbench/{workbenchID} For {workbenchID} send the workbench identifier returned in ReservationResponse/Identifer/value in the workbench create response. Base path: Pre-production https://api.pp.travelport.com/11/air/ Production https://api.travelport.com/11/air/ |
Related Content:Booking Guide, Ticketing Guide
At any point in a booking A confirmed reservation with the carrier. A held booking is a reservation that has not yet been ticketed. The terms booking and reservation are interchangeable. or ticketing workflow, if necessary, you can discard the workbench and any information in it. You do not need to discard any workbench you have committed, only a workbench you do not want to commit
API call that ends a workbench session, finalizing all changes and requests in that session. Depending on the workbench transactions, the commit workbench request may create a reservation, issue a ticket or EMD, exchange tickets, or modify a reservation.. Worbenches/sessions stay open for 30 minutes before expiring.
Request
Also see Authorization and Common Headers.
Query Parameters
None.
Request Body

Object |
Description |
Required/Optional |
---|---|---|
Reservation |
Empty container to ignore the workbench. |
Required |
Response
HTTP 204 No Content message.
Example Request
Send a blank ReservationID object in the payload request per the example request below.

{
"ReservationID": {
}
}
Example Response
HTTP 204 No Content message.