ETS API
  1. AVIA
ETS API
  • Try it and Run in ApiDog
  • AVIA API
  • AVIA Flows example
  • HOTELS API
  • AVIA
    • 1 REQ B2B Login
      POST
    • 1 REQ B2B Login Token
      POST
    • 1 REQ B2C Login
      GET
    • 2A Search Direct flight
      POST
    • 2B Search Connecting flight
      POST
    • 2C Search Round trip
      POST
    • 3 Schedule - Amadeus optional
      POST
    • 4 Offers request
      GET
    • 4B Smart Offer Request optional
      GET
    • 5 Documents types for offer
      GET
    • 6 Offer info UPD LATER
      GET
    • 7 Availability of Offer
      GET
    • 8 OPT Available Services
      GET
    • 9 OPT Select services
      POST
    • 10 Create Order
      POST
    • 11 Split Order
      PATCH
    • 12 Order payment
      POST
    • 13 Сheckout status
      GET
    • 14 Refund order
      GET
    • 15 Get order info
      GET
    • 16 Print E-Tiket
      GET
    • 17 Receiving a cancellation fee
      GET
    • 18 Cancel Order
      GET
    • 19 Get airports
      GET
    • 20 Get cities
      GET
    • 21 Get countries
      GET
  • HOTELS
    • REQUIRED
      • 1 REQ B2B Login
      • 1 REQ B2C Login
      • 2 REQ Destination
      • 2 REQ Search
      • 3 REQ Receiving found hotels
      • 4 REQ Getting a Hotel Offer
      • 5 REQ Create order
      • 6 REQ Cancel order
    • OPTIONAL
      • 1 REQ B2B Login
      • 1 REQ B2C Login
      • 2 REQ Search
      • 3 OPT Destination point info
      • 4 OPT List of popular destinations Copy
      • 5 OPT List of filtered destinations
      • 6 OPT Group guide
      • 7 OPT Getting information on possible hotels
      • 8 OPT Getting the list of currencies
      • 9 REQ Receiving found hotels
      • 10 REQ Getting a Hotel Offer
      • 11 OPT Cancel-policies
      • 12 OPT Account number and info
      • 13 OPT Receiving information on the hotel offer
      • 14 OPT Receive detailed information about the cost of an offer
      • 15 REQ Create order
      • 16 OPT Receive hotel services
  1. AVIA

10 Create Order

POST
{{AVIA_URL}}/api/air/orders

Create Air Order#

This endpoint allows you to create a new air order.

Request Body#

buy_id (string): The ID of the purchase.
phone (object): The phone details including code, number, and extra.
emails (array of strings): An array of email addresses.
address (object): The address details including zip, country, city, and additional.
passengers (array of objects): An array of passenger details including type, gender, last_name, first_name, middle_name, birth_date, citizenship, and document details.

Response#

status (string): The status of the response.
message (string): A message related to the response.
data (object): The data object containing the details of the created order including order_id, book_id, buy_id, status, pnr_number, amount, currency, buyer, agency, operator, rl_number, stamp_create, stamp_ticket, time_till_ticket, left_to_void, left_to_void_time, directions, passengers, services, prices, price_extra, payment_methods, actions, settings, and site_log.

Request

Header Params

Body Params text/plain
Examples

Responses

🟢2006 Create Order
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://stage-api.etm-system.ru/api/air/orders' \
--header 'Accept: application/json' \
--header 'Cookie: etmsessid=8Pwz9vY4oXUDj7ojfR5u1VdXsMW6xOVYosNxo08d' \
--header 'Content-Type: text/plain' \
--data-raw '// {
//   "buy_id": "{{buy_id}}",
//   "phone": {
//     "code": "{{locale}}",
//     "number": "{{pnum}}",
//     "extra": "{{extra_pnum}}"
//   },
//   "emails": [
//     "{{email}}"
//   ],
//   "address": {
//     "zip": "{{zip}}",
//     "country": "{{country}}",
//     "city": "{{city}}",
//     "additional": "{{address}}"
//   },
//   "passengers": [
//     {
//       "type": "{{type_pass}}",
//       "gender": "{{gender}}",
//       "last_name": "{{last_name}}",
//       "first_name": "{{first_name}}",
//       "middle_name": "{{middle_name}}",
//       "birth_date": "{{birth_date}}",
//       "citizenship": "{{citizenship}}",
//       "document": {
//         "type": "{{doc_type}}",
//         "number": "{{doc_number}}",
//         "expire": "{{expire}}"
//       },
//       "frequent_numbers": [
//       ]
//     }
//   ]
// }

