tccli-intl-en 3.0.1188.1__py2.py3-none-any.whl → 3.1.28.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/argument.py +1 -1
- tccli/plugins/sso/__init__.py +14 -0
- tccli/plugins/sso/login.py +23 -6
- tccli/plugins/sso/texts.py +4 -0
- tccli/services/__init__.py +46 -2
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +341 -114
- tccli/services/autoscaling/v20180419/api.json +444 -272
- tccli/services/autoscaling/v20180419/examples.json +46 -38
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/__init__.py +4 -0
- tccli/services/bi/bi_client.py +1498 -0
- tccli/services/bi/v20220105/api.json +5769 -0
- tccli/services/bi/v20220105/examples.json +215 -0
- tccli/services/billing/billing_client.py +1007 -139
- tccli/services/billing/v20180709/api.json +1707 -429
- tccli/services/billing/v20180709/examples.json +161 -25
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/captcha/v20190722/api.json +16 -6
- tccli/services/captcha/v20190722/examples.json +3 -3
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +1167 -268
- tccli/services/ccc/v20200210/api.json +2263 -202
- tccli/services/ccc/v20200210/examples.json +116 -12
- tccli/services/cdb/cdb_client.py +665 -266
- tccli/services/cdb/v20170320/api.json +463 -208
- tccli/services/cdb/v20170320/examples.json +8 -8
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfg/v20210820/api.json +30 -10
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1149 -259
- tccli/services/ckafka/v20190819/api.json +3738 -1696
- tccli/services/ckafka/v20190819/examples.json +266 -162
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2273 -1020
- tccli/services/clb/v20180317/examples.json +184 -124
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +339 -78
- tccli/services/csip/v20221121/api.json +1011 -38
- tccli/services/csip/v20221121/examples.json +24 -0
- tccli/services/ctsdb/__init__.py +4 -0
- tccli/services/ctsdb/ctsdb_client.py +266 -0
- tccli/services/ctsdb/v20230202/api.json +677 -0
- tccli/services/ctsdb/v20230202/examples.json +20 -0
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +1003 -453
- tccli/services/cvm/v20170312/examples.json +176 -130
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +2272 -591
- tccli/services/cynosdb/v20190107/api.json +12480 -7740
- tccli/services/cynosdb/v20190107/examples.json +193 -9
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +390 -111
- tccli/services/dnspod/v20210323/api.json +196 -0
- tccli/services/dnspod/v20210323/examples.json +24 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +3104 -117
- tccli/services/emr/v20190103/api.json +15311 -4361
- tccli/services/emr/v20190103/examples.json +452 -42
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +172 -45
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +490 -0
- tccli/services/hunyuan/v20230901/api.json +566 -0
- tccli/services/hunyuan/v20230901/examples.json +52 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iai/v20200303/api.json +187 -51
- tccli/services/iai/v20200303/examples.json +30 -12
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/ims/v20201229/api.json +133 -141
- tccli/services/ims/v20201229/examples.json +3 -3
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +363 -78
- tccli/services/intlpartnersmgt/v20220928/api.json +513 -22
- tccli/services/intlpartnersmgt/v20220928/examples.json +24 -0
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/iotcloud/v20210408/api.json +216 -107
- tccli/services/iotcloud/v20210408/examples.json +9 -9
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +1226 -227
- tccli/services/kms/v20190118/api.json +1465 -123
- tccli/services/kms/v20190118/examples.json +129 -3
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +730 -172
- tccli/services/lighthouse/v20200324/api.json +502 -14
- tccli/services/lighthouse/v20200324/examples.json +59 -5
- tccli/services/live/live_client.py +804 -232
- tccli/services/live/v20180801/api.json +272 -0
- tccli/services/live/v20180801/examples.json +32 -0
- tccli/services/lke/__init__.py +4 -0
- tccli/services/lke/lke_client.py +5194 -0
- tccli/services/lke/v20231130/api.json +14803 -0
- tccli/services/lke/v20231130/examples.json +736 -0
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +989 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +402 -82
- tccli/services/mdl/v20200326/api.json +1437 -100
- tccli/services/mdl/v20200326/examples.json +48 -16
- tccli/services/mdp/mdp_client.py +785 -122
- tccli/services/mdp/v20200527/api.json +1336 -49
- tccli/services/mdp/v20200527/examples.json +151 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1452 -136
- tccli/services/mongodb/v20190725/api.json +4393 -1462
- tccli/services/mongodb/v20190725/examples.json +265 -71
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +664 -15
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1878 -379
- tccli/services/mps/v20190612/api.json +7473 -1626
- tccli/services/mps/v20190612/examples.json +276 -82
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +515 -74
- tccli/services/ocr/v20181119/api.json +1991 -168
- tccli/services/ocr/v20181119/examples.json +58 -4
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/postgres/v20170312/api.json +134 -109
- tccli/services/postgres/v20170312/examples.json +14 -14
- tccli/services/privatedns/privatedns_client.py +206 -60
- tccli/services/privatedns/v20201028/api.json +179 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +698 -212
- tccli/services/redis/v20180412/api.json +968 -563
- tccli/services/redis/v20180412/examples.json +98 -56
- tccli/services/region/__init__.py +4 -0
- tccli/services/region/region_client.py +322 -0
- tccli/services/region/v20220627/api.json +399 -0
- tccli/services/region/v20220627/examples.json +29 -0
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +368 -69
- tccli/services/ses/v20201002/api.json +240 -0
- tccli/services/ses/v20201002/examples.json +32 -0
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3855 -470
- tccli/services/sqlserver/v20180328/api.json +9757 -3347
- tccli/services/sqlserver/v20180328/examples.json +480 -20
- tccli/services/ssl/ssl_client.py +504 -72
- tccli/services/ssl/v20191205/api.json +789 -21
- tccli/services/ssl/v20191205/examples.json +54 -0
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/tbaas_client.py +20 -8
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +295 -118
- tccli/services/tcsas/v20250106/api.json +1084 -980
- tccli/services/tcsas/v20250106/examples.json +15 -15
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +4507 -966
- tccli/services/teo/v20220901/api.json +7341 -1405
- tccli/services/teo/v20220901/examples.json +679 -99
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +858 -276
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tms/v20201229/api.json +91 -100
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +928 -192
- tccli/services/trtc/v20190722/api.json +1810 -256
- tccli/services/trtc/v20190722/examples.json +100 -6
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/v20210922/api.json +61 -30
- tccli/services/vm/v20210922/examples.json +0 -12
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +531 -54
- tccli/services/vod/v20180717/examples.json +25 -7
- tccli/services/vod/v20240718/api.json +1105 -0
- tccli/services/vod/v20240718/examples.json +97 -0
- tccli/services/vod/vod_client.py +1428 -350
- tccli/services/vpc/v20170312/api.json +1031 -133
- tccli/services/vpc/v20170312/examples.json +119 -23
- tccli/services/vpc/vpc_client.py +2159 -644
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6067 -1263
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/RECORD +292 -232
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/top_level.txt +0 -0
|
@@ -85,12 +85,19 @@
|
|
|
85
85
|
"status": "online"
|
|
86
86
|
},
|
|
87
87
|
"DescribeCustomerBillDetail": {
|
|
88
|
-
"document": "This API is used to query the customer bill details by resellers.\nCallable roles: Distributor, Second-level reseller, Reseller",
|
|
88
|
+
"document": "This API is used to query the customer bill details by resellers.\nCallable roles: Distributor, Second-level reseller, Reseller.",
|
|
89
89
|
"input": "DescribeCustomerBillDetailRequest",
|
|
90
90
|
"name": "Queries the customer bill details",
|
|
91
91
|
"output": "DescribeCustomerBillDetailResponse",
|
|
92
92
|
"status": "online"
|
|
93
93
|
},
|
|
94
|
+
"DescribeCustomerBillDetailByDay": {
|
|
95
|
+
"document": "This API is used to query the daily bill expenditure of customer by resellers.\nInvocation Role: first-level reseller, second-level reseller, reseller.",
|
|
96
|
+
"input": "DescribeCustomerBillDetailByDayRequest",
|
|
97
|
+
"name": "Query sub-customer daily bill consumption for reseller",
|
|
98
|
+
"output": "DescribeCustomerBillDetailByDayResponse",
|
|
99
|
+
"status": "online"
|
|
100
|
+
},
|
|
94
101
|
"DescribeCustomerBillDownloadUrl": {
|
|
95
102
|
"document": "This API is used to get the URL for downloading the customer bill file by reseller. The download conditions are as follows:\n1. Detailed bills (billDetail and billDetailPack) can be downloaded starting from June 2022; resource bills (billResource and billResourcePack) can be downloaded starting from November 2023.\n2. Bill packages (billDetailPack and billResourcePack) can only be downloaded after billing.",
|
|
96
103
|
"input": "DescribeCustomerBillDownloadUrlRequest",
|
|
@@ -112,6 +119,13 @@
|
|
|
112
119
|
"output": "DescribeCustomerInfoResponse",
|
|
113
120
|
"status": "online"
|
|
114
121
|
},
|
|
122
|
+
"DescribeCustomerOwnVoucherList": {
|
|
123
|
+
"document": "This API is used to query the voucher list by Customer. \nCallable roles: Customer.",
|
|
124
|
+
"input": "DescribeCustomerOwnVoucherListRequest",
|
|
125
|
+
"name": "Query Customer own voucher list",
|
|
126
|
+
"output": "DescribeCustomerOwnVoucherListResponse",
|
|
127
|
+
"status": "online"
|
|
128
|
+
},
|
|
115
129
|
"DescribeCustomerUin": {
|
|
116
130
|
"document": "This API is used to query the list of customer UINs.",
|
|
117
131
|
"input": "DescribeCustomerUinRequest",
|
|
@@ -119,6 +133,13 @@
|
|
|
119
133
|
"output": "DescribeCustomerUinResponse",
|
|
120
134
|
"status": "online"
|
|
121
135
|
},
|
|
136
|
+
"DescribeCustomerVoucherList": {
|
|
137
|
+
"document": "This API is used to query the customer voucher list by Reseller, Second-level Reseller or Distributor.\nCallable roles: Reseller, Second-level Reseller or Distributor.",
|
|
138
|
+
"input": "DescribeCustomerVoucherListRequest",
|
|
139
|
+
"name": "Query reseller's customer voucher list",
|
|
140
|
+
"output": "DescribeCustomerVoucherListResponse",
|
|
141
|
+
"status": "online"
|
|
142
|
+
},
|
|
122
143
|
"DescribeRebateDownloadUrl": {
|
|
123
144
|
"document": "This API is used to download the commission bill file by resellers/agents. The file URL is returned.\nResellers/Agents can call this API.",
|
|
124
145
|
"input": "DescribeRebateDownloadUrlRequest",
|
|
@@ -197,7 +218,7 @@
|
|
|
197
218
|
"status": "online"
|
|
198
219
|
},
|
|
199
220
|
"QueryInvitationInfo": {
|
|
200
|
-
"document": "Query usage information of invitation link.
|
|
221
|
+
"document": "Query usage information of invitation link. Invitation link is valid for 30 days.And once created, the data will only be retained for 60 days, and the system will automatically delete the invitation link after 60 days.\nInvokable role types: Distributor, Second-level reseller, Reseller.",
|
|
201
222
|
"input": "QueryInvitationInfoRequest",
|
|
202
223
|
"name": "Query invitation link info",
|
|
203
224
|
"output": "QueryInvitationInfoResponse",
|
|
@@ -602,7 +623,7 @@
|
|
|
602
623
|
},
|
|
603
624
|
{
|
|
604
625
|
"disabled": false,
|
|
605
|
-
"document": "Project name.\n
|
|
626
|
+
"document": "Project name.\n",
|
|
606
627
|
"example": "default",
|
|
607
628
|
"member": "string",
|
|
608
629
|
"name": "ProjectName",
|
|
@@ -802,7 +823,7 @@
|
|
|
802
823
|
},
|
|
803
824
|
{
|
|
804
825
|
"disabled": false,
|
|
805
|
-
"document": "Discount (default is 1).",
|
|
826
|
+
"document": "Discount (default is 1) - abandoned.",
|
|
806
827
|
"example": "1",
|
|
807
828
|
"member": "string",
|
|
808
829
|
"name": "DiscountRate",
|
|
@@ -859,6 +880,16 @@
|
|
|
859
880
|
"output_required": false,
|
|
860
881
|
"type": "string",
|
|
861
882
|
"value_allowed_null": false
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"disabled": false,
|
|
886
|
+
"document": "customer discount rate. The discount rate applied to the reseller's customer, which set by reseller, default value equal to 1.",
|
|
887
|
+
"example": "1",
|
|
888
|
+
"member": "string",
|
|
889
|
+
"name": "CustomerDiscountRate",
|
|
890
|
+
"output_required": false,
|
|
891
|
+
"type": "string",
|
|
892
|
+
"value_allowed_null": false
|
|
862
893
|
}
|
|
863
894
|
],
|
|
864
895
|
"usage": "out"
|
|
@@ -1116,22 +1147,13 @@
|
|
|
1116
1147
|
"required": true,
|
|
1117
1148
|
"type": "string"
|
|
1118
1149
|
},
|
|
1119
|
-
{
|
|
1120
|
-
"disabled": false,
|
|
1121
|
-
"document": "Extension field, which is left empty by default.",
|
|
1122
|
-
"example": "other info",
|
|
1123
|
-
"member": "string",
|
|
1124
|
-
"name": "Extended",
|
|
1125
|
-
"required": false,
|
|
1126
|
-
"type": "string"
|
|
1127
|
-
},
|
|
1128
1150
|
{
|
|
1129
1151
|
"disabled": false,
|
|
1130
1152
|
"document": "Layer-1 industry id. This is a required item and can be obtained via the [ GetTradeConfigList API](https://www.tencentcloud.com/zh/document/product/1085/68181),\nsuch as \"kghy_01\".",
|
|
1131
1153
|
"example": "kghy_01",
|
|
1132
1154
|
"member": "string",
|
|
1133
1155
|
"name": "TradeOne",
|
|
1134
|
-
"required":
|
|
1156
|
+
"required": true,
|
|
1135
1157
|
"type": "string"
|
|
1136
1158
|
},
|
|
1137
1159
|
{
|
|
@@ -1140,6 +1162,15 @@
|
|
|
1140
1162
|
"example": "kghy_0101",
|
|
1141
1163
|
"member": "string",
|
|
1142
1164
|
"name": "TradeTwo",
|
|
1165
|
+
"required": true,
|
|
1166
|
+
"type": "string"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"disabled": false,
|
|
1170
|
+
"document": "Extension field, which is left empty by default.",
|
|
1171
|
+
"example": "other info",
|
|
1172
|
+
"member": "string",
|
|
1173
|
+
"name": "Extended",
|
|
1143
1174
|
"required": false,
|
|
1144
1175
|
"type": "string"
|
|
1145
1176
|
}
|
|
@@ -1851,12 +1882,58 @@
|
|
|
1851
1882
|
],
|
|
1852
1883
|
"type": "object"
|
|
1853
1884
|
},
|
|
1885
|
+
"DescribeCustomerBillDetailByDayRequest": {
|
|
1886
|
+
"document": "DescribeCustomerBillDetailByDay request structure.",
|
|
1887
|
+
"members": [
|
|
1888
|
+
{
|
|
1889
|
+
"disabled": false,
|
|
1890
|
+
"document": "Sub-account UIN.\nSuch as \"10000000001\"",
|
|
1891
|
+
"example": "123123123",
|
|
1892
|
+
"member": "int64",
|
|
1893
|
+
"name": "CustomerUin",
|
|
1894
|
+
"required": true,
|
|
1895
|
+
"type": "int"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"disabled": false,
|
|
1899
|
+
"document": "Date.\nSuch as\" 2025-06-25\".\nPlease note: Historical daily bill dated before \"2025-06-01\",cannot be queried.",
|
|
1900
|
+
"example": "yyyy-mm-dd",
|
|
1901
|
+
"member": "string",
|
|
1902
|
+
"name": "Date",
|
|
1903
|
+
"required": true,
|
|
1904
|
+
"type": "string"
|
|
1905
|
+
}
|
|
1906
|
+
],
|
|
1907
|
+
"type": "object"
|
|
1908
|
+
},
|
|
1909
|
+
"DescribeCustomerBillDetailByDayResponse": {
|
|
1910
|
+
"document": "DescribeCustomerBillDetailByDay response structure.",
|
|
1911
|
+
"members": [
|
|
1912
|
+
{
|
|
1913
|
+
"disabled": false,
|
|
1914
|
+
"document": "Total spending.",
|
|
1915
|
+
"example": "1111.2222",
|
|
1916
|
+
"member": "string",
|
|
1917
|
+
"name": "TotalCost",
|
|
1918
|
+
"output_required": false,
|
|
1919
|
+
"type": "string",
|
|
1920
|
+
"value_allowed_null": false
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1924
|
+
"member": "string",
|
|
1925
|
+
"name": "RequestId",
|
|
1926
|
+
"type": "string"
|
|
1927
|
+
}
|
|
1928
|
+
],
|
|
1929
|
+
"type": "object"
|
|
1930
|
+
},
|
|
1854
1931
|
"DescribeCustomerBillDetailRequest": {
|
|
1855
1932
|
"document": "DescribeCustomerBillDetail request structure.",
|
|
1856
1933
|
"members": [
|
|
1857
1934
|
{
|
|
1858
1935
|
"disabled": false,
|
|
1859
|
-
"document": "Sub-account UIN",
|
|
1936
|
+
"document": "Sub-account UIN.",
|
|
1860
1937
|
"example": "123456",
|
|
1861
1938
|
"member": "uint64",
|
|
1862
1939
|
"name": "CustomerUin",
|
|
@@ -1865,7 +1942,7 @@
|
|
|
1865
1942
|
},
|
|
1866
1943
|
{
|
|
1867
1944
|
"disabled": false,
|
|
1868
|
-
"document": "Inquiry month, in the format of YYYY-MM, such as 2023-01",
|
|
1945
|
+
"document": "Inquiry month, in the format of YYYY-MM, such as 2023-01.",
|
|
1869
1946
|
"example": "2023-02",
|
|
1870
1947
|
"member": "string",
|
|
1871
1948
|
"name": "Month",
|
|
@@ -2280,6 +2357,194 @@
|
|
|
2280
2357
|
],
|
|
2281
2358
|
"type": "object"
|
|
2282
2359
|
},
|
|
2360
|
+
"DescribeCustomerOwnVoucherItem": {
|
|
2361
|
+
"document": "Voucher data.",
|
|
2362
|
+
"members": [
|
|
2363
|
+
{
|
|
2364
|
+
"disabled": false,
|
|
2365
|
+
"document": "Voucher ID.",
|
|
2366
|
+
"example": "12342356",
|
|
2367
|
+
"member": "int64",
|
|
2368
|
+
"name": "VoucherId",
|
|
2369
|
+
"output_required": true,
|
|
2370
|
+
"type": "int",
|
|
2371
|
+
"value_allowed_null": false
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"disabled": false,
|
|
2375
|
+
"document": "Sub-account UIN",
|
|
2376
|
+
"example": "800000183985",
|
|
2377
|
+
"member": "int64",
|
|
2378
|
+
"name": "CustomerUin",
|
|
2379
|
+
"output_required": true,
|
|
2380
|
+
"type": "int",
|
|
2381
|
+
"value_allowed_null": false
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"disabled": false,
|
|
2385
|
+
"document": "Voucher status: Issued/Used/Expired/Invalidated.",
|
|
2386
|
+
"example": "Issued",
|
|
2387
|
+
"member": "string",
|
|
2388
|
+
"name": "VoucherStatus",
|
|
2389
|
+
"output_required": true,
|
|
2390
|
+
"type": "string",
|
|
2391
|
+
"value_allowed_null": false
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"disabled": false,
|
|
2395
|
+
"document": "Remaining amount.",
|
|
2396
|
+
"example": "0.797104",
|
|
2397
|
+
"member": "float",
|
|
2398
|
+
"name": "RemainingAmount",
|
|
2399
|
+
"output_required": true,
|
|
2400
|
+
"type": "float",
|
|
2401
|
+
"value_allowed_null": false
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"disabled": false,
|
|
2405
|
+
"document": "Denomination.",
|
|
2406
|
+
"example": "1",
|
|
2407
|
+
"member": "float",
|
|
2408
|
+
"name": "TotalAmount",
|
|
2409
|
+
"output_required": true,
|
|
2410
|
+
"type": "float",
|
|
2411
|
+
"value_allowed_null": false
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"disabled": false,
|
|
2415
|
+
"document": "Payment mode. valid values: AllPayment, Prepaid, and Postpaid.",
|
|
2416
|
+
"example": "AllPayment",
|
|
2417
|
+
"member": "string",
|
|
2418
|
+
"name": "PaymentMode",
|
|
2419
|
+
"output_required": true,
|
|
2420
|
+
"type": "string",
|
|
2421
|
+
"value_allowed_null": false
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"disabled": false,
|
|
2425
|
+
"document": "Applicable product: AllProducts/SpecifyProducts/SpecifyProductsBlacklist.",
|
|
2426
|
+
"example": "AllProducts",
|
|
2427
|
+
"member": "string",
|
|
2428
|
+
"name": "ProductScope",
|
|
2429
|
+
"output_required": true,
|
|
2430
|
+
"type": "string",
|
|
2431
|
+
"value_allowed_null": false
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"disabled": false,
|
|
2435
|
+
"document": "Start time.",
|
|
2436
|
+
"example": "2025-10-13 23:59:59",
|
|
2437
|
+
"member": "string",
|
|
2438
|
+
"name": "EffectiveTime",
|
|
2439
|
+
"output_required": true,
|
|
2440
|
+
"type": "string",
|
|
2441
|
+
"value_allowed_null": false
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"disabled": false,
|
|
2445
|
+
"document": "End time.",
|
|
2446
|
+
"example": "2025-10-13 23:59:59",
|
|
2447
|
+
"member": "string",
|
|
2448
|
+
"name": "ExpireTime",
|
|
2449
|
+
"output_required": true,
|
|
2450
|
+
"type": "string",
|
|
2451
|
+
"value_allowed_null": false
|
|
2452
|
+
}
|
|
2453
|
+
],
|
|
2454
|
+
"usage": "out"
|
|
2455
|
+
},
|
|
2456
|
+
"DescribeCustomerOwnVoucherListRequest": {
|
|
2457
|
+
"document": "DescribeCustomerOwnVoucherList request structure.",
|
|
2458
|
+
"members": [
|
|
2459
|
+
{
|
|
2460
|
+
"disabled": false,
|
|
2461
|
+
"document": "Page number, starts from 1.",
|
|
2462
|
+
"example": "1",
|
|
2463
|
+
"member": "int64",
|
|
2464
|
+
"name": "Page",
|
|
2465
|
+
"required": true,
|
|
2466
|
+
"type": "int"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"disabled": false,
|
|
2470
|
+
"document": "Number of items per page. value range: 1-100.",
|
|
2471
|
+
"example": "10",
|
|
2472
|
+
"member": "int64",
|
|
2473
|
+
"name": "PageSize",
|
|
2474
|
+
"required": true,
|
|
2475
|
+
"type": "int"
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"disabled": false,
|
|
2479
|
+
"document": "Voucher status. valid values: Issued, Used, Expired, Invalidated.",
|
|
2480
|
+
"example": "Issused",
|
|
2481
|
+
"member": "string",
|
|
2482
|
+
"name": "VoucherStatus",
|
|
2483
|
+
"required": false,
|
|
2484
|
+
"type": "string"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"disabled": false,
|
|
2488
|
+
"document": "Payment mode. valid values: AllPayment, Prepaid, Postpaid.",
|
|
2489
|
+
"example": "AllPayment",
|
|
2490
|
+
"member": "string",
|
|
2491
|
+
"name": "PaymentMode",
|
|
2492
|
+
"required": false,
|
|
2493
|
+
"type": "string"
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"disabled": false,
|
|
2497
|
+
"document": "Applicable product. valid values: AllProducts, SpecifyProducts, SpecifyProductsBlacklist.",
|
|
2498
|
+
"example": "AllProducts",
|
|
2499
|
+
"member": "string",
|
|
2500
|
+
"name": "ProductScope",
|
|
2501
|
+
"required": false,
|
|
2502
|
+
"type": "string"
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"disabled": false,
|
|
2506
|
+
"document": "Voucher ID.",
|
|
2507
|
+
"example": "12",
|
|
2508
|
+
"member": "int64",
|
|
2509
|
+
"name": "VoucherId",
|
|
2510
|
+
"required": false,
|
|
2511
|
+
"type": "int"
|
|
2512
|
+
}
|
|
2513
|
+
],
|
|
2514
|
+
"type": "object"
|
|
2515
|
+
},
|
|
2516
|
+
"DescribeCustomerOwnVoucherListResponse": {
|
|
2517
|
+
"document": "DescribeCustomerOwnVoucherList response structure.",
|
|
2518
|
+
"members": [
|
|
2519
|
+
{
|
|
2520
|
+
"disabled": false,
|
|
2521
|
+
"document": "Total number of the list.",
|
|
2522
|
+
"example": "1",
|
|
2523
|
+
"member": "uint64",
|
|
2524
|
+
"name": "TotalCount",
|
|
2525
|
+
"output_required": true,
|
|
2526
|
+
"type": "int",
|
|
2527
|
+
"value_allowed_null": false
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"disabled": false,
|
|
2531
|
+
"document": "Voucher information description.",
|
|
2532
|
+
"example": "[{}]",
|
|
2533
|
+
"member": "DescribeCustomerOwnVoucherItem",
|
|
2534
|
+
"name": "Data",
|
|
2535
|
+
"output_required": true,
|
|
2536
|
+
"type": "list",
|
|
2537
|
+
"value_allowed_null": false
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
2541
|
+
"member": "string",
|
|
2542
|
+
"name": "RequestId",
|
|
2543
|
+
"type": "string"
|
|
2544
|
+
}
|
|
2545
|
+
],
|
|
2546
|
+
"type": "object"
|
|
2547
|
+
},
|
|
2283
2548
|
"DescribeCustomerUinData": {
|
|
2284
2549
|
"document": "List of customer UINs",
|
|
2285
2550
|
"members": [
|
|
@@ -2352,6 +2617,232 @@
|
|
|
2352
2617
|
],
|
|
2353
2618
|
"type": "object"
|
|
2354
2619
|
},
|
|
2620
|
+
"DescribeCustomerVoucherItem": {
|
|
2621
|
+
"document": "Voucher data.",
|
|
2622
|
+
"members": [
|
|
2623
|
+
{
|
|
2624
|
+
"disabled": false,
|
|
2625
|
+
"document": "Voucher ID.",
|
|
2626
|
+
"example": "12342356",
|
|
2627
|
+
"member": "int64",
|
|
2628
|
+
"name": "VoucherId",
|
|
2629
|
+
"output_required": true,
|
|
2630
|
+
"type": "int",
|
|
2631
|
+
"value_allowed_null": false
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"disabled": false,
|
|
2635
|
+
"document": "Sub-account UIN",
|
|
2636
|
+
"example": "800000183985",
|
|
2637
|
+
"member": "int64",
|
|
2638
|
+
"name": "CustomerUin",
|
|
2639
|
+
"output_required": true,
|
|
2640
|
+
"type": "int",
|
|
2641
|
+
"value_allowed_null": false
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"disabled": false,
|
|
2645
|
+
"document": "Voucher status: Issued/Used/Expired/Invalidated.",
|
|
2646
|
+
"example": "Issued",
|
|
2647
|
+
"member": "string",
|
|
2648
|
+
"name": "VoucherStatus",
|
|
2649
|
+
"output_required": true,
|
|
2650
|
+
"type": "string",
|
|
2651
|
+
"value_allowed_null": false
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"disabled": false,
|
|
2655
|
+
"document": "Remaining amount.",
|
|
2656
|
+
"example": "0.797104",
|
|
2657
|
+
"member": "float",
|
|
2658
|
+
"name": "RemainingAmount",
|
|
2659
|
+
"output_required": true,
|
|
2660
|
+
"type": "float",
|
|
2661
|
+
"value_allowed_null": false
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"disabled": false,
|
|
2665
|
+
"document": "Denomination.",
|
|
2666
|
+
"example": "1",
|
|
2667
|
+
"member": "float",
|
|
2668
|
+
"name": "TotalAmount",
|
|
2669
|
+
"output_required": true,
|
|
2670
|
+
"type": "float",
|
|
2671
|
+
"value_allowed_null": false
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"disabled": false,
|
|
2675
|
+
"document": "Purpose: ProductTrial/CustomerOffer.",
|
|
2676
|
+
"example": "CustomerOffer",
|
|
2677
|
+
"member": "string",
|
|
2678
|
+
"name": "Usage",
|
|
2679
|
+
"output_required": true,
|
|
2680
|
+
"type": "string",
|
|
2681
|
+
"value_allowed_null": false
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"disabled": false,
|
|
2685
|
+
"document": "Payment mode. valid values: AllPayment, Prepaid, and Postpaid.",
|
|
2686
|
+
"example": "AllPayment",
|
|
2687
|
+
"member": "string",
|
|
2688
|
+
"name": "PaymentMode",
|
|
2689
|
+
"output_required": true,
|
|
2690
|
+
"type": "string",
|
|
2691
|
+
"value_allowed_null": false
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"disabled": false,
|
|
2695
|
+
"document": "Applicable product: AllProducts/SpecifyProducts/SpecifyProductsBlacklist.",
|
|
2696
|
+
"example": "AllProducts",
|
|
2697
|
+
"member": "string",
|
|
2698
|
+
"name": "ProductScope",
|
|
2699
|
+
"output_required": true,
|
|
2700
|
+
"type": "string",
|
|
2701
|
+
"value_allowed_null": false
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"disabled": false,
|
|
2705
|
+
"document": "Start time.",
|
|
2706
|
+
"example": "2025-10-13 23:59:59",
|
|
2707
|
+
"member": "string",
|
|
2708
|
+
"name": "EffectiveTime",
|
|
2709
|
+
"output_required": true,
|
|
2710
|
+
"type": "string",
|
|
2711
|
+
"value_allowed_null": false
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"disabled": false,
|
|
2715
|
+
"document": "End time.",
|
|
2716
|
+
"example": "2025-10-13 23:59:59",
|
|
2717
|
+
"member": "string",
|
|
2718
|
+
"name": "ExpireTime",
|
|
2719
|
+
"output_required": true,
|
|
2720
|
+
"type": "string",
|
|
2721
|
+
"value_allowed_null": false
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"disabled": false,
|
|
2725
|
+
"document": "Application notes",
|
|
2726
|
+
"example": "1",
|
|
2727
|
+
"member": "string",
|
|
2728
|
+
"name": "ApplyReason",
|
|
2729
|
+
"output_required": true,
|
|
2730
|
+
"type": "string",
|
|
2731
|
+
"value_allowed_null": false
|
|
2732
|
+
}
|
|
2733
|
+
],
|
|
2734
|
+
"usage": "out"
|
|
2735
|
+
},
|
|
2736
|
+
"DescribeCustomerVoucherListRequest": {
|
|
2737
|
+
"document": "DescribeCustomerVoucherList request structure.",
|
|
2738
|
+
"members": [
|
|
2739
|
+
{
|
|
2740
|
+
"disabled": false,
|
|
2741
|
+
"document": "Page number, starts from 1.",
|
|
2742
|
+
"example": "1",
|
|
2743
|
+
"member": "int64",
|
|
2744
|
+
"name": "Page",
|
|
2745
|
+
"required": true,
|
|
2746
|
+
"type": "int"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"disabled": false,
|
|
2750
|
+
"document": "Number of items per page. value range: 1-100.",
|
|
2751
|
+
"example": "10",
|
|
2752
|
+
"member": "int64",
|
|
2753
|
+
"name": "PageSize",
|
|
2754
|
+
"required": true,
|
|
2755
|
+
"type": "int"
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"disabled": false,
|
|
2759
|
+
"document": "Customer UIN.",
|
|
2760
|
+
"example": "800000163887",
|
|
2761
|
+
"member": "int64",
|
|
2762
|
+
"name": "CustomerUin",
|
|
2763
|
+
"required": false,
|
|
2764
|
+
"type": "int"
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"disabled": false,
|
|
2768
|
+
"document": "Voucher status. valid values: Issued, Used, Expired, Invalidated.",
|
|
2769
|
+
"example": "Issused",
|
|
2770
|
+
"member": "string",
|
|
2771
|
+
"name": "VoucherStatus",
|
|
2772
|
+
"required": false,
|
|
2773
|
+
"type": "string"
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"disabled": false,
|
|
2777
|
+
"document": "Payment mode. valid values: AllPayment, Prepaid, Postpaid.",
|
|
2778
|
+
"example": "AllPayment",
|
|
2779
|
+
"member": "string",
|
|
2780
|
+
"name": "PaymentMode",
|
|
2781
|
+
"required": false,
|
|
2782
|
+
"type": "string"
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"disabled": false,
|
|
2786
|
+
"document": "valid values: ProductTrial, CustomerOffer.",
|
|
2787
|
+
"example": "ProductTrial",
|
|
2788
|
+
"member": "string",
|
|
2789
|
+
"name": "Usage",
|
|
2790
|
+
"required": false,
|
|
2791
|
+
"type": "string"
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"disabled": false,
|
|
2795
|
+
"document": "Applicable product. valid values: AllProducts, SpecifyProducts, SpecifyProductsBlacklist.",
|
|
2796
|
+
"example": "AllProducts",
|
|
2797
|
+
"member": "string",
|
|
2798
|
+
"name": "ProductScope",
|
|
2799
|
+
"required": false,
|
|
2800
|
+
"type": "string"
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"disabled": false,
|
|
2804
|
+
"document": "Voucher ID.",
|
|
2805
|
+
"example": "12",
|
|
2806
|
+
"member": "int64",
|
|
2807
|
+
"name": "VoucherId",
|
|
2808
|
+
"required": false,
|
|
2809
|
+
"type": "int"
|
|
2810
|
+
}
|
|
2811
|
+
],
|
|
2812
|
+
"type": "object"
|
|
2813
|
+
},
|
|
2814
|
+
"DescribeCustomerVoucherListResponse": {
|
|
2815
|
+
"document": "DescribeCustomerVoucherList response structure.",
|
|
2816
|
+
"members": [
|
|
2817
|
+
{
|
|
2818
|
+
"disabled": false,
|
|
2819
|
+
"document": "Total number of the list.",
|
|
2820
|
+
"example": "1",
|
|
2821
|
+
"member": "uint64",
|
|
2822
|
+
"name": "TotalCount",
|
|
2823
|
+
"output_required": true,
|
|
2824
|
+
"type": "int",
|
|
2825
|
+
"value_allowed_null": false
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"disabled": false,
|
|
2829
|
+
"document": "Voucher information description.",
|
|
2830
|
+
"example": "[{}]",
|
|
2831
|
+
"member": "DescribeCustomerVoucherItem",
|
|
2832
|
+
"name": "Data",
|
|
2833
|
+
"output_required": true,
|
|
2834
|
+
"type": "list",
|
|
2835
|
+
"value_allowed_null": false
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
2839
|
+
"member": "string",
|
|
2840
|
+
"name": "RequestId",
|
|
2841
|
+
"type": "string"
|
|
2842
|
+
}
|
|
2843
|
+
],
|
|
2844
|
+
"type": "object"
|
|
2845
|
+
},
|
|
2355
2846
|
"DescribeRebateDownloadUrlRequest": {
|
|
2356
2847
|
"document": "DescribeRebateDownloadUrl request structure.",
|
|
2357
2848
|
"members": [
|
|
@@ -2956,7 +3447,7 @@
|
|
|
2956
3447
|
"members": [
|
|
2957
3448
|
{
|
|
2958
3449
|
"disabled": false,
|
|
2959
|
-
"document": "Total credit limit (unit:
|
|
3450
|
+
"document": "Total credit limit (unit: usd), accurate down to two decimal places.",
|
|
2960
3451
|
"example": "0.00",
|
|
2961
3452
|
"member": "float",
|
|
2962
3453
|
"name": "TotalCredit",
|
|
@@ -2966,7 +3457,7 @@
|
|
|
2966
3457
|
},
|
|
2967
3458
|
{
|
|
2968
3459
|
"disabled": false,
|
|
2969
|
-
"document": "Remaining credit limit (unit:
|
|
3460
|
+
"document": "Remaining credit limit (unit: usd), accurate down to two decimal places.",
|
|
2970
3461
|
"example": "0.00",
|
|
2971
3462
|
"member": "float",
|
|
2972
3463
|
"name": "RemainingCredit",
|
|
@@ -2976,7 +3467,7 @@
|
|
|
2976
3467
|
},
|
|
2977
3468
|
{
|
|
2978
3469
|
"disabled": false,
|
|
2979
|
-
"document": "Remaining total voucher amount (unit:
|
|
3470
|
+
"document": "Remaining total voucher amount (unit: usd), accurate down to two decimal places.",
|
|
2980
3471
|
"example": "0.00",
|
|
2981
3472
|
"member": "float",
|
|
2982
3473
|
"name": "RemainingVoucher",
|
|
@@ -2986,7 +3477,7 @@
|
|
|
2986
3477
|
},
|
|
2987
3478
|
{
|
|
2988
3479
|
"disabled": false,
|
|
2989
|
-
"document": "Forced status
|
|
3480
|
+
"document": "Forced status.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
2990
3481
|
"example": "0",
|
|
2991
3482
|
"member": "int64",
|
|
2992
3483
|
"name": "Force",
|
|
@@ -3204,7 +3695,7 @@
|
|
|
3204
3695
|
"members": [
|
|
3205
3696
|
{
|
|
3206
3697
|
"disabled": false,
|
|
3207
|
-
"document": "Search condition type. You can only search by
|
|
3698
|
+
"document": "Search condition type. You can only search by ClientUin, Name, Remark, or Email.",
|
|
3208
3699
|
"example": "ClientUin|Name|Remark|Email",
|
|
3209
3700
|
"member": "string",
|
|
3210
3701
|
"name": "FilterType",
|
|
@@ -3941,7 +4432,7 @@
|
|
|
3941
4432
|
},
|
|
3942
4433
|
{
|
|
3943
4434
|
"disabled": false,
|
|
3944
|
-
"document": "Filter criteria, support the following filter parameters.\nNote: Email, SubAgentUin, and ClientUin only support exact search. other conditions support fuzzy retrieval
|
|
4435
|
+
"document": "Filter criteria, support the following filter parameters.\nNote: Email, SubAgentUin, and ClientUin only support exact search. other conditions support fuzzy retrieval.The following are the definitions of filtering items:\n\nName: specifies second-level reseller name.\nSubAgentUin: specifies the uin of the second-level reseller.\nRemark: specifies remark.\nMobile: specifies the mobile number.\nEmail: specifies email address.\nClientUin: specifies the Indirect customer uin.",
|
|
3945
4436
|
"example": "Name",
|
|
3946
4437
|
"member": "string",
|
|
3947
4438
|
"name": "FilterType",
|