實例轉包月價格查詢
更新時間 2025-10-16 14:31:33
最近更新時間: 2025-10-16 14:31:33
分享文章
接口功能介紹
查詢云數據庫實例轉包月價格,提供OpenApi能力
接口約束
請查詢DCP數據庫實例價格
URI
GET /teledb-acceptor/v2/openapi/accept-order-info/inquiryToPackage
路徑參數 無
Query參數
| 參數 | 是否必填 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|---|
| instId | 是 | String | 數據庫實例ID | 562b89493a05e50dd8170 | |
| month | 是 | Integer | 月份,取值范圍[1,36] | 1 |
請求參數
請求頭header參數
| 參數 | 是否必填 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|---|
| project-id | 是 | String | 項目id |
請求體body參數 無
響應參數
| 參數 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|
| statusCode | String | 接口狀態碼,參考下方狀態碼 | 200 | |
| error | String | 錯誤碼 | TELEDB_DCP_1000 | |
| message | String | 描述信息 | ||
| returnObj | Object | 返回對象 | returnObj | |
| 表 returnObj |
| 參數 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|
| isSucceed | Boolean | 是否成功 | true | |
| finalPrice | Double | 價格 | 1.35 | |
| discountPrice | Double | 打折價格 | 1.35 | |
| verifyStatusCode | Integer | 狀態碼 | 200 | |
| totalPrice | Double | 總價 | 1.35 | |
| subOrderPrices | Array of Objects | 子單價格 | subOrderPrices | |
| 表 subOrderPrices |
| 參數 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|
| finalPrice | Double | 價格 | 1.35 | |
| serviceTag | String | 服務標簽 | eiusmod enim laborum o | |
| totalPrice | Double | 總價 | 1.35 | |
| orderItemPrices | Array of Objects | 子單價格 | orderItemPrices | |
| 表 orderItemPrices |
| 參數 | 參數類型 | 說明 | 示例 | 下級對象 |
|---|---|---|---|---|
| finalPrice | Double | 價格 | 1.35 | |
| itemId | String | ID值 | qui Lorem proident anim non | |
| totalPrice | Double | 總價 | 1.35 | |
| resourceType | String | 資源類型 | ullamco irure proident |
枚舉參數
無
請求示例
請求url
instId=81f7728662dd11ec810800155d307d5b
請求頭header
無
請求體body
無
響應示例
{
"returnObj":{
"data":{
"isSucceed":true,
"totalPrice":-86410058.56817907,
"finalPrice":80669230.18066183,
"discountPrice":null,
"subOrderPrices":[
{
"totalPrice":-76843232.5188733,
"finalPrice":41355710.85501617,
"serviceTag":"eiusmod enim laborum o",
"orderItemPrices":[
{
"itemId":"qui Lorem proident anim non",
"resourceType":"ullamco irure proident",
"totalPrice":17928369.97510113,
"finalPrice":-62233415.25904402
},
{
"itemId":"minim consectetur",
"resourceType":"ipsum do nostrud aute veniam",
"totalPrice":52820543.173371226,
"finalPrice":-1036398.4830770642
}
]
},
{
"totalPrice":-22705497.0381722,
"finalPrice":70097645.84349582,
"serviceTag":"aute Ut nostrud tempor",
"orderItemPrices":[
{
"itemId":"consequat",
"resourceType":"sed",
"totalPrice":-21558161.85990247,
"finalPrice":-18648341.1318648
},
{
"itemId":"dolor ullamco nulla fugiat",
"resourceType":"nisi non tempor p",
"totalPrice":59793190.58444196,
"finalPrice":-53836765.01538308
},
{
"itemId":"sint consectetur dolor",
"resourceType":"dolore non dolor proident adipisicing",
"totalPrice":-77440435.85192516,
"finalPrice":-34339636.43025178
}
]
},
{
"totalPrice":-69857864.17842177,
"finalPrice":-13340430.947403848,
"serviceTag":"amet Ut in",
"orderItemPrices":[
{
"itemId":"consectetur velit pariatur",
"resourceType":"Excepteur sed amet eu",
"totalPrice":51086495.80342513,
"finalPrice":57364153.95603117
},
{
"itemId":"ut",
"resourceType":"amet fugiat",
"totalPrice":37351458.719495595,
"finalPrice":56161849.46512267
}
]
},
{
"totalPrice":-66048166.46668565,
"finalPrice":16370397.494698524,
"serviceTag":"voluptate enim anim",
"orderItemPrices":[
{
"itemId":"cupidatat",
"resourceType":"laboris esse eiusmod exercitation sint",
"totalPrice":-19701838.564654216,
"finalPrice":5815132.474429235
},
{
"itemId":"ut",
"resourceType":"velit",
"totalPrice":11484819.931640714,
"finalPrice":-25289982.893618524
},
{
"itemId":"",
"resourceType":"fugiat culpa deserunt proident",
"totalPrice":-93022470.44327912,
"finalPrice":98451650.47827554
},
{
"itemId":"tempor Ut consectetur adipisicing voluptate",
"resourceType":"labore aliqua proident magna",
"totalPrice":44313447.2746554,
"finalPrice":-22280211.830638304
}
]
},
{
"totalPrice":65669086.64999333,
"finalPrice":63104351.72302756,
"serviceTag":"in",
"orderItemPrices":[
{
"itemId":"irure in non",
"resourceType":"elit exercitation",
"totalPrice":-78912079.85658441,
"finalPrice":-64828474.98644886
},
{
"itemId":"minim incididunt",
"resourceType":"sed labore",
"totalPrice":-12752998.187627628,
"finalPrice":-29513240.426922098
}
]
}
],
"verifyStatusCode":null
}
},
"statusCode":200,
"message":"SUCCESS"
}
狀態碼
請參考
錯誤碼
請參考