Set Shop Order QRCode History
Description
寫入店長APP訂單的QRCode歷程。
Resource
POST /v1/shop_order/qr_code_history
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| store_id | string | 門市代碼 |
| order_id | string | 訂單編號 |
| qr_code | string | QRCode內容 |
| operator_id | string | 操作人員編號 |
| create_time | string | 產生時間 EXAMPLE "2020-01-01 12:00:00" |
Request
{
"store_id": "A01",
"order_id": "00003021080300966",
"qr_code": "123456",
"operator_id": "USER001",
"create_time": "2021-08-06 12:00:00"
}
Response
Status-Code: 204 No Content