ETS API
  1. OPTIONAL
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
        POST
      • 1 REQ B2C Login
        GET
      • 2 REQ Search
        POST
      • 3 OPT Destination point info
        GET
      • 4 OPT List of popular destinations Copy
        GET
      • 5 OPT List of filtered destinations
        GET
      • 6 OPT Group guide
        GET
      • 7 OPT Getting information on possible hotels
        GET
      • 8 OPT Getting the list of currencies
        GET
      • 9 REQ Receiving found hotels
        POST
      • 10 REQ Getting a Hotel Offer
        GET
      • 11 OPT Cancel-policies
        GET
      • 12 OPT Account number and info
        GET
      • 13 OPT Receiving information on the hotel offer
        GET
      • 14 OPT Receive detailed information about the cost of an offer
        GET
      • 15 REQ Create order
        POST
      • 16 OPT Receive hotel services
        GET
  1. OPTIONAL

2 REQ Search

POST
{{HOTELS_URL}}/api/hotels/v2/requests

Request

Header Params

Body Params text/plain
Examples

Responses

🟢2002 Search
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://stage-hotels.etm-system.ru/api/hotels/v2/requests' \
--header 'Accept: application/json' \
--header 'Cookie: etmsessid=8Pwz9vY4oXUDj7ojfR5u1VdXsMW6xOVYosNxo08d' \
--header 'Content-Type: text/plain' \
--data-raw '{
    "checkin_date": "{{checkin_date}}",
    "checkout_date": "{{checkout_date}}",
    "destination_id": {{destination_PaximumGL}},
    "one_order_id": 0,
    "poi_latitude": "25.26835300",
    "poi_longitude": "55.29619600",
    "poi_name": "{{poi_name_PaximumGL}}",
    "providers": [
        // 879 Островок
        1718 // PaximumGL
    ],
    "radius": 50000,
    "residency": "RU",
    "rooms": [{"adult_qty": 1, "children": []}],
    "source_id": null,
    "target_uid": null,
    "transfer_group_id": null,
    "travel_policy_id": 0,
    "travellers": []
}'
Response Response Example
{
    "request_id": "e0eb5f7d-7007-4ca2-8ed3-6587dbd64409"
}
Modified at 2025-08-19 06:13:04
Previous
1 REQ B2C Login
Next
3 OPT Destination point info
Built with