日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

QueryCashCoupons - 查詢用戶代金券信息

更新時間:

查詢用戶代金券信息。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
ExpiryTimeEndstring

代金券終止過期時間,格式:yyyy-MM-ddTHH:mm:ssZ

2018-08-01T00:00:00Z
ExpiryTimeStartstring

代金券起始過期時間,格式:yyyy-MM-ddTHH:mm:ssZ

2018-09-01T00:00:00Z
EffectiveOrNotboolean

代金券是否生效。取值范圍:

  • true
  • false
true

返回參數

名稱類型描述示例值
object
Codestring

狀態碼

Success
Messagestring

執行結果說明

Successful!
RequestIdstring

請求 ID

147B566E-DB4C-4E43-BDBB-5DB1D9D268DB
Successboolean

是否調用成功。true:調用成功,false:調用失敗

true
Dataarray<object>

返回數據

object
Statusstring

取值:

  • Available:有效
  • Expired:過期
  • Cancelled:作廢
Available
ExpiryTimestring

代金券過期時間

2018-08-10T00:00:00Z
GrantedTimestring

代金券發放時間

2018-08-02T15:15:50Z
NominalValuestring

面額

100.00
EffectiveTimestring

代金券生效時間

2018-08-02T15:15:50Z
ApplicableScenariosstring

適用場景描述

阿里云按量付費賬單,阿里云新購
CashCouponIdlong

代金券 ID

34534253254325
ApplicableProductsstring

適用產品描述

通用
CashCouponNostring

代金券編碼

Q-b1485def8f04a
Balancestring

余額

100.00
Descriptionstring

備注

該代金券用于產品功能驗證的測試

示例

正常返回示例

JSON格式

{
  "Code": "Success",
  "Message": "Successful!",
  "RequestId": "147B566E-DB4C-4E43-BDBB-5DB1D9D268DB",
  "Success": true,
  "Data": {
    "CashCoupon": [
      {
        "Status": "Available",
        "ExpiryTime": "2018-08-10T00:00:00Z",
        "GrantedTime": "2018-08-02T15:15:50Z",
        "NominalValue": "100.00",
        "EffectiveTime": "2018-08-02T15:15:50Z",
        "ApplicableScenarios": "阿里云按量付費賬單,阿里云新購",
        "CashCouponId": 34534253254325,
        "ApplicableProducts": "通用",
        "CashCouponNo": "Q-b1485def8f04a",
        "Balance": "100.00",
        "Description": "該代金券用于產品功能驗證的測試"
      }
    ]
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息
400NotApplicableThis API is not applicable for caller.
400NotAuthorizedThis API is not authorized for caller.
400MissingParameter Some parameters arte mandatoryfor this request.
400InvalidParameterSome parameter sare not valid.
400InvalidOwnerThe specifiedowner doesn’t belong to caller
400InternalErrorThe request processing has failed due to some unknown error, exception or failure.
500UndefinedErrorThe request processing has failed due to some unknown error.

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2023-07-19OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更查看變更詳情