| # | Question | Answer |
---|
1 | What is the difference between | a ETK and | a EMD? | | Electronic | Note |
---|
|
In the requests you need to use the following codes:
ETK Type code - 702
Find out the most common use cases in demadTickets operation overview | EMD Type code - Y | 2 | Is the ticket issued for each segment of the flight? | No, the ticket is issued for the | whole itinerarywhole itinerary, but for each passenger in the booking Explore basic scenario with multiple types of passengers. Also demadTickets operation overview might be helpful |
3 | Is it possible to | rуfund refund ETK | /or EMD? | No | , at the moment, only void operation is implemented for ETK/EMD.. But you can use void operation to cancel ETK or EMD (documentation will be available soon) |
4 | If | there are booked extra | services services are requested in | the a booking, is | the ticket issued it important to issue ETK at the same time as | the EMD or | is it not | important? | EMDs | are must be issued only after the ticket | is has been issued | . |
5 | How can we get a | terminal text view of ETK | /or EMD? | Issue of terminal type of ETK/EMD is not implemented. You can read the issued ETK/EMD using the operation AirDocDisplayRQ.
You can read about it here (
Oops! It will be a link to the documentation here as soon as possible!)
Note |
---|
|
In the requests you need to use the following codes:
ETK Type code - 702 EMD Type code - Y |
| API supports only XML data output. Use retrieveTicket operation to receive ETK or EMD info (documentation will be available soon) |
6 | Is the Remark parameter mandatory in the Payment tag? | Yes, it's | 6 | Is the Remarc parameter mandatory in the Payment block and, if so, what is its format? | Yes, this is a mandatory parameter. Corresponds to RMK type in Gabriel | - text field.— text field Processing of payments isn't on S7 side
Explore demadTicket operation references to check format of request fields |
7 | What is Payment remark's format? | The payment remark's format: |
It's forbidden to use the following symbols: ; : * ' " ^ { } [ ] < > & # ! ` = % |
theme | Confluence |
---|
title | Payment block example |
---|
collapse | true | <Payment>
| | | | | | | <Remark>IN*QUW1725</Remark>
</Remarks>
</Other>
</Payment><Remark>*A*AGENT_NAME</Remark>
</Remarks>
</Other> |
where: It's forbidden to use the following symbols:
Code Block |
---|
; : * ' " ^ { } [ ] < > & # ! ` = % |
Explore demadTicket operation references to check format for other fields. Samples might be very helpful too | 8 | What types of payment can be used? | Only one payment method is used — invoice Discover demadTicket operation overview to check all available use cases |