Push General Manager Message
Description
推送店長APP訊息。
Resource
POST /v1/push/general/manager
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| company_id | string | 公司代碼 |
| shop_id | string | 門市代碼 |
| worder_id | string | 訂單編號 |
| title | string | 標題 |
| message | string | 訊息 |
| event_type | string | 事件名稱 (optional) |
| auth_data | Auth Data | 認證資料 |
Request Body Parameters - Auth Data
| Name | Type | Description |
|---|---|---|
| authkey | string | 公司金鑰 |
| acckey | string | 會員金鑰 |
Request
{
"title": "標題測試",
"message": "您的取餐分店: 軒饌內湖店, 取餐時間: 2021-06-29 12:07:07",
"worder_id": "TWNe0121062900021",
"shop_id": "TWNe01",
"company_id": "18090400",
"event_type": "",
"auth_data": {
"authkey": "z5jehmtd1zl99bgtqfpqy33lbxuj81y1",
"acckey": "67pcbag9awwfdxe19gdj1rgfb2xvny9c"
}
}
Response
Status-Code: 204 No Content