This is an auto-generated translation

예약 관리 개요

예약 관리 API를 사용하면 기존 일정의 세부 정보를 검색할 수 있습니다.

예약이 생성되면 예약 관리 API를 사용하여 예약에 대한 자세한 정보를 확인할 수 있습니다.

예약 관리

예약 생성에 성공할 때마다 일정 검색 링크가 반환되며, 예약 취소 링크는 예약 검색 응답에 포함되어 있습니다.

샘플 요청

GET https://api.ean.com/v2/itineraries/9030336886597/car

샘플 응답

{
    "itinerary_id": "9015232204253",
    "status": "BOOKED",
    "confirmation_id": "wnoujinwp5erg45w6few36",
    "email": "example@expedia.com",
    "phone": {
      "country_code": "1",
      "area_code": "487",
      "number": "5550077"
    },
    "billing_contact": {
      "given_name": "John",
      "family_name": "Doe",
      "address": {
        "line_1": "3150 S 160th Street",
        "line_2": "Line 2",
        "line_3": "Line 3",
        "city": "Seattle",
        "state_province_code": "WA",
        "postal_code": "98188",
        "country_code": "USA"
      }
    },
    "creation_time": "2018-02-12T11:59:00.000Z",
        "car_details": {
        "locations": {
            "pickup": {
                "name": "Shuttle to counter and car",
                "description": "Free shuttle to the rental car counter and car located off the airport.",
                "address": {
                    "line_1": "7135 Gilespie Street",
                    "line_2": "",
                    "city": "Las Vegas",
                    "state_province_name": "Nevada",
                    "postal_code": "89119",
                    "country_code": "US"
                },
                "coordinates": {
                    "latitude": 36.060312,
                    "longitude": -115.163381
                },
                "type": "airport",
                "airport_code": "LAS",
                "vendor": "Avis",
                "hours_of_operation": [
                    {
                        "start_time": "2026-02-12T00:00:00",
                        "end_time": "2026-02-12T23:59:59"
                    }
                ]
            },
            "dropoff": {
                "name": "Shuttle to counter and car",
                "description": "Free shuttle to the rental car counter and car located off the airport.",
                "address": {
                    "line_1": "7135 Gilespie Street",
                    "line_2": "",
                    "city": "Las Vegas",
                    "state_province_name": "Nevada",
                    "postal_code": "89119",
                    "country_code": "US"
                },
                "coordinates": {
                    "latitude": 36.060312,
                    "longitude": -115.163381
                },
                "type": "airport",
                "airport_code": "LAS",
                "vendor": "Avis",
                "hours_of_operation": [
                    {
                        "start_time": "2026-02-14T00:00:00",
                        "end_time": "2026-02-14T23:59:59"
                    }
                ]
            }
        },
        "vendor": {
            "id": "ZI",
            "name": "Avis",
            "image": {
                "caption": "Avis Rental Company",
                "links": {
                    "vendor_image": {
                        "method": "GET",
                        "href": "https://mediaim.expedia.com/cars/logos/ZI.png"
                    }
                }
            }
        },
        "description": "Toyota Rav4 or similar",
        "pickup_time": "2026-02-12T10:00:00",
        "dropoff_time": "2026-02-14T18:00:00",
        "number_of_passengers": 5,
        "number_of_doors": {
            "min": 5,
            "max": 5
        },
        "acriss_code": "IFAR",
        "mileage_tracking": "Unlimited mileage",
        "luggage_count": {
            "small": 1,
            "large": 3
        },
        "fuel_level": "full_to_full",
        "image": {
            "caption": "Midsize SUV",
            "links": {
                "default": {
                    "method": "GET",
                    "href": "https://mediaim.expedia.com/cars/41/2b666343-bcd5-414e-a94f-a7bd62ca2f1e.jpg?impolicy=resizecrop&ra=fit&rh=165&rw=165"
                }
            }
        },
        "policies": [
            {
                "name": "Fuel: full to full",
                "descriptions": [],
                "policy_statements": [
                    {
                        "statement": "Fuel: full to full",
                        "statement_condition": "Vehicle to be returned with the same amount of fuel as start of the trip to avoid refuelling charges."
                    }
                ],
                "policy_type": "PRODUCT_USE_POLICY"
            },
            {
                "name": "Unlimited mileage",
                "descriptions": [],
                "policy_statements": [
                    {
                        "statement": "Unlimited mileage",
                        "statement_condition": "Drive unlimited distance with this car at no extra cost."
                    }
                ],
                "policy_type": "PRODUCT_USE_POLICY"
            },
            {
                "name": "Free cancellation",
                "descriptions": [],
                "policy_statements": [
                    {
                        "statement": "Free cancellation",
                        "statement_condition": "Before Thu, Feb 12, 4:00am"
                    }
                ],
                "policy_type": "CANCELLATION_POLICY"
            },
            {
                "name": "Free cancellation",
                "descriptions": [
                    "Free cancellation up to 6 hours before pick-up",
                    "There will be no refund in case of cancellations made after that or no-shows.",
                    "Get 100% refund of Collision Damage Plan cost if canceled before the scheduled pick-up time. This insurance will be canceled automatically with your rental car cancellation."
                ],
                "policy_statements": [
                    {
                        "statement": "Lock in this price today, cancel free of charge up to 6 hours before pick-up to get 100% refund. Cancellations within 6 hours of pick-up or no shows will not be eligible for a refund.",
                        "statement_condition": ""
                    }
                ],
                "policy_type": "PRODUCT_USE_POLICY"
            },
            {
                "name": "Online check-in",
                "descriptions": [],
                "policy_statements": [
                    {
                        "statement": "",
                        "statement_condition": "You will receive an Email/SMS from Avis to check-in online. You will need to provide driver details like driving license, etc."
                    }
                ],
                "policy_type": "CHECKIN_POLICY"
            },
            {
                "name": "Pay now",
                "descriptions": [],
                "policy_statements": [],
                "policy_type": "PAYMENT_POLICY"
            },
            {
                "name": "Refundable deposit payable at counter",
                "descriptions": [],
                "policy_statements": [
                    {
                        "statement": "Refundable deposit payable at counter",
                        "statement_condition": "$250.00"
                    },
                    {
                        "statement": "Refundable security deposit",
                        "statement_condition": "A refundable security deposit of $250.00 will be held on your credit card at the time of pick-up. This amount is refundable and will be automatically released if there is no theft or damage during the rental period."
                    }
                ],
                "policy_type": "PRODUCT_USE_POLICY"
            },
            {
                "name": "Zero Excess Damage Protection",
                "descriptions": [
                    "Zero Excess Damage Protection",
                    "Excess: Up to £0 payable in case of damage and theft",
                    "Hassle-free claim process",
                    "Lower refundable security deposit of $250.00 payable on pick-up",
                    "",
                    "Your rental price includes Zero Excess Damage Protection that reduces excess amount to £0.",
                    "In case of an accident or event which causes damage to the car, excess is the maximum amount that you must pay from your own pocket for damage to the car's bodywork.",
                    "Example",
                    "If the claim was £5,000, the traveller pays £0.",
                    "What is covered",
                    "Excess: Up to £0 payable in case of damage and theft",
                    "Damage protection for car's bodywork",
                    "Theft protection",
                    "Hassle-free claim process",
                    "Lower refundable security deposit of $250.00 payable on pick-up",
                    "What is not covered",
                    "Excludes damage or loss to tyres, windscreen, glass and undercarriage"
                ],
                "policy_statements": [
                    {
                        "statement": "Zero Excess Damage Protection",
                        "statement_condition": "included"
                    }
                ],
                "policy_type": "PRODUCT_USE_POLICY"
            }
        ],
        "optional_extras": [],
        "rate": {
            "merchant_of_record": "expedia",
            "pricing": {
                "daily_rate": {
                    "billable_currency": {
                        "value": "62.19",
                        "currency": "USD"
                    },
                    "request_currency": {
                        "value": "62.19",
                        "currency": "USD"
                    }
                },
                "totals": {
                    "inclusive": {
                        "billable_currency": {
                            "value": "186.59",
                            "currency": "USD"
                        },
                        "request_currency": {
                            "value": "186.59",
                            "currency": "USD"
                        }
                    },
                    "exclusive": {
                        "billable_currency": {
                            "value": "186.59",
                            "currency": "USD"
                        },
                        "request_currency": {
                            "value": "186.59",
                            "currency": "USD"
                        }
                    },
                    "due_at_booking": {
                        "billable_currency": {
                            "value": "186.59",
                            "currency": "USD"
                        },
                        "request_currency": {
                            "value": "186.59",
                            "currency": "USD"
                        }
                    }
                }
            }
        },
        "cancel_penalties": [
            {
                "currency": "USD",
                "amount": "0.00"
            }
        ]
    },
    "primary_driver": {
      "given_name": "John",
      "middle_name": "George",
      "family_name": "Doe",
      "phone": {
        "country_code": "1",
        "area_code": "487",
        "number": "5550077"
      },
      "email": "john@website.com"
    },
    "flight_details": {
      "air_carrier_code": "G4",
      "flight_number": 778
    },
    "traveler_loyalty_member_id": "ABD123",
    "affiliate_metadata": "data_point_1:123|data_point2:This is data.",
    "affiliate_reference_id": "4480ABC",
    "links": {
      "cancel": {
        "method": "DELETE",
        "href": "https://api.ean.com/v2/itineraries/8999989898988/car"
      }
    }
  }

임차인의 이름 등 예약 세부 정보를 변경하려면 예약을 취소하고 다시 작성하거나 지원팀에 문의하여 변경을 처리해야 합니다. 테스트 예약을 검색하려면 테스트 요청 문서를 참조하세요.

API 세부 정보

이 페이지에서 예약 관리 엔드포인트 정의를 살펴본 다음 API Explorer 또는 다른 테스트 소프트웨어를 사용하여 예제 및 스키마 정의가 실제 결과와 어떻게 비교되는지 파악하세요.

추가 리소스

모든 Rapid Car API 엔드포인트를 사용해보고 싶든, OpenAPI 사양을 다운로드하고 싶든, 필요한 모든 것을 갖추고 있습니다.




이 페이지가 도움이 되었나요?
이 콘텐츠를 어떻게 개선하면 좋을까요?
더 나은 Developer Hub를 만드는 데 도움을 주셔서 감사합니다!