tccli 3.0.908.1__py2.py3-none-any.whl → 3.0.910.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/cdn/v20180606/DescribeHttpsPackages.md +19 -18
- tccli/examples/cdn/v20180606/DescribeTrafficPackages.md +16 -14
- tccli/examples/cfs/v20190719/DescribeCfsFileSystems.md +31 -31
- tccli/examples/cfs/v20190719/UpdateCfsPGroup.md +1 -1
- tccli/examples/cms/v20190321/CreateKeywordsSamples.md +10 -0
- tccli/examples/cms/v20190321/DeleteLibSamples.md +2 -1
- tccli/examples/cms/v20190321/DescribeLibSamples.md +2 -1
- tccli/examples/cvm/v20170312/DescribeImportImageOs.md +1 -1
- tccli/examples/cynosdb/v20190107/AddInstances.md +8 -8
- tccli/examples/cynosdb/v20190107/DescribeParamTemplates.md +2 -2
- tccli/examples/ecm/v20190719/AllocateIpv6AddressesBandwidth.md +25 -0
- tccli/examples/ecm/v20190719/AssignIpv6CidrBlock.md +23 -0
- tccli/examples/ecm/v20190719/AssignIpv6CidrBlocks.md +29 -0
- tccli/examples/ecm/v20190719/AssignIpv6SubnetCidrBlock.md +29 -0
- tccli/examples/ecm/v20190719/DescribeRegionIpv6Addresses.md +41 -0
- tccli/examples/ecm/v20190719/ModifyIpv6AddressesBandwidth.md +22 -0
- tccli/examples/ecm/v20190719/QueryVpcTaskResult.md +22 -0
- tccli/examples/ecm/v20190719/ReleaseIpv6AddressesBandwidth.md +22 -0
- tccli/examples/ecm/v20190719/UnassignIpv6SubnetCidrBlock.md +23 -0
- tccli/examples/emr/v20190103/InquiryPriceRenewInstance.md +32 -1
- tccli/examples/es/v20180416/ModifyEsVipSecurityGroup.md +21 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByFiles.md +118 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByTemplates.md +61 -0
- tccli/examples/ess/v20201111/CreateFlowReminds.md +3 -3
- tccli/examples/ess/v20201111/CreateFlowSignReview.md +2 -2
- tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByTemplates.md +49 -0
- tccli/examples/lcic/v20220817/DescribeDocument.md +52 -16
- tccli/examples/live/v20180801/DeleteLiveTranscodeTemplate.md +1 -1
- tccli/examples/monitor/v20180724/DeletePrometheusScrapeJobs.md +4 -4
- tccli/examples/monitor/v20180724/DescribeExporterIntegrations.md +5 -5
- tccli/examples/monitor/v20180724/DescribePrometheusAgents.md +10 -10
- tccli/examples/monitor/v20180724/DescribePrometheusScrapeJobs.md +8 -8
- tccli/examples/ocr/v20181119/DriverLicenseOCR.md +2 -2
- tccli/examples/smh/v20210712/DeleteLibrary.md +1 -1
- tccli/examples/sqlserver/v20180328/InquiryPriceRenewDBInstance.md +1 -1
- tccli/examples/sqlserver/v20180328/InquiryPriceUpgradeDBInstance.md +1 -1
- tccli/examples/ssl/v20191205/DescribeDeployedResources.md +5 -5
- tccli/examples/tchd/v20230306/DescribeEvents.md +35 -0
- tccli/examples/tdmq/v20200217/CreateTopic.md +1 -1
- tccli/examples/vod/v20180717/CreateRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/DeleteRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/DescribeRebuildMediaTemplates.md +2 -2
- tccli/examples/vod/v20180717/ModifyRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/RebuildMedia.md +2 -2
- tccli/examples/vod/v20180717/RebuildMediaByTemplate.md +2 -2
- tccli/examples/vpc/v20170312/DescribeSecurityGroups.md +1 -1
- tccli/examples/wav/v20210129/QueryClueInfoList.md +1 -0
- tccli/examples/wedata/v20210820/DescribeColumnLineage.md +77 -0
- tccli/examples/wedata/v20210820/DescribeTableLineage.md +79 -0
- tccli/services/__init__.py +3 -0
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/cdn/v20180606/api.json +49 -67
- tccli/services/cdn/v20180606/examples.json +3 -3
- tccli/services/cfs/v20190719/api.json +65 -26
- tccli/services/cfs/v20190719/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +7 -2
- tccli/services/cms/v20190321/api.json +37 -2
- tccli/services/cms/v20190321/examples.json +3 -3
- tccli/services/cvm/v20170312/api.json +2 -0
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cynosdb/v20190107/api.json +58 -73
- tccli/services/cynosdb/v20190107/examples.json +3 -3
- tccli/services/ecm/ecm_client.py +493 -16
- tccli/services/ecm/v20190719/api.json +657 -26
- tccli/services/ecm/v20190719/examples.json +72 -0
- tccli/services/emr/v20190103/api.json +5 -12
- tccli/services/emr/v20190103/examples.json +7 -1
- tccli/services/es/es_client.py +65 -12
- tccli/services/es/v20180416/api.json +43 -0
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/ess/ess_client.py +145 -39
- tccli/services/ess/v20201111/api.json +417 -41
- tccli/services/ess/v20201111/examples.json +19 -3
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +105 -3
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/lcic/v20220817/api.json +27 -16
- tccli/services/lcic/v20220817/examples.json +10 -4
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +20 -24
- tccli/services/monitor/v20180724/examples.json +11 -11
- tccli/services/ocr/v20181119/api.json +22 -5
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/smh/v20210712/api.json +1 -1
- tccli/services/smh/v20210712/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +8 -15
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +1 -0
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/tcb/v20180608/api.json +33 -39
- tccli/services/tchd/__init__.py +4 -0
- tccli/services/tchd/tchd_client.py +194 -0
- tccli/services/tchd/v20230306/api.json +167 -0
- tccli/services/tchd/v20230306/examples.json +13 -0
- tccli/services/tdmq/v20200217/api.json +7 -14
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +33 -20
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +0 -240
- tccli/services/trtc/v20190722/examples.json +0 -8
- tccli/services/tse/v20201207/api.json +20 -39
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vod/v20180717/api.json +40 -36
- tccli/services/vod/v20180717/examples.json +12 -12
- tccli/services/vpc/v20170312/api.json +21 -7
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/wav/v20210129/api.json +10 -0
- tccli/services/wav/v20210129/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +1146 -211
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/METADATA +82 -3
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/RECORD +118 -98
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/license_files/LICENSE +0 -0
@@ -84,6 +84,20 @@
|
|
84
84
|
"output": "CreateFlowEvidenceReportResponse",
|
85
85
|
"status": "online"
|
86
86
|
},
|
87
|
+
"CreateFlowGroupByFiles": {
|
88
|
+
"document": "此接口(CreateFlowGroupByFiles)通过多文件创建合同组签署流程。<br/>\nPDF资源Id 通过上传文件接口获取\n此接口合同组中的子合同必须都是文件发起的合同",
|
89
|
+
"input": "CreateFlowGroupByFilesRequest",
|
90
|
+
"name": "通过多文件创建合同组签署流程",
|
91
|
+
"output": "CreateFlowGroupByFilesResponse",
|
92
|
+
"status": "online"
|
93
|
+
},
|
94
|
+
"CreateFlowGroupByTemplates": {
|
95
|
+
"document": "此接口(CreateFlowGroupByTemplates)通过多模板创建合同组签署流程。<br/>\n此接口合同组中的子合同必须都是模板发起的合同。 <br/>目前最大仅支持50个子合同",
|
96
|
+
"input": "CreateFlowGroupByTemplatesRequest",
|
97
|
+
"name": "通过多模板创建合同组签署流程",
|
98
|
+
"output": "CreateFlowGroupByTemplatesResponse",
|
99
|
+
"status": "online"
|
100
|
+
},
|
87
101
|
"CreateFlowReminds": {
|
88
102
|
"document": "指定需要批量催办的签署流程Id,批量催办合同,最多100个; 接口失败后返回错误信息\n注意:\n该接口不可直接调用,请联系客户经理申请使用\n仅能催办当前状态为“待签署”的签署人,且只能催办一次\n发起合同时,签署人的NotifyType需设置为sms,否则无法催办",
|
89
103
|
"input": "CreateFlowRemindsRequest",
|
@@ -488,15 +502,6 @@
|
|
488
502
|
"required": true,
|
489
503
|
"type": "string"
|
490
504
|
},
|
491
|
-
{
|
492
|
-
"disabled": false,
|
493
|
-
"document": "签署人的签署控件列表",
|
494
|
-
"example": "无",
|
495
|
-
"member": "Component",
|
496
|
-
"name": "SignComponents",
|
497
|
-
"required": true,
|
498
|
-
"type": "list"
|
499
|
-
},
|
500
505
|
{
|
501
506
|
"disabled": false,
|
502
507
|
"document": "如果签署方是企业签署方,则为企业名",
|
@@ -506,6 +511,15 @@
|
|
506
511
|
"required": false,
|
507
512
|
"type": "string"
|
508
513
|
},
|
514
|
+
{
|
515
|
+
"disabled": false,
|
516
|
+
"document": "签署人的签署控件列表",
|
517
|
+
"example": "无",
|
518
|
+
"member": "Component",
|
519
|
+
"name": "SignComponents",
|
520
|
+
"required": false,
|
521
|
+
"type": "list"
|
522
|
+
},
|
509
523
|
{
|
510
524
|
"disabled": false,
|
511
525
|
"document": "签署人的身份证号",
|
@@ -2072,6 +2086,172 @@
|
|
2072
2086
|
],
|
2073
2087
|
"type": "object"
|
2074
2088
|
},
|
2089
|
+
"CreateFlowGroupByFilesRequest": {
|
2090
|
+
"document": "CreateFlowGroupByFiles请求参数结构体",
|
2091
|
+
"members": [
|
2092
|
+
{
|
2093
|
+
"disabled": false,
|
2094
|
+
"document": "调用方用户信息,userId 必填。支持填入集团子公司经办人 userId 代发合同",
|
2095
|
+
"example": "无",
|
2096
|
+
"member": "UserInfo",
|
2097
|
+
"name": "Operator",
|
2098
|
+
"required": true,
|
2099
|
+
"type": "object"
|
2100
|
+
},
|
2101
|
+
{
|
2102
|
+
"disabled": false,
|
2103
|
+
"document": "合同(流程)组名称,最大长度200个字符",
|
2104
|
+
"example": "无",
|
2105
|
+
"member": "string",
|
2106
|
+
"name": "FlowGroupName",
|
2107
|
+
"required": true,
|
2108
|
+
"type": "string"
|
2109
|
+
},
|
2110
|
+
{
|
2111
|
+
"disabled": false,
|
2112
|
+
"document": "合同(流程)组的子合同信息,支持2-50个子合同",
|
2113
|
+
"example": "无",
|
2114
|
+
"member": "FlowGroupInfo",
|
2115
|
+
"name": "FlowGroupInfos",
|
2116
|
+
"required": true,
|
2117
|
+
"type": "list"
|
2118
|
+
},
|
2119
|
+
{
|
2120
|
+
"disabled": false,
|
2121
|
+
"document": "代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填",
|
2122
|
+
"example": "无",
|
2123
|
+
"member": "Agent",
|
2124
|
+
"name": "Agent",
|
2125
|
+
"required": false,
|
2126
|
+
"type": "object"
|
2127
|
+
},
|
2128
|
+
{
|
2129
|
+
"disabled": false,
|
2130
|
+
"document": "合同(流程)组的配置项信息。包括是否通知本企业签署方,是否通知其他签署方",
|
2131
|
+
"example": "无",
|
2132
|
+
"member": "FlowGroupOptions",
|
2133
|
+
"name": "FlowGroupOptions",
|
2134
|
+
"required": false,
|
2135
|
+
"type": "object"
|
2136
|
+
}
|
2137
|
+
],
|
2138
|
+
"type": "object"
|
2139
|
+
},
|
2140
|
+
"CreateFlowGroupByFilesResponse": {
|
2141
|
+
"document": "CreateFlowGroupByFiles返回参数结构体",
|
2142
|
+
"members": [
|
2143
|
+
{
|
2144
|
+
"disabled": false,
|
2145
|
+
"document": "合同(流程)组的合同组Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2146
|
+
"example": "无",
|
2147
|
+
"member": "string",
|
2148
|
+
"name": "FlowGroupId",
|
2149
|
+
"output_required": true,
|
2150
|
+
"type": "string",
|
2151
|
+
"value_allowed_null": true
|
2152
|
+
},
|
2153
|
+
{
|
2154
|
+
"disabled": false,
|
2155
|
+
"document": "合同(流程)组中子合同列表.\n注意:此字段可能返回 null,表示取不到有效值。",
|
2156
|
+
"example": "无",
|
2157
|
+
"member": "string",
|
2158
|
+
"name": "FlowIds",
|
2159
|
+
"output_required": true,
|
2160
|
+
"type": "list",
|
2161
|
+
"value_allowed_null": true
|
2162
|
+
},
|
2163
|
+
{
|
2164
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
2165
|
+
"member": "string",
|
2166
|
+
"name": "RequestId",
|
2167
|
+
"type": "string"
|
2168
|
+
}
|
2169
|
+
],
|
2170
|
+
"type": "object"
|
2171
|
+
},
|
2172
|
+
"CreateFlowGroupByTemplatesRequest": {
|
2173
|
+
"document": "CreateFlowGroupByTemplates请求参数结构体",
|
2174
|
+
"members": [
|
2175
|
+
{
|
2176
|
+
"disabled": false,
|
2177
|
+
"document": "调用方用户信息,userId 必填。支持填入集团子公司经办人 userId 代发合同",
|
2178
|
+
"example": "无",
|
2179
|
+
"member": "UserInfo",
|
2180
|
+
"name": "Operator",
|
2181
|
+
"required": true,
|
2182
|
+
"type": "object"
|
2183
|
+
},
|
2184
|
+
{
|
2185
|
+
"disabled": false,
|
2186
|
+
"document": "合同组名称,最大长度200个字符",
|
2187
|
+
"example": "无",
|
2188
|
+
"member": "string",
|
2189
|
+
"name": "FlowGroupName",
|
2190
|
+
"required": true,
|
2191
|
+
"type": "string"
|
2192
|
+
},
|
2193
|
+
{
|
2194
|
+
"disabled": false,
|
2195
|
+
"document": "合同组的子合同信息,支持2-50个子合同",
|
2196
|
+
"example": "无",
|
2197
|
+
"member": "FlowGroupInfo",
|
2198
|
+
"name": "FlowGroupInfos",
|
2199
|
+
"required": true,
|
2200
|
+
"type": "list"
|
2201
|
+
},
|
2202
|
+
{
|
2203
|
+
"disabled": false,
|
2204
|
+
"document": "代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填",
|
2205
|
+
"example": "无",
|
2206
|
+
"member": "Agent",
|
2207
|
+
"name": "Agent",
|
2208
|
+
"required": false,
|
2209
|
+
"type": "object"
|
2210
|
+
},
|
2211
|
+
{
|
2212
|
+
"disabled": false,
|
2213
|
+
"document": "合同组的配置信息。包括是否通知本企业签署方,是否通知其他签署方",
|
2214
|
+
"example": "无",
|
2215
|
+
"member": "FlowGroupOptions",
|
2216
|
+
"name": "FlowGroupOptions",
|
2217
|
+
"required": false,
|
2218
|
+
"type": "object"
|
2219
|
+
}
|
2220
|
+
],
|
2221
|
+
"type": "object"
|
2222
|
+
},
|
2223
|
+
"CreateFlowGroupByTemplatesResponse": {
|
2224
|
+
"document": "CreateFlowGroupByTemplates返回参数结构体",
|
2225
|
+
"members": [
|
2226
|
+
{
|
2227
|
+
"disabled": false,
|
2228
|
+
"document": "合同(流程)组的合同组Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2229
|
+
"example": "无",
|
2230
|
+
"member": "string",
|
2231
|
+
"name": "FlowGroupId",
|
2232
|
+
"output_required": true,
|
2233
|
+
"type": "string",
|
2234
|
+
"value_allowed_null": true
|
2235
|
+
},
|
2236
|
+
{
|
2237
|
+
"disabled": false,
|
2238
|
+
"document": "合同(流程)组中子合同列表.\n注意:此字段可能返回 null,表示取不到有效值。",
|
2239
|
+
"example": "无",
|
2240
|
+
"member": "string",
|
2241
|
+
"name": "FlowIds",
|
2242
|
+
"output_required": true,
|
2243
|
+
"type": "list",
|
2244
|
+
"value_allowed_null": true
|
2245
|
+
},
|
2246
|
+
{
|
2247
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
2248
|
+
"member": "string",
|
2249
|
+
"name": "RequestId",
|
2250
|
+
"type": "string"
|
2251
|
+
}
|
2252
|
+
],
|
2253
|
+
"type": "object"
|
2254
|
+
},
|
2075
2255
|
"CreateFlowRemindsRequest": {
|
2076
2256
|
"document": "CreateFlowReminds请求参数结构体",
|
2077
2257
|
"members": [
|
@@ -2367,7 +2547,7 @@
|
|
2367
2547
|
},
|
2368
2548
|
{
|
2369
2549
|
"disabled": false,
|
2370
|
-
"document": "
|
2550
|
+
"document": "操作类型:(接口通过该字段区分操作类型)\n\nSignReview:签署审核\nCreateReview:发起审核\n\n默认:SignReview;SignReview:签署审核\n\n该字段不传或者为空,则默认为SignReview签署审核,走签署审核流程\n若发起个人审核,则指定该字段为:SignReview(注意,给个人审核时,需联系客户经理开白使用)",
|
2371
2551
|
"example": "无",
|
2372
2552
|
"member": "string",
|
2373
2553
|
"name": "OperateType",
|
@@ -3161,6 +3341,15 @@
|
|
3161
3341
|
"required": false,
|
3162
3342
|
"type": "string"
|
3163
3343
|
},
|
3344
|
+
{
|
3345
|
+
"disabled": false,
|
3346
|
+
"document": "合同组ID",
|
3347
|
+
"example": "无",
|
3348
|
+
"member": "string",
|
3349
|
+
"name": "FlowGroupId",
|
3350
|
+
"required": false,
|
3351
|
+
"type": "string"
|
3352
|
+
},
|
3164
3353
|
{
|
3165
3354
|
"disabled": false,
|
3166
3355
|
"document": "跳转页面 1: 小程序合同详情 2: 小程序合同列表页 0: 不传, 默认主页",
|
@@ -3200,6 +3389,7 @@
|
|
3200
3389
|
"example": "weixin://dl/business/?t= *TICKET*",
|
3201
3390
|
"member": "string",
|
3202
3391
|
"name": "SchemeUrl",
|
3392
|
+
"output_required": true,
|
3203
3393
|
"type": "string",
|
3204
3394
|
"value_allowed_null": false
|
3205
3395
|
},
|
@@ -4272,32 +4462,41 @@
|
|
4272
4462
|
"DescribeFlowInfoRequest": {
|
4273
4463
|
"document": "DescribeFlowInfo请求参数结构体",
|
4274
4464
|
"members": [
|
4465
|
+
{
|
4466
|
+
"disabled": false,
|
4467
|
+
"document": "调用方用户信息,userId 必填",
|
4468
|
+
"example": "无",
|
4469
|
+
"member": "UserInfo",
|
4470
|
+
"name": "Operator",
|
4471
|
+
"required": false,
|
4472
|
+
"type": "object"
|
4473
|
+
},
|
4275
4474
|
{
|
4276
4475
|
"disabled": false,
|
4277
4476
|
"document": "需要查询的流程ID列表,限制最大100个",
|
4278
4477
|
"example": "无",
|
4279
4478
|
"member": "string",
|
4280
4479
|
"name": "FlowIds",
|
4281
|
-
"required":
|
4480
|
+
"required": false,
|
4282
4481
|
"type": "list"
|
4283
4482
|
},
|
4284
4483
|
{
|
4285
4484
|
"disabled": false,
|
4286
|
-
"document": "
|
4485
|
+
"document": "代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填",
|
4287
4486
|
"example": "无",
|
4288
|
-
"member": "
|
4289
|
-
"name": "
|
4487
|
+
"member": "Agent",
|
4488
|
+
"name": "Agent",
|
4290
4489
|
"required": false,
|
4291
4490
|
"type": "object"
|
4292
4491
|
},
|
4293
4492
|
{
|
4294
4493
|
"disabled": false,
|
4295
|
-
"document": "
|
4494
|
+
"document": "合同组ID",
|
4296
4495
|
"example": "无",
|
4297
|
-
"member": "
|
4298
|
-
"name": "
|
4496
|
+
"member": "string",
|
4497
|
+
"name": "FlowGroupId",
|
4299
4498
|
"required": false,
|
4300
|
-
"type": "
|
4499
|
+
"type": "string"
|
4301
4500
|
}
|
4302
4501
|
],
|
4303
4502
|
"type": "object"
|
@@ -4311,9 +4510,30 @@
|
|
4311
4510
|
"example": "无",
|
4312
4511
|
"member": "FlowDetailInfo",
|
4313
4512
|
"name": "FlowDetailInfos",
|
4513
|
+
"output_required": true,
|
4314
4514
|
"type": "list",
|
4315
4515
|
"value_allowed_null": false
|
4316
4516
|
},
|
4517
|
+
{
|
4518
|
+
"disabled": false,
|
4519
|
+
"document": "合同组ID",
|
4520
|
+
"example": "无",
|
4521
|
+
"member": "string",
|
4522
|
+
"name": "FlowGroupId",
|
4523
|
+
"output_required": false,
|
4524
|
+
"type": "string",
|
4525
|
+
"value_allowed_null": false
|
4526
|
+
},
|
4527
|
+
{
|
4528
|
+
"disabled": false,
|
4529
|
+
"document": "合同组名称",
|
4530
|
+
"example": "无",
|
4531
|
+
"member": "string",
|
4532
|
+
"name": "FlowGroupName",
|
4533
|
+
"output_required": false,
|
4534
|
+
"type": "string",
|
4535
|
+
"value_allowed_null": false
|
4536
|
+
},
|
4317
4537
|
{
|
4318
4538
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
4319
4539
|
"member": "string",
|
@@ -5574,7 +5794,7 @@
|
|
5574
5794
|
"example": "无",
|
5575
5795
|
"member": "string",
|
5576
5796
|
"name": "ApproveMessage",
|
5577
|
-
"
|
5797
|
+
"output_required": true,
|
5578
5798
|
"type": "string",
|
5579
5799
|
"value_allowed_null": true
|
5580
5800
|
},
|
@@ -5584,7 +5804,7 @@
|
|
5584
5804
|
"example": "无",
|
5585
5805
|
"member": "string",
|
5586
5806
|
"name": "ApproveName",
|
5587
|
-
"
|
5807
|
+
"output_required": true,
|
5588
5808
|
"type": "string",
|
5589
5809
|
"value_allowed_null": false
|
5590
5810
|
},
|
@@ -5594,7 +5814,7 @@
|
|
5594
5814
|
"example": "无",
|
5595
5815
|
"member": "int64",
|
5596
5816
|
"name": "ApproveStatus",
|
5597
|
-
"
|
5817
|
+
"output_required": true,
|
5598
5818
|
"type": "int",
|
5599
5819
|
"value_allowed_null": false
|
5600
5820
|
},
|
@@ -5604,7 +5824,7 @@
|
|
5604
5824
|
"example": "无",
|
5605
5825
|
"member": "string",
|
5606
5826
|
"name": "ReceiptId",
|
5607
|
-
"
|
5827
|
+
"output_required": true,
|
5608
5828
|
"type": "string",
|
5609
5829
|
"value_allowed_null": false
|
5610
5830
|
},
|
@@ -5614,7 +5834,7 @@
|
|
5614
5834
|
"example": "无",
|
5615
5835
|
"member": "string",
|
5616
5836
|
"name": "CustomUserId",
|
5617
|
-
"
|
5837
|
+
"output_required": true,
|
5618
5838
|
"type": "string",
|
5619
5839
|
"value_allowed_null": true
|
5620
5840
|
},
|
@@ -5624,7 +5844,7 @@
|
|
5624
5844
|
"example": "无",
|
5625
5845
|
"member": "string",
|
5626
5846
|
"name": "Mobile",
|
5627
|
-
"
|
5847
|
+
"output_required": true,
|
5628
5848
|
"type": "string",
|
5629
5849
|
"value_allowed_null": false
|
5630
5850
|
},
|
@@ -5634,7 +5854,7 @@
|
|
5634
5854
|
"example": "无",
|
5635
5855
|
"member": "int64",
|
5636
5856
|
"name": "SignOrder",
|
5637
|
-
"
|
5857
|
+
"output_required": true,
|
5638
5858
|
"type": "int",
|
5639
5859
|
"value_allowed_null": false
|
5640
5860
|
},
|
@@ -5644,7 +5864,7 @@
|
|
5644
5864
|
"example": "无",
|
5645
5865
|
"member": "int64",
|
5646
5866
|
"name": "ApproveTime",
|
5647
|
-
"
|
5867
|
+
"output_required": true,
|
5648
5868
|
"type": "int",
|
5649
5869
|
"value_allowed_null": false
|
5650
5870
|
},
|
@@ -5654,7 +5874,7 @@
|
|
5654
5874
|
"example": "无",
|
5655
5875
|
"member": "string",
|
5656
5876
|
"name": "ApproveType",
|
5657
|
-
"
|
5877
|
+
"output_required": true,
|
5658
5878
|
"type": "string",
|
5659
5879
|
"value_allowed_null": true
|
5660
5880
|
},
|
@@ -5664,7 +5884,7 @@
|
|
5664
5884
|
"example": "无",
|
5665
5885
|
"member": "string",
|
5666
5886
|
"name": "ApproverSource",
|
5667
|
-
"
|
5887
|
+
"output_required": true,
|
5668
5888
|
"type": "string",
|
5669
5889
|
"value_allowed_null": true
|
5670
5890
|
},
|
@@ -5674,7 +5894,7 @@
|
|
5674
5894
|
"example": "无",
|
5675
5895
|
"member": "string",
|
5676
5896
|
"name": "CustomApproverTag",
|
5677
|
-
"
|
5897
|
+
"output_required": true,
|
5678
5898
|
"type": "string",
|
5679
5899
|
"value_allowed_null": true
|
5680
5900
|
},
|
@@ -5684,7 +5904,7 @@
|
|
5684
5904
|
"example": "无",
|
5685
5905
|
"member": "string",
|
5686
5906
|
"name": "OrganizationId",
|
5687
|
-
"
|
5907
|
+
"output_required": true,
|
5688
5908
|
"type": "string",
|
5689
5909
|
"value_allowed_null": true
|
5690
5910
|
},
|
@@ -5694,7 +5914,7 @@
|
|
5694
5914
|
"example": "无",
|
5695
5915
|
"member": "string",
|
5696
5916
|
"name": "OrganizationName",
|
5697
|
-
"
|
5917
|
+
"output_required": true,
|
5698
5918
|
"type": "string",
|
5699
5919
|
"value_allowed_null": true
|
5700
5920
|
}
|
@@ -6048,7 +6268,7 @@
|
|
6048
6268
|
"example": "无",
|
6049
6269
|
"member": "string",
|
6050
6270
|
"name": "FlowId",
|
6051
|
-
"
|
6271
|
+
"output_required": true,
|
6052
6272
|
"type": "string",
|
6053
6273
|
"value_allowed_null": false
|
6054
6274
|
},
|
@@ -6058,7 +6278,7 @@
|
|
6058
6278
|
"example": "无",
|
6059
6279
|
"member": "string",
|
6060
6280
|
"name": "FlowName",
|
6061
|
-
"
|
6281
|
+
"output_required": true,
|
6062
6282
|
"type": "string",
|
6063
6283
|
"value_allowed_null": false
|
6064
6284
|
},
|
@@ -6068,7 +6288,7 @@
|
|
6068
6288
|
"example": "无",
|
6069
6289
|
"member": "string",
|
6070
6290
|
"name": "FlowType",
|
6071
|
-
"
|
6291
|
+
"output_required": true,
|
6072
6292
|
"type": "string",
|
6073
6293
|
"value_allowed_null": true
|
6074
6294
|
},
|
@@ -6078,7 +6298,7 @@
|
|
6078
6298
|
"example": "无",
|
6079
6299
|
"member": "int64",
|
6080
6300
|
"name": "FlowStatus",
|
6081
|
-
"
|
6301
|
+
"output_required": true,
|
6082
6302
|
"type": "int",
|
6083
6303
|
"value_allowed_null": false
|
6084
6304
|
},
|
@@ -6088,7 +6308,7 @@
|
|
6088
6308
|
"example": "无",
|
6089
6309
|
"member": "string",
|
6090
6310
|
"name": "FlowMessage",
|
6091
|
-
"
|
6311
|
+
"output_required": true,
|
6092
6312
|
"type": "string",
|
6093
6313
|
"value_allowed_null": true
|
6094
6314
|
},
|
@@ -6098,7 +6318,7 @@
|
|
6098
6318
|
"example": "无",
|
6099
6319
|
"member": "string",
|
6100
6320
|
"name": "FlowDescription",
|
6101
|
-
"
|
6321
|
+
"output_required": true,
|
6102
6322
|
"type": "string",
|
6103
6323
|
"value_allowed_null": true
|
6104
6324
|
},
|
@@ -6108,7 +6328,7 @@
|
|
6108
6328
|
"example": "无",
|
6109
6329
|
"member": "int64",
|
6110
6330
|
"name": "CreatedOn",
|
6111
|
-
"
|
6331
|
+
"output_required": true,
|
6112
6332
|
"type": "int",
|
6113
6333
|
"value_allowed_null": false
|
6114
6334
|
},
|
@@ -6118,7 +6338,7 @@
|
|
6118
6338
|
"example": "无",
|
6119
6339
|
"member": "FlowApproverDetail",
|
6120
6340
|
"name": "FlowApproverInfos",
|
6121
|
-
"
|
6341
|
+
"output_required": true,
|
6122
6342
|
"type": "list",
|
6123
6343
|
"value_allowed_null": false
|
6124
6344
|
},
|
@@ -6128,7 +6348,7 @@
|
|
6128
6348
|
"example": "无",
|
6129
6349
|
"member": "FlowApproverDetail",
|
6130
6350
|
"name": "CcInfos",
|
6131
|
-
"
|
6351
|
+
"output_required": true,
|
6132
6352
|
"type": "list",
|
6133
6353
|
"value_allowed_null": false
|
6134
6354
|
},
|
@@ -6138,13 +6358,169 @@
|
|
6138
6358
|
"example": "无",
|
6139
6359
|
"member": "string",
|
6140
6360
|
"name": "Creator",
|
6141
|
-
"
|
6361
|
+
"output_required": true,
|
6142
6362
|
"type": "string",
|
6143
6363
|
"value_allowed_null": true
|
6144
6364
|
}
|
6145
6365
|
],
|
6146
6366
|
"usage": "out"
|
6147
6367
|
},
|
6368
|
+
"FlowGroupInfo": {
|
6369
|
+
"document": "此结构体(FlowGroupInfo)描述的是合同组(流程组)的单个合同(流程)信息",
|
6370
|
+
"members": [
|
6371
|
+
{
|
6372
|
+
"disabled": false,
|
6373
|
+
"document": "合同(流程)的名称",
|
6374
|
+
"example": "无",
|
6375
|
+
"member": "string",
|
6376
|
+
"name": "FlowName",
|
6377
|
+
"required": true,
|
6378
|
+
"type": "string"
|
6379
|
+
},
|
6380
|
+
{
|
6381
|
+
"disabled": false,
|
6382
|
+
"document": "合同(流程)的签署方信息",
|
6383
|
+
"example": "无",
|
6384
|
+
"member": "ApproverInfo",
|
6385
|
+
"name": "Approvers",
|
6386
|
+
"required": true,
|
6387
|
+
"type": "list"
|
6388
|
+
},
|
6389
|
+
{
|
6390
|
+
"disabled": false,
|
6391
|
+
"document": "发起合同(流程)的资源Id,此资源必须是PDF文件,来自UploadFiles,使用文件发起合同(流程)组时必传",
|
6392
|
+
"example": "无",
|
6393
|
+
"member": "string",
|
6394
|
+
"name": "FileIds",
|
6395
|
+
"required": false,
|
6396
|
+
"type": "list"
|
6397
|
+
},
|
6398
|
+
{
|
6399
|
+
"disabled": false,
|
6400
|
+
"document": "发起合同(流程)的模板Id,用模板发起合同(流程)组时必填",
|
6401
|
+
"example": "无",
|
6402
|
+
"member": "string",
|
6403
|
+
"name": "TemplateId",
|
6404
|
+
"required": false,
|
6405
|
+
"type": "string"
|
6406
|
+
},
|
6407
|
+
{
|
6408
|
+
"disabled": false,
|
6409
|
+
"document": "合同(流程)的类型",
|
6410
|
+
"example": "无",
|
6411
|
+
"member": "string",
|
6412
|
+
"name": "FlowType",
|
6413
|
+
"required": false,
|
6414
|
+
"type": "string"
|
6415
|
+
},
|
6416
|
+
{
|
6417
|
+
"disabled": false,
|
6418
|
+
"document": "合同(流程)的描述",
|
6419
|
+
"example": "无",
|
6420
|
+
"member": "string",
|
6421
|
+
"name": "FlowDescription",
|
6422
|
+
"required": false,
|
6423
|
+
"type": "string"
|
6424
|
+
},
|
6425
|
+
{
|
6426
|
+
"disabled": false,
|
6427
|
+
"document": "合同(流程)的截止时间戳,单位秒。默认是一年",
|
6428
|
+
"example": "无",
|
6429
|
+
"member": "int64",
|
6430
|
+
"name": "Deadline",
|
6431
|
+
"required": false,
|
6432
|
+
"type": "int"
|
6433
|
+
},
|
6434
|
+
{
|
6435
|
+
"disabled": false,
|
6436
|
+
"document": "合同(流程)的回调地址",
|
6437
|
+
"example": "无",
|
6438
|
+
"member": "string",
|
6439
|
+
"name": "CallbackUrl",
|
6440
|
+
"required": false,
|
6441
|
+
"type": "string"
|
6442
|
+
},
|
6443
|
+
{
|
6444
|
+
"disabled": false,
|
6445
|
+
"document": "第三方平台传递过来的信息, 限制1024字符 格式必须是base64的",
|
6446
|
+
"example": "无",
|
6447
|
+
"member": "string",
|
6448
|
+
"name": "UserData",
|
6449
|
+
"required": false,
|
6450
|
+
"type": "string"
|
6451
|
+
},
|
6452
|
+
{
|
6453
|
+
"disabled": false,
|
6454
|
+
"document": "合同(流程)的签署是否是无序签, true - 无序。 false - 有序, 默认 ",
|
6455
|
+
"example": "无",
|
6456
|
+
"member": "bool",
|
6457
|
+
"name": "Unordered",
|
6458
|
+
"required": false,
|
6459
|
+
"type": "bool"
|
6460
|
+
},
|
6461
|
+
{
|
6462
|
+
"disabled": false,
|
6463
|
+
"document": "合同(流程)发起方的填写控件,用户",
|
6464
|
+
"example": "无",
|
6465
|
+
"member": "Component",
|
6466
|
+
"name": "Components",
|
6467
|
+
"required": false,
|
6468
|
+
"type": "list"
|
6469
|
+
},
|
6470
|
+
{
|
6471
|
+
"disabled": false,
|
6472
|
+
"document": "本企业(发起方)是否需要签署审批,若需要审批则只允许查看不允许签署,需要您调用接口CreateFlowSignReview提交审批结果。",
|
6473
|
+
"example": "无",
|
6474
|
+
"member": "bool",
|
6475
|
+
"name": "NeedSignReview",
|
6476
|
+
"required": false,
|
6477
|
+
"type": "bool"
|
6478
|
+
},
|
6479
|
+
{
|
6480
|
+
"disabled": false,
|
6481
|
+
"document": "本企业(发起方)自动签署,需要您在发起合同时给印章控件指定自动签的印章。",
|
6482
|
+
"example": "无",
|
6483
|
+
"member": "string",
|
6484
|
+
"name": "AutoSignScene",
|
6485
|
+
"required": false,
|
6486
|
+
"type": "string"
|
6487
|
+
}
|
6488
|
+
],
|
6489
|
+
"usage": "in"
|
6490
|
+
},
|
6491
|
+
"FlowGroupOptions": {
|
6492
|
+
"document": "此结构体(FlowGroupOptions)描述的是合同组的个性化配置,支持控制是否发送短信、未实名个人签署方查看合同组时是否需要实名认证(仅在合同组文件发起配置时生效)",
|
6493
|
+
"members": [
|
6494
|
+
{
|
6495
|
+
"disabled": false,
|
6496
|
+
"document": "发起合同(流程)组的合同(流程)签署人校验方式\nVerifyCheck: 人脸识别(默认)\nMobileCheck:手机号验证\n参数说明:此参数仅在合同组文件发起有效,可选人脸识别或手机号验证两种方式,若选择后者,未实名个人签署方在签署合同时,无需经过实名认证和意愿确认两次人脸识别,该能力仅适用于个人签署方。",
|
6497
|
+
"example": "无",
|
6498
|
+
"member": "string",
|
6499
|
+
"name": "ApproverVerifyType",
|
6500
|
+
"required": false,
|
6501
|
+
"type": "string"
|
6502
|
+
},
|
6503
|
+
{
|
6504
|
+
"disabled": false,
|
6505
|
+
"document": "发起合同(流程)组本方企业经办人通知方式\n签署通知类型:sms--短信,none--不通知",
|
6506
|
+
"example": "无",
|
6507
|
+
"member": "string",
|
6508
|
+
"name": "SelfOrganizationApproverNotifyType",
|
6509
|
+
"required": false,
|
6510
|
+
"type": "string"
|
6511
|
+
},
|
6512
|
+
{
|
6513
|
+
"disabled": false,
|
6514
|
+
"document": "发起合同(流程)组他方经办人通知方式\n签署通知类型:sms--短信,none--不通知",
|
6515
|
+
"example": "无",
|
6516
|
+
"member": "string",
|
6517
|
+
"name": "OtherApproverNotifyType",
|
6518
|
+
"required": false,
|
6519
|
+
"type": "string"
|
6520
|
+
}
|
6521
|
+
],
|
6522
|
+
"usage": "in"
|
6523
|
+
},
|
6148
6524
|
"FormField": {
|
6149
6525
|
"document": "电子文档的控件填充信息。按照控件类型进行相应的填充。\n\n【数据表格传参说明】\n当模板的 ComponentType='DYNAMIC_TABLE'时,FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充数据表格(支持内容的单元格合并)\n输入示例1:\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\"\n },\n {\n \"content\":\"head2\"\n },\n {\n \"content\":\"head3\"\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n\n```\n\n输入示例2(表格表头宽度比例配置):\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head2\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head3\",\n \"widthPercent\": 40\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n\n```\n表格参数说明\n\n| 名称 | 类型 | 描述 |\n| ------------------- | ------- | ------------------------------------------------- |\n| headers | Array | 表头:不超过10列,不支持单元格合并,字数不超过100 |\n| rowCount | Integer | 表格内容最大行数 |\n| cells.N.rowStart | Integer | 单元格坐标:行起始index |\n| cells.N.rowEnd | Integer | 单元格坐标:行结束index |\n| cells.N.columnStart | Integer | 单元格坐标:列起始index |\n| cells.N.columnEnd | Integer | 单元格坐标:列结束index |\n| cells.N.content | String | 单元格内容,字数不超过100 |\n\n表格参数headers说明\nwidthPercent Integer 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35\ncontent String 表头单元格内容,字数不超过100",
|
6150
6526
|
"members": [
|