---
title: "POS reservation updated notification"
method: POST
path: "reservation-servicePOS reservation updated notification"
tags: ["Reservations for Platforms"]
---

# POS reservation updated notification

`POST reservation-servicePOS reservation updated notification` (webhook)

These notifications are sent to the URL provided in the[`posReservationUpdateWebhookUrl` field](https://api-docs.lsk.lightspeed.app/operation/operation-reservation-servicesetbyplatformcode#operation-reservation-servicesetbyplatformcode-body-application-json-posreservationupdatewebhookurl).

## Payload

- ReservationServicePosReservationUpdate
  - `platformCode` string — The unique code assigned to the reservation platform.
  - `platformRestaurantId` string — The external platform's unique identifier for the restaurant.
  - `platformReservationId` string — The external platform's unique identifier for the reservation.
  - `businessLocationId` integer — The unique identifier of the business location.
  - `status` 'ON_HOLD' | 'SCHEDULED' | 'PARTIALLY_ARRIVED' | 'ARRIVED' | 'PARTIALLY_SEATED' | 'SEATED' | 'DEPARTED' | 'CANCELLED' | 'NO_SHOW' | 'ERROR' | 'PAID' — Extended Lightspeed reservation statuses.
  - `tables` string[] — Name of tables associated with the reservation.
  - `covers` integer — The number of covers associated with the reservation.

## Acknowledgement `200`

Your server returns this code if it accepts the callback.

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/versions/fd2e31cf57dd/schema)
