このコンテンツはこの言語ではまだ利用できません

Car Details

This example demonstrates how to retrieve car details using the ApiDetails link obtained from the listing.

The Car Details API provides detailed information about one selected car offer, including: Rental rate,Pricing breakdown,Restrictions,Policies

For details on how to retrieve car information, refer to Details API documentation.

1. Build the request object using the classes defined in the SDK

GetCarDetailsOperationParams getCarDetailsOperationParams =
                        GetCarDetailsOperationParams.builder()
                                .partnerTransactionId("EWSCar_Automation")
                                .offerToken("Car Details Deep Link")
                                .price("price")
                                .currency("currency")
                                .build();

2. Make the API call using service client.

CarDetailsResponse carDetailsResponse = xapClient.execute(
        new GetCarDetailsOperation(getCarDetailsOperationParams)).getData();
このページは役に立ちましたか ?
このコンテンツに改善が必要な点があれば、
サービス向上にご協力いただきありがとうございます。