---
title: "Void Quotation"
method: POST
path: "/voidQuotation.do"
tags: ["Void"]
---

# Void Quotation

`POST /voidQuotation.do`

## Headers

- `Accept` string, required
- `Content-Type` string, required
- `Accept-Encoding` string, required
- `x-atlas-client-id` string, required
- `x-atlas-client-secret` string, required

## Request body

- object
  - `orderNo` string, required — Atlas original order number. You can choose to request either orderNo or both airlinePNR and carrier.

## Response `200`

- object
  - `status` integer, required — Status code 0 : Success 801：Order not found for void. Check the original main ticket order number. 803：Void already submitted for this passenger or segment. Query void status instead. 805：voidOfferId expired. Call refundQuotation.do again for a fresh ID, then resubmit. 808：This ticket is non-voidable per airline policy. 810：Invalid request parameters 814：Void submission already in progress. Wait before retrying. 815：Ticket not found. Verify ticket number and order number. 816：Void already submitted for this order. Query void status instead of resubmitting. 817：Void already submitted for this order. Query void status instead of resubmitting. 818：Void already submitted for this order. Query void status instead of resubmitting. 820：Ticket already used — cannot void a flown segment. 822：Void deadline exceeded. This ticket can no longer be voided. 824：Wrong orderNumber: use the main ticket order, not the ancillary order number. 841：Void not support the payment method. Please contact the airline directly for resolution. 843：Atlas does not currently support VOID service for the airline or route of this booking.
  - `msg` string, nullable, required — Error message The ‘msg’ element is for description of the results. Please do not use this field to check the success or failure of the request. Only use the ‘status’ code to check the result.
  - `fastConfirmation` 0 | 1, required — Fast confirmation depends on whether the airline supports auto fulfillment. 0 for False, 1 for True.
  - `expectedConfirmationDate` string, required — Expected date of getting airline void confirmation. The format is yyyyMMdd.
  - `expectedRefundDate` string, required — Expected date of getting refund. The format is yyyyMMdd.
  - `voidOfferId` string, required — Void offer id for this quotation which can be used for the coming Void call.
  - `voidMethod` 'CashBackToOriginalPayment' | 'Voucher', required — Void method: CashBackToOriginalPayment or Voucher. CashBackToOriginalPayment: Refund cash back to the original form of payment. Voucher: Refund in the form of a voucher.
  - `voidTickets` object[], required — The void calculation for each of the passengers whose void quote has been requested
    - `lastName` string — Last name of the passenger who wants to void.
    - `firstName` string — First name of the passenger who wants to void.
    - `ticketNo` string — The PNR received from the airline in the retrieve PNR response.
  - `voidFareAmount` object, required — If voidMethod is CashBackToOriginalPayment, the voidFareAmount field is not null.
    - `currency` string, required — The refund calculation for flight fare and inflow ancillaries. 3-letter ISO currency code.
    - `originalFareAmount` number, required — Original fare of the flight.
    - `estimatedRefundAmount` number, required — Estimated amount which can be got back for this refund of flight.
  - `voidPostTicketingServiceAmounts` object[] — The void calculation for Post-ticketing Servrice, including baggage etc. Each post-ticketing order will be present as an object.
    - `postTicketingOrderNo` string, required — Unique order number for the post-ticketing service.
    - `currency` string, required — Currency used for post-ticketing service calculations. 3-letter ISO currency code.
    - `originalPostTicketingServiceAmount` number, required — The original amount charged for the post-ticketing service.
    - `estimatedRefundAmount` number, required — Estimated amount which can be got back for this refund of Ancillaries.
  - `serviceFee` object, required — Service fee of void.
    - `currency` string, required — Currency used for the service fee. 3-letter ISO currency code.
    - `transactionFee` integer, required — Transaction Fee of void.
  - `voidWindow` object, required — Void Window
    - `supportVoid` boolean, required
    - `allowVoid` boolean, required
    - `voidTimeAfterIssure` string, required
    - `voidTimeBeforeDepature` string, required
    - `sameDayDeadlineTime` string, required
    - `sameDayTimezone` string, required
  - `orderNo` string, required — Original order number
  - `isVoidable` boolean, required — True : Voidable False: Non-Voidable true or false

---

[API](https://skmtc.net/atriptech/apis/default-module.md) · [All operations](https://skmtc.net/atriptech/apis/default-module/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atriptech/default-module/revisions/8e9a8f8010ab/schema)
