Notify Call Number
Description
通知叫號。
Resource
POST /v1/order/notify-call-number
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| shop_id | string | 門市編號 |
| order_id | string | 訂單編號 |
Request Example
{
"shop_id": "000030",
"order_id": "00003025081200001"
}
Response Example
Status-Code: 204 No Content