Query the refund amount for monthly subscription WUYING Workspaces.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
Region ID. Call DescribeRegions to get a list of regions supported by WUYING Workspace. |
cn-hangzhou |
| RefundType |
string |
No |
Refund type. Valid values:
|
RemainRefund |
| DesktopId |
array |
Yes |
A list of cloud desktop IDs. You can specify one or more IDs. The number of IDs (N) must be between 1 and 20. |
|
|
string |
No |
The cloud desktop ID. |
ecd-gx2x1dhsmucyy**** |
|
| ResellerOwnerUid |
integer |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| PriceInfo |
object |
Price details. |
|
| Currency |
string |
Currency unit (USD). |
CNY |
| RefundFee |
number |
This refund amount. |
3990.75 |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"PriceInfo": {
"Currency": "CNY",
"RefundFee": 3990.75
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.