Update Default Store
Description
儲存會員的預設門市。
Resource
POST /v1/default_store
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| id | string | 門市代碼 |
Request Body Example
{
"id": "SP0168"
}
Response
Status-Code: 204 No Content