---
title: "Batch marks as replied bookings or enquiries"
method: POST
path: "/v1/reservation/replied"
tags: ["Reservations"]
---

# Batch marks as replied bookings or enquiries

`POST /v1/reservation/replied`

Performs a batch mark as replied, marking as replied a collection of bookings and enquiries

## Request body

- LodgifyMessagingLegacyPublicApiModelsBatchBookingDto[]
  - `id` integer — Booking or Enquiry identifier
  - `type` string, nullable — Type of the object (Booking or Enquiry)

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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