All Products
Search
Document Center

Elastic Desktop Service:DescribeRefundPrice

Last Updated:Mar 17, 2026

Query the refund amount for monthly subscription WUYING Workspaces.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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 :

    Refund the remaining balance and release resources.

  • RenewRefund :

    Refund the renewal fee. This only modifies the instance expiration time.

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.