切换账号计费方式-SwitchUcdnChargeType

切换账号计费方式

Request Parameters

Parameter nameTypeDescriptionRequired
ProjectIdstring项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口No
ChargeTypestring计费方式。traffic代表按流量包计费,bandwidth按带宽付费Yes

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes

Request Example

http://api.ucloud.cn/?Action= SwitchUcdnChargeType
&ChargeType =bandwidth

Response Example

{
    "Action": "SwitchUcdnChargeTypeResponse",
    "RetCode": 0
}