Queries the information about a voucher.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
bssapi:QueryRedeem |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ExpiryTimeStart |
string |
No |
The start time when the redemption coupon expires. The value must be in the yyyy-MM-ddTHH:mm:ssZ format. |
2018-08-01T00:00:00Z |
| ExpiryTimeEnd |
string |
No |
The end time when the redemption coupon expires. The value must be in the yyyy-MM-ddTHH:mm:ssZ format. |
2018-08-01T00:00:00Z |
| EffectiveOrNot |
boolean |
No |
Specifies whether the redemption coupon takes effect. Valid values:
Default value: false. |
true |
| PageNum |
integer |
No |
The number of the page to return. |
1 |
| PageSize |
integer |
No |
The number of entries to return on each page. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The status code returned. |
Success |
| Message |
string |
The message returned. |
Successful |
| RequestId |
string |
The ID of the request. |
E503DC7B-E4F0-4B3C-BC89-BCECF1338F0B |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| Data |
object |
The data returned. |
|
| PageNum |
integer |
The page number of the returned page. |
1 |
| PageSize |
integer |
The number of entries returned per page. |
10 |
| TotalCount |
integer |
The total number of returned entries. |
1 |
| Redeem |
object |
||
| Redeem |
array<object> |
The details of the redemption coupon. |
|
|
object |
|||
| ExpiryTime |
string |
The time when the redemption coupon expired. |
2018-06-13 20:25:00 |
| GrantedTime |
string |
The time when the redemption coupon was issued. |
2018-05-14 20:25:00 |
| Status |
string |
The status of the redemption coupon. Valid values:
|
Generated |
| Specification |
string |
The specifications of the redemption coupon. |
N/A |
| NominalValue |
string |
The nominal value of the redemption coupon. |
0 |
| EffectiveTime |
string |
The time when the redemption coupon took effect. |
2018-05-14 20:25:00 |
| RedeemId |
string |
The ID of the redemption coupon. |
1342 |
| RedeemNo |
string |
The number of the redemption coupon. |
4889*****1610 |
| ApplicableProducts |
string |
The services to which the redemption coupon is applicable. |
Elastic Compute Service (ECS) |
| Balance |
string |
The balance of the redemption coupon. |
0 |
Examples
Success response
JSON format
{
"Code": "Success",
"Message": "Successful",
"RequestId": "E503DC7B-E4F0-4B3C-BC89-BCECF1338F0B",
"Success": true,
"Data": {
"PageNum": 1,
"PageSize": 10,
"TotalCount": 1,
"Redeem": {
"Redeem": [
{
"ExpiryTime": "2018-06-13 20:25:00",
"GrantedTime": "2018-05-14 20:25:00",
"Status": "Generated",
"Specification": "N/A\n",
"NominalValue": "0",
"EffectiveTime": "2018-05-14 20:25:00",
"RedeemId": "1342",
"RedeemNo": "4889*****1610",
"ApplicableProducts": "Elastic Compute Service (ECS)\n",
"Balance": "0"
}
]
}
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NotAuthorized | This API is not authorized for caller. | |
| 400 | NotApplicable | This API is not applicable for caller. | |
| 400 | InvalidOwner | The specified owner doesn't belong to caller. | |
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.