---
title: "Order Accepted"
method: POST
path: "/orders/{id}/accepted"
tags: ["POS Platform Order API Webhooks"]
---

# Order Accepted

`POST /orders/{id}/accepted`

This endpoint is used to send an Order Accepted notification, once the status of an order is marked as accepted on the Grubtech platform.

## Path parameters

- `id` string, required

## Request body

- OrderAcceptance — Response object of the successful order accept
  - `timestamp` string, date-time, required — Order accepted time
  - `invoiceNo` string — Invoice number provided by Grubtech
  - `externalReferenceId` string — Integration party unique id for the order

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — The specified resource was not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/versions/21688b6dcb69/schema)
