---
title: "Car constants"
method: POST
path: "/cars/constants"
tags: ["Cars"]
---

# Car constants

`POST /cars/constants`

This endpoint returns a list of relevant car constants names in the specified languages. For example, calling with the parameters {"languages":"en-us","fr"} will return the list in English (US) and French. To retrieve the full list, make the request with an empty body.

## Headers

- `X-Affiliate-Id` integer, required

## Request body

- object
  - `constants` string[] — A list of car rental constant types to filter the results by. This allows you to narrow down the result based on particular criteria, such as fuel_policy, payment_timings etc.
  - `languages` string[]

## Response `200`

Successful response.

- object
  - `request_id` string — Uniquely identifies the request. Please provide this identifier when contacting support.
  - `data` object
    - `depot_services` object — Id and translated names for the constant.
      - `id` string
      - `name` object — A string localised in multiple languages.
    - `fuel_policies` object — Id and translated names for the constant.
      - `id` string
      - `name` object — A string localised in multiple languages.
    - `fuel_types` object — Id and translated names for the constant.
      - `id` string
      - `name` object — A string localised in multiple languages.
    - `general` object — Id and translated names for the constant.
      - `id` string
      - `name` object — A string localised in multiple languages.
    - `payment_timings` object — Id and translated names for the constant.
      - `id` string
      - `name` object — A string localised in multiple languages.
    - `transmission` object — Id and translated names for the constant.
      - `id` string
      - `name` object — A string localised in multiple languages.

---

[API](https://skmtc.net/booking/apis/booking-com-demand-api.md) · [All operations](https://skmtc.net/booking/apis/booking-com-demand-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/booking-com-demand-api/revisions/e5f3dccae7ca/schema)
