Query the Upgrade/Downgrade price for monthly subscription cloud desktops with unlimited duration or Internet premium bandwidth.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:DescribeModificationPrice |
none |
*All Resource
|
None | None |
Request parameters
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
48174475-5EB2-5F99-A9E9-6F892D645**** |
| PriceInfo |
object |
The price details. |
|
| Rules |
array<object> |
The promotion rules. |
|
|
object |
The promotion rule. |
||
| Description |
string |
The rule description. |
买满1年,立享官网价格8.5折优惠。 |
| RuleId |
integer |
The rule ID. |
14806 |
| Price |
object |
The price information. |
|
| OriginalPrice |
number |
The original price. |
79.0 |
| DiscountPrice |
number |
The discounted amount. |
15.8 |
| Currency |
string |
The unit of currency (USD). |
CNY |
| TradePrice |
number |
The actual price. The actual price is the original price minus the discount. |
63.2 |
| Promotions |
array<object> |
The promotion activities. |
|
|
object |
The promotion activity. |
||
| PromotionDesc |
string |
The promotion description. |
新品上市,立享优惠 |
| OptionCode |
string |
The description of the promotion rule. |
test |
| Selected |
boolean |
Indicates whether an item is selected. |
false |
| PromotionId |
string |
The ID of the promotion activity. |
promo_option |
| PromotionName |
string |
The name of the promotion activity. |
精选特惠 |
| OrderLines |
object |
The orders. |
|
|
string |
The order. |
5376483**** |
Examples
Success response
JSON format
{
"RequestId": "48174475-5EB2-5F99-A9E9-6F892D645****",
"PriceInfo": {
"Rules": [
{
"Description": "买满1年,立享官网价格8.5折优惠。",
"RuleId": 14806
}
],
"Price": {
"OriginalPrice": 79,
"DiscountPrice": 15.8,
"Currency": "CNY",
"TradePrice": 63.2,
"Promotions": [
{
"PromotionDesc": "新品上市,立享优惠",
"OptionCode": "test",
"Selected": false,
"PromotionId": "promo_option",
"PromotionName": "精选特惠"
}
],
"OrderLines": {
"key": "5376483****"
}
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.