Base URLs: https://user-center-domain/prod-api/
(Contact us if unclear)
POST Unsubscribe Activated Service Order¶
POST /acdn/volc/hostAcceleratePackRest/unsubscribeHostAcceleratePackOrder
Unsubscribe activated host acceleration service orders.
Notes: Request frequency: Limited to 10 requests/second per user.
Body Request Parameters
Request Parameters¶
Name | Location | Type | Required | Chinese Name | Description |
---|---|---|---|---|---|
Authorization | header | string | Yes | none | |
body | body | UnsubscribeHostAcceleratePackOrderVO | Yes | UnsubscribeHostAcceleratePackOrderVO | none |
Response Example
OK
{
"msg": "Operation successful",
"code": 200,
"data": [
{
"status": 1,
"endTime": "2024-01-31",
"uid": "75114807678",
"orderId": "17872269834801546"
}
]
}
201 Response
Response Results¶
Status Code | Status Meaning | Description | Data Model |
---|---|---|---|
200 | OK | OK | Inline |
201 | Created | Created | Inline |
401 | Unauthorized | Unauthorized | Inline |
403 | Forbidden | Forbidden | Inline |
404 | Not Found | Not Found | Inline |
Response Data Structure¶
Status Code 200
Name | 类型 | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
» additionalProperties | object | false | none | none | |
» status | string | true | none | Unsubscription Order Status | 1:Success 2:OrderId and Uid mismatch 3:Order not found 4:Order not within effective period (no need to unsubscribe) 5:Internal service error |
Data Model¶
UnsubscribeHostAcceleratePackOrderVO
UnsubscribeHostAcceleratePackOrderVO
Properties¶
Name | 类型 | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
tdPackOrders | [TDPackOrder] | false | none | none |
TDPackOrder
TDPackOrder
Properties¶
Name | 类型 | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
orderId | string | true | none | Order ID | none |
uid | string | true | none | uid | none |