此內容尚不提供此語言版本

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();
這個頁面有幫助嗎?
我們能如何改善內容?
感謝您協助我們進行改善!