Skip to content

Set KIOSK Exception Record

Description

寫入KIOSK異常紀錄。

Resource

POST /v1/basic/kiosk_exception_record

Authorization

採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login

Request Body Parameters

Name Type Description
store_id string 門市代碼
machine_id string 機號
type string 類型
message string 訊息

Request Example

{
  "store_id": "000030",
  "machine_id": "K1",
  "type": "出單機異常",
  "message": "沒有連線的出單機,請洽服務人員"
}

Response

Status-Code: 204 No Content