{
  "buy_id": "{{buy_id}}",
  "emails": [
    "podkosov41292@ya.ru"
  ],
  "phone": {
    "code": "RU",
    "number": "0251774"
  },
  "passengers": [
    {
      "phone_code": "RU",
      "phone_number": "0251774",
      "email": "podkosov41292@ya.ru",
      "type": "ADT",
      "gender": "F",
      "last_name": "NAUMOVA",
      "middle_name": "ALEKSANDROVNA",
      "first_name": "DARIA",
      "birth_date": "1980-07-19",
      "citizenship": "RU",
      "document": {
        "type": "PSP",
        "number": "717262348",
        "issue": "RU",
        "expire": "2030-02-18"
      }
    }
  ]
}
// {
//     // "request_id": 16924008,
//     "buy_id": "{{buy_id}}",
//  "emails": [
//     "titkov34657@ya.ru"
//   ],
//   "phone": {
//     "code": "RU",
//     "number": "6096700"
//   },
//   "passengers": [
//     {
//       "phone_code": "RU",
//       "phone_number": "6096700",
//       "email": "titkov34657@ya.ru",
//       "type": "ADT",
//       "gender": "F",
//       "last_name": "EREMENKO",
//       "middle_name": "ALEKSANDROVNA",
//       "first_name": "ELENA",
//       "birth_date": "2001-09-23",
//       "citizenship": "RU",
//       "document": {
//         "type": "PSP",
//         "number": "555435752",
//         "issue": "RU",
//         "expire": "2030-05-04"
//       }
//     }
//   ]
// }

