VoucherUse【使用代金券】

使用代金券:必须指定可使用的代金券ID,否则会返回错误信息。

Request Parameters

Parameter name Type Description Required
action String API 标识符 Yes
obj_id String 代金券ID Yes

Response Elements

Name Type Description
message String 执行结果信息
code Integer HTTP Resonpe响应状态码

Example

Example Request:

Request Headers:

POST /api/ HTTP/1.1
Origin: https://console.plcloud.com
X-CSRFToken: 6An6xEuOJqW6dVDtlgzZr6FqgkSbJmqp
Content-Type: application/json

JSON Data:

{
    "action": "VoucherUse",
    "obj_id": "C3F8-A13E-5CDB-5846"
}

Example Response:

{
  "message": "成功",
  "code": 200
}