此内容尚无该语言版本

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();
您觉得这个页面有用吗?
我们该如何改进这些内容?
感谢您帮助我们改进!