// {
//     "buy_id": "{{buy_id}}",
//     "without_contacts": "1",
//     "phone": {
//         "code": "UZ",
//         "number": "939191613"
//     },
//     "emails": [
//         "jamwid07@mail.ru"
//     ],
//     "passengers": [
//         {
//             "type": "ADT",
//             "gender": "M",
//             "first_name": "Vladymir",
//             "last_name": "Vavilov",
//             "birth_date": "1985-01-12",
//             "citizenship": "UZ",
//             "document": {
//                 "type": "P",
//                 "number": "TK10154545",
//                 "expire": "2029-01-12"
//             }
//         }
//     ]
// }'
Response Response Example
{
    "status": "ok",
    "message": "",
    "data": {
        "order_id": 1053715,
        "book_id": 982871,
        "buy_id": "2275014016",
        "status": "B",
        "pnr_number": "R5KN9G",
        "amount": 221.92000000000002,
        "currency": "EUR",
        "buyer": {
            "email": "support@etsgroup.travel",
            "phone": "(7) 9483889922",
            "country": {
                "code": "RU",
                "name": "Россия"
            },
            "city": "Odessa",
            "address": "Akademika Koroleva 5/4",
            "zip": "345341"
        },
        "agency": {
            "id": 37594,
            "login": "TEST_API_ETS",
            "type": "O",
            "company": "TEST API ETS International",
            "email": "support@etsgroup.travel",
            "phone": "9483889922",
            "city": "9483889922",
            "address": "Farbershtrasse",
            "zip": "0015",
            "country": "RU"
        },
        "operator": {
            "id": 37594,
            "login": "TEST_API_ETS",
            "type": "O",
            "firstname": null,
            "lastname": null,
            "company": "TEST API ETS International",
            "email": "support@etsgroup.travel",
            "phone": "9483889922",
            "city": "9483889922",
            "address": "Farbershtrasse",
            "zip": "0015",
            "country": "RU"
        },
        "rl_number": {
            "LO": "R5KN9G"
        },
        "stamp_create": "2024-11-19 06:16:00",
        "stamp_ticket": null,
        "time_till_ticket": {
            "days": "1",
            "hours": "23",
            "minutes": "59",
            "stamp": "2024-11-21 06:16:00"
        },
        "left_to_void": false,
        "left_to_void_time": "2024-11-19 06:16:00",
        "directions": [
            {
                "id": 2275014016,
                "direction": 1,
                "stops": 0,
                "duration": "01:10:00",
                "duration_seconds": 4200,
                "segments": {
                    "1": {
                        "number": 1,
                        "departure": {
                            "country": {
                                "code": "DE",
                                "name": "Германия"
                            },
                            "city": {
                                "code": "BER",
                                "name": "Берлин"
                            },
                            "airport": {
                                "code": "BER",
                                "name": "BRANDENBURG"
                            },
                            "terminal": "1",
                            "date": "2024-11-22",
                            "time": "08:00:00",
                            "timezone": "+01:00",
                            "timestamp": 1732258800
                        },
                        "arrival": {
                            "country": {
                                "code": "PL",
                                "name": "Польша"
                            },
                            "city": {
                                "code": "WAW",
                                "name": "Варшава"
                            },
                            "airport": {
                                "code": "WAW",
                                "name": "Варшава"
                            },
                            "terminal": "",
                            "date": "2024-11-22",
                            "time": "09:10:00",
                            "timezone": "+01:00",
                            "timestamp": 1732258800
                        },
                        "technical": [],
                        "wait": null,
                        "duration": "01:10:00",
                        "duration_seconds": 4200,
                        "flight_number": "392",
                        "booking_class": "T",
                        "fare_basis": "T1SAV0",
                        "baggage": "0PC",
                        "is_hand_luggage": true,
                        "service_class": {
                            "code": "E",
                            "name": "Эконом"
                        },
                        "validating_airline": {
                            "code": "LO",
                            "name": "LOT "
                        },
                        "marketing_airline": {
                            "logo": "https://stage-ng.etm-system.ru/images/airline/LO.svg",
                            "code": "LO",
                            "name": "LOT "
                        },
                        "operating_airline": {
                            "code": "LO",
                            "name": "LOT "
                        },
                        "airplane": {
                            "code": "E95",
                            "name": "EMBRAER 195"
                        },
                        "fare_family": {
                            "type": "ECOSAVER_E",
                            "data": {
                                "routes": [
                                    {
                                        "departure": "BER",
                                        "arrival": "WAW"
                                    }
                                ],
                                "name": "ECOSAVER",
                                "class": "",
                                "services": [
                                    {
                                        "name": "Багаж",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Ручная кладь 8 кг",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "DATE CHANGE",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Возврат билета",
                                        "status": {
                                            "code": "locked",
                                            "name": "Не предлагается"
                                        }
                                    },
                                    {
                                        "name": "Предварительное бронирование места",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Начисление миль",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Ноутбук или ручная кладь до 85LCM",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "UPGRADE FLEX TO PREMIUM",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Багаж",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Ручная кладь 8 кг",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "DATE CHANGE",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Возврат билета",
                                        "status": {
                                            "code": "locked",
                                            "name": "Не предлагается"
                                        }
                                    },
                                    {
                                        "name": "Предварительное бронирование места",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Начисление миль",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Ноутбук или ручная кладь до 85LCM",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "UPGRADE FLEX TO PREMIUM",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Багаж",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Ручная кладь 8 кг",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "DATE CHANGE",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Возврат билета",
                                        "status": {
                                            "code": "locked",
                                            "name": "Не предлагается"
                                        }
                                    },
                                    {
                                        "name": "Предварительное бронирование места",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Начисление миль",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Ноутбук или ручная кладь до 85LCM",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "UPGRADE FLEX TO PREMIUM",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    }
                                ]
                            }
                        }
                    }
                },
                "flights_info": [
                    {
                        "operating_airline_code": "LO",
                        "operating_airline_name": "LOT ",
                        "operating_airline_logo": "https://stage-ng.etm-system.ru/images/airline/LO.svg",
                        "marketing_airline_code": "LO",
                        "marketing_airline_name": "LOT ",
                        "marketing_airline_logo": "https://stage-ng.etm-system.ru/images/airline/LO.svg",
                        "flight_number": "392",
                        "flight_number_print": "LO-392",
                        "airplane_code": "E95",
                        "airplane_name": "EMBRAER 195",
                        "departure_country": "DE",
                        "departure_city": "Берлин",
                        "departure_city_code": "BER",
                        "route_locales": [],
                        "departure_airport": "BER",
                        "departure_terminal": "1",
                        "departure_date": "2024-11-22",
                        "departure_local_time": "08:00",
                        "departure_timezone": "GMT+01:00",
                        "departure_local_timestamp": 1732258800,
                        "arrival_country": "PL",
                        "arrival_city": "Варшава",
                        "arrival_city_code": "WAW",
                        "arrival_airport": "WAW",
                        "arrival_terminal": "",
                        "arrival_date": "2024-11-22",
                        "arrival_local_time": "09:10",
                        "arrival_timezone": "GMT+01:00",
                        "arrival_local_timestamp": 1732263000,
                        "duration_formated": "1 ч 10 мин",
                        "duration_minutes": 70,
                        "stop_time": null,
                        "stop_time_minutes": null,
                        "techstop": false,
                        "ifs": {},
                        "delays": false
                    }
                ]
            }
        ],
        "passengers": [
            {
                "pax_id": 1510925,
                "info": {
                    "type": {
                        "code": "ADT",
                        "name": "Взрослый"
                    },
                    "title": "MR",
                    "firstname": "BTUGAEYWF ARTEMOVICH",
                    "lastname": "XSIAP",
                    "birthdate": "1990-06-19"
                },
                "document": {
                    "citizenship": {
                        "code": "RU",
                        "name": "Россия",
                        "flag": "/images/flags/RU.png"
                    },
                    "type": {
                        "id": 2,
                        "code": "P",
                        "name": "заграничный паспорт РФ"
                    },
                    "number": "298173832",
                    "expire": "2029-11-23",
                    "issue": ""
                },
                "arrival_info": "",
                "visa_info": "",
                "frequent": [],
                "fe_data": null,
                "ticket": {
                    "ticket_id": 1593531,
                    "status": "BOOK",
                    "number": null,
                    "stamp": "2024-11-19 07:16:01",
                    "taxes": [],
                    "actions": {
                        "void": true,
                        "refund": false,
                        "exchage": false,
                        "ticket": false,
                        "docs": true,
                        "frequent": true,
                        "service": true,
                        "osi": true,
                        "fe": false
                    }
                },
                "price": {
                    "currency": "EUR",
                    "fare": 170,
                    "tax": 51.92,
                    "fee": 0,
                    "psp": 0,
                    "hidden": 0,
                    "total": 221.92000000000002,
                    "total_nf": 221.92000000000002
                },
                "contacts": []
            }
        ],
        "services": [],
        "prices": {
            "currency": "EUR",
            "fare": 170,
            "base": 170,
            "tax": 51.92,
            "tax_total": 51.92,
            "tax_extra": [],
            "airline": 0,
            "supplier": 0,
            "supplier_hidden": 0,
            "fee": 0,
            "hidden": 0,
            "psp": 0,
            "comm": 0,
            "cash": 0,
            "total": 221.92000000000002,
            "total_nf": 221.92000000000002
        },
        "price_extra": {
            "RUB": {
                "currency": "RUB",
                "fare": 18020,
                "tax": 5504,
                "fee": 0,
                "psp": 0,
                "hidden": 0,
                "total": 23524,
                "total_nf": 23524
            },
            "AMD": {
                "currency": "AMD",
                "fare": 69772,
                "tax": 21310,
                "fee": 0,
                "psp": 0,
                "hidden": 0,
                "total": 91082,
                "total_nf": 91082
            },
            "KZT": {
                "currency": "KZT",
                "fare": 88880,
                "tax": 27145,
                "fee": 0,
                "psp": 0,
                "hidden": 0,
                "total": 116025,
                "total_nf": 116025
            },
            "KRW": {
                "currency": "KRW",
                "fare": 250700,
                "tax": 76600,
                "fee": 0,
                "psp": 0,
                "hidden": 0,
                "total": 327300,
                "total_nf": 327300
            }
        },
        "payment_methods": [
            {
                "type": "deposit",
                "fop_type": null,
                "fop_name": null,
                "name": "Оплата с депозита",
                "card": "N",
                "descr": "",
                "psp_name": null,
                "psp_id": null,
                "u_psp_id": null,
                "amounts": {
                    "AMD": {
                        "total_nf": null,
                        "fee_type": null,
                        "fee_value": null,
                        "fee_amount": null,
                        "fee_currency": null,
                        "currency": "AMD",
                        "services": 0,
                        "total_with_services": 0
                    },
                    "EUR": {
                        "total_nf": null,
                        "fee_type": null,
                        "fee_value": null,
                        "fee_amount": null,
                        "fee_currency": null,
                        "currency": "EUR",
                        "services": 0,
                        "total_with_services": 0
                    },
                    "RUB": {
                        "total_nf": null,
                        "fee_type": null,
                        "fee_value": null,
                        "fee_amount": null,
                        "fee_currency": null,
                        "currency": "RUB",
                        "services": 0,
                        "total_with_services": 0
                    },
                    "KZT": {
                        "total_nf": null,
                        "fee_type": null,
                        "fee_value": null,
                        "fee_amount": null,
                        "fee_currency": null,
                        "currency": "KZT",
                        "services": 0,
                        "total_with_services": 0
                    },
                    "KRW": {
                        "total_nf": null,
                        "fee_type": null,
                        "fee_value": null,
                        "fee_amount": null,
                        "fee_currency": null,
                        "currency": "KRW",
                        "services": 0,
                        "total_with_services": 0
                    }
                }
            },
            {
                "type": "customer_card",
                "fop_type": "credit_card",
                "fop_name": "Кредитная карта",
                "name": "Кредитная карта клиента",
                "card": "N",
                "descr": "Sberbank_GL",
                "psp_name": "Sberbank_GL",
                "psp_id": 15,
                "u_psp_id": 3541,
                "amounts": {
                    "AMD": {
                        "total_nf": "91082.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "AMD",
                        "services": 0,
                        "total_with_services": 91082
                    },
                    "EUR": {
                        "total_nf": "221.92",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "EUR",
                        "services": 0,
                        "total_with_services": 221.92
                    },
                    "RUB": {
                        "total_nf": "23524.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "RUB",
                        "services": 0,
                        "total_with_services": 23524
                    },
                    "KZT": {
                        "total_nf": "116025.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "KZT",
                        "services": 0,
                        "total_with_services": 116025
                    },
                    "KRW": {
                        "total_nf": "327300.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "KRW",
                        "services": 0,
                        "total_with_services": 327300
                    }
                }
            },
            {
                "type": "customer_card",
                "fop_type": "credit_card",
                "fop_name": "Кредитная карта",
                "name": "Кредитная карта клиента",
                "card": "N",
                "descr": "Alfa_test",
                "psp_name": "Alfa_test",
                "psp_id": 37,
                "u_psp_id": 3587,
                "amounts": {
                    "AMD": {
                        "total_nf": "91082.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "AMD",
                        "services": 0,
                        "total_with_services": 91082
                    },
                    "EUR": {
                        "total_nf": "221.92",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "EUR",
                        "services": 0,
                        "total_with_services": 221.92
                    },
                    "RUB": {
                        "total_nf": "23524.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "RUB",
                        "services": 0,
                        "total_with_services": 23524
                    },
                    "KZT": {
                        "total_nf": "116025.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "KZT",
                        "services": 0,
                        "total_with_services": 116025
                    },
                    "KRW": {
                        "total_nf": "327300.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "KRW",
                        "services": 0,
                        "total_with_services": 327300
                    }
                }
            },
            {
                "type": "customer_card",
                "fop_type": "credit_card",
                "fop_name": "Кредитная карта",
                "name": "Кредитная карта клиента",
                "card": "N",
                "descr": "YooKassa_test",
                "psp_name": "YooKassa_test",
                "psp_id": 52,
                "u_psp_id": 3588,
                "amounts": {
                    "AMD": {
                        "total_nf": "91082.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "AMD",
                        "services": 0,
                        "total_with_services": 91082
                    },
                    "EUR": {
                        "total_nf": "221.92",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "EUR",
                        "services": 0,
                        "total_with_services": 221.92
                    },
                    "RUB": {
                        "total_nf": "23524.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "RUB",
                        "services": 0,
                        "total_with_services": 23524
                    },
                    "KZT": {
                        "total_nf": "116025.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "KZT",
                        "services": 0,
                        "total_with_services": 116025
                    },
                    "KRW": {
                        "total_nf": "327300.00",
                        "fee_type": "P",
                        "fee_value": "0.00",
                        "fee_amount": "0.00",
                        "currency": "KRW",
                        "services": 0,
                        "total_with_services": 327300
                    }
                }
            }
        ],
        "actions": {
            "void_book": true,
            "void_segment": false,
            "split": false,
            "refund": false,
            "share": true,
            "owner": true,
            "ticket": true,
            "cancel_bills": false,
            "remarks": false,
            "tourcode": true,
            "timelimit": false,
            "seats": true,
            "service": true,
            "osi": true,
            "queue": true,
            "rebook": true,
            "recalc": false,
            "book_osi": false,
            "add_bill": false,
            "checktrip": false,
            "involuntary_refund": false,
            "itinerary": false,
            "eticket": false,
            "exchange": false,
            "all_refund": false,
            "print": true,
            "bonus": false,
            "krs": true
        },
        "settings": {
            "client_price": false,
            "hide_cc_fee": false
        },
        "site_log": []
    }
}
Modified at 2025-08-18 09:39:06
Previous
9 OPT Select services
Next
11 Split Order
Built with