查詢用戶卡包信息。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ExpiryTimeEnd | string | 否 | 卡包過期結束時間止,格式:yyyy-mm-ddhh:mm:ss。 | 2018-08-01 00:00:00 |
ExpiryTimeStart | string | 否 | 卡包過期時間起,格式:yyyy-mm-dd。 | 2018-08-01 00:00:00 |
EffectiveOrNot | boolean | 否 | 卡包是否生效。取值范圍:-true。-false。 | true |
返回參數
示例
正常返回示例
JSON
格式
{
"Code": "Success",
"Message": "Successful!",
"RequestId": "7EA6C02D-06D0-4213-9C3B-E67910F7D1EB",
"Success": true,
"Data": {
"PrepaidCard": [
{
"Status": "Available",
"ExpiryTime": "2019-08-04 01:39:11",
"GrantedTime": "2019-08-04 01:39:11",
"NominalValue": "100.00",
"EffectiveTime": "2019-08-04 01:39:11",
"PrepaidCardNo": "Q-7edaab979fc9",
"ApplicableScenarios": "阿里云按量付費賬單,阿里云新購",
"PrepaidCardId": 213432432,
"ApplicableProducts": "通用",
"Balance": "100.00"
}
]
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 |
---|---|---|
400 | NotApplicable | This API is not applicable for caller. |
400 | NotAuthorized | This API is not authorized for caller. |
400 | MissingParameter | Some parameters arte mandatoryfor this request. |
400 | InvalidParameter | Some parameters are not valid. |
400 | InvalidOwner | The specifiedowner doesn’t belong to caller |
400 | InternalError | The request processing has failed due to some unknown error, exception or failure. |
500 | UndefinedError | The request processing has failed due to some unknown error. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史