Skip to content

Update Accounting Information

Description

更新帳務資訊。

Resource

PATCH /v1/report/accounting_information

Authorization

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

Request Body Parameters

Name Type Description
store_id string 門市編號
date string 開始日期 (例:2021-12-31)
machine_id string 機號
(optional)

Request

{
  "store_id": "000030",
  "date": "2022-01-07",
  "machine_id": "K1"
}

Response Success Example

Status-Code: 204 No Content