續費路由器

更新時間:2017-09-06 03:12:54

續費路由器。

  • 包年包月,試用情況下,對目前正在使用的路由器續費。
  • 試用情況下,如果PayType為包年包月的話,轉為包年包月;否則為試用延長日期

請求引數

引數名引數型別是否必填引數說明
Action String

操作方法

Region String

機房標識,取值參見地域列表

Id String

路由器 ID

PayType String

付費型別 包年包月:PREPAID;試用 : PROBATION

Period Integer

購買時長,包年包月單位:月;試用單位:天;

返回引數

名稱 型別 說明
Action String 執行的操作
TaskId String 請求標識

請求示例

https://vpc-cn-wuxi1.chinac.com/?Action=RenewRouter
&Id=r-adaddd
&Period=1
&Region=cn-wuxi1

返回示例

{
    "code": 10000,
    "message": "",
    "data": {
        "TaskId": "bb112c20170506133720502",
        "Action": "RenewRouter"
    }
}
*
*
*
*
*