tccli-intl-en 3.0.1168.1__py2.py3-none-any.whl → 3.1.16.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 +49 -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 +514 -333
- 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 +1055 -134
- tccli/services/billing/v20180709/api.json +1654 -243
- tccli/services/billing/v20180709/examples.json +169 -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 +426 -173
- tccli/services/cdb/v20170320/examples.json +6 -6
- 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/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 +1033 -255
- tccli/services/ckafka/v20190819/api.json +3378 -1681
- tccli/services/ckafka/v20190819/examples.json +254 -160
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2307 -1024
- tccli/services/clb/v20180317/examples.json +186 -126
- 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 +1141 -510
- tccli/services/cvm/v20170312/examples.json +174 -128
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +3051 -575
- tccli/services/cynosdb/v20190107/api.json +14074 -7139
- tccli/services/cynosdb/v20190107/examples.json +597 -287
- 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 +266 -0
- tccli/services/hunyuan/v20230901/api.json +270 -0
- tccli/services/hunyuan/v20230901/examples.json +20 -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 +516 -72
- tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
- tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
- 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 +1562 -144
- tccli/services/kms/v20190118/examples.json +204 -78
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +370 -148
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/lighthouse/v20200324/examples.json +5 -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 +953 -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 +1144 -58
- tccli/services/mdl/v20200326/examples.json +48 -16
- tccli/services/mdp/mdp_client.py +785 -122
- tccli/services/mdp/v20200527/api.json +1168 -44
- 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 +660 -11
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1573 -354
- tccli/services/mps/v20190612/api.json +12394 -7243
- tccli/services/mps/v20190612/examples.json +244 -84
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +596 -102
- tccli/services/ocr/v20181119/api.json +2271 -181
- tccli/services/ocr/v20181119/examples.json +70 -8
- 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/__init__.py +4 -0
- tccli/services/tbaas/tbaas_client.py +378 -0
- tccli/services/tbaas/v20180416/api.json +551 -0
- tccli/services/tbaas/v20180416/examples.json +37 -0
- 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 +155 -79
- tccli/services/tcsas/v20250106/examples.json +3 -3
- 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 +741 -274
- tccli/services/tke/v20180525/api.json +132 -7
- tccli/services/tke/v20180525/examples.json +42 -16
- 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/__init__.py +4 -0
- tccli/services/trabbit/trabbit_client.py +1778 -0
- tccli/services/trabbit/v20230418/api.json +4772 -0
- tccli/services/trabbit/v20230418/examples.json +237 -0
- 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 +332 -52
- tccli/services/vod/v20180717/examples.json +9 -1
- tccli/services/vod/v20240718/api.json +1105 -0
- tccli/services/vod/v20240718/examples.json +97 -0
- tccli/services/vod/vod_client.py +1316 -350
- tccli/services/vpc/v20170312/api.json +1166 -106
- tccli/services/vpc/v20170312/examples.json +197 -23
- tccli/services/vpc/vpc_client.py +2413 -739
- 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/v20210820/api.json +1577 -231
- tccli/services/wedata/v20210820/examples.json +74 -12
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6366 -1191
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
"output": "ApproveClientApplyResponse",
|
|
22
22
|
"status": "online"
|
|
23
23
|
},
|
|
24
|
+
"ApproveSubAgentApply": {
|
|
25
|
+
"document": "This API is used to approve applications for second-level resellers.\nInvocation Role: Distributor.",
|
|
26
|
+
"input": "ApproveSubAgentApplyRequest",
|
|
27
|
+
"name": "Approves a second-level reseller application",
|
|
28
|
+
"output": "ApproveSubAgentApplyResponse",
|
|
29
|
+
"status": "online"
|
|
30
|
+
},
|
|
24
31
|
"CreateAccount": {
|
|
25
32
|
"document": "This API is used to create Tencent Cloud customer accounts for distributor/second-level resellers.After the account is created, it will be automatically bound to the partner account.Note:\n1. Create a Tencent Cloud account. The entered email address and mobile phone number need to be verified by the partner for validity.\n2. Customers need to add personal information when logging in for the first time.\n3. This interface needs to be applied for allowlist usage. Please contact the channel manager to initiate the application process.\n\nCallable roles: Distributor, Second-level reseller, Reseller",
|
|
26
33
|
"input": "CreateAccountRequest",
|
|
@@ -29,7 +36,7 @@
|
|
|
29
36
|
"status": "online"
|
|
30
37
|
},
|
|
31
38
|
"CreateAndSendClientInvitationMail": {
|
|
32
|
-
"document": "This API is used to
|
|
39
|
+
"document": "This API is used to perform operations. Application for allowlist is required before usage. If needed, contact your business representative to request allowlisting. The specific usage process is as follows;.\nThis API is used to create an invitation link. You can send the invitation link to your designated email address.\n2. Customers need to click the invitation link in the mailbox, fill in and submit relevant information.\n3. After customer submission, you can view the application of this sub-customer on the customer management page and review it.\n\nThis API is used to handle cases where if the designated mailbox does not receive the invitation link, you can send the invitation link returned by the API to the customer manually.\nInvocation roles: resellers, distributors, second-level reseller.",
|
|
33
40
|
"input": "CreateAndSendClientInvitationMailRequest",
|
|
34
41
|
"name": "Creates an invitation link for the customer",
|
|
35
42
|
"output": "CreateAndSendClientInvitationMailResponse",
|
|
@@ -78,12 +85,19 @@
|
|
|
78
85
|
"status": "online"
|
|
79
86
|
},
|
|
80
87
|
"DescribeCustomerBillDetail": {
|
|
81
|
-
"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.",
|
|
82
89
|
"input": "DescribeCustomerBillDetailRequest",
|
|
83
90
|
"name": "Queries the customer bill details",
|
|
84
91
|
"output": "DescribeCustomerBillDetailResponse",
|
|
85
92
|
"status": "online"
|
|
86
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
|
+
},
|
|
87
101
|
"DescribeCustomerBillDownloadUrl": {
|
|
88
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.",
|
|
89
103
|
"input": "DescribeCustomerBillDownloadUrlRequest",
|
|
@@ -105,6 +119,13 @@
|
|
|
105
119
|
"output": "DescribeCustomerInfoResponse",
|
|
106
120
|
"status": "online"
|
|
107
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
|
+
},
|
|
108
129
|
"DescribeCustomerUin": {
|
|
109
130
|
"document": "This API is used to query the list of customer UINs.",
|
|
110
131
|
"input": "DescribeCustomerUinRequest",
|
|
@@ -112,6 +133,13 @@
|
|
|
112
133
|
"output": "DescribeCustomerUinResponse",
|
|
113
134
|
"status": "online"
|
|
114
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
|
+
},
|
|
115
143
|
"DescribeRebateDownloadUrl": {
|
|
116
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.",
|
|
117
145
|
"input": "DescribeRebateDownloadUrlRequest",
|
|
@@ -190,7 +218,7 @@
|
|
|
190
218
|
"status": "online"
|
|
191
219
|
},
|
|
192
220
|
"QueryInvitationInfo": {
|
|
193
|
-
"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.",
|
|
194
222
|
"input": "QueryInvitationInfoRequest",
|
|
195
223
|
"name": "Query invitation link info",
|
|
196
224
|
"output": "QueryInvitationInfoResponse",
|
|
@@ -210,6 +238,13 @@
|
|
|
210
238
|
"output": "QueryPendingClientsV2Response",
|
|
211
239
|
"status": "online"
|
|
212
240
|
},
|
|
241
|
+
"QueryPendingSubAgentsV2": {
|
|
242
|
+
"document": "This API is used to query information of second-level resellers in application.\nInvocation Role: Distributor.",
|
|
243
|
+
"input": "QueryPendingSubAgentsV2Request",
|
|
244
|
+
"name": "Query application in progress of a second-level reseller",
|
|
245
|
+
"output": "QueryPendingSubAgentsV2Response",
|
|
246
|
+
"status": "online"
|
|
247
|
+
},
|
|
213
248
|
"QueryPolicyProductListByCode": {
|
|
214
249
|
"document": "This API is used to query the product list information within the specified policy range. To call this API, contact your business manager to apply for adding it to the allowlist.\nCallable roles: Distributor, Second-level reseller, Reseller",
|
|
215
250
|
"input": "QueryPolicyProductListByCodeRequest",
|
|
@@ -217,10 +252,17 @@
|
|
|
217
252
|
"output": "QueryPolicyProductListByCodeResponse",
|
|
218
253
|
"status": "online"
|
|
219
254
|
},
|
|
255
|
+
"QuerySubAgentsDetailV2": {
|
|
256
|
+
"document": "This API is used to query information of second-level resellers.\nInvocation Role:Distributor.",
|
|
257
|
+
"input": "QuerySubAgentsDetailV2Request",
|
|
258
|
+
"name": "Queries information of a second-level reseller",
|
|
259
|
+
"output": "QuerySubAgentsDetailV2Response",
|
|
260
|
+
"status": "online"
|
|
261
|
+
},
|
|
220
262
|
"QueryT1IndirectCustomersDetail": {
|
|
221
|
-
"document": "This API is used to query the indirect sub-customers of a
|
|
263
|
+
"document": "This API is used to query the indirect sub-customers of a distributor.\nInvokable role type: Distributor",
|
|
222
264
|
"input": "QueryT1IndirectCustomersDetailRequest",
|
|
223
|
-
"name": "Query indirect sub-customers of
|
|
265
|
+
"name": "Query indirect sub-customers of distributor",
|
|
224
266
|
"output": "QueryT1IndirectCustomersDetailResponse",
|
|
225
267
|
"status": "online"
|
|
226
268
|
},
|
|
@@ -481,6 +523,51 @@
|
|
|
481
523
|
],
|
|
482
524
|
"type": "object"
|
|
483
525
|
},
|
|
526
|
+
"ApproveSubAgentApplyRequest": {
|
|
527
|
+
"document": "ApproveSubAgentApply request structure.",
|
|
528
|
+
"members": [
|
|
529
|
+
{
|
|
530
|
+
"disabled": false,
|
|
531
|
+
"document": "Second-level reseller UIN.",
|
|
532
|
+
"example": "1000000000",
|
|
533
|
+
"member": "int64",
|
|
534
|
+
"name": "SubAgentUin",
|
|
535
|
+
"required": true,
|
|
536
|
+
"type": "int"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"disabled": false,
|
|
540
|
+
"document": "Approval type. Only pass and reject are supported.",
|
|
541
|
+
"example": "pass",
|
|
542
|
+
"member": "string",
|
|
543
|
+
"name": "ApproveType",
|
|
544
|
+
"required": true,
|
|
545
|
+
"type": "string"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"disabled": false,
|
|
549
|
+
"document": "Reason for rejection. Fill in only when ApproveType is reject.",
|
|
550
|
+
"example": "miss accout info",
|
|
551
|
+
"member": "string",
|
|
552
|
+
"name": "RejectReason",
|
|
553
|
+
"required": false,
|
|
554
|
+
"type": "string"
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"type": "object"
|
|
558
|
+
},
|
|
559
|
+
"ApproveSubAgentApplyResponse": {
|
|
560
|
+
"document": "ApproveSubAgentApply response structure.",
|
|
561
|
+
"members": [
|
|
562
|
+
{
|
|
563
|
+
"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.",
|
|
564
|
+
"member": "string",
|
|
565
|
+
"name": "RequestId",
|
|
566
|
+
"type": "string"
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"type": "object"
|
|
570
|
+
},
|
|
484
571
|
"BillDetailData": {
|
|
485
572
|
"document": "Customer bill details",
|
|
486
573
|
"members": [
|
|
@@ -536,7 +623,7 @@
|
|
|
536
623
|
},
|
|
537
624
|
{
|
|
538
625
|
"disabled": false,
|
|
539
|
-
"document": "Project name.\n
|
|
626
|
+
"document": "Project name.\n",
|
|
540
627
|
"example": "default",
|
|
541
628
|
"member": "string",
|
|
542
629
|
"name": "ProjectName",
|
|
@@ -736,7 +823,7 @@
|
|
|
736
823
|
},
|
|
737
824
|
{
|
|
738
825
|
"disabled": false,
|
|
739
|
-
"document": "Discount (default is 1).",
|
|
826
|
+
"document": "Discount (default is 1) - abandoned.",
|
|
740
827
|
"example": "1",
|
|
741
828
|
"member": "string",
|
|
742
829
|
"name": "DiscountRate",
|
|
@@ -793,6 +880,16 @@
|
|
|
793
880
|
"output_required": false,
|
|
794
881
|
"type": "string",
|
|
795
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
|
|
796
893
|
}
|
|
797
894
|
],
|
|
798
895
|
"usage": "out"
|
|
@@ -1050,22 +1147,13 @@
|
|
|
1050
1147
|
"required": true,
|
|
1051
1148
|
"type": "string"
|
|
1052
1149
|
},
|
|
1053
|
-
{
|
|
1054
|
-
"disabled": false,
|
|
1055
|
-
"document": "Extension field, which is left empty by default.",
|
|
1056
|
-
"example": "other info",
|
|
1057
|
-
"member": "string",
|
|
1058
|
-
"name": "Extended",
|
|
1059
|
-
"required": false,
|
|
1060
|
-
"type": "string"
|
|
1061
|
-
},
|
|
1062
1150
|
{
|
|
1063
1151
|
"disabled": false,
|
|
1064
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\".",
|
|
1065
1153
|
"example": "kghy_01",
|
|
1066
1154
|
"member": "string",
|
|
1067
1155
|
"name": "TradeOne",
|
|
1068
|
-
"required":
|
|
1156
|
+
"required": true,
|
|
1069
1157
|
"type": "string"
|
|
1070
1158
|
},
|
|
1071
1159
|
{
|
|
@@ -1074,6 +1162,15 @@
|
|
|
1074
1162
|
"example": "kghy_0101",
|
|
1075
1163
|
"member": "string",
|
|
1076
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",
|
|
1077
1174
|
"required": false,
|
|
1078
1175
|
"type": "string"
|
|
1079
1176
|
}
|
|
@@ -1113,6 +1210,24 @@
|
|
|
1113
1210
|
"name": "Email",
|
|
1114
1211
|
"required": true,
|
|
1115
1212
|
"type": "string"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"disabled": false,
|
|
1216
|
+
"document": "Invite a role.\nNote: if no value is passed, it defaults to the sub - customer.\nClient: customer.\nSubAgent: second-level reseller.",
|
|
1217
|
+
"example": "Client",
|
|
1218
|
+
"member": "string",
|
|
1219
|
+
"name": "InvitationRole",
|
|
1220
|
+
"required": false,
|
|
1221
|
+
"type": "string"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"disabled": false,
|
|
1225
|
+
"document": "Specifies the application material.\nNote: this field takes effect only in the scenario of inviting a second-level reseller.",
|
|
1226
|
+
"example": "abc.xxx.cos.com",
|
|
1227
|
+
"member": "string",
|
|
1228
|
+
"name": "MaterialUrl",
|
|
1229
|
+
"required": false,
|
|
1230
|
+
"type": "string"
|
|
1116
1231
|
}
|
|
1117
1232
|
],
|
|
1118
1233
|
"type": "object"
|
|
@@ -1767,12 +1882,58 @@
|
|
|
1767
1882
|
],
|
|
1768
1883
|
"type": "object"
|
|
1769
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
|
+
},
|
|
1770
1931
|
"DescribeCustomerBillDetailRequest": {
|
|
1771
1932
|
"document": "DescribeCustomerBillDetail request structure.",
|
|
1772
1933
|
"members": [
|
|
1773
1934
|
{
|
|
1774
1935
|
"disabled": false,
|
|
1775
|
-
"document": "Sub-account UIN",
|
|
1936
|
+
"document": "Sub-account UIN.",
|
|
1776
1937
|
"example": "123456",
|
|
1777
1938
|
"member": "uint64",
|
|
1778
1939
|
"name": "CustomerUin",
|
|
@@ -1781,7 +1942,7 @@
|
|
|
1781
1942
|
},
|
|
1782
1943
|
{
|
|
1783
1944
|
"disabled": false,
|
|
1784
|
-
"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.",
|
|
1785
1946
|
"example": "2023-02",
|
|
1786
1947
|
"member": "string",
|
|
1787
1948
|
"name": "Month",
|
|
@@ -2196,28 +2357,108 @@
|
|
|
2196
2357
|
],
|
|
2197
2358
|
"type": "object"
|
|
2198
2359
|
},
|
|
2199
|
-
"
|
|
2200
|
-
"document": "
|
|
2360
|
+
"DescribeCustomerOwnVoucherItem": {
|
|
2361
|
+
"document": "Voucher data.",
|
|
2201
2362
|
"members": [
|
|
2202
2363
|
{
|
|
2203
2364
|
"disabled": false,
|
|
2204
|
-
"document": "
|
|
2205
|
-
"example": "
|
|
2206
|
-
"member": "
|
|
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",
|
|
2207
2378
|
"name": "CustomerUin",
|
|
2208
|
-
"output_required":
|
|
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,
|
|
2209
2390
|
"type": "string",
|
|
2210
|
-
"value_allowed_null":
|
|
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
|
|
2211
2452
|
}
|
|
2212
2453
|
],
|
|
2213
2454
|
"usage": "out"
|
|
2214
2455
|
},
|
|
2215
|
-
"
|
|
2216
|
-
"document": "
|
|
2456
|
+
"DescribeCustomerOwnVoucherListRequest": {
|
|
2457
|
+
"document": "DescribeCustomerOwnVoucherList request structure.",
|
|
2217
2458
|
"members": [
|
|
2218
2459
|
{
|
|
2219
2460
|
"disabled": false,
|
|
2220
|
-
"document": "Page number",
|
|
2461
|
+
"document": "Page number, starts from 1.",
|
|
2221
2462
|
"example": "1",
|
|
2222
2463
|
"member": "int64",
|
|
2223
2464
|
"name": "Page",
|
|
@@ -2226,37 +2467,73 @@
|
|
|
2226
2467
|
},
|
|
2227
2468
|
{
|
|
2228
2469
|
"disabled": false,
|
|
2229
|
-
"document": "Number of
|
|
2470
|
+
"document": "Number of items per page. value range: 1-100.",
|
|
2230
2471
|
"example": "10",
|
|
2231
2472
|
"member": "int64",
|
|
2232
2473
|
"name": "PageSize",
|
|
2233
2474
|
"required": true,
|
|
2234
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"
|
|
2235
2512
|
}
|
|
2236
2513
|
],
|
|
2237
2514
|
"type": "object"
|
|
2238
2515
|
},
|
|
2239
|
-
"
|
|
2240
|
-
"document": "
|
|
2516
|
+
"DescribeCustomerOwnVoucherListResponse": {
|
|
2517
|
+
"document": "DescribeCustomerOwnVoucherList response structure.",
|
|
2241
2518
|
"members": [
|
|
2242
2519
|
{
|
|
2243
2520
|
"disabled": false,
|
|
2244
|
-
"document": "
|
|
2245
|
-
"example": "
|
|
2246
|
-
"member": "
|
|
2247
|
-
"name": "
|
|
2248
|
-
"output_required":
|
|
2249
|
-
"type": "
|
|
2250
|
-
"value_allowed_null":
|
|
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
|
|
2251
2528
|
},
|
|
2252
2529
|
{
|
|
2253
2530
|
"disabled": false,
|
|
2254
|
-
"document": "
|
|
2255
|
-
"example": "
|
|
2256
|
-
"member": "
|
|
2257
|
-
"name": "
|
|
2258
|
-
"output_required":
|
|
2259
|
-
"type": "
|
|
2531
|
+
"document": "Voucher information description.",
|
|
2532
|
+
"example": "[{}]",
|
|
2533
|
+
"member": "DescribeCustomerOwnVoucherItem",
|
|
2534
|
+
"name": "Data",
|
|
2535
|
+
"output_required": true,
|
|
2536
|
+
"type": "list",
|
|
2260
2537
|
"value_allowed_null": false
|
|
2261
2538
|
},
|
|
2262
2539
|
{
|
|
@@ -2268,7 +2545,305 @@
|
|
|
2268
2545
|
],
|
|
2269
2546
|
"type": "object"
|
|
2270
2547
|
},
|
|
2271
|
-
"
|
|
2548
|
+
"DescribeCustomerUinData": {
|
|
2549
|
+
"document": "List of customer UINs",
|
|
2550
|
+
"members": [
|
|
2551
|
+
{
|
|
2552
|
+
"disabled": false,
|
|
2553
|
+
"document": "Customer UIN Note: This field may return null, indicating that no valid values can be obtained.",
|
|
2554
|
+
"example": "200000000000",
|
|
2555
|
+
"member": "string",
|
|
2556
|
+
"name": "CustomerUin",
|
|
2557
|
+
"output_required": false,
|
|
2558
|
+
"type": "string",
|
|
2559
|
+
"value_allowed_null": true
|
|
2560
|
+
}
|
|
2561
|
+
],
|
|
2562
|
+
"usage": "out"
|
|
2563
|
+
},
|
|
2564
|
+
"DescribeCustomerUinRequest": {
|
|
2565
|
+
"document": "DescribeCustomerUin request structure.",
|
|
2566
|
+
"members": [
|
|
2567
|
+
{
|
|
2568
|
+
"disabled": false,
|
|
2569
|
+
"document": "Page number",
|
|
2570
|
+
"example": "1",
|
|
2571
|
+
"member": "int64",
|
|
2572
|
+
"name": "Page",
|
|
2573
|
+
"required": true,
|
|
2574
|
+
"type": "int"
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"disabled": false,
|
|
2578
|
+
"document": "Number of data entries per page",
|
|
2579
|
+
"example": "10",
|
|
2580
|
+
"member": "int64",
|
|
2581
|
+
"name": "PageSize",
|
|
2582
|
+
"required": true,
|
|
2583
|
+
"type": "int"
|
|
2584
|
+
}
|
|
2585
|
+
],
|
|
2586
|
+
"type": "object"
|
|
2587
|
+
},
|
|
2588
|
+
"DescribeCustomerUinResponse": {
|
|
2589
|
+
"document": "DescribeCustomerUin response structure.",
|
|
2590
|
+
"members": [
|
|
2591
|
+
{
|
|
2592
|
+
"disabled": false,
|
|
2593
|
+
"document": "List of customer UINs Note: This field may return null, indicating that no valid values can be obtained.",
|
|
2594
|
+
"example": "[\"200000000000\",\" 200000000001\"]",
|
|
2595
|
+
"member": "DescribeCustomerUinData",
|
|
2596
|
+
"name": "Data",
|
|
2597
|
+
"output_required": false,
|
|
2598
|
+
"type": "list",
|
|
2599
|
+
"value_allowed_null": true
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"disabled": false,
|
|
2603
|
+
"document": "The number of customers",
|
|
2604
|
+
"example": "\"100\"",
|
|
2605
|
+
"member": "string",
|
|
2606
|
+
"name": "Total",
|
|
2607
|
+
"output_required": false,
|
|
2608
|
+
"type": "string",
|
|
2609
|
+
"value_allowed_null": false
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"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.",
|
|
2613
|
+
"member": "string",
|
|
2614
|
+
"name": "RequestId",
|
|
2615
|
+
"type": "string"
|
|
2616
|
+
}
|
|
2617
|
+
],
|
|
2618
|
+
"type": "object"
|
|
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
|
+
},
|
|
2846
|
+
"DescribeRebateDownloadUrlRequest": {
|
|
2272
2847
|
"document": "DescribeRebateDownloadUrl request structure.",
|
|
2273
2848
|
"members": [
|
|
2274
2849
|
{
|
|
@@ -2872,7 +3447,7 @@
|
|
|
2872
3447
|
"members": [
|
|
2873
3448
|
{
|
|
2874
3449
|
"disabled": false,
|
|
2875
|
-
"document": "Total credit limit (unit:
|
|
3450
|
+
"document": "Total credit limit (unit: usd), accurate down to two decimal places.",
|
|
2876
3451
|
"example": "0.00",
|
|
2877
3452
|
"member": "float",
|
|
2878
3453
|
"name": "TotalCredit",
|
|
@@ -2882,7 +3457,7 @@
|
|
|
2882
3457
|
},
|
|
2883
3458
|
{
|
|
2884
3459
|
"disabled": false,
|
|
2885
|
-
"document": "Remaining credit limit (unit:
|
|
3460
|
+
"document": "Remaining credit limit (unit: usd), accurate down to two decimal places.",
|
|
2886
3461
|
"example": "0.00",
|
|
2887
3462
|
"member": "float",
|
|
2888
3463
|
"name": "RemainingCredit",
|
|
@@ -2892,7 +3467,7 @@
|
|
|
2892
3467
|
},
|
|
2893
3468
|
{
|
|
2894
3469
|
"disabled": false,
|
|
2895
|
-
"document": "Remaining total voucher amount (unit:
|
|
3470
|
+
"document": "Remaining total voucher amount (unit: usd), accurate down to two decimal places.",
|
|
2896
3471
|
"example": "0.00",
|
|
2897
3472
|
"member": "float",
|
|
2898
3473
|
"name": "RemainingVoucher",
|
|
@@ -2902,7 +3477,7 @@
|
|
|
2902
3477
|
},
|
|
2903
3478
|
{
|
|
2904
3479
|
"disabled": false,
|
|
2905
|
-
"document": "Forced status
|
|
3480
|
+
"document": "Forced status.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
2906
3481
|
"example": "0",
|
|
2907
3482
|
"member": "int64",
|
|
2908
3483
|
"name": "Force",
|
|
@@ -3120,7 +3695,7 @@
|
|
|
3120
3695
|
"members": [
|
|
3121
3696
|
{
|
|
3122
3697
|
"disabled": false,
|
|
3123
|
-
"document": "Search condition type. You can only search by
|
|
3698
|
+
"document": "Search condition type. You can only search by ClientUin, Name, Remark, or Email.",
|
|
3124
3699
|
"example": "ClientUin|Name|Remark|Email",
|
|
3125
3700
|
"member": "string",
|
|
3126
3701
|
"name": "FilterType",
|
|
@@ -3591,15 +4166,157 @@
|
|
|
3591
4166
|
],
|
|
3592
4167
|
"usage": "out"
|
|
3593
4168
|
},
|
|
3594
|
-
"
|
|
3595
|
-
"document": "
|
|
4169
|
+
"QueryPendingSubAgentsV2Request": {
|
|
4170
|
+
"document": "QueryPendingSubAgentsV2 request structure.",
|
|
3596
4171
|
"members": [
|
|
3597
4172
|
{
|
|
3598
4173
|
"disabled": false,
|
|
3599
|
-
"document": "
|
|
3600
|
-
"example": "
|
|
3601
|
-
"member": "
|
|
3602
|
-
"name": "
|
|
4174
|
+
"document": "Page number. starts from 1.",
|
|
4175
|
+
"example": "1",
|
|
4176
|
+
"member": "int64",
|
|
4177
|
+
"name": "Page",
|
|
4178
|
+
"required": true,
|
|
4179
|
+
"type": "int"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"disabled": false,
|
|
4183
|
+
"document": "Specifies the number of items per page. value range: supports up to 100.",
|
|
4184
|
+
"example": "20",
|
|
4185
|
+
"member": "int64",
|
|
4186
|
+
"name": "PageSize",
|
|
4187
|
+
"required": true,
|
|
4188
|
+
"type": "int"
|
|
4189
|
+
}
|
|
4190
|
+
],
|
|
4191
|
+
"type": "object"
|
|
4192
|
+
},
|
|
4193
|
+
"QueryPendingSubAgentsV2Response": {
|
|
4194
|
+
"document": "QueryPendingSubAgentsV2 response structure.",
|
|
4195
|
+
"members": [
|
|
4196
|
+
{
|
|
4197
|
+
"disabled": false,
|
|
4198
|
+
"document": "Application in progress second-level reseller information.",
|
|
4199
|
+
"example": "无",
|
|
4200
|
+
"member": "QueryPendingSubAgentsV2ResponseData",
|
|
4201
|
+
"name": "Data",
|
|
4202
|
+
"output_required": false,
|
|
4203
|
+
"type": "list",
|
|
4204
|
+
"value_allowed_null": false
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"disabled": false,
|
|
4208
|
+
"document": "Number of second-level resellers in application.",
|
|
4209
|
+
"example": "10",
|
|
4210
|
+
"member": "int64",
|
|
4211
|
+
"name": "Total",
|
|
4212
|
+
"output_required": false,
|
|
4213
|
+
"type": "int",
|
|
4214
|
+
"value_allowed_null": false
|
|
4215
|
+
},
|
|
4216
|
+
{
|
|
4217
|
+
"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.",
|
|
4218
|
+
"member": "string",
|
|
4219
|
+
"name": "RequestId",
|
|
4220
|
+
"type": "string"
|
|
4221
|
+
}
|
|
4222
|
+
],
|
|
4223
|
+
"type": "object"
|
|
4224
|
+
},
|
|
4225
|
+
"QueryPendingSubAgentsV2ResponseData": {
|
|
4226
|
+
"document": "Information of second-level reseller application in progress.",
|
|
4227
|
+
"members": [
|
|
4228
|
+
{
|
|
4229
|
+
"disabled": false,
|
|
4230
|
+
"document": "Second-level reseller UIN.",
|
|
4231
|
+
"example": "2000000000",
|
|
4232
|
+
"member": "int64",
|
|
4233
|
+
"name": "SubAgentUin",
|
|
4234
|
+
"output_required": false,
|
|
4235
|
+
"type": "int",
|
|
4236
|
+
"value_allowed_null": false
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"disabled": false,
|
|
4240
|
+
"document": "Name",
|
|
4241
|
+
"example": "张三",
|
|
4242
|
+
"member": "string",
|
|
4243
|
+
"name": "Name",
|
|
4244
|
+
"output_required": false,
|
|
4245
|
+
"type": "string",
|
|
4246
|
+
"value_allowed_null": false
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"disabled": false,
|
|
4250
|
+
"document": "Mobile number.",
|
|
4251
|
+
"example": "188****8888",
|
|
4252
|
+
"member": "string",
|
|
4253
|
+
"name": "Mobile",
|
|
4254
|
+
"output_required": false,
|
|
4255
|
+
"type": "string",
|
|
4256
|
+
"value_allowed_null": false
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"disabled": false,
|
|
4260
|
+
"document": "Specifies the mailbox.",
|
|
4261
|
+
"example": "abc@gmail.com",
|
|
4262
|
+
"member": "string",
|
|
4263
|
+
"name": "Email",
|
|
4264
|
+
"output_required": false,
|
|
4265
|
+
"type": "string",
|
|
4266
|
+
"value_allowed_null": false
|
|
4267
|
+
},
|
|
4268
|
+
{
|
|
4269
|
+
"disabled": false,
|
|
4270
|
+
"document": "Application time",
|
|
4271
|
+
"example": "2023-03-01 11:12:32",
|
|
4272
|
+
"member": "string",
|
|
4273
|
+
"name": "ApplyTime",
|
|
4274
|
+
"output_required": false,
|
|
4275
|
+
"type": "string",
|
|
4276
|
+
"value_allowed_null": false
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"disabled": false,
|
|
4280
|
+
"document": "Approval status\n\n{Reviewing: pending review}.",
|
|
4281
|
+
"example": "Reviewing",
|
|
4282
|
+
"member": "string",
|
|
4283
|
+
"name": "Status",
|
|
4284
|
+
"output_required": false,
|
|
4285
|
+
"type": "string",
|
|
4286
|
+
"value_allowed_null": false
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
"disabled": false,
|
|
4290
|
+
"document": "Application material.",
|
|
4291
|
+
"example": "abc.xxx.cos.com",
|
|
4292
|
+
"member": "string",
|
|
4293
|
+
"name": "MaterialUrl",
|
|
4294
|
+
"output_required": false,
|
|
4295
|
+
"type": "string",
|
|
4296
|
+
"value_allowed_null": false
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"disabled": false,
|
|
4300
|
+
"document": "Identity verification status -1: file not uploaded 0: pending review 1: under review; 2: review error; 3: approved.",
|
|
4301
|
+
"example": "3",
|
|
4302
|
+
"member": "int64",
|
|
4303
|
+
"name": "AuthState",
|
|
4304
|
+
"output_required": false,
|
|
4305
|
+
"type": "int",
|
|
4306
|
+
"value_allowed_null": false
|
|
4307
|
+
}
|
|
4308
|
+
],
|
|
4309
|
+
"usage": "out"
|
|
4310
|
+
},
|
|
4311
|
+
"QueryPolicyProductListByCodeRequest": {
|
|
4312
|
+
"document": "QueryPolicyProductListByCode request structure.",
|
|
4313
|
+
"members": [
|
|
4314
|
+
{
|
|
4315
|
+
"disabled": false,
|
|
4316
|
+
"document": "Policy code.",
|
|
4317
|
+
"example": "StandardPolicy2024",
|
|
4318
|
+
"member": "string",
|
|
4319
|
+
"name": "PolicyCode",
|
|
3603
4320
|
"required": true,
|
|
3604
4321
|
"type": "string"
|
|
3605
4322
|
},
|
|
@@ -3692,13 +4409,212 @@
|
|
|
3692
4409
|
],
|
|
3693
4410
|
"type": "object"
|
|
3694
4411
|
},
|
|
4412
|
+
"QuerySubAgentsDetailV2Request": {
|
|
4413
|
+
"document": "QuerySubAgentsDetailV2 request structure.",
|
|
4414
|
+
"members": [
|
|
4415
|
+
{
|
|
4416
|
+
"disabled": false,
|
|
4417
|
+
"document": "Page number. starts from 1.",
|
|
4418
|
+
"example": "1",
|
|
4419
|
+
"member": "int64",
|
|
4420
|
+
"name": "Page",
|
|
4421
|
+
"required": true,
|
|
4422
|
+
"type": "int"
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"disabled": false,
|
|
4426
|
+
"document": "Number of items per page. supports up to 100.",
|
|
4427
|
+
"example": "100",
|
|
4428
|
+
"member": "int64",
|
|
4429
|
+
"name": "PageSize",
|
|
4430
|
+
"required": true,
|
|
4431
|
+
"type": "int"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"disabled": false,
|
|
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.",
|
|
4436
|
+
"example": "Name",
|
|
4437
|
+
"member": "string",
|
|
4438
|
+
"name": "FilterType",
|
|
4439
|
+
"required": false,
|
|
4440
|
+
"type": "string"
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"disabled": false,
|
|
4444
|
+
"document": "Filter value",
|
|
4445
|
+
"example": "张三",
|
|
4446
|
+
"member": "string",
|
|
4447
|
+
"name": "Filter",
|
|
4448
|
+
"required": false,
|
|
4449
|
+
"type": "string"
|
|
4450
|
+
},
|
|
4451
|
+
{
|
|
4452
|
+
"disabled": false,
|
|
4453
|
+
"document": "Sorting method. sorts by binding time in ascending or descending order. defaults to descending order if not specified.\nDesc: descending order.\nacs: ascending.",
|
|
4454
|
+
"example": "desc",
|
|
4455
|
+
"member": "string",
|
|
4456
|
+
"name": "Order",
|
|
4457
|
+
"required": false,
|
|
4458
|
+
"type": "string"
|
|
4459
|
+
}
|
|
4460
|
+
],
|
|
4461
|
+
"type": "object"
|
|
4462
|
+
},
|
|
4463
|
+
"QuerySubAgentsDetailV2Response": {
|
|
4464
|
+
"document": "QuerySubAgentsDetailV2 response structure.",
|
|
4465
|
+
"members": [
|
|
4466
|
+
{
|
|
4467
|
+
"disabled": false,
|
|
4468
|
+
"document": "Number of second-level resellers.",
|
|
4469
|
+
"example": "20",
|
|
4470
|
+
"member": "int64",
|
|
4471
|
+
"name": "Total",
|
|
4472
|
+
"output_required": false,
|
|
4473
|
+
"type": "int",
|
|
4474
|
+
"value_allowed_null": false
|
|
4475
|
+
},
|
|
4476
|
+
{
|
|
4477
|
+
"disabled": false,
|
|
4478
|
+
"document": "Second-Level reseller information.",
|
|
4479
|
+
"example": "无",
|
|
4480
|
+
"member": "QuerySubAgentsDetailV2ResponseData",
|
|
4481
|
+
"name": "Data",
|
|
4482
|
+
"output_required": false,
|
|
4483
|
+
"type": "list",
|
|
4484
|
+
"value_allowed_null": false
|
|
4485
|
+
},
|
|
4486
|
+
{
|
|
4487
|
+
"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.",
|
|
4488
|
+
"member": "string",
|
|
4489
|
+
"name": "RequestId",
|
|
4490
|
+
"type": "string"
|
|
4491
|
+
}
|
|
4492
|
+
],
|
|
4493
|
+
"type": "object"
|
|
4494
|
+
},
|
|
4495
|
+
"QuerySubAgentsDetailV2ResponseData": {
|
|
4496
|
+
"document": "Second-Level reseller information.",
|
|
4497
|
+
"members": [
|
|
4498
|
+
{
|
|
4499
|
+
"disabled": false,
|
|
4500
|
+
"document": "Second-level reseller UIN.",
|
|
4501
|
+
"example": "2000000000",
|
|
4502
|
+
"member": "int64",
|
|
4503
|
+
"name": "SubAgentUin",
|
|
4504
|
+
"output_required": false,
|
|
4505
|
+
"type": "int",
|
|
4506
|
+
"value_allowed_null": false
|
|
4507
|
+
},
|
|
4508
|
+
{
|
|
4509
|
+
"disabled": false,
|
|
4510
|
+
"document": "Name",
|
|
4511
|
+
"example": "张三",
|
|
4512
|
+
"member": "string",
|
|
4513
|
+
"name": "Name",
|
|
4514
|
+
"output_required": false,
|
|
4515
|
+
"type": "string",
|
|
4516
|
+
"value_allowed_null": false
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"disabled": false,
|
|
4520
|
+
"document": "Remarks",
|
|
4521
|
+
"example": "客户备注",
|
|
4522
|
+
"member": "string",
|
|
4523
|
+
"name": "Remark",
|
|
4524
|
+
"output_required": false,
|
|
4525
|
+
"type": "string",
|
|
4526
|
+
"value_allowed_null": false
|
|
4527
|
+
},
|
|
4528
|
+
{
|
|
4529
|
+
"disabled": false,
|
|
4530
|
+
"document": "Mobile number.",
|
|
4531
|
+
"example": "188****1234",
|
|
4532
|
+
"member": "string",
|
|
4533
|
+
"name": "Mobile",
|
|
4534
|
+
"output_required": false,
|
|
4535
|
+
"type": "string",
|
|
4536
|
+
"value_allowed_null": false
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
"disabled": false,
|
|
4540
|
+
"document": "Specifies the mailbox.",
|
|
4541
|
+
"example": "abc@gmail.com",
|
|
4542
|
+
"member": "string",
|
|
4543
|
+
"name": "Email",
|
|
4544
|
+
"output_required": false,
|
|
4545
|
+
"type": "string",
|
|
4546
|
+
"value_allowed_null": false
|
|
4547
|
+
},
|
|
4548
|
+
{
|
|
4549
|
+
"disabled": false,
|
|
4550
|
+
"document": "Number of secondary dealer sub-customers.",
|
|
4551
|
+
"example": "20",
|
|
4552
|
+
"member": "int64",
|
|
4553
|
+
"name": "CountOfCustomers",
|
|
4554
|
+
"output_required": false,
|
|
4555
|
+
"type": "int",
|
|
4556
|
+
"value_allowed_null": false
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"disabled": false,
|
|
4560
|
+
"document": "Binding time.",
|
|
4561
|
+
"example": "2025-01-01 12:21:10",
|
|
4562
|
+
"member": "string",
|
|
4563
|
+
"name": "BindTime",
|
|
4564
|
+
"output_required": false,
|
|
4565
|
+
"type": "string",
|
|
4566
|
+
"value_allowed_null": false
|
|
4567
|
+
},
|
|
4568
|
+
{
|
|
4569
|
+
"disabled": false,
|
|
4570
|
+
"document": "Credit limit pool of second-level reseller.",
|
|
4571
|
+
"example": "100.00",
|
|
4572
|
+
"member": "float",
|
|
4573
|
+
"name": "Credit",
|
|
4574
|
+
"output_required": false,
|
|
4575
|
+
"type": "float",
|
|
4576
|
+
"value_allowed_null": false
|
|
4577
|
+
},
|
|
4578
|
+
{
|
|
4579
|
+
"disabled": false,
|
|
4580
|
+
"document": "Value pool of unconsumed credit limit for second-level reseller.",
|
|
4581
|
+
"example": "50.00",
|
|
4582
|
+
"member": "float",
|
|
4583
|
+
"name": "RemainingCredit",
|
|
4584
|
+
"output_required": false,
|
|
4585
|
+
"type": "float",
|
|
4586
|
+
"value_allowed_null": false
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"disabled": false,
|
|
4590
|
+
"document": "Cash coupon quota pool for second-level reseller.",
|
|
4591
|
+
"example": "100.00",
|
|
4592
|
+
"member": "float",
|
|
4593
|
+
"name": "Voucher",
|
|
4594
|
+
"output_required": false,
|
|
4595
|
+
"type": "float",
|
|
4596
|
+
"value_allowed_null": false
|
|
4597
|
+
},
|
|
4598
|
+
{
|
|
4599
|
+
"disabled": false,
|
|
4600
|
+
"document": "Balance of cash coupon quota pool for second-level reseller.",
|
|
4601
|
+
"example": "40.00",
|
|
4602
|
+
"member": "float",
|
|
4603
|
+
"name": "RemainingVoucher",
|
|
4604
|
+
"output_required": false,
|
|
4605
|
+
"type": "float",
|
|
4606
|
+
"value_allowed_null": false
|
|
4607
|
+
}
|
|
4608
|
+
],
|
|
4609
|
+
"usage": "out"
|
|
4610
|
+
},
|
|
3695
4611
|
"QueryT1IndirectCustomersDetailRequest": {
|
|
3696
4612
|
"document": "QueryT1IndirectCustomersDetail request structure.",
|
|
3697
4613
|
"members": [
|
|
3698
4614
|
{
|
|
3699
4615
|
"disabled": false,
|
|
3700
4616
|
"document": "Second-level reseller UIN.",
|
|
3701
|
-
"example": "
|
|
4617
|
+
"example": "200000000000",
|
|
3702
4618
|
"member": "int64",
|
|
3703
4619
|
"name": "SubAgentUin",
|
|
3704
4620
|
"required": true,
|
|
@@ -3730,7 +4646,7 @@
|
|
|
3730
4646
|
"members": [
|
|
3731
4647
|
{
|
|
3732
4648
|
"disabled": false,
|
|
3733
|
-
"document": "The number of indirect sub-customers of a
|
|
4649
|
+
"document": "The number of indirect sub-customers of a distributor.",
|
|
3734
4650
|
"example": "30",
|
|
3735
4651
|
"member": "int64",
|
|
3736
4652
|
"name": "Total",
|
|
@@ -3741,7 +4657,7 @@
|
|
|
3741
4657
|
{
|
|
3742
4658
|
"disabled": false,
|
|
3743
4659
|
"document": "Second-level reseller UIN.",
|
|
3744
|
-
"example": "
|
|
4660
|
+
"example": "200000000000",
|
|
3745
4661
|
"member": "int64",
|
|
3746
4662
|
"name": "SubAgentUin",
|
|
3747
4663
|
"output_required": false,
|