tccli 3.0.1070.1__py2.py3-none-any.whl → 3.0.1072.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/billing/v20180709/DescribeAllocateConditions.md +499 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillConditions.md +495 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +152 -0
- tccli/examples/billing/v20180709/DescribeAllocationMonthOverview.md +384 -0
- tccli/examples/billing/v20180709/DescribeAllocationOverview.md +102 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByBusiness.md +132 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByItem.md +96 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByResource.md +82 -0
- tccli/examples/billing/v20180709/DescribeAllocationTrendByMonth.md +60 -0
- tccli/examples/billing/v20180709/DescribeGatherResource.md +69 -0
- tccli/examples/cam/v20190116/GetCustomMFATokenInfo.md +2 -2
- tccli/examples/cam/v20190116/ListCollaborators.md +11 -10
- tccli/examples/cvm/v20170312/DescribeKeyPairs.md +1 -0
- tccli/examples/cvm/v20170312/InquiryPriceRenewInstances.md +3 -3
- tccli/examples/cvm/v20170312/InquiryPriceResetInstancesType.md +2 -40
- tccli/examples/dts/v20211206/DescribeSyncJobs.md +2 -0
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +26 -0
- tccli/examples/ess/v20201111/CreateFlowByFiles.md +261 -0
- tccli/examples/ess/v20201111/DescribeFlowTemplates.md +6 -1
- tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +34 -0
- tccli/examples/essbasic/v20210526/ChannelCreateFlowByFiles.md +257 -0
- tccli/examples/essbasic/v20210526/ChannelCreateReleaseFlow.md +35 -0
- tccli/examples/mariadb/v20170312/CreateAccount.md +1 -1
- tccli/examples/oceanus/v20190422/CreateJob.md +2 -1
- tccli/examples/postgres/v20170312/CreateBaseBackup.md +2 -2
- tccli/examples/postgres/v20170312/DeleteBaseBackup.md +1 -1
- tccli/examples/postgres/v20170312/DescribeBaseBackups.md +2 -2
- tccli/examples/postgres/v20170312/ModifyBaseBackupExpireTime.md +2 -2
- tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +8 -0
- tccli/examples/sqlserver/v20180328/ModifyDReadable.md +25 -0
- tccli/examples/tdmq/v20200217/DescribeRocketMQMsg.md +12 -12
- tccli/examples/tdmq/v20200217/DescribeRocketMQPublicAccessMonitorData.md +39 -0
- tccli/examples/teo/v20220901/CreateAccelerationDomain.md +1 -1
- tccli/examples/vpc/v20170312/DescribeVpnGateways.md +43 -65
- tccli/services/antiddos/v20200309/api.json +27 -16
- tccli/services/batch/v20170312/api.json +26 -26
- tccli/services/billing/billing_client.py +610 -80
- tccli/services/billing/v20180709/api.json +9519 -4207
- tccli/services/billing/v20180709/examples.json +80 -0
- tccli/services/cam/v20190116/api.json +35 -30
- tccli/services/cam/v20190116/examples.json +3 -3
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/cvm/v20170312/api.json +81 -78
- tccli/services/cvm/v20170312/examples.json +9 -9
- tccli/services/dcdb/v20180411/api.json +25 -25
- tccli/services/dts/v20211206/api.json +53 -11
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +72 -4
- tccli/services/ess/v20201111/examples.json +13 -1
- tccli/services/essbasic/v20210526/api.json +20 -2
- tccli/services/essbasic/v20210526/examples.json +18 -0
- tccli/services/goosefs/v20220519/api.json +9 -0
- tccli/services/lighthouse/v20200324/api.json +61 -0
- tccli/services/mariadb/v20170312/api.json +36 -36
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +18 -0
- tccli/services/oceanus/v20190422/api.json +28 -0
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +79 -74
- tccli/services/postgres/v20170312/examples.json +7 -7
- tccli/services/rce/v20201103/api.json +25 -25
- tccli/services/sqlserver/sqlserver_client.py +53 -0
- tccli/services/sqlserver/v20180328/api.json +237 -34
- tccli/services/sqlserver/v20180328/examples.json +9 -1
- tccli/services/tdmq/tdmq_client.py +110 -57
- tccli/services/tdmq/v20200217/api.json +222 -4
- tccli/services/tdmq/v20200217/examples.json +10 -2
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +4 -4
- tccli/services/vpc/v20170312/api.json +32 -24
- tccli/services/vpc/v20170312/examples.json +7 -7
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/RECORD +78 -66
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/license_files/LICENSE +0 -0
@@ -85,7 +85,7 @@
|
|
85
85
|
"status": "online"
|
86
86
|
},
|
87
87
|
"CreateFlowApprovers": {
|
88
|
-
"document": "
|
88
|
+
"document": "适用场景: 当通过模板或文件发起合同时,若未指定企业签署人信息,则可调用此接口补充或添加签署人。同一签署人可补充多个员工作为或签署人,最终实际签署人取决于谁先领取合同完成签署。\n\n限制条件:\n\n1.本企业(发起方企业)企业微信签署人仅支持通过企业微信UserId或姓名+手机号进行补充。\n2.本企业(发起方企业)非企业微信签署人仅支持通过姓名+手机号进行补充。\n3.他方企业仅支持通过姓名+手机号进行补充。\n4.个人签署人支持通过姓名+手机号进行补充,补充动态签署人时:若个人用户已完成实名,则可通过姓名+证件号码进行补充。",
|
89
89
|
"input": "CreateFlowApproversRequest",
|
90
90
|
"name": "补充签署流程签署人信息",
|
91
91
|
"output": "CreateFlowApproversResponse",
|
@@ -2703,7 +2703,7 @@
|
|
2703
2703
|
},
|
2704
2704
|
{
|
2705
2705
|
"disabled": false,
|
2706
|
-
"document": "合同流程的类别分类(可自定义名称,如销售合同/入职合同等),最大长度为200
|
2706
|
+
"document": "合同流程的类别分类(可自定义名称,如销售合同/入职合同等),最大长度为200个字符,仅限中文、字母、数字和下划线组成。\n如果用户已经在控制台创建了自定义合同类型,可以将这里的类型名称传入。 如果没有创建,我们会自动给发起方公司创建此自定义合同类型。\n![image](https://qcloudimg.tencent-cloud.cn/raw/36582cea03ae6a2559894844942b5d5c.png)",
|
2707
2707
|
"example": "销售合同",
|
2708
2708
|
"member": "string",
|
2709
2709
|
"name": "FlowType",
|
@@ -3395,7 +3395,7 @@
|
|
3395
3395
|
},
|
3396
3396
|
{
|
3397
3397
|
"disabled": false,
|
3398
|
-
"document": "合同流程的类别分类(可自定义名称,如销售合同/入职合同等),最大长度为200
|
3398
|
+
"document": "合同流程的类别分类(可自定义名称,如销售合同/入职合同等),最大长度为200个字符,仅限中文、字母、数字和下划线组成。\n此合同类型需要跟模板配置的合同类型保持一致。",
|
3399
3399
|
"example": "劳务合同",
|
3400
3400
|
"member": "string",
|
3401
3401
|
"name": "FlowType",
|
@@ -8035,7 +8035,7 @@
|
|
8035
8035
|
"usage": "both"
|
8036
8036
|
},
|
8037
8037
|
"FillApproverInfo": {
|
8038
|
-
"document": "补充签署人信息\n- RecipientId 必须指定\n- 通过企业微信自定义账号ID补充签署人时,ApproverSource 和 CustomUserId 必填,ApproverSource取值:WEWORKAPP\n- 通过二要素(姓名/手机号)补充签署人时,ApproverName 和 ApproverMobile 必填,ApproverSource
|
8038
|
+
"document": "补充签署人信息\n- RecipientId 必须指定\n- 通过企业微信自定义账号ID补充签署人时,ApproverSource 和 CustomUserId 必填,ApproverSource取值:WEWORKAPP\n- 通过二要素(姓名/手机号)补充签署人时,ApproverName 和 ApproverMobile 必填,ApproverSource设置为空\n- 补充个人签署方时,若该用户已在电子签完成实名则可通过指定姓名和证件类型、证件号码完成补充",
|
8039
8039
|
"members": [
|
8040
8040
|
{
|
8041
8041
|
"disabled": false,
|
@@ -8090,6 +8090,24 @@
|
|
8090
8090
|
"name": "OrganizationName",
|
8091
8091
|
"required": false,
|
8092
8092
|
"type": "string"
|
8093
|
+
},
|
8094
|
+
{
|
8095
|
+
"disabled": false,
|
8096
|
+
"document": "签署方经办人的证件类型,支持以下类型\n<ul><li>ID_CARD 居民身份证</li>\n<li>HONGKONG_AND_MACAO 港澳居民来往内地通行证</li>\n<li>HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)</li>\n<li>OTHER_CARD_TYPE 其他证件</li></ul>\n\n注: `1.其他证件类型为白名单功能,使用前请联系对接的客户经理沟通。`\n`2.补充个人签署方时,若该用户已在电子签完成实名则可通过指定姓名和证件类型、证件号码完成补充。`",
|
8097
|
+
"example": "ID_CARD",
|
8098
|
+
"member": "string",
|
8099
|
+
"name": "ApproverIdCardType",
|
8100
|
+
"required": false,
|
8101
|
+
"type": "string"
|
8102
|
+
},
|
8103
|
+
{
|
8104
|
+
"disabled": false,
|
8105
|
+
"document": "签署方经办人的证件号码,应符合以下规则\n<ul><li>居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>港澳居民来往内地通行证号码应为9位字符串,第1位为“C”,第2位为英文字母(但“I”、“O”除外),后7位为阿拉伯数字。</li>\n<li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>\n\n注:`补充个人签署方时,若该用户已在电子签完成实名则可通过指定姓名和证件类型、证件号码完成补充。`",
|
8106
|
+
"example": "无",
|
8107
|
+
"member": "string",
|
8108
|
+
"name": "ApproverIdCardNumber",
|
8109
|
+
"required": false,
|
8110
|
+
"type": "string"
|
8093
8111
|
}
|
8094
8112
|
],
|
8095
8113
|
"usage": "in"
|
@@ -11743,6 +11761,17 @@
|
|
11743
11761
|
"type": "string",
|
11744
11762
|
"value_allowed_null": true
|
11745
11763
|
},
|
11764
|
+
{
|
11765
|
+
"disabled": false,
|
11766
|
+
"document": "用户自定义合同类型。\n\n返回配置模板的时候选择的合同类型。[点击查看配置的位置](https://qcloudimg.tencent-cloud.cn/raw/4a766f0540253bf2a05d50c58bd14990.png)\n\n自定义合同类型配置的地方如链接图所示。[点击查看自定义合同类型管理的位置](https://qcloudimg.tencent-cloud.cn/raw/36582cea03ae6a2559894844942b5d5c.png)\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
11767
|
+
"example": "无",
|
11768
|
+
"member": "UserFlowType",
|
11769
|
+
"name": "UserFlowType",
|
11770
|
+
"output_required": true,
|
11771
|
+
"required": false,
|
11772
|
+
"type": "object",
|
11773
|
+
"value_allowed_null": true
|
11774
|
+
},
|
11746
11775
|
{
|
11747
11776
|
"disabled": false,
|
11748
11777
|
"document": "模板版本的编号,旨在标识其独特的版本信息,通常呈现为一串字符串,由日期和递增的数字组成\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -12082,6 +12111,45 @@
|
|
12082
12111
|
],
|
12083
12112
|
"type": "object"
|
12084
12113
|
},
|
12114
|
+
"UserFlowType": {
|
12115
|
+
"document": "用户自定义合同类型, 自定义合同类型的管理可以[点击查看在控制台位置的截图](https://qcloudimg.tencent-cloud.cn/raw/85a9b2ebce07b0cd6d75d5327d538235.png)",
|
12116
|
+
"members": [
|
12117
|
+
{
|
12118
|
+
"disabled": false,
|
12119
|
+
"document": "合同类型ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
12120
|
+
"example": "yDCNsUUg9tk6n6UtJrNd1S1ueFygJh9D",
|
12121
|
+
"member": "string",
|
12122
|
+
"name": "UserFlowTypeId",
|
12123
|
+
"output_required": true,
|
12124
|
+
"required": false,
|
12125
|
+
"type": "string",
|
12126
|
+
"value_allowed_null": true
|
12127
|
+
},
|
12128
|
+
{
|
12129
|
+
"disabled": false,
|
12130
|
+
"document": "合同类型名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
12131
|
+
"example": "分销合同",
|
12132
|
+
"member": "string",
|
12133
|
+
"name": "Name",
|
12134
|
+
"output_required": true,
|
12135
|
+
"required": false,
|
12136
|
+
"type": "string",
|
12137
|
+
"value_allowed_null": true
|
12138
|
+
},
|
12139
|
+
{
|
12140
|
+
"disabled": false,
|
12141
|
+
"document": "合同类型说明\n注意:此字段可能返回 null,表示取不到有效值。",
|
12142
|
+
"example": "由主承销人、国际协调人和全体承销商签署的旨在明确承销团成员间权利义务关系的协议",
|
12143
|
+
"member": "string",
|
12144
|
+
"name": "Description",
|
12145
|
+
"output_required": true,
|
12146
|
+
"required": false,
|
12147
|
+
"type": "string",
|
12148
|
+
"value_allowed_null": true
|
12149
|
+
}
|
12150
|
+
],
|
12151
|
+
"usage": "both"
|
12152
|
+
},
|
12085
12153
|
"UserInfo": {
|
12086
12154
|
"document": "用户信息",
|
12087
12155
|
"members": [
|
@@ -300,6 +300,12 @@
|
|
300
300
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowApprovers\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\",\n \"FillApproverType\": 1,\n \"Approvers\": [\n {\n \"RecipientId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"OrganizationName\": \"***有限公司\"\n },\n {\n \"RecipientId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\",\n \"ApproverName\": \"张三\",\n \"ApproverMobile\": \"18888888888\"\n }\n ]\n}",
|
301
301
|
"output": "{\n \"Response\": {\n \"FillError\": [\n {\n \"ErrMessage\": \"个人信息已补充,请勿重复补充\",\n \"RecipientId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\"\n }\n ],\n \"RequestId\": \"s1696921563375938822\"\n }\n}",
|
302
302
|
"title": "B2C签署,批量补充两方动态签署人信息时重复补充报错"
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"document": "通过姓名和证件类型、证件号码补充已实名个人用户",
|
306
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowApprovers\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\",\n \"FillApproverType\": 1,\n \"Approvers\": [\n {\n \"RecipientId\": \"yDRS4UUgygqdcj51UuO4zjEyWTmzsIAR\",\n \"ApproverName\": \"典子谦\",\n \"ApproverIdCardType\": \"ID_CARD\",\n \"ApproverIdCardNumber\": \"620000198802020000\"\n }\n ]\n}",
|
307
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"s1234345677xxxx\"\n }\n}",
|
308
|
+
"title": "B2C签署,通过姓名和证件类型、证件号码补充已实名个人用户"
|
303
309
|
}
|
304
310
|
],
|
305
311
|
"CreateFlowByFiles": [
|
@@ -392,6 +398,12 @@
|
|
392
398
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowByFiles\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"19561039c99fe825a934a132520fde6a\"\n },\n \"FlowName\": \"通过文件发起合同\",\n \"FlowDescription\": \"通过文件发起合同\",\n \"Unordered\": false,\n \"FlowType\": \"示例合同\",\n \"Deadline\": 1830268800,\n \"SignBeanTag\": 1,\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"OrganizationName\": \"典子谦示例企业\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"VerifyChannel\": [],\n \"ApproverIdCardType\": \"\",\n \"ApproverIdCardNumber\": \"\",\n \"SignComponents\": [\n {\n \"ComponentPage\": 1,\n \"ComponentPosX\": 160,\n \"ComponentPosY\": 260,\n \"ComponentHeight\": 119,\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentValue\": \"\"\n }\n ]\n },\n {\n \"ApproverType\": 1,\n \"NotifyType\": \"NONE\",\n \"ApproverName\": \"李四\",\n \"ApproverMobile\": \"15100000000\",\n \"PreReadTime\": 10,\n \"SignComponents\": [\n {\n \"ComponentPage\": 1,\n \"ComponentPosX\": 60,\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 119,\n \"ComponentHeight\": 43,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\"\n }\n ]\n }\n ],\n \"FileIds\": [\n \"yDwqYUUckp39gkfxUu14JJPxaTyM1ltq\"\n ],\n \"Components\": [\n {\n \"ComponentPage\": 1,\n \"ComponentPosX\": 360,\n \"ComponentPosY\": 360,\n \"ComponentWidth\": 100,\n \"ComponentHeight\": 100,\n \"ComponentType\": \"TEXT\",\n \"ComponentValue\": \"我是一个单行文本\",\n \"FileIndex\": 0\n }\n ]\n}",
|
393
399
|
"output": "{\n \"Response\": {\n \"Approvers\": [\n {\n \"SignId\": \"\",\n \"RecipientId\": \"yDw7hUUckpkmo432UunP4DaCo2sOe2oP\",\n \"ApproverRoleName\": \"\"\n }\n ],\n \"FlowId\": \"yDR4yUUgyg1qh6szUxt1qOK1Jy90khKS\",\n \"PreviewUrl\": \"\",\n \"RequestId\": \"s1665674603446404796\"\n }\n}",
|
394
400
|
"title": "通过文件发起B2C合同-控件使用绝对定位方式"
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"document": "1.通过PDF文件发起合同\n2.指定B端签署方为企业【典子谦示例企业】,经办人为【何规】\n3.指定C端签署方为个人【张三】\n4.发起方填写控件为通过外层 参数 Components 传递,需要在发起时通过 ComponentValue 指定值\n5.签署方填写控件通过Approvers.Components传递,在发起时不能通过 ComponentValue 指定值,需要签署人在合同成功发起后自己填写\n6.更多签署方填写控件示例 可参考文档 [指定签署方填写控件](https://qian.tencent.com/developers/company/createFlowByFiles#%E6%8C%87%E5%AE%9A%E7%AD%BE%E7%BD%B2%E6%96%B9%E5%A1%AB%E5%86%99%E6%8E%A7%E4%BB%B6)",
|
404
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowByFiles\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDxbTUyKQWPt5NUuO4zjEuyFAyOX3v9C\"\n },\n \"FlowName\": \"文件发起B2C-签署人带填写控件\",\n \"Components\": [\n {\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 205,\n \"ComponentPosY\": 90,\n \"ComponentValue\": \"(落霞与孤鹜齐飞,秋水共长天一色)这是发起方填写的文本\",\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 339,\n \"FileIndex\": 0\n }\n ],\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"OrganizationName\": \"典子谦示例企业\",\n \"ApproverName\": \"何规\",\n \"ApproverMobile\": \"18200000000\",\n \"NotifyType\": \"NONE\",\n \"SignComponents\": [\n {\n \"ComponentHeight\": 119,\n \"ComponentPage\": 7,\n \"ComponentPosX\": 143.59375,\n \"ComponentPosY\": 169.0625,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0\n }\n ],\n \"Components\": [\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"BUSI-CREDIT-CODE\\\",\\\"FontColor\\\":\\\"0,82,217\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 205,\n \"ComponentPosY\": 114,\n \"ComponentRequired\": true,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 339,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"BUSI-CREDIT-CODE\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 234,\n \"ComponentPosY\": 142,\n \"ComponentRequired\": true,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 302,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"BUSI-LEGAL-NAME\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 191.09,\n \"ComponentPosY\": 172,\n \"ComponentRequired\": true,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 335,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"SubType\\\":\\\"LOCATION\\\"}\",\n \"ComponentHeight\": 21,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 155,\n \"ComponentPosY\": 205,\n \"ComponentRequired\": true,\n \"ComponentType\": \"MULTI_LINE_TEXT\",\n \"ComponentWidth\": 366,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"PERSONAL-NAME\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 107,\n \"ComponentPosY\": 236,\n \"ComponentRequired\": true,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 339,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"PERSONAL-MOBILE\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 121,\n \"ComponentPosY\": 265,\n \"ComponentRequired\": true,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 327,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 35.09,\n \"ComponentPosY\": 293,\n \"ComponentRequired\": true,\n \"ComponentType\": \"DISTRICT\",\n \"ComponentWidth\": 306,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\"}\",\n \"ComponentHeight\": 44,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 44,\n \"ComponentPosY\": 652,\n \"ComponentType\": \"MULTI_LINE_TEXT\",\n \"ComponentWidth\": 505,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"ManualFill\\\":true}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 2,\n \"ComponentPosX\": 145,\n \"ComponentPosY\": 68,\n \"ComponentRequired\": true,\n \"ComponentType\": \"DATE\",\n \"ComponentWidth\": 116,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"ManualFill\\\":true}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 2,\n \"ComponentPosX\": 130.09375,\n \"ComponentPosY\": 555.09375,\n \"ComponentType\": \"DATE\",\n \"ComponentWidth\": 116,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"SubType\\\":\\\"LOCATION\\\"}\",\n \"ComponentHeight\": 27,\n \"ComponentPage\": 2,\n \"ComponentPosX\": 134.09,\n \"ComponentPosY\": 628.09,\n \"ComponentType\": \"MULTI_LINE_TEXT\",\n \"ComponentWidth\": 398,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{}\",\n \"ComponentHeight\": 16,\n \"ComponentPage\": 7,\n \"ComponentPosX\": 83.09375,\n \"ComponentPosY\": 96.5625,\n \"ComponentType\": \"CHECK_BOX\",\n \"ComponentWidth\": 16,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FillMethod\\\":0,\\\"NotMakeImageCenter\\\":true}\",\n \"ComponentHeight\": 119,\n \"ComponentPage\": 7,\n \"ComponentPosX\": 13,\n \"ComponentPosY\": 394,\n \"ComponentType\": \"FILL_IMAGE\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"LimitCount\\\":3,\\\"AttachmentType\\\":\\\"IMG\\\"}\",\n \"ComponentHeight\": 42,\n \"ComponentPage\": 7,\n \"ComponentPosX\": 12,\n \"ComponentPosY\": 537,\n \"ComponentRequired\": true,\n \"ComponentType\": \"ATTACHMENT\",\n \"ComponentWidth\": 240,\n \"FileIndex\": 0\n }\n ]\n },\n {\n \"ApproverType\": 1,\n \"ApproverName\": \"张三\",\n \"ApproverMobile\": \"18700000000\",\n \"NotifyType\": \"NONE\",\n \"SignComponents\": [\n {\n \"ComponentHeight\": 43,\n \"ComponentPage\": 7,\n \"ComponentPosX\": 433.59375,\n \"ComponentPosY\": 196.0625,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0\n }\n ],\n \"Components\": [\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"PERSONAL-NAME\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 199,\n \"ComponentPosY\": 323,\n \"ComponentRequired\": true,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 309,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"SubType\\\":\\\"LOCATION\\\"}\",\n \"ComponentHeight\": 24,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 155,\n \"ComponentPosY\": 386,\n \"ComponentRequired\": true,\n \"ComponentType\": \"MULTI_LINE_TEXT\",\n \"ComponentWidth\": 390,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 114.09,\n \"ComponentPosY\": 416,\n \"ComponentRequired\": true,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 299,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"PERSONAL-MOBILE\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 115.09,\n \"ComponentPosY\": 445,\n \"ComponentRequired\": true,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 367,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"SubType\\\":\\\"EDUCATION\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_30\",\n \"ComponentName\": \"学历\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 8.09375,\n \"ComponentPosY\": 473,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SELECTOR\",\n \"ComponentWidth\": 84,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"SubType\\\":\\\"EMAIL\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_28\",\n \"ComponentName\": \"邮箱\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 117.09375,\n \"ComponentPosY\": 474,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 292,\n \"FileIndex\": 0\n },\n {\n \"ComponentExtra\": \"{\\\"SubType\\\":\\\"GENDER\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_29\",\n \"ComponentName\": \"性别\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 424.09375,\n \"ComponentPosY\": 472,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SELECTOR\",\n \"ComponentWidth\": 84,\n \"FileIndex\": 0\n }\n ]\n }\n ],\n \"FileIds\": [\n \"yDCWqUUckpve5id3U4f5EL77tlNh6zTZ\"\n ]\n}",
|
405
|
+
"output": "{\n \"Response\": {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCVsUUckpwri2v6U9JHnkxcJrDXddLQ\",\n \"SignId\": \"yDCVsUUckpwri3vwU9JHnky9uvwe3h25\"\n },\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCVsUUckpwri2vbU9JHnkSdZKiAyEs3\",\n \"SignId\": \"yDCVsUUckpwri2vvU9JHnkvaHtOttw1h\"\n }\n ],\n \"FlowId\": \"yDCVsUUckpwri3vyU9JHnkBDqTFanBa3\",\n \"PreviewUrl\": \"\",\n \"RequestId\": \"s1709793654575755487\"\n }\n}",
|
406
|
+
"title": "文件发起B2C合同,签署双方和发起方都有填写控件"
|
395
407
|
}
|
396
408
|
],
|
397
409
|
"CreateFlowEvidenceReport": [
|
@@ -1150,7 +1162,7 @@
|
|
1150
1162
|
{
|
1151
1163
|
"document": "1.指定Filters中的Key通过template-id过滤\n2.指定Filter中的Value为yDRS4UUgygqdcjjhUuO4zjEBpXdcsHWX\n3.指定Limit为最多返回20条数据",
|
1152
1164
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowTemplates\n<公共请求参数>\n\n{\n \"Operator\": {\n \"Channel\": \"YUFU\",\n \"ClientIp\": \"8.8.8.8\",\n \"OpenId\": \"\",\n \"UserId\": \"yDxVwUyKQWho8CUuO4zjEyQOAgwvr4Zy\"\n },\n \"Offset\": 0,\n \"Limit\": 20,\n \"ApplicationId\": \"\",\n \"Filters\": [\n {\n \"Key\": \"template-id\",\n \"Values\": [\n \"yDRS4UUgygqdcjjhUuO4zjEBpXdcsHWX\"\n ]\n }\n ]\n}",
|
1153
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"s16951208061xxxx3957\",\n \"Templates\": [\n {\n \"AttachmentResourceIds\": [],\n \"Available\": 2,\n \"Components\": [],\n \"CreatedOn\": 1693967458,\n \"Creator\": \"测试人\",\n \"CreatorId\": \"yDxVwUyKQWho8CUuO4zjEyQOAgwvr4Zy\",\n \"Description\": \"\",\n \"DocumentResourceIds\": [\n \"yDwJ0UUckpk2079mUxgm9jJ8EZp3aAc0\"\n ],\n \"FileInfos\": [\n {\n \"CreatedOn\": 1693967456,\n \"FileId\": \"yDwJ0UUckpk2079mUxgm9jJ8EZp3aAc0\",\n \"FileName\": \"test.pdf\",\n \"FileSize\": 65259\n }\n ],\n \"OrganizationId\": \"yDxbNUyKQDx3oAUuO4zjEBQGidlGe4hP\",\n \"PreviewUrl\": \"\",\n \"Promoter\": {\n \"ApproverSignTypes\": [],\n \"ApproverVerifyTypes\": [],\n \"DeliveryMethod\": \"EMAIL\",\n \"Description\": \"\",\n \"Email\": \"\",\n \"Mobile\": \"\",\n \"RecipientExtra\": \"\",\n \"RecipientId\": \"yDwJBUUckpk5469kUu9cFsf1x6ZYgfu5\",\n \"RecipientType\": \"PROMOTER\",\n \"RequireDelivery\": false,\n \"RequireSign\": false,\n \"RequireValidation\": false,\n \"RoleName\": \"发起人\",\n \"RoutingOrder\": 0,\n \"UserId\": \"\"\n },\n \"Published\": true,\n \"Recipients\": [\n {\n \"ApproverSignTypes\": [\n 1,\n 2\n ],\n \"ApproverVerifyTypes\": [\n 1\n ],\n \"DeliveryMethod\": \"EMAIL\",\n \"Description\": \"\",\n \"Email\": \"\",\n \"Mobile\": \"\",\n \"RecipientExtra\": \"{\\\"RecipientEnterpriseType\\\":1,\\\"SameWithPromoter\\\":true}\",\n \"RecipientId\": \"yDwJ0UUckpk2077lUxgm9jJ9eZgZChJe\",\n \"RecipientType\": \"ENTERPRISE\",\n \"RequireDelivery\": false,\n \"RequireSign\": false,\n \"RequireValidation\": false,\n \"RoleName\": \"张三示例企业\",\n \"RoutingOrder\": 1,\n \"UserId\": \"\"\n },\n {\n \"ApproverSignTypes\": [\n 1,\n 2\n ],\n \"ApproverVerifyTypes\": [\n 1\n ],\n \"DeliveryMethod\": \"EMAIL\",\n \"Description\": \"\",\n \"Email\": \"\",\n \"Mobile\": \"\",\n \"RecipientExtra\": \"{}\",\n \"RecipientId\": \"yDxZzUyKQDKuihUuO4zjEy09jfapyHjn\",\n \"RecipientType\": \"INDIVIDUAL\",\n \"RequireDelivery\": false,\n \"RequireSign\": false,\n \"RequireValidation\": false,\n \"RoleName\": \"乙方\",\n \"RoutingOrder\": 2,\n \"UserId\": \"\"\n }\n ],\n \"Seals\": [],\n \"ShareTemplateId\": \"\",\n \"SignComponents\": [\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Date\\\":true,\\\"isAfterCut\\\":false}\",\n \"ComponentHeight\": 43,\n \"ComponentId\": \"ComponentId_4\",\n \"ComponentName\": \"个人签名/印章\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 10.5,\n \"ComponentPosY\": 27,\n \"ComponentRecipientId\": \"yDxZzUyKQDKuihUuO4zjEy09jfapyHjn\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n },\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Format\\\":\\\"yyyy年m月d日\\\",\\\"Gaps\\\":\\\"2,2\\\",\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Center\\\",\\\"Font\\\":\\\"黑体\\\",\\\"isAfterCut\\\":false}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_5\",\n \"ComponentName\": \"签署日期\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 10.5,\n \"ComponentPosY\": 70,\n \"ComponentRecipientId\": \"yDxZzUyKQDKuihUuO4zjEy09jfapyHjn\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n },\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Date\\\":true,\\\"isAfterCut\\\":false,\\\"PageRanges\\\":[]}\",\n \"ComponentHeight\": 119,\n \"ComponentId\": \"ComponentId_7\",\n \"ComponentName\": \"企业印章\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 140.5,\n \"ComponentPosY\": 27,\n \"ComponentRecipientId\": \"yDwJ0UUckpk2077lUxgm9jJ9eZgZChJe\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n },\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Format\\\":\\\"yyyy年m月d日\\\",\\\"Gaps\\\":\\\"2,2\\\",\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Center\\\",\\\"Font\\\":\\\"黑体\\\",\\\"isAfterCut\\\":false}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_8\",\n \"ComponentName\": \"签署日期1\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 140.5,\n \"ComponentPosY\": 146,\n \"ComponentRecipientId\": \"yDwJ0UUckpk2077lUxgm9jJ9eZgZChJe\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n }\n ],\n \"SignOrder\": [\n -1\n ],\n \"Status\": 1,\n \"TemplateId\": \"yDRS4UUgygqdcjjhUuO4zjEBpXdcsHWX\",\n \"TemplateName\": \"e2eTest-启停用模板_88433\",\n \"TemplateSeals\": [],\n \"TemplateType\": 3,\n \"TemplateVersion\": \"20230906002\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
1165
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"s16951208061xxxx3957\",\n \"Templates\": [\n {\n \"AttachmentResourceIds\": [],\n \"Available\": 2,\n \"Components\": [],\n \"CreatedOn\": 1693967458,\n \"Creator\": \"测试人\",\n \"CreatorId\": \"yDxVwUyKQWho8CUuO4zjEyQOAgwvr4Zy\",\n \"Description\": \"\",\n \"DocumentResourceIds\": [\n \"yDwJ0UUckpk2079mUxgm9jJ8EZp3aAc0\"\n ],\n \"FileInfos\": [\n {\n \"CreatedOn\": 1693967456,\n \"FileId\": \"yDwJ0UUckpk2079mUxgm9jJ8EZp3aAc0\",\n \"FileName\": \"test.pdf\",\n \"FileSize\": 65259\n }\n ],\n \"OrganizationId\": \"yDxbNUyKQDx3oAUuO4zjEBQGidlGe4hP\",\n \"PreviewUrl\": \"\",\n \"Promoter\": {\n \"ApproverSignTypes\": [],\n \"ApproverVerifyTypes\": [],\n \"DeliveryMethod\": \"EMAIL\",\n \"Description\": \"\",\n \"Email\": \"\",\n \"Mobile\": \"\",\n \"RecipientExtra\": \"\",\n \"RecipientId\": \"yDwJBUUckpk5469kUu9cFsf1x6ZYgfu5\",\n \"RecipientType\": \"PROMOTER\",\n \"RequireDelivery\": false,\n \"RequireSign\": false,\n \"RequireValidation\": false,\n \"RoleName\": \"发起人\",\n \"RoutingOrder\": 0,\n \"UserId\": \"\"\n },\n \"Published\": true,\n \"Recipients\": [\n {\n \"ApproverSignTypes\": [\n 1,\n 2\n ],\n \"ApproverVerifyTypes\": [\n 1\n ],\n \"DeliveryMethod\": \"EMAIL\",\n \"Description\": \"\",\n \"Email\": \"\",\n \"Mobile\": \"\",\n \"RecipientExtra\": \"{\\\"RecipientEnterpriseType\\\":1,\\\"SameWithPromoter\\\":true}\",\n \"RecipientId\": \"yDwJ0UUckpk2077lUxgm9jJ9eZgZChJe\",\n \"RecipientType\": \"ENTERPRISE\",\n \"RequireDelivery\": false,\n \"RequireSign\": false,\n \"RequireValidation\": false,\n \"RoleName\": \"张三示例企业\",\n \"RoutingOrder\": 1,\n \"UserId\": \"\"\n },\n {\n \"ApproverSignTypes\": [\n 1,\n 2\n ],\n \"ApproverVerifyTypes\": [\n 1\n ],\n \"DeliveryMethod\": \"EMAIL\",\n \"Description\": \"\",\n \"Email\": \"\",\n \"Mobile\": \"\",\n \"RecipientExtra\": \"{}\",\n \"RecipientId\": \"yDxZzUyKQDKuihUuO4zjEy09jfapyHjn\",\n \"RecipientType\": \"INDIVIDUAL\",\n \"RequireDelivery\": false,\n \"RequireSign\": false,\n \"RequireValidation\": false,\n \"RoleName\": \"乙方\",\n \"RoutingOrder\": 2,\n \"UserId\": \"\"\n }\n ],\n \"Seals\": [],\n \"ShareTemplateId\": \"\",\n \"SignComponents\": [\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Date\\\":true,\\\"isAfterCut\\\":false}\",\n \"ComponentHeight\": 43,\n \"ComponentId\": \"ComponentId_4\",\n \"ComponentName\": \"个人签名/印章\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 10.5,\n \"ComponentPosY\": 27,\n \"ComponentRecipientId\": \"yDxZzUyKQDKuihUuO4zjEy09jfapyHjn\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n },\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Format\\\":\\\"yyyy年m月d日\\\",\\\"Gaps\\\":\\\"2,2\\\",\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Center\\\",\\\"Font\\\":\\\"黑体\\\",\\\"isAfterCut\\\":false}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_5\",\n \"ComponentName\": \"签署日期\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 10.5,\n \"ComponentPosY\": 70,\n \"ComponentRecipientId\": \"yDxZzUyKQDKuihUuO4zjEy09jfapyHjn\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n },\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Date\\\":true,\\\"isAfterCut\\\":false,\\\"PageRanges\\\":[]}\",\n \"ComponentHeight\": 119,\n \"ComponentId\": \"ComponentId_7\",\n \"ComponentName\": \"企业印章\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 140.5,\n \"ComponentPosY\": 27,\n \"ComponentRecipientId\": \"yDwJ0UUckpk2077lUxgm9jJ9eZgZChJe\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n },\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Format\\\":\\\"yyyy年m月d日\\\",\\\"Gaps\\\":\\\"2,2\\\",\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Center\\\",\\\"Font\\\":\\\"黑体\\\",\\\"isAfterCut\\\":false}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_8\",\n \"ComponentName\": \"签署日期1\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 140.5,\n \"ComponentPosY\": 146,\n \"ComponentRecipientId\": \"yDwJ0UUckpk2077lUxgm9jJ9eZgZChJe\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n }\n ],\n \"SignOrder\": [\n -1\n ],\n \"Status\": 1,\n \"TemplateId\": \"yDRS4UUgygqdcjjhUuO4zjEBpXdcsHWX\",\n \"TemplateName\": \"e2eTest-启停用模板_88433\",\n \"TemplateSeals\": [],\n \"TemplateType\": 3,\n \"TemplateVersion\": \"20230906002\",\n \"UserFlowType\": {\n \"Description\": \"\",\n \"Name\": \"未分类\",\n \"UserFlowTypeId\": \"\"\n }\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
1154
1166
|
"title": "模板查询接口-指定模板Id查询模板信息"
|
1155
1167
|
},
|
1156
1168
|
{
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"status": "online"
|
72
72
|
},
|
73
73
|
"ChannelCreateFlowApprovers": {
|
74
|
-
"document": "适用场景:\n当通过模板或文件发起合同时,若未指定企业签署人信息,则可调用此接口动态补充签署人。同一签署人只允许补充一人,最终实际签署人取决于谁先领取合同完成签署。\n\n限制条件:\n1. 本企业(发起方企业)企业签署人仅支持通过企业名称+姓名+手机号进行补充。\n2.
|
74
|
+
"document": "适用场景:\n当通过模板或文件发起合同时,若未指定企业签署人信息,则可调用此接口动态补充签署人。同一签署人只允许补充一人,最终实际签署人取决于谁先领取合同完成签署。\n\n限制条件:\n1. 本企业(发起方企业)企业签署人仅支持通过企业名称+姓名+手机号进行补充。\n2. 个人签署人支持通过姓名+手机号进行补充,补充动态签署人时:若个人用户已完成实名,则可通过姓名+证件号码进行补充。",
|
75
75
|
"input": "ChannelCreateFlowApproversRequest",
|
76
76
|
"name": "补充签署流程签署人信息",
|
77
77
|
"output": "ChannelCreateFlowApproversResponse",
|
@@ -7597,7 +7597,7 @@
|
|
7597
7597
|
"usage": "out"
|
7598
7598
|
},
|
7599
7599
|
"FillApproverInfo": {
|
7600
|
-
"document": "指定补充签署人信息\n- RecipientId
|
7600
|
+
"document": "指定补充签署人信息\n- RecipientId 必须指定\n- 补充个人签署方时,若该用户已在电子签完成实名则可通过指定姓名和证件类型、证件号码完成补充",
|
7601
7601
|
"members": [
|
7602
7602
|
{
|
7603
7603
|
"disabled": false,
|
@@ -7661,6 +7661,24 @@
|
|
7661
7661
|
"name": "NotChannelOrganization",
|
7662
7662
|
"required": false,
|
7663
7663
|
"type": "bool"
|
7664
|
+
},
|
7665
|
+
{
|
7666
|
+
"disabled": false,
|
7667
|
+
"document": "签署方经办人的证件类型,支持以下类型\n<ul><li>ID_CARD 居民身份证</li>\n<li>HONGKONG_AND_MACAO 港澳居民来往内地通行证</li>\n<li>HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)</li>\n<li>OTHER_CARD_TYPE 其他证件</li></ul>\n\n注: `1.其他证件类型为白名单功能,使用前请联系对接的客户经理沟通。`\n`2.补充个人签署方时,若该用户已在电子签完成实名则可通过指定姓名和证件类型、证件号码完成补充。`",
|
7668
|
+
"example": "ID_CARD",
|
7669
|
+
"member": "string",
|
7670
|
+
"name": "ApproverIdCardType",
|
7671
|
+
"required": false,
|
7672
|
+
"type": "string"
|
7673
|
+
},
|
7674
|
+
{
|
7675
|
+
"disabled": false,
|
7676
|
+
"document": "签署方经办人的证件号码,应符合以下规则\n<ul><li>居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>港澳居民来往内地通行证号码应为9位字符串,第1位为“C”,第2位为英文字母(但“I”、“O”除外),后7位为阿拉伯数字。</li>\n<li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>\n\n注:`补充个人签署方时,若该用户已在电子签完成实名则可通过指定姓名和证件类型、证件号码完成补充。`",
|
7677
|
+
"example": "无",
|
7678
|
+
"member": "string",
|
7679
|
+
"name": "ApproverIdCardNumber",
|
7680
|
+
"required": false,
|
7681
|
+
"type": "string"
|
7664
7682
|
}
|
7665
7683
|
],
|
7666
7684
|
"usage": "in"
|
@@ -176,6 +176,12 @@
|
|
176
176
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDescribeUserAutoSignStatus\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"Agent\": {\n \"ProxyAppId\": \"c17bdf9c2a7bdcb32611f4d0200fef3d\",\n \"ProxyOrganizationOpenId\": \"d7c13a8b81340cce9e3968c0ee248f04\",\n \"ProxyOperator\": {\n \"OpenId\": \"00498cc8500be9cxxxxxxx3aff766cac\"\n },\n \"AppId\": \"65fb0c591044be8a1f60aa382cc5ed0e\"\n },\n \"FlowId\": \"111111***22222\",\n \"FillApproverType\": 1,\n \"Approvers\": [\n {\n \"RecipientId\": \"yDRS4UUgygqdcj51UuO4zjEyWTmzsIAR\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"OrganizationName\": \"***有限公司\"\n },\n {\n \"RecipientId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\",\n \"ApproverName\": \"张三\",\n \"ApproverMobile\": \"18888888888\"\n }\n ]\n}",
|
177
177
|
"output": "{\n \"Response\": {\n \"FillError\": [\n {\n \"ErrMessage\": \"个人信息已补充,请勿重复补充\",\n \"RecipientId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\"\n }\n ],\n \"RequestId\": \"s1696921563375938822\"\n }\n}",
|
178
178
|
"title": "B2C签署,批量补充两方动态签署人信息时重复补充报错"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"document": "通过姓名和证件类型、证件号码补充已实名个人用户",
|
182
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDescribeUserAutoSignStatus\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"Agent\": {\n \"ProxyAppId\": \"c17bdf9c2a7bdcb32611f4d0200fef3d\",\n \"ProxyOrganizationOpenId\": \"d7c13a8b81340cce9e3968c0ee248f04\",\n \"ProxyOperator\": {\n \"OpenId\": \"00498cc8500be9cxxxxxxx3aff766cac\"\n },\n \"AppId\": \"65fb0c591044be8a1f60aa382cc5ed0e\"\n },\n \"FlowId\": \"111111***22222\",\n \"FillApproverType\": 1,\n \"Approvers\": [\n {\n \"RecipientId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\",\n \"ApproverName\": \"张三\",\n \"ApproverIdCardType\": \"ID_CARD\",\n \"ApproverIdCardNumber\": \"620000198802020000\"\n }\n ]\n}",
|
183
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\"\n }\n}",
|
184
|
+
"title": "B2C签署,通过姓名和证件类型、证件号码补充已实名个人用户"
|
179
185
|
}
|
180
186
|
],
|
181
187
|
"ChannelCreateFlowByFiles": [
|
@@ -196,6 +202,12 @@
|
|
196
202
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowByFiles\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"110101200610116558\"\n },\n \"ProxyAppId\": \"\"\n },\n \"FlowName\": \"西瓜采购协议(16:18:47)\",\n \"FlowApprovers\": [\n {\n \"Name\": \"张三\",\n \"Mobile\": \"18888888888\",\n \"ApproverType\": \"PERSON\",\n \"SignComponents\": [\n {\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"FileIndex\": 0,\n \"ComponentWidth\": 112,\n \"ComponentHeight\": 40,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 146.15625,\n \"ComponentPosY\": 472.78125,\n \"ComponentValue\": \"\"\n }\n ]\n }\n ],\n \"FileIds\": [\n \"yDSLoUUckpob089cUxVoXTn9T1cRb8W7\"\n ],\n \"Unordered\": true\n}",
|
197
203
|
"output": "{\n \"Response\": {\n \"FlowId\": \"yDSLoUUckpobjhymUyKMWsdBQKTeh0lS\",\n \"Approvers\": [\n {\n \"SignId\": \"yDSLoUUckpobjhy9UyKMWsdSJ1PF1kag\",\n \"RecipientId\": \"yDSLoUUckpobjhyfUyKMWsdxqy3zpae2\",\n \"ApproverRoleName\": \"\"\n }\n ],\n \"RequestId\": \"c98e62a4-8577-4d78-87d6-16519fcd17e7\"\n }\n}",
|
198
204
|
"title": "使用文件创建单自然人签署的合同"
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"document": "1.通过PDF文件发起合同\n2.指定B端签署方为企业【典子谦示例企业】,经办人OpenId 是 n9527\n3.指定C端签署方为个人【张三】\n4.发起方填写控件为通过外层 参数 Components 传递,需要在发起时通过 ComponentValue 指定值\n5.签署方填写控件通过Approvers.Components传递,在发起时不能通过 ComponentValue 指定值,需要签署人在合同成功发起后自己填写\n6.更多签署方填写控件示例 可参考文档 [指定签署方填写控件](https://qian.tencent.com/developers/partner/createFlowByFiles#%E4%B8%BA%E7%AD%BE%E7%BD%B2%E6%96%B9%E6%8C%87%E5%AE%9A%E5%A1%AB%E5%86%99%E6%8E%A7%E4%BB%B6)",
|
208
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowByFiles\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"AppId\": \"yDCVsUUckpw2nwxkUxRytJLxpswCHW2m\"\n },\n \"FlowName\": \"B2C-签署方有填写控件\",\n \"Components\": [\n {\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 205,\n \"ComponentPosY\": 90,\n \"ComponentValue\": \"(落霞与孤鹜齐飞,秋水共长天一色)这是发起方填写的文本\",\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 339\n }\n ],\n \"FlowApprovers\": [\n {\n \"OrganizationName\": \"典子谦示例企业\",\n \"OrganizationOpenId\": \"org_dianziqian\",\n \"OpenId\": \"n9527\",\n \"ApproverType\": \"ORGANIZATION\",\n \"SignComponents\": [\n {\n \"ComponentHeight\": 119,\n \"ComponentPage\": 7,\n \"ComponentPosX\": 143.59375,\n \"ComponentPosY\": 169.0625,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentWidth\": 119\n }\n ],\n \"Components\": [\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"BUSI-CREDIT-CODE\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 205,\n \"ComponentPosY\": 114,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 339\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"BUSI-CREDIT-CODE\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 234,\n \"ComponentPosY\": 142,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 302\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"BUSI-LEGAL-NAME\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 191.09,\n \"ComponentPosY\": 172,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 335\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"SubType\\\":\\\"LOCATION\\\"}\",\n \"ComponentHeight\": 21,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 155,\n \"ComponentPosY\": 205,\n \"ComponentRequired\": false,\n \"ComponentType\": \"MULTI_LINE_TEXT\",\n \"ComponentWidth\": 366\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"PERSONAL-NAME\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 107,\n \"ComponentPosY\": 236,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 339\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"PERSONAL-MOBILE\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 121,\n \"ComponentPosY\": 265,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 327\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 35.09,\n \"ComponentPosY\": 293,\n \"ComponentRequired\": false,\n \"ComponentType\": \"DISTRICT\",\n \"ComponentWidth\": 306\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\"}\",\n \"ComponentHeight\": 44,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 44,\n \"ComponentPosY\": 652,\n \"ComponentRequired\": false,\n \"ComponentType\": \"MULTI_LINE_TEXT\",\n \"ComponentWidth\": 505\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"SubType\\\":\\\"DIGIT\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 191,\n \"ComponentPosY\": 716,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 35\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"ManualFill\\\":true}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 2,\n \"ComponentPosX\": 145,\n \"ComponentPosY\": 68,\n \"ComponentRequired\": false,\n \"ComponentType\": \"DATE\",\n \"ComponentWidth\": 116\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"SubType\\\":\\\"DIGIT\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 2,\n \"ComponentPosX\": 194.09,\n \"ComponentPosY\": 92.09000000000003,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 326\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"ManualFill\\\":true}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 2,\n \"ComponentPosX\": 130.09375,\n \"ComponentPosY\": 555.09375,\n \"ComponentRequired\": false,\n \"ComponentType\": \"DATE\",\n \"ComponentWidth\": 116\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"SubType\\\":\\\"LOCATION\\\"}\",\n \"ComponentHeight\": 27,\n \"ComponentPage\": 2,\n \"ComponentPosX\": 134.09,\n \"ComponentPosY\": 628.09,\n \"ComponentRequired\": false,\n \"ComponentType\": \"MULTI_LINE_TEXT\",\n \"ComponentWidth\": 398\n },\n {\n \"ComponentExtra\": \"{\\\"Values\\\":[\\\"选项1\\\",\\\"当面交货\\\",\\\"送货上门\\\",\\\"寄放到公证处\\\"],\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"MultiSelect\\\":false}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 2,\n \"ComponentPosX\": 141.09,\n \"ComponentPosY\": 656.09,\n \"ComponentRequired\": false,\n \"ComponentType\": \"SELECTOR\",\n \"ComponentWidth\": 216\n },\n {\n \"ComponentExtra\": \"{}\",\n \"ComponentHeight\": 16,\n \"ComponentPage\": 7,\n \"ComponentPosX\": 83.09375,\n \"ComponentPosY\": 96.5625,\n \"ComponentType\": \"CHECK_BOX\",\n \"ComponentWidth\": 16\n }\n ]\n },\n {\n \"Name\": \"张三\",\n \"Mobile\": \"18700000000\",\n \"ApproverType\": \"PERSON\",\n \"SignComponents\": [\n {\n \"ComponentHeight\": 43,\n \"ComponentPage\": 7,\n \"ComponentPosX\": 433.59375,\n \"ComponentPosY\": 196.0625,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentWidth\": 119\n }\n ],\n \"Components\": [\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"PERSONAL-NAME\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 199,\n \"ComponentPosY\": 323,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 309\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"PERSONAL-IDCARD\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 124.09,\n \"ComponentPosY\": 352,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 327\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"SubType\\\":\\\"LOCATION\\\"}\",\n \"ComponentHeight\": 24,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 155,\n \"ComponentPosY\": 386,\n \"ComponentRequired\": false,\n \"ComponentType\": \"MULTI_LINE_TEXT\",\n \"ComponentWidth\": 390\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 114.09,\n \"ComponentPosY\": 416,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 299\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"RecipientInfoType\\\":\\\"PERSONAL-MOBILE\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentPage\": 1,\n \"ComponentPosX\": 115.09,\n \"ComponentPosY\": 445,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 367\n },\n {\n \"ComponentExtra\": \"{\\\"SubType\\\":\\\"EDUCATION\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_30\",\n \"ComponentName\": \"学历\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 8.09375,\n \"ComponentPosY\": 473,\n \"ComponentRequired\": false,\n \"ComponentType\": \"SELECTOR\",\n \"ComponentWidth\": 84\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"SubType\\\":\\\"EMAIL\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_28\",\n \"ComponentName\": \"邮箱\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 117.09375,\n \"ComponentPosY\": 474,\n \"ComponentRequired\": false,\n \"ComponentType\": \"TEXT\",\n \"ComponentWidth\": 292\n },\n {\n \"ComponentExtra\": \"{\\\"SubType\\\":\\\"GENDER\\\"}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_29\",\n \"ComponentName\": \"性别\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 424.09375,\n \"ComponentPosY\": 472,\n \"ComponentRequired\": false,\n \"ComponentType\": \"SELECTOR\",\n \"ComponentWidth\": 84\n }\n ]\n }\n ],\n \"FileIds\": [\n \"yDCWqUUckpvebypnU4f5ELvs3AdsTJp7\"\n ]\n}",
|
209
|
+
"output": "{\n \"Response\": {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCVsUUckpwri4vqU9JHnkyzivgo9ZYK\",\n \"SignId\": \"yDCVsUUckpwri2vjU0JHnkcdalTQjZVo\"\n },\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCVsUUckpwri6v8U9JHnkE9wfDGvwZL\",\n \"SignId\": \"yDCVsUUckpwri3vhU9JHnkSxBnzV59Vo\"\n }\n ],\n \"FlowId\": \"yDCVsUUckpwri2vsU9JHnkuZc5pjfOMs\",\n \"RequestId\": \"s1709794795446614457\"\n }\n}",
|
210
|
+
"title": "创建一个B2C合同,签署人和发起方都有填写控件"
|
199
211
|
}
|
200
212
|
],
|
201
213
|
"ChannelCreateFlowGroupByFiles": [
|
@@ -362,6 +374,12 @@
|
|
362
374
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\"\n },\n \"NeedRelievedFlowId\": \"yDR1AUUgygjazuesUuO4zjESPW4PkfNi\",\n \"ReleasedApprovers\": [\n {\n \"ApproverNumber\": 2,\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"15100000000\",\n \"Name\": \"李四\"\n }\n ],\n \"ReliveInfo\": {\n \"OriginalExpenseSettlement\": \"甲方需付给乙方xxxx以作赔偿\",\n \"OriginalOtherSettlement\": \"无\",\n \"OtherDeals\": \"无\",\n \"Reason\": \"因为业务调整, 结束合作。\",\n \"RemainInForceItem\": \"在业务结束前已产生的订单依旧有效。\"\n }\n}",
|
363
375
|
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"FailedOperation\",\n \"Message\": \"不能更换非企业签署人身份信息\"\n },\n \"RequestId\": \"s16939***23898\"\n }\n}",
|
364
376
|
"title": "错误示例-解除协议中更换原合同个人类型的参与人"
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"document": "1. 更换原合同中本方企业的参与人\n2. 给该企业参与人指定未自动签署(ApproverType 设置为 ENTERPRISESERVER)",
|
380
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\"\n },\n \"NeedRelievedFlowId\": \"yDR1AUUgygjazuesUuO4zjESPW4PkfNi\",\n \"ReleasedApprovers\": [\n {\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"ApproverNumber\": 2,\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"OrganizationName\": \"典子谦示例企业\"\n }\n ],\n \"ReliveInfo\": {\n \"OriginalExpenseSettlement\": \"甲方需付给乙方以作赔偿\",\n \"OriginalOtherSettlement\": \"无\",\n \"OtherDeals\": \"无\",\n \"Reason\": \"因为业务调整, 结束合作。\",\n \"RemainInForceItem\": \"在业务结束前已产生的订单依旧有效。\"\n }\n}",
|
381
|
+
"output": "{\n \"Response\": {\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\",\n \"RequestId\": \"s312334445587989\"\n }\n}",
|
382
|
+
"title": "发起解除协议(替换原流程中本企业的参与人并指定其为自动签署)"
|
365
383
|
}
|
366
384
|
],
|
367
385
|
"ChannelCreateRole": [
|
@@ -639,6 +639,15 @@
|
|
639
639
|
"name": "GooseFSxBuildElements",
|
640
640
|
"required": false,
|
641
641
|
"type": "object"
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"disabled": false,
|
645
|
+
"document": "客户端集群所属的安全组",
|
646
|
+
"example": "sg-k3j3utox",
|
647
|
+
"member": "string",
|
648
|
+
"name": "SecurityGroupId",
|
649
|
+
"required": false,
|
650
|
+
"type": "string"
|
642
651
|
}
|
643
652
|
],
|
644
653
|
"type": "object"
|
@@ -1615,6 +1615,48 @@
|
|
1615
1615
|
],
|
1616
1616
|
"usage": "out"
|
1617
1617
|
},
|
1618
|
+
"Command": {
|
1619
|
+
"document": "用户执行TAT命令的数据结构。",
|
1620
|
+
"members": [
|
1621
|
+
{
|
1622
|
+
"disabled": false,
|
1623
|
+
"document": "Base64编码后的命令内容,长度不可超过64KB。",
|
1624
|
+
"example": "bHM=",
|
1625
|
+
"member": "string",
|
1626
|
+
"name": "Content",
|
1627
|
+
"required": true,
|
1628
|
+
"type": "string"
|
1629
|
+
},
|
1630
|
+
{
|
1631
|
+
"disabled": false,
|
1632
|
+
"document": "命令超时时间,默认60秒。取值范围[1, 86400]。",
|
1633
|
+
"example": "60",
|
1634
|
+
"member": "int64",
|
1635
|
+
"name": "Timeout",
|
1636
|
+
"required": false,
|
1637
|
+
"type": "int"
|
1638
|
+
},
|
1639
|
+
{
|
1640
|
+
"disabled": false,
|
1641
|
+
"document": "命令执行路径,对于 SHELL 命令默认为 /root,对于 POWERSHELL 命令默认为 C:\\Program Files\\qcloud\\tat_agent\\workdir。",
|
1642
|
+
"example": "/root",
|
1643
|
+
"member": "string",
|
1644
|
+
"name": "WorkingDirectory",
|
1645
|
+
"required": false,
|
1646
|
+
"type": "string"
|
1647
|
+
},
|
1648
|
+
{
|
1649
|
+
"disabled": false,
|
1650
|
+
"document": "在 Lighthouse 实例中执行命令的用户名称。\n默认情况下,在 Linux 实例中以 root 用户执行命令;在Windows 实例中以 System 用户执行命令。",
|
1651
|
+
"example": "root",
|
1652
|
+
"member": "string",
|
1653
|
+
"name": "Username",
|
1654
|
+
"required": false,
|
1655
|
+
"type": "string"
|
1656
|
+
}
|
1657
|
+
],
|
1658
|
+
"usage": "in"
|
1659
|
+
},
|
1618
1660
|
"ContainerEnv": {
|
1619
1661
|
"document": "容器环境变量",
|
1620
1662
|
"members": [
|
@@ -2160,6 +2202,15 @@
|
|
2160
2202
|
"name": "Tags",
|
2161
2203
|
"required": false,
|
2162
2204
|
"type": "list"
|
2205
|
+
},
|
2206
|
+
{
|
2207
|
+
"disabled": false,
|
2208
|
+
"document": "创建实例后自动执行的命令。",
|
2209
|
+
"example": "无",
|
2210
|
+
"member": "Command",
|
2211
|
+
"name": "InitCommand",
|
2212
|
+
"required": false,
|
2213
|
+
"type": "object"
|
2163
2214
|
}
|
2164
2215
|
],
|
2165
2216
|
"type": "object"
|
@@ -6991,6 +7042,16 @@
|
|
6991
7042
|
"output_required": true,
|
6992
7043
|
"type": "string",
|
6993
7044
|
"value_allowed_null": false
|
7045
|
+
},
|
7046
|
+
{
|
7047
|
+
"disabled": false,
|
7048
|
+
"document": "创建实例后自动执行TAT命令的调用ID。",
|
7049
|
+
"example": "inv-adtgj412l",
|
7050
|
+
"member": "string",
|
7051
|
+
"name": "InitInvocationId",
|
7052
|
+
"output_required": false,
|
7053
|
+
"type": "string",
|
7054
|
+
"value_allowed_null": false
|
6994
7055
|
}
|
6995
7056
|
],
|
6996
7057
|
"usage": "out"
|