# Data Types

The Data Types section defines key enumerations used in the API. Enumerations represent predefined sets of values that ensure consistency and clarity in the API responses.

## Channel Type

| Name        | Description   |
| ----------- | ------------- |
| `BOOKING`   | booking.com   |
| `EXPEDIA`   | expedia.com   |
| `AGODA`     | agoda.com     |
| `AIRBNB`    | airbnb.com    |
| `HOTELS`    | hotels.com    |
| `HRS`       | hrs.com       |
| `TRIP`      | trip.com      |
| `PRICELINE` | priceline.com |
| `MARRIOTT`  | marriot CRS   |
| `SYNXIS`    | synxis CRS    |
| `BEDS24`    | beds24 CRS    |

## Season Type

| Name     | Description   |
| -------- | ------------- |
| `AUTUMN` | Autumn Season |
| `SPRING` | Spring Season |
| `SUMMER` | Summer Season |
| `WINTER` | Winter Season |

## Review Score Type

| Name       | Description             |
| ---------- | ----------------------- |
| `SUPERB`   | Reviews with score 9-10 |
| `GOOD`     | Reviews with score 7-8  |
| `PASSABLE` | Reviews with score 5-6  |
| `POOR`     | Reviews with score 3-4  |
| `VERYPOOR` | Reviews with score 1-2  |

## Reviewer Category Type

| Name      | Description     |
| --------- | --------------- |
| `FAMILY`  | Families        |
| `COUPLE`  | Couples         |
| `GROUP`   | Groups          |
| `SOLO`    | Solo travellers |
| `UNKNOWN` | Unknown         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rateparity.com/datatypes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
