---
title: "Update your Expedia data"
method: POST
path: "/api/Expedia/{api_token}"
tags: ["Expedia Api"]
---

# Update your Expedia data

`POST /api/Expedia/{api_token}`

Requires api token

## Path parameters

- `api_token` string, required

## Query parameters

- `id` integer, required

## Request body

- Expedia
  - `room_id` integer
  - `expedia_hotel_id` string, nullable
  - `expedia_room_id` string, nullable
  - `expedia_rate_id` string, nullable

## Response `200`

The Expedia data was updated

- Expedia
  - `room_id` integer
  - `expedia_hotel_id` string, nullable
  - `expedia_room_id` string, nullable
  - `expedia_rate_id` string, nullable

## Other responses

- `400` — The Expedia data is invalid
- `500` — 500 - something odd happened

---

[API](https://skmtc.net/nobeds/apis/nobeds-api-v2.md) · [All operations](https://skmtc.net/nobeds/apis/nobeds-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nobeds/nobeds-api-v2/versions/1dc1febba3bc/schema)
