| countrycitystationdiscountroutes_dayroutesorder_neworder_confirmorder_cancelorder_ticket_returnorder_ticket_cancelorder_restoreorder_infoorder_stat | Returns the information about passengers, discounts, ticket numbers of the said order For the work with this method the API access key is required. For example:
Acceptable parameters:| Key | Type | Description |
|---|
| key | char | API access key | | hash | char | Hash key of order |
Return values:| Key | Type | Description |
|---|
| hash | char | Hash key of order | | text | char | Message for the ticket | | insurance | char | Information about insurance | | name | char | Name and Surname of Client | | phone | char | Contact telephone | | email | char | Email | | price | double | Price | | summ | double | Sum | | crc | char | Units of money | | routes | char | Id of flight | | rname | char | Route | | onway | int | On the way number of full days | | rdate | DD-MM-YYYY | Date of departure on route (ISO 8601) | | from_city | char | City of departure | | fstation | char | Station of departure | | ftime | DD.MM.YYYY hh:mm | Time of departure | | to_city | char | City of arrival | | tstation | char | Station of departure | | ttime | DD.MM.YYYY hh:mm | Time of arrival | | status | char | Status of order (active, canceled) | | ticket | char | Link to the ticket ( PDF ) | | passangers | array | Passengers| Key | Type | Description |
|---|
| place | int | Seat | | ticket | char | Ticket | | name | char | Name und Surname | | discount | int | Id of discount |
| | error | int | Code of error ( 0 – no mistake, 1 – incorrect API access key, 301 – order with the specified hash key is not found ) |
|