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: 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:Booking Guide, Ticketing Guide
At any point in a booking 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. Worbenches/sessions stay open for 30 minutes before expiring.
Request
As part of the request requirements, also see Authentication and Common Air 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.