Skip to content

Cancel Redemption Ticket

Description

取消兌換票劵。

Resource

PATCH /v1/ticket/cancel_redemption

Authorization

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

Request Body Parameters

Name Type Description
store_id string 門市代碼
order_id string 訂單編號
(option)
ticket_ids list[string] 票券代碼列表

Request

{
"store_id": "A001",
"order_id": "A0012024071000001",
"ticket_ids": [
    "ticket001",
    "ticket002"
  ]
}

Response

Status-Code: 204 No Content