云客服-查询订购信息接口:消息样例

时间:2023-11-13 16:35:32

消息样例

  • 场景描述:软件云调用接口查询订购信息
    URL:/rest/oma/softwareconsole/tenant/queryresource
  • 请求头:
    {
        "X-Auth_Token":"0000000000srLl4pnoBc*************9DvgIB87KzYpxMdE9+vvzLZqYIw="
    }
  • 请求体:
    {
    "limit":"10",   
    "offset":"0",
    "startDate":1679558854000,
    "endDate":1679558854001
    }
  • 响应头:
    {
        "connection": "keep-alive", 
        "Content-Length": "16", 
        "Content-Type": "application/json%3Bcharset=UTF-8"
    }
  • 响应体:
    {
    "result": [{
    		"orderId": "251679538126441114",
    		"opType": "newInstance",
    		"remark": null,
    		"skuName": "电销型座席",
    		"modifyTime": 1679558854000,
    		"orderAmount": "36000",
    		"procutName": "包月",
    		"vdnId": "131",
    		"customerId": "20220727032236821699",
    		"company": "ttttttttttttt",
    		"id": "1638814724192780290",
    		"manualStatus": "0",
    		"cecTenantId": "202303232614",
    		"amount": "1",
    		"periodNumber": "2",
    		"productId": "0GbV000000wG80TFeSlU",
    		"autoStatus": "2",
    		"customerName": "zhangsan",
    		"cecExpireTime": 1684829253000,
    		"cecTenantName": "Tenant07323220",
    		"createSource": "GTS",
    		"periodType": "month",
    		"expireTime": 1684722289000,
    		"createTime": 1679558853000,
    		"skuCode": "d52b28fa-e0a7-a8f7-8356-0f0aea54b862"
    	}],
    	"count": 1,
    	"returnCode": "0",
    	"description": "success"
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_3002.html