Sync Quick Click Data
Description
同步快一點門市資料。
Resource
POST /v1/store/quick_click/sync_data
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| store_id | string | 門市代碼 |
| external_store_id | string | 外部門市代碼 |
| status | bool | 開啟/關閉 |
Request Body Example
{
"store_id": "000030",
"external_store_id": "ajaz001",
"status": true
}
Response
Status-Code: 204 No Content