---
title: "Special Requests"
method: POST
path: "/reservations/{id}/specials-requests"
tags: ["Special Requests"]
---

# Special Requests

`POST /reservations/{id}/specials-requests`

Creates a special request for a reservation. The request body varies depending on the product type (FLIGHT or HOTEL).

## Path parameters

- `id` string, required

## Request body

- union
  - object
    - `reason` 'SPECIAL_MEALS_DBML' | 'SPECIAL_MEALS_BBML' | 'SPECIAL_MEALS_KSML' | 'SPECIAL_MEALS_LSML' | 'SPECIAL_MEALS_NLML' | 'SPECIAL_MEALS_CHML' | 'SPECIAL_MEALS_VLML' | 'SPECIAL_MEALS_VGML' | 'SPECIAL_MEALS_GFML' | 'AIRPORT_ASSISTANCE_UNACCOMPANIED_CHILD' | 'WHEELCHAIR_ABSOLUTE_IMMOBILITY' | 'BABY_COT' | 'WHEELCHAIR_CAN_SIT_ALONE', required
    - `passengers` integer[], required
  - object
    - `product_type` 'HOTEL', required
    - `code` string, required — Code of the special request, obtained using the catalog service
    - `value` string — Only used when requires_value field (found in catalog response) for a specific request is True

## Response `200`

OK

- object
  - `flow_id` string
  - `product_id` number
  - `product_type` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

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