Shop Handover
Description
店長APP交班。
Resource
POST /v1/shop_order/handover
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| store_id | string | 門市編號 |
| machine_id | string | 機號 |
| shift_id | string | 班別代號 |
| shift_staff | string | 交班人員 |
| handover_time | string | 交班時間 EXAMPLE "2020-01-01 12:00:00" |
Request
{
"store_id": "0",
"machine_id": "K1",
"shift_id": "1",
"shift_staff": "1234",
"handover_time": "2020-01-01 12:00:00"
}
Response
Status-Code: 204 No Content