EasyCard Daily Checkout
Description
進行悠遊卡日結。
Resource
PUT /v1/payment/easycard/checkout/{id}
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Query Parameters
| Name | Type | Description |
|---|---|---|
| id | string | 門市代碼 |
| ## Request Body Parameters |
| Name | Type | Description |
|---|---|---|
| kiosk_id | string | 裝置代碼 (optional) |
| has_checked | bool | 是否已經檢查 |
Request Example
PUT /v1/payment/easycard/checkout/000030
{
"kiosk_id": "k1",
"has_checked": true
}
Response
Status-Code: 204 No Content