# Car API Version: v2 ## Servers Sandbox URL ``` https://api-ext-sboxmeta.partners.spotnana.com ``` ## Security ### Bearer Type: http Scheme: bearer ## Download OpenAPI description [Car API](https://developer.spotnana.com/_bundle/openapi/CarApi.yaml) ## Car These endpoints provide comprehensive functionality for managing car bookings. They enable users to search for cars, check rates and availability, create and modify bookings, and handle cancellations and rebooking. ### Get car search results - [POST /v2/car/search](https://developer.spotnana.com/openapi/carapi/car/carsearch.md): Search for available cars using the pickup and dropoff locations, and the traveler's user ID. ### Create a new car booking - [POST /v2/car/create-pnr](https://developer.spotnana.com/openapi/carapi/car/carcreatepnr.md): Create a new car PNR. ### Get car search results for a booking modification - [POST /v2/car/pnrs/{pnrId}/modify-search](https://developer.spotnana.com/openapi/carapi/car/carmodifysearch.md): Get the available car search results when you're modifying an existing booking. ### Modify an existing car booking - [POST /v2/car/pnrs/{pnrId}/modify-book](https://developer.spotnana.com/openapi/carapi/car/carmodifybook.md): Make modifications to an existing car booking. ### Cancel a car booking - [POST /v2/car/pnrs/{pnrId}/cancel-pnr](https://developer.spotnana.com/openapi/carapi/car/carcancelpnr.md): Cancel an existing car booking and initiate a refund (if applicable). ### Get more details for a specific car rate - [POST /v2/car/rate-details](https://developer.spotnana.com/openapi/carapi/car/carratedetails.md): Get additional details for a selected car rate from the search results. ### Check car price availability - [POST /v2/car/price-check](https://developer.spotnana.com/openapi/carapi/car/carpricecheck.md): Check if the price for a selected car is still available before proceeding with the booking. ### Get location details for a car vendor - [POST /v2/car/location-details](https://developer.spotnana.com/openapi/carapi/car/carlocationdetails.md): Get the car location details and the vendor information. ### Edit traveler information for an existing car PNR - [PUT /v2/car/pnrs/{pnrId}/update](https://developer.spotnana.com/openapi/carapi/car/carpnredit.md): Edit traveler information such as loyalty number for an existing car booking.