Handle Store Schedule
Description
處理門市排班表。
Resource
POST /v1/store_schedule
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| action | string | 行為 ALLOWED VALUES:
|
| store_id | string | 門市代碼 |
| date | string | 日期 |
Request Body Example
{
"action": "create",
"store_id": "TWNe01",
"date": "2021-10-14"
}
Response
Status-Code: 204 No Content