# Retrieve Car rental FAQs

Returns a list of frequently asked questions (FAQs) and their answers related to car rentals. You can request one or more preferred languages using the languages parameter.
If content is not available in any of the requested languages, the response defaults to English.

Endpoint: POST /orders/details/cars/faq
Version: 3.2-Beta
Security: BearerAuth

## Header parameters:

  - `X-Affiliate-Id` (integer, required)
    Include here your Affiliate identifier number

## Request fields (application/json):

  - `languages` (array, required)
    Required. One or more preferred language codes expressed as IETF language tags (for example, en-gb, es). The API returns FAQs in each requested language where available. If content is not available for a requested language, the response defaults to English.

## Response 200 fields (application/json):

  - `request_id` (string, required)
    Uniquely identifies the request. Please provide this identifier when contacting support.

  - `data` (object, required)
    Container for the FAQ results.

  - `data.faqs` (array, required)
    List of FAQ items, each containing a question and its corresponding answer.

  - `data.faqs.question` (object, required)
    Map of IETF language tags to the translated question strings. Each key is a language code (e.g., en-gb, fr), and the value is the corresponding translation of the question.

  - `data.faqs.answers` (object, required)
    Map of IETF language tags to arrays of translated answer paragraphs. Each key is a language code (e.g., en-gb, fr), and the value is an array of strings representing the paragraphs of the answer.


## Response 400 fields

## Response 500 fields
