tccli 3.0.1183.1__py2.py3-none-any.whl → 3.0.1184.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/services/cdwdoris/v20211228/api.json +137 -0
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/ess/v20201111/examples.json +3 -3
- tccli/services/essbasic/v20210526/examples.json +9 -9
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/oceanus/v20190422/api.json +9 -0
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/ssl/ssl_client.py +65 -12
- tccli/services/ssl/v20191205/api.json +130 -0
- tccli/services/ssl/v20191205/examples.json +8 -0
- tccli/services/thpc/thpc_client.py +53 -0
- tccli/services/thpc/v20230321/api.json +561 -0
- tccli/services/thpc/v20230321/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +2 -2
- {tccli-3.0.1183.1.dist-info → tccli-3.0.1184.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1183.1.dist-info → tccli-3.0.1184.1.dist-info}/RECORD +20 -20
- {tccli-3.0.1183.1.dist-info → tccli-3.0.1184.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1183.1.dist-info → tccli-3.0.1184.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1183.1.dist-info → tccli-3.0.1184.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1184.1'
|
@@ -1544,6 +1544,24 @@
|
|
1544
1544
|
"CreateBackUpScheduleRequest": {
|
1545
1545
|
"document": "CreateBackUpSchedule请求参数结构体",
|
1546
1546
|
"members": [
|
1547
|
+
{
|
1548
|
+
"disabled": false,
|
1549
|
+
"document": "集群id",
|
1550
|
+
"example": "\"cdwch-xxx\"",
|
1551
|
+
"member": "string",
|
1552
|
+
"name": "InstanceId",
|
1553
|
+
"required": true,
|
1554
|
+
"type": "string"
|
1555
|
+
},
|
1556
|
+
{
|
1557
|
+
"disabled": false,
|
1558
|
+
"document": "操作类型 create(创建) update(编辑修改)",
|
1559
|
+
"example": "\"create\"",
|
1560
|
+
"member": "string",
|
1561
|
+
"name": "OperationType",
|
1562
|
+
"required": true,
|
1563
|
+
"type": "string"
|
1564
|
+
},
|
1547
1565
|
{
|
1548
1566
|
"disabled": false,
|
1549
1567
|
"document": "编辑时需要传",
|
@@ -1633,6 +1651,42 @@
|
|
1633
1651
|
"name": "CosSourceInfo",
|
1634
1652
|
"required": false,
|
1635
1653
|
"type": "object"
|
1654
|
+
},
|
1655
|
+
{
|
1656
|
+
"disabled": false,
|
1657
|
+
"document": "调度任务名",
|
1658
|
+
"example": "表1备份",
|
1659
|
+
"member": "string",
|
1660
|
+
"name": "ScheduleName",
|
1661
|
+
"required": false,
|
1662
|
+
"type": "string"
|
1663
|
+
},
|
1664
|
+
{
|
1665
|
+
"disabled": false,
|
1666
|
+
"document": "调度信息",
|
1667
|
+
"example": "无",
|
1668
|
+
"member": "ScheduleInfo",
|
1669
|
+
"name": "ScheduleInfo",
|
1670
|
+
"required": false,
|
1671
|
+
"type": "object"
|
1672
|
+
},
|
1673
|
+
{
|
1674
|
+
"disabled": false,
|
1675
|
+
"document": "更新任务状态:\n3-暂停,\n2-删除,\n1-启动",
|
1676
|
+
"example": "1",
|
1677
|
+
"member": "int64",
|
1678
|
+
"name": "UpdateStatus",
|
1679
|
+
"required": false,
|
1680
|
+
"type": "int"
|
1681
|
+
},
|
1682
|
+
{
|
1683
|
+
"disabled": false,
|
1684
|
+
"document": "当前任务的cos桶信息",
|
1685
|
+
"example": "carson-test-1301087413",
|
1686
|
+
"member": "string",
|
1687
|
+
"name": "CosBucket",
|
1688
|
+
"required": false,
|
1689
|
+
"type": "string"
|
1636
1690
|
}
|
1637
1691
|
],
|
1638
1692
|
"type": "object"
|
@@ -7669,6 +7723,89 @@
|
|
7669
7723
|
],
|
7670
7724
|
"type": "object"
|
7671
7725
|
},
|
7726
|
+
"ScheduleInfo": {
|
7727
|
+
"document": "调度信息",
|
7728
|
+
"members": [
|
7729
|
+
{
|
7730
|
+
"disabled": false,
|
7731
|
+
"document": "生效时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
7732
|
+
"example": "2023-09-07 00:00:00~2023-09-21 00:00:00\t",
|
7733
|
+
"member": "string",
|
7734
|
+
"name": "EffectivePeriod",
|
7735
|
+
"output_required": false,
|
7736
|
+
"required": false,
|
7737
|
+
"type": "string",
|
7738
|
+
"value_allowed_null": true
|
7739
|
+
},
|
7740
|
+
{
|
7741
|
+
"disabled": false,
|
7742
|
+
"document": "调度类型:\nDay-天\nWeek-周\nMonth-月\nOnce-单次\n注意:此字段可能返回 null,表示取不到有效值。",
|
7743
|
+
"example": "Day",
|
7744
|
+
"member": "string",
|
7745
|
+
"name": "ScheduleType",
|
7746
|
+
"output_required": false,
|
7747
|
+
"required": false,
|
7748
|
+
"type": "string",
|
7749
|
+
"value_allowed_null": true
|
7750
|
+
},
|
7751
|
+
{
|
7752
|
+
"disabled": false,
|
7753
|
+
"document": "执行调度的日期。调度类型为周和月时以英文逗号分隔;\n调度类型为单次时,该值是个日期\n注意:此字段可能返回 null,表示取不到有效值。",
|
7754
|
+
"example": "3,4,5",
|
7755
|
+
"member": "string",
|
7756
|
+
"name": "ScheduleData",
|
7757
|
+
"output_required": false,
|
7758
|
+
"required": false,
|
7759
|
+
"type": "string",
|
7760
|
+
"value_allowed_null": true
|
7761
|
+
},
|
7762
|
+
{
|
7763
|
+
"disabled": false,
|
7764
|
+
"document": "执行时间:时\n注意:此字段可能返回 null,表示取不到有效值。",
|
7765
|
+
"example": "11",
|
7766
|
+
"member": "int64",
|
7767
|
+
"name": "ScheduleHour",
|
7768
|
+
"output_required": false,
|
7769
|
+
"required": false,
|
7770
|
+
"type": "int",
|
7771
|
+
"value_allowed_null": true
|
7772
|
+
},
|
7773
|
+
{
|
7774
|
+
"disabled": false,
|
7775
|
+
"document": "执行时间:分\n注意:此字段可能返回 null,表示取不到有效值。",
|
7776
|
+
"example": "30",
|
7777
|
+
"member": "int64",
|
7778
|
+
"name": "ScheduleMin",
|
7779
|
+
"output_required": false,
|
7780
|
+
"required": false,
|
7781
|
+
"type": "int",
|
7782
|
+
"value_allowed_null": true
|
7783
|
+
},
|
7784
|
+
{
|
7785
|
+
"disabled": false,
|
7786
|
+
"document": "备份粒度:\nAll-全量\nDatabase-按库\nTable-按表\n注意:此字段可能返回 null,表示取不到有效值。",
|
7787
|
+
"example": "All",
|
7788
|
+
"member": "string",
|
7789
|
+
"name": "BackupScope",
|
7790
|
+
"output_required": false,
|
7791
|
+
"required": false,
|
7792
|
+
"type": "string",
|
7793
|
+
"value_allowed_null": true
|
7794
|
+
},
|
7795
|
+
{
|
7796
|
+
"disabled": false,
|
7797
|
+
"document": "备份库:如果是按库备份,则需要该字段,库之间用英文逗号分割\n注意:此字段可能返回 null,表示取不到有效值。",
|
7798
|
+
"example": "demo1,demo2",
|
7799
|
+
"member": "string",
|
7800
|
+
"name": "BackupDatabase",
|
7801
|
+
"output_required": false,
|
7802
|
+
"required": false,
|
7803
|
+
"type": "string",
|
7804
|
+
"value_allowed_null": true
|
7805
|
+
}
|
7806
|
+
],
|
7807
|
+
"usage": "both"
|
7808
|
+
},
|
7672
7809
|
"SearchTags": {
|
7673
7810
|
"document": "列表页搜索的标记列表",
|
7674
7811
|
"members": [
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"CreateBackUpSchedule": [
|
28
28
|
{
|
29
29
|
"document": "",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: cdwdoris.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBackUpSchedule\n<公共请求参数>\n\n{\n \"ScheduleId\": 0,\n \"WeekDays\": \"1\",\n \"BackUpTables\": [\n {\n \"Table\": \"1\",\n \"TotalBytes\": 0,\n \"Database\": \"1\"\n }\n ],\n \"ExecuteHour\": 0\n}",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: cdwdoris.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBackUpSchedule\n<公共请求参数>\n\n{\n \"ScheduleId\": 0,\n \"InstanceId\": \"1\",\n \"WeekDays\": \"1\",\n \"BackUpTables\": [\n {\n \"Table\": \"1\",\n \"TotalBytes\": 0,\n \"Database\": \"1\"\n }\n ],\n \"ExecuteHour\": 0,\n \"OperationType\": \"1\"\n}",
|
31
31
|
"output": "{\n \"Response\": {\n \"RequestId\": \"1\"\n }\n}",
|
32
32
|
"title": "示例"
|
33
33
|
}
|
@@ -499,13 +499,13 @@
|
|
499
499
|
"CreateFlowGroupByFiles": [
|
500
500
|
{
|
501
501
|
"document": "1. 子合同1为B2B合同(Approvers中包含两个ApproverInfo元素);\n2. 子合同1的发起方企业自动签署(ApproverType设置为3,SIGN_SEAL对应签署控件的ComponentValue设置为自动签署使用的印章Id);\n3. 子合同2为普通B2B合同(Approvers中包含两个ApproverInfo元素,且ApproverType都是0);\n4. 子合同3为普通B2C合同(Approvers中包含两个ApproverInfo元素,C端签署人的ApproverType为1)。",
|
502
|
-
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowGroupByFiles\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwf2UUckps3me1aUuRbyBJvD8CIgM4K\"\n },\n \"FlowGroupName\": \"示例合同组-有3份子合同\",\n \"FlowGroupInfos\": [\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en1\"\n ],\n \"FlowName\": \"子合同1-B2B(发起方企业自动签署)\",\n \"FlowDescription\": \"子合同1\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 3,\n \"OrganizationName\": \"典子谦示例企业\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"18251952320\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDxMjUyKQDN7EkUuO4zjEBpGXvHEACSA\"\n }\n ]\n },\n {\n \"ApproverName\": \"张三\",\n \"ApproverType\": 0,\n \"OrganizationName\": \"张三示例企业\",\n \"ApproverMobile\": \"18888888888\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n },\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en2\"\n ],\n \"FlowName\": \"子合同2-普通B2B\",\n \"FlowDescription\": \"子合同2\",\n \"FlowType\": \"示例合同\",\n \"
|
502
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowGroupByFiles\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwf2UUckps3me1aUuRbyBJvD8CIgM4K\"\n },\n \"FlowGroupName\": \"示例合同组-有3份子合同\",\n \"FlowGroupInfos\": [\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en1\"\n ],\n \"FlowName\": \"子合同1-B2B(发起方企业自动签署)\",\n \"FlowDescription\": \"子合同1\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 3,\n \"OrganizationName\": \"典子谦示例企业\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"18251952320\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDxMjUyKQDN7EkUuO4zjEBpGXvHEACSA\"\n }\n ]\n },\n {\n \"ApproverName\": \"张三\",\n \"ApproverType\": 0,\n \"OrganizationName\": \"张三示例企业\",\n \"ApproverMobile\": \"18888888888\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n },\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en2\"\n ],\n \"FlowName\": \"子合同2-普通B2B\",\n \"FlowDescription\": \"子合同2\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"OrganizationName\": \"典子谦示例企业\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"18251952320\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n },\n {\n \"ApproverType\": 0,\n \"OrganizationName\": \"李四示例企业\",\n \"ApproverName\": \"李四\",\n \"ApproverMobile\": \"15100000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n },\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en3\"\n ],\n \"FlowName\": \"子合同3-普通B2C\",\n \"Deadline\": 0,\n \"FlowDescription\": \"子合同3\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"OrganizationName\": \"王五示例企业\",\n \"ApproverName\": \"王五\",\n \"ApproverMobile\": \"13700000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n },\n {\n \"ApproverType\": \"1\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n }\n ]\n}",
|
503
503
|
"output": "{\n \"Response\": {\n \"FlowGroupId\": \"yDwJ7UUckpk84praUyPWcjISDLsIVxyo\",\n \"FlowIds\": [\n \"yDwJ7UUckpk84prkUyPWcjIufyhLeqjP\",\n \"yDwJ7UUckpk84prtUyPWcjIwX73sJYGC\",\n \"yDwJ7UUckpk84pryUyPWcjI11TGDLwGO\"\n ],\n \"RequestId\": \"s1694570527888078574\"\n }\n}",
|
504
504
|
"title": "创建一个有3份子合同的合同组签署流程(B2B(含自动签署)、B2B、B2C)"
|
505
505
|
},
|
506
506
|
{
|
507
507
|
"document": "1. 通过主代子方式发起合同(Agent.ProxyOrganizationId设置为子企业的电子签企业Id);\n2. 子合同1为B2B合同(Approvers中包含两个ApproverInfo元素,且ApproverType都是0);\n3. 子合同1的发起方企业自动签署(ApproverType设置为3,SIGN_SEAL对应签署控件的ComponentValue设置为自动签署使用的印章Id);\n4. 子合同2为普通B2B合同(Approvers中包含两个ApproverInfo元素,且ApproverType都是0);\n5. 子合同3为普通B2C合同(Approvers中包含两个ApproverInfo元素,C端签署人的ApproverType为1)。",
|
508
|
-
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowGroupByFiles\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"Agent\": {\n \"ProxyOrganizationId\": \"yDRSRUUgygj6qnwfUuO4zjEwc193c2hH\"\n },\n \"FlowGroupName\": \"示例合同组-3份子合同\",\n \"FlowGroupInfos\": [\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en1\"\n ],\n \"FlowName\": \"子合同1-B2B(发起方企业自动签署)\",\n \"FlowDescription\": \"子合同1\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 3,\n \"OrganizationName\": \"典子谦示例企业\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"18251952320\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDxMjUyKQDN7EkUuO4zjEBpGXvHEACSA\"\n }\n ]\n },\n {\n \"ApproverName\": \"张三\",\n \"ApproverType\": 0,\n \"OrganizationName\": \"张三示例企业\",\n \"ApproverMobile\": \"18888888888\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n },\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en2\"\n ],\n \"FlowName\": \"子合同2-普通B2B\",\n \"FlowDescription\": \"子合同2\",\n \"FlowType\": \"示例合同\",\n \"
|
508
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowGroupByFiles\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"Agent\": {\n \"ProxyOrganizationId\": \"yDRSRUUgygj6qnwfUuO4zjEwc193c2hH\"\n },\n \"FlowGroupName\": \"示例合同组-3份子合同\",\n \"FlowGroupInfos\": [\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en1\"\n ],\n \"FlowName\": \"子合同1-B2B(发起方企业自动签署)\",\n \"FlowDescription\": \"子合同1\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 3,\n \"OrganizationName\": \"典子谦示例企业\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"18251952320\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDxMjUyKQDN7EkUuO4zjEBpGXvHEACSA\"\n }\n ]\n },\n {\n \"ApproverName\": \"张三\",\n \"ApproverType\": 0,\n \"OrganizationName\": \"张三示例企业\",\n \"ApproverMobile\": \"18888888888\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n },\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en2\"\n ],\n \"FlowName\": \"子合同2-普通B2B\",\n \"FlowDescription\": \"子合同2\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"OrganizationName\": \"典子谦示例企业\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"18251952320\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n },\n {\n \"ApproverType\": 0,\n \"OrganizationName\": \"李四示例企业\",\n \"ApproverName\": \"李四\",\n \"ApproverMobile\": \"15100000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n },\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en3\"\n ],\n \"FlowName\": \"子合同3-普通B2C\",\n \"Deadline\": 0,\n \"FlowDescription\": \"子合同3\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"OrganizationName\": \"王五示例企业\",\n \"ApproverName\": \"王五\",\n \"ApproverMobile\": \"13700000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n },\n {\n \"ApproverType\": \"1\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n }\n ]\n}",
|
509
509
|
"output": "{\n \"Response\": {\n \"FlowGroupId\": \"yDwJ8UUckpk84plbUyPWcjISvuv6WMJx\",\n \"FlowIds\": [\n \"yDwJ8UUckpk84ploUyPWcjIS9KmiX55F\",\n \"yDwJ8UUckpk84plvUyPWcjIxKfGMJ9fF\",\n \"yDwJ8UUckpk84plaUyPWcjIvgnAvfS3H\"\n ],\n \"RequestId\": \"s1694572486923868447\"\n }\n}",
|
510
510
|
"title": "通过主代子方式创建一个有3份子合同的合同组签署流程(B2B(含自动签署)、B2B、B2C)"
|
511
511
|
},
|
@@ -517,7 +517,7 @@
|
|
517
517
|
},
|
518
518
|
{
|
519
519
|
"document": "1. 子合同1为B2B合同(Approvers中包含两个ApproverInfo元素);\n2. 子合同1、2为普通B2B合同(Approvers中包含两个ApproverInfo元素,且ApproverType都是0);\n3. 子合同3为普通B2C合同(Approvers中包含两个ApproverInfo元素,C端签署人的ApproverType为1)。\n4.三份子合同第一方签署方均指定为动态签署方(即不指定具体签署人,FillType=1),可在发起后再进行补充。",
|
520
|
-
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowGroupByFiles\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwf2UUckps3me1aUuRbyBJvD8CIgM4K\"\n },\n \"FlowGroupName\": \"示例合同组-有3份子合同\",\n \"FlowGroupInfos\": [\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en1\"\n ],\n \"FlowName\": \"子合同1-B2B(发起方企业自动签署)\",\n \"FlowDescription\": \"子合同1\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"ApproverRoleName\": \"甲方\",\n \"ApproverOption\": {\n \"FillType\": 1\n },\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDxMjUyKQDN7EkUuO4zjEBpGXvHEACSA\"\n }\n ]\n },\n {\n \"ApproverName\": \"张三\",\n \"ApproverType\": 0,\n \"OrganizationName\": \"张三示例企业\",\n \"ApproverMobile\": \"18888888888\",\n \"ApproverRoleName\": \"乙方\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n },\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en2\"\n ],\n \"FlowName\": \"子合同2-普通B2B\",\n \"FlowDescription\": \"子合同2\",\n \"FlowType\": \"示例合同\",\n \"
|
520
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowGroupByFiles\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwf2UUckps3me1aUuRbyBJvD8CIgM4K\"\n },\n \"FlowGroupName\": \"示例合同组-有3份子合同\",\n \"FlowGroupInfos\": [\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en1\"\n ],\n \"FlowName\": \"子合同1-B2B(发起方企业自动签署)\",\n \"FlowDescription\": \"子合同1\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"ApproverRoleName\": \"甲方\",\n \"ApproverOption\": {\n \"FillType\": 1\n },\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDxMjUyKQDN7EkUuO4zjEBpGXvHEACSA\"\n }\n ]\n },\n {\n \"ApproverName\": \"张三\",\n \"ApproverType\": 0,\n \"OrganizationName\": \"张三示例企业\",\n \"ApproverMobile\": \"18888888888\",\n \"ApproverRoleName\": \"乙方\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n },\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en2\"\n ],\n \"FlowName\": \"子合同2-普通B2B\",\n \"FlowDescription\": \"子合同2\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"ApproverRoleName\": \"甲方\",\n \"ApproverOption\": {\n \"FillType\": 1\n },\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n },\n {\n \"ApproverType\": 0,\n \"OrganizationName\": \"李四示例企业\",\n \"ApproverName\": \"李四\",\n \"ApproverMobile\": \"15100000000\",\n \"ApproverRoleName\": \"乙方\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n },\n {\n \"FileIds\": [\n \"yDwgAUUckp1tbkbgUukJIiCyj7014en3\"\n ],\n \"FlowName\": \"子合同3-普通B2C\",\n \"Deadline\": 0,\n \"FlowDescription\": \"子合同3\",\n \"FlowType\": \"示例合同\",\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"ApproverRoleName\": \"甲方\",\n \"ApproverOption\": {\n \"FillType\": 1\n },\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"\"\n }\n ]\n },\n {\n \"ApproverType\": \"1\",\n \"ApproverName\": \"典子谦\",\n \"ApproverMobile\": \"13200000000\",\n \"ApproverRoleName\": \"乙方\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"Unordered\": true\n }\n ]\n}",
|
521
521
|
"output": "{\n \"Response\": {\n \"Approvers\": [\n {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"甲方\",\n \"RecipientId\": \"yDCVHUUnh3kgwiU90l6PyV6AkMyS0Lgx\",\n \"SignId\": \"yDCVHUUnh3kgwxU90l6PBcCQi6YAeZWy\"\n },\n {\n \"ApproverRoleName\": \"乙方\",\n \"RecipientId\": \"yDCVHUUckpwbqu80UuyXGHSwrgMinnSy\",\n \"SignId\": \"yDCVHUUckpwbqu8dUuyXGHSxa5F93K42\"\n }\n ],\n \"FlowId\": \"yDCVHUUnh3kgw9U90l6PzoNCAOlgR7xB\"\n },\n {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"甲方\",\n \"RecipientId\": \"yDCVHUUckpwbqu8lUuyXGHS8vq7fLMsd\",\n \"SignId\": \"yDCVHUUckpwbquh6UuyXGHSqnN3pYpMd\"\n },\n {\n \"ApproverRoleName\": \"乙方\",\n \"RecipientId\": \"yDCVHUUnh3kgweU90l6Pwb6QiWJk1MYw\",\n \"SignId\": \"yDCVHUUnh3kgw4U90l6PxzLSFtwfT2XS\"\n }\n ],\n \"FlowId\": \"yDCVHUUnh3kgw7U90l6PwAC1pTEPzQFy\"\n },\n {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"甲方\",\n \"RecipientId\": \"yDCVHUUckpwbquhfUuyXGHSR8P1F70ug\",\n \"SignId\": \"yDCVHUUckpwbquhbUuyXGHSRsxjHubmd\"\n },\n {\n \"ApproverRoleName\": \"乙方\",\n \"RecipientId\": \"yDCVHUUckpwbqu8vUuyXGHSBxLkLVZWR\",\n \"SignId\": \"yDCVHUUckpwbqu8sUuyXGHSw1pO8DoHP\"\n }\n ],\n \"FlowId\": \"yDCVHUUckpwbquhuUuyXGHS8IdZrFis5\"\n }\n ],\n \"FlowGroupId\": \"yDCVHUUnh3kgwfU90l6PCbX2FydFwrHu\",\n \"FlowIds\": [\n \"yDCVHUUnh3kgw9U90l6PzoNCAOlgR7xB\",\n \"yDCVHUUnh3kgw7U90l6PwAC1pTEPzQFy\",\n \"yDCVHUUckpwbquhuUuyXGHS8IdZrFis5\"\n ],\n \"RequestId\": \"s1711349304019043831\"\n }\n}",
|
522
522
|
"title": "创建一个有3份子合同的合同组签署流程(B2B、B2B、B2C),指定每个子合同第一方为动态签署方"
|
523
523
|
}
|
@@ -231,13 +231,13 @@
|
|
231
231
|
"ChannelCreateFlowGroupByFiles": [
|
232
232
|
{
|
233
233
|
"document": "1. 入参中FlowFileInfos有三个元素, 表示三个合同组成此合同组\n2. 每个合同都是B2C合同",
|
234
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowGroupByFiles\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"kevin\"\n },\n \"ProxyOrganizationOpenId\": \"zk_online_org\",\n \"AppId\": \"394fc83e7a1cc97ba27c3342f425c836\"\n },\n \"FlowGroupName\": \"采购合同\",\n \"FlowFileInfos\": [\n {\n \"FileIds\": [\n \"yDR1nUU06b46rUy0fKyKocxqVM6QwE88\"\n ],\n \"FlowName\": \"番茄的采购合同\",\n \"Deadline\": 0,\n \"FlowDescription\": \"2023年番茄的采购50吨合同\",\n \"FlowType\": \"采购合同\",\n \"
|
234
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowGroupByFiles\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"kevin\"\n },\n \"ProxyOrganizationOpenId\": \"zk_online_org\",\n \"AppId\": \"394fc83e7a1cc97ba27c3342f425c836\"\n },\n \"FlowGroupName\": \"采购合同\",\n \"FlowFileInfos\": [\n {\n \"FileIds\": [\n \"yDR1nUU06b46rUy0fKyKocxqVM6QwE88\"\n ],\n \"FlowName\": \"番茄的采购合同\",\n \"Deadline\": 0,\n \"FlowDescription\": \"2023年番茄的采购50吨合同\",\n \"FlowType\": \"采购合同\",\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"OrganizationName\": \"王五示例企业\",\n \"OrganizationOpenId\": \"zk_online_org\",\n \"OpenId\": \"zk\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDR1kUU0zproxUy0fKyKg4XBzdcXcTBg\"\n }\n ]\n },\n {\n \"Name\": \"典子谦\",\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"CustomerData\": \"5ZCI5ZCM5Lus5ZCI5ZCM5Lus\",\n \"Unordered\": true,\n \"NeedSignReview\": false\n },\n {\n \"FileIds\": [\n \"yDR1nUU06b46rUy0fKyKocxqVM6QwE88\"\n ],\n \"FlowName\": \"黄瓜的采购合同\",\n \"Deadline\": 0,\n \"FlowDescription\": \"2023年黄瓜的采购50吨合同\",\n \"FlowType\": \"采购合同\",\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"OrganizationName\": \"李四示例企业\",\n \"OrganizationOpenId\": \"zk_online_org\",\n \"OpenId\": \"zk\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDR1kUU0zproxUy0fKyKg4XBzdcXcTBg\"\n }\n ]\n },\n {\n \"Name\": \"典子谦\",\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"CustomerData\": \"5paw55qE5a2Q5ZCI5ZCMMg==\",\n \"Unordered\": true,\n \"NeedSignReview\": false\n },\n {\n \"FileIds\": [\n \"yDR1nUU06b46rUy0fKyKocxqVM6QwE88\"\n ],\n \"FlowName\": \"马铃薯的采购合同\",\n \"Deadline\": 0,\n \"FlowDescription\": \"2023年马铃薯的采购50吨合同\",\n \"FlowType\": \"采购合同\",\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"OrganizationName\": \"张三示例企业\",\n \"OrganizationOpenId\": \"zk_online_org\",\n \"OpenId\": \"zk\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDR1kUU0zproxUy0fKyKg4XBzdcXcTBg\"\n }\n ]\n },\n {\n \"Name\": \"典子谦\",\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"CustomerData\": \"5paw55qE5a2Q5ZCI5ZCMMw==\",\n \"Unordered\": true,\n \"NeedSignReview\": false\n }\n ]\n}",
|
235
235
|
"output": "{\n \"Response\": {\n \"FlowGroupId\": \"yDwiSUUg0e3wmkUyoVjXzyZbNlhaVk85\",\n \"FlowIds\": [\n \"yDwiSUUg0e3wm2UyoVjXz1xWSYus0Jtc\",\n \"yDwiSUUg0e3wmrUyoVjXzSP9OEVRSAlk\",\n \"yDwiSUUg0e3wmhUyoVjXzByicWYPOymz\"\n ],\n \"RequestId\": \"s1698139089675399175\"\n }\n}",
|
236
236
|
"title": "创建三个合同组成的合同组"
|
237
237
|
},
|
238
238
|
{
|
239
239
|
"document": "1. 入参中FlowFileInfos有三个元素, 表示三个合同组成此合同组\n2. 每个合同都是B2C合同\n3.三份子合同均指定一方为动态签署方(即不指定具体签署人,FillType=1),可在发起后再进行补充。",
|
240
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowGroupByFiles\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"kevin\"\n },\n \"ProxyOrganizationOpenId\": \"zk_online_org\",\n \"AppId\": \"394fc83e7a1cc97ba27c3342f425c836\"\n },\n \"FlowGroupName\": \"采购合同\",\n \"FlowFileInfos\": [\n {\n \"FileIds\": [\n \"yDR1nUU06b46rUy0fKyKocxqVM6QwE88\"\n ],\n \"FlowName\": \"番茄的采购合同\",\n \"Deadline\": 0,\n \"FlowDescription\": \"2023年番茄的采购50吨合同\",\n \"FlowType\": \"采购合同\",\n \"
|
240
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowGroupByFiles\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"kevin\"\n },\n \"ProxyOrganizationOpenId\": \"zk_online_org\",\n \"AppId\": \"394fc83e7a1cc97ba27c3342f425c836\"\n },\n \"FlowGroupName\": \"采购合同\",\n \"FlowFileInfos\": [\n {\n \"FileIds\": [\n \"yDR1nUU06b46rUy0fKyKocxqVM6QwE88\"\n ],\n \"FlowName\": \"番茄的采购合同\",\n \"Deadline\": 0,\n \"FlowDescription\": \"2023年番茄的采购50吨合同\",\n \"FlowType\": \"采购合同\",\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"ApproverOption\": {\n \"FillType\": 1\n },\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDR1kUU0zproxUy0fKyKg4XBzdcXcTBg\"\n }\n ]\n },\n {\n \"Name\": \"典子谦\",\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"CustomerData\": \"5ZCI5ZCM5Lus5ZCI5ZCM5Lus\",\n \"Unordered\": true,\n \"NeedSignReview\": false\n },\n {\n \"FileIds\": [\n \"yDR1nUU06b46rUy0fKyKocxqVM6QwE88\"\n ],\n \"FlowName\": \"黄瓜的采购合同\",\n \"Deadline\": 0,\n \"FlowDescription\": \"2023年黄瓜的采购50吨合同\",\n \"FlowType\": \"采购合同\",\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"ApproverOption\": {\n \"FillType\": 1\n },\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDR1kUU0zproxUy0fKyKg4XBzdcXcTBg\"\n }\n ]\n },\n {\n \"Name\": \"典子谦\",\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"CustomerData\": \"5paw55qE5a2Q5ZCI5ZCMMg==\",\n \"Unordered\": true,\n \"NeedSignReview\": false\n },\n {\n \"FileIds\": [\n \"yDR1nUU06b46rUy0fKyKocxqVM6QwE88\"\n ],\n \"FlowName\": \"马铃薯的采购合同\",\n \"Deadline\": 0,\n \"FlowDescription\": \"2023年马铃薯的采购50吨合同\",\n \"FlowType\": \"采购合同\",\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"ApproverOption\": {\n \"FillType\": 1\n },\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 100,\n \"ComponentHeight\": 100,\n \"ComponentValue\": \"yDR1kUU0zproxUy0fKyKg4XBzdcXcTBg\"\n }\n ]\n },\n {\n \"Name\": \"典子谦\",\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"SignComponents\": [\n {\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentRequired\": true,\n \"ComponentPosX\": 100,\n \"ComponentPosY\": 200,\n \"ComponentHeight\": 100\n }\n ]\n }\n ],\n \"CustomerData\": \"5paw55qE5a2Q5ZCI5ZCMMw==\",\n \"Unordered\": true,\n \"NeedSignReview\": false\n }\n ]\n}",
|
241
241
|
"output": "{\n \"Response\": {\n \"Approvers\": [\n {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCVHUUckpwbqu2fUuyXGHSxNMdtKoFQ\",\n \"SignId\": \"yDCVHUUckpwbqu2xUuyXGHS1pifZeuEM\"\n },\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCVHUUckpwbqu24UuyXGHSwSOzFjmPR\",\n \"SignId\": \"yDCVHUUckpwbqu2bUuyXGHSyMBsyo35X\"\n }\n ],\n \"FlowId\": \"yDCVHUUckpwbqu2eUuyXGHSubvJWEDif\"\n },\n {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCVHUUckpwbqu2mUuyXGHSx4AVZuJkj\",\n \"SignId\": \"yDCVHUUckpwbqu29UuyXGHSS9mARSyFZ\"\n },\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCVHUUckpwbqu27UuyXGHSR81vG2CR9\",\n \"SignId\": \"yDCVHUUckpwbqu2uUuyXGHS8JfqC4sho\"\n }\n ],\n \"FlowId\": \"yDCVHUUckpwbqu2zUuyXGHSBho2CDwGz\"\n },\n {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCVHUUckpwbqu28UuyXGHS1CLfd5m1g\",\n \"SignId\": \"yDCVHUUckpwbqu22UuyXGHS8gj9IYCTL\"\n },\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCVHUUckpwbqu2rUuyXGHSw7ZeJH7Dk\",\n \"SignId\": \"yDCVHUUckpwbqu25UuyXGHSu11RucwZR\"\n }\n ],\n \"FlowId\": \"yDCVHUUckpwbqu2qUuyXGHSvEB4yY7su\"\n }\n ],\n \"FlowGroupId\": \"yDCVHUUckpwbquhgUuyXGHSxM3rGJCM3\",\n \"FlowIds\": [\n \"yDCVHUUckpwbqu2eUuyXGHSubvJWEDif\",\n \"yDCVHUUckpwbqu2zUuyXGHSBho2CDwGz\",\n \"yDCVHUUckpwbqu2qUuyXGHSvEB4yY7su\"\n ],\n \"RequestId\": \"s1711351873868654231\"\n }\n}",
|
242
242
|
"title": "创建三个合同组成的合同组,指定每个子合同第一方为动态签署方"
|
243
243
|
}
|
@@ -449,25 +449,25 @@
|
|
449
449
|
"ChannelCreateUserAutoSignEnableUrl": [
|
450
450
|
{
|
451
451
|
"document": "将UrlType参数设置为 H5SIGN,即可获得H5页面开通链接",
|
452
|
-
"input": "POST / HTTP / 1.1\nHost: essbasic.tencentcloudapi.com\nContent - Type: application / json\nX - TC - Action: ChannelCreateUserAutoSignEnableUrl <\n\t公共请求参数 >\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"1xxxxxxxxxxxxxx0\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": false,\n \"SealImgCallback\": false
|
452
|
+
"input": "POST / HTTP / 1.1\nHost: essbasic.tencentcloudapi.com\nContent - Type: application / json\nX - TC - Action: ChannelCreateUserAutoSignEnableUrl <\n\t公共请求参数 >\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"1xxxxxxxxxxxxxx0\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": false,\n \"SealImgCallback\": false\n },\n \"NotifyType\": \"SMS\",\n \"NotifyAddress\": \"13200000000\",\n \"ExpiredTime\": 1693290580,\n \"UrlType\": \"H5SIGN\"\n}",
|
453
453
|
"output": "{\n \"Response\": {\n \"AppId\": \"\",\n \"AppOriginalId\": \"\",\n \"Path\": \"\",\n \"QrCode\": \"\",\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\",\n \"Url\": \"https://essurl.cn/q5nQ*CSFBZ\",\n \"UrlType\": \"H5SIGN\"\n }\n}",
|
454
454
|
"title": "获取H5开通跳转链接"
|
455
455
|
},
|
456
456
|
{
|
457
457
|
"document": "UrlType参数是用来控制生成链接类型的,如果不传,则默认生成小程序跳转链接",
|
458
|
-
"input": "POST / HTTP / 1.1\nHost: essbasic.tencentcloudapi.com\nContent - Type: application / json\nX - TC - Action: ChannelCreateUserAutoSignEnableUrl <\n\t公共请求参数 >\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"1xxxxxxxxxxxxxx0\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": false,\n \"SealImgCallback\": false
|
458
|
+
"input": "POST / HTTP / 1.1\nHost: essbasic.tencentcloudapi.com\nContent - Type: application / json\nX - TC - Action: ChannelCreateUserAutoSignEnableUrl <\n\t公共请求参数 >\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"1xxxxxxxxxxxxxx0\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": false,\n \"SealImgCallback\": false\n },\n \"NotifyType\": \"SMS\",\n \"NotifyAddress\": \"13200000000\",\n \"ExpiredTime\": 1693290580,\n \"UrlType\": \"\"\n}",
|
459
459
|
"output": "{\n \"Response\": {\n \"AppId\": \"wxa02378y4jruwye1d\",\n \"AppOriginalId\": \"gh_da87293fsd87987\",\n \"Path\": \"page?abc=123&def=456\",\n \"QrCode\": \"EBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCN\",\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\",\n \"Url\": \"https://xxx.xxx/abc123\",\n \"UrlType\": \"\"\n }\n}",
|
460
460
|
"title": "获取小程序跳转链接"
|
461
461
|
},
|
462
462
|
{
|
463
463
|
"document": "通过 AutoSignConfig.VerifyChannels 参数,可以控制用户在开通的时候所使用的认证方式。以下例子为生成用户短信验证开通的链接为例,链接类型为H5跳转链接。",
|
464
|
-
"input": "POST / HTTP / 1.1\nHost: essbasic.tencentcloudapi.com\nContent - Type: application / json\nX - TC - Action: ChannelCreateUserAutoSignEnableUrl <\n\t公共请求参数 >\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"1xxxxxxxxxxxxxx0\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": false,\n \"SealImgCallback\": false,\n \"
|
464
|
+
"input": "POST / HTTP / 1.1\nHost: essbasic.tencentcloudapi.com\nContent - Type: application / json\nX - TC - Action: ChannelCreateUserAutoSignEnableUrl <\n\t公共请求参数 >\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"1xxxxxxxxxxxxxx0\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": false,\n \"SealImgCallback\": false,\n \"VerifyChannels\": [\n \"TELECOM\"\n ]\n },\n \"NotifyType\": \"SMS\",\n \"NotifyAddress\": \"13200000000\",\n \"ExpiredTime\": 1693290580,\n \"UrlType\": \"H5SIGN\"\n}",
|
465
465
|
"output": "{\n \"Response\": {\n \"AppId\": \"\",\n \"AppOriginalId\": \"\",\n \"Path\": \"\",\n \"QrCode\": \"\",\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\",\n \"Url\": \"https://essurl.cn/q5nQ*CSFBZ\",\n \"UrlType\": \"H5SIGN\"\n }\n}",
|
466
466
|
"title": "设置用户开通认证校验方式"
|
467
467
|
},
|
468
468
|
{
|
469
469
|
"document": "\t\n可以使用短信通知用户点击链接进行开通,短信中的链接跳转到小程序或者H5取决于UrlType参数。下面的例子将使用H5跳转链接为例。 过期时间需要使用时间戳类型进行设置,要求请参考 \"ExpiredTime\" 参数。",
|
470
|
-
"input": "POST / HTTP / 1.1\nHost: essbasic.tencentcloudapi.com\nContent - Type: application / json\nX - TC - Action: ChannelCreateUserAutoSignEnableUrl <\n\t公共请求参数 >\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"1xxxxxxxxxxxxxx0\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": false,\n \"SealImgCallback\": false,\n \"
|
470
|
+
"input": "POST / HTTP / 1.1\nHost: essbasic.tencentcloudapi.com\nContent - Type: application / json\nX - TC - Action: ChannelCreateUserAutoSignEnableUrl <\n\t公共请求参数 >\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"CustomUserId\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"1xxxxxxxxxxxxxx0\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": false,\n \"SealImgCallback\": false,\n \"VerifyChannels\": [\n \"TELECOM\"\n ]\n },\n \"NotifyType\": \"SMS\",\n \"NotifyAddress\": \"13200000000\",\n \"ExpiredTime\": 1693290580,\n \"UrlType\": \"H5SIGN\"\n}",
|
471
471
|
"output": "{\n \"Response\": {\n \"AppId\": \"\",\n \"AppOriginalId\": \"\",\n \"Path\": \"\",\n \"QrCode\": \"\",\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\",\n \"Url\": \"https://essurl.cn/q5nQ*CSFBZ\",\n \"UrlType\": \"H5SIGN\"\n }\n}",
|
472
472
|
"title": "通知对应开通用户以及设置过期时间"
|
473
473
|
}
|
@@ -805,13 +805,13 @@
|
|
805
805
|
},
|
806
806
|
{
|
807
807
|
"document": "使用模板批量创建两个签署流程\n第一个签署流程是 一个 单 C 合同,有发起方控件姓名,在发起的时候进行了填充, 即在 formfields 中填入了 components 对象\n第二个签署流程是 一个 C2B 合同, 第一方 ApproverType 设置为 PERSON,第二方的 ApproverType设置为 ORGANIZATION, 有发起方控件姓名,在发起的时候进行了填充, 即在 formfields 中填入了 components 对象",
|
808
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowsByTemplates\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"AppId\": \"yDwfwUUgygormhg1UuS2eARxjMT0mxAw\"\n },\n \"FlowInfos\": [\n {\n \"FlowName\": \"测试签署流程一\",\n \"TemplateId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\",\n \"FlowDescription\": \"测试签署流程一的描述信息\",\n \"Deadline\": 1989688460,\n \"FormFields\": [\n {\n \"ComponentName\": \"姓名\",\n \"ComponentValue\": \"李四\"\n }\n ],\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"PERSON\",\n \"Name\": \"李四\",\n \"Mobile\": \"13888888888\",\n \"RecipientId\": \"yDwJ2UUckpk1rwrdUrWKfEcuxn5DMpeI\"\n }\n ]\n },\n {\n \"FlowName\": \"测试签署流程二\",\n \"TemplateId\": \"yDRS4UUgygqdcj56UuO4zjExBQcOiB68\",\n \"FlowDescription\": \"测试签署流程二的描述信息\",\n \"
|
808
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowsByTemplates\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"AppId\": \"yDwfwUUgygormhg1UuS2eARxjMT0mxAw\"\n },\n \"FlowInfos\": [\n {\n \"FlowName\": \"测试签署流程一\",\n \"TemplateId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\",\n \"FlowDescription\": \"测试签署流程一的描述信息\",\n \"Deadline\": 1989688460,\n \"FormFields\": [\n {\n \"ComponentName\": \"姓名\",\n \"ComponentValue\": \"李四\"\n }\n ],\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"PERSON\",\n \"Name\": \"李四\",\n \"Mobile\": \"13888888888\",\n \"RecipientId\": \"yDwJ2UUckpk1rwrdUrWKfEcuxn5DMpeI\"\n }\n ]\n },\n {\n \"FlowName\": \"测试签署流程二\",\n \"TemplateId\": \"yDRS4UUgygqdcj56UuO4zjExBQcOiB68\",\n \"FlowDescription\": \"测试签署流程二的描述信息\",\n \"FormFields\": [\n {\n \"ComponentName\": \"姓名\",\n \"ComponentValue\": \"张三\"\n }\n ],\n \"Deadline\": 1989688460,\n \"FlowApprovers\": [\n {\n \"Name\": \"典子谦\",\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"RecipientId\": \"yDxZzUyKQDKuihUuO4zjEy09jfapyHjn\"\n },\n {\n \"Name\": \"张三\",\n \"ApproverType\": \"ORGANIZATION\",\n \"OrganizationOpenId\": \"ess_open_organization_1\",\n \"OrganizationName\": \"org_zhangsan\",\n \"Mobile\": \"18888888888\",\n \"OpenId\": \"n02468\",\n \"RecipientId\": \"yDwJ0UUckpk2077lUxgm9jJ9eZgZChJe\"\n }\n ]\n }\n ]\n}",
|
809
809
|
"output": "{\n \"Response\": {\n \"CustomerData\": [\n \"\"\n ],\n \"ErrorMessages\": [\n \"\"\n ],\n \"FlowApprovers\": [\n {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"个人签署方\",\n \"RecipientId\": \"yDwJ2UUckpk1rwrdUrWKfEcuxn5DMpeI\",\n \"SignId\": \"yDCNsUUckpvsadteUEEw4Igush89GzOR\"\n }\n ],\n \"FlowId\": \"yDCNsUUckpvsadtiUEEw4Ig1G1yak1QY\"\n },\n {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"个人签署方\",\n \"RecipientId\": \"yDxZzUyKQDKuihUuO4zjEy09jfapyHjn\",\n \"SignId\": \"yDCNsUUckpvsadteUEEw4Igush87GzOR\"\n },\n {\n \"ApproverRoleName\": \"张三示例企业\",\n \"RecipientId\": \"yDwJ0UUckpk2077lUxgm9jJ9eZgZChJe\",\n \"SignId\": \"yDCNsUUckpvsadtzUEEw4IgycXgrG82a\"\n }\n ],\n \"FlowId\": \"yDCNsUUckpvsadtiUEEw4Ig1G1ybk1QY\"\n }\n ],\n \"FlowIds\": [\n \"yDCNsUUckpvsadtiUEEw4Ig1G1yak1QY\",\n \"yDCNsUUckpvsadtiUEEw4Ig1G1ybk1QY\"\n ],\n \"PreviewUrls\": [\n \"\",\n \"\"\n ],\n \"RequestId\": \"s1706111849162794392\",\n \"TaskInfos\": [\n {\n \"TaskId\": \"\",\n \"TaskStatus\": \"\"\n },\n {\n \"TaskId\": \"\",\n \"TaskStatus\": \"\"\n }\n ]\n }\n}",
|
810
810
|
"title": "使用模板批量创建两个签署流程"
|
811
811
|
},
|
812
812
|
{
|
813
813
|
"document": "创建一个B2C流程,两方签署方不指定具体的签署人\n注: \n`1.签署人相关信息为空,如:姓名、手机号码等` \n`2.FillType需传值为1,表示为动态签署人(不确定具体的签署人),需后续进行补充。` \n`3.需保留对应的角色编号,即RecipientId,后续补充具体的签署人时需指定对应的RecipientId`",
|
814
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowsByTemplates\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"d7c13a8b***********68c0ee248f04\",\n \"ProxyOperator\": {\n \"OpenId\": \"00498cc***********3aff766cac\"\n },\n \"AppId\": \"65fb0c59***********a382cc5ed0e\"\n },\n \"FlowInfos\": [\n {\n \"FlowName\": \"测试流程一\",\n \"TemplateId\": \"005c***********4f7f64e8c\",\n \"FlowDescription\": \"测试流程一的描述信息\",\n \"FlowType\": \"合同\",\n \"Deadline\": 1604910797,\n \"
|
814
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowsByTemplates\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"d7c13a8b***********68c0ee248f04\",\n \"ProxyOperator\": {\n \"OpenId\": \"00498cc***********3aff766cac\"\n },\n \"AppId\": \"65fb0c59***********a382cc5ed0e\"\n },\n \"FlowInfos\": [\n {\n \"FlowName\": \"测试流程一\",\n \"TemplateId\": \"005c***********4f7f64e8c\",\n \"FlowDescription\": \"测试流程一的描述信息\",\n \"FlowType\": \"合同\",\n \"Deadline\": 1604910797,\n \"FormFields\": [\n {\n \"ComponentName\": \"姓名\",\n \"ComponentValue\": \"李四\"\n }\n ],\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"ORGANIZATION\",\n \"ApproverRoleName\": \"企业签署方\",\n \"RecipientId\": \"yDxjbUU***********zjEuCkSaxt8n\",\n \"ApproverOption\": {\n \"FillType\": 1\n }\n },\n {\n \"ApproverType\": \"PERSON\",\n \"ApproverRoleName\": \"个人签署方\",\n \"RecipientId\": \"yDxjbUU***********ChJBkK7qS\",\n \"ApproverOption\": {\n \"FillType\": 1\n }\n }\n ]\n }\n ]\n}",
|
815
815
|
"output": "{\n \"Response\": {\n \"CustomerData\": [\n \"\"\n ],\n \"FlowIds\": [\n \"yDxMqU***********vaigGvi\"\n ],\n \"PreviewUrls\": [\n \"\"\n ],\n \"ErrorMessages\": [\n \"\"\n ],\n \"TaskInfos\": [\n {\n \"TaskId\": \"taskid\",\n \"TaskStatus\": \"status\"\n }\n ],\n \"FlowApprovers\": [\n {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"企业签署方\",\n \"RecipientId\": \"yDxjbUU***********zjEuCkSaxt8n\",\n \"SignId\": \"yDw7hUUckpkmtvenURxlqRxRcrWD0zVk\"\n },\n {\n \"ApproverRoleName\": \"个人签署方\",\n \"RecipientId\": \"yDxjbUU***********ChJBkK7qS\",\n \"SignId\": \"yDw7hUUckpkmtvegURxlqRxSV5qDMex1\"\n }\n ],\n \"FlowId\": \"yDxMqU***********vaigGvi\"\n }\n ],\n \"RequestId\": \"s16294xxxxx0001803\"\n }\n}",
|
816
816
|
"title": "创建含有动态签署人流程,签署方不指定具体的签署人"
|
817
817
|
}
|
@@ -1133,7 +1133,7 @@
|
|
1133
1133
|
"PrepareFlows": [
|
1134
1134
|
{
|
1135
1135
|
"document": "创建待发起文件",
|
1136
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PrepareFlows\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"test\",\n \"ProxyOperator\": {\n \"OpenId\": \"test\"\n },\n \"AppId\": \"x\"\n },\n \"JumpUrl\": \"http://www.test.com\",\n \"FlowInfos\": [\n {\n \"FlowName\": \"测试签署流程一\",\n \"TemplateId\": \"test\",\n \"FlowDescription\": \"测试签署流程一的描述信息\",\n \"FlowType\": \"合同\",\n \"Deadline\": 1604910797,\n \"
|
1136
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PrepareFlows\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"test\",\n \"ProxyOperator\": {\n \"OpenId\": \"test\"\n },\n \"AppId\": \"x\"\n },\n \"JumpUrl\": \"http://www.test.com\",\n \"FlowInfos\": [\n {\n \"FlowName\": \"测试签署流程一\",\n \"TemplateId\": \"test\",\n \"FlowDescription\": \"测试签署流程一的描述信息\",\n \"FlowType\": \"合同\",\n \"Deadline\": 1604910797,\n \"FormFields\": [\n {\n \"ComponentName\": \"姓名\",\n \"ComponentValue\": \"李四\"\n }\n ],\n \"FlowApprovers\": [\n {\n \"Name\": \"李四\",\n \"Mobile\": \"13888888888\",\n \"Deadline\": 1604910798\n }\n ]\n },\n {\n \"FlowName\": \"测试签署流程二\",\n \"TemplateId\": \"test\",\n \"FlowDescription\": \"测试签署流程二的描述信息\",\n \"FlowType\": \"合同\",\n \"Deadline\": 1604910797,\n \"FormFields\": [\n {\n \"ComponentName\": \"姓名\",\n \"ComponentValue\": \"张三\"\n }\n ],\n \"FlowApprovers\": [\n {\n \"Name\": \"鹅鹅子\",\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"Deadline\": 1663336465\n },\n {\n \"Name\": \"发起方\",\n \"ApproverType\": \"ORGANIZATION\",\n \"Mobile\": \"13700000000\",\n \"OpenId\": \"12345678\",\n \"Deadline\": 1663336465\n }\n ]\n }\n ]\n}",
|
1137
1137
|
"output": "{\n \"Response\": {\n \"ConfirmUrl\": \"https://www.xx.com\",\n \"RequestId\": \"id\"\n }\n}",
|
1138
1138
|
"title": "创建待发起文件"
|
1139
1139
|
}
|
@@ -2350,6 +2350,15 @@
|
|
2350
2350
|
"name": "WorkSpaceId",
|
2351
2351
|
"required": false,
|
2352
2352
|
"type": "string"
|
2353
|
+
},
|
2354
|
+
{
|
2355
|
+
"disabled": false,
|
2356
|
+
"document": "作业名称列表",
|
2357
|
+
"example": "[\"name1\",\"name2\"]",
|
2358
|
+
"member": "string",
|
2359
|
+
"name": "JobNames",
|
2360
|
+
"required": false,
|
2361
|
+
"type": "list"
|
2353
2362
|
}
|
2354
2363
|
],
|
2355
2364
|
"type": "object"
|
@@ -89,7 +89,7 @@
|
|
89
89
|
"DeleteJobs": [
|
90
90
|
{
|
91
91
|
"document": "删除作业",
|
92
|
-
"input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteJobs\n<公共请求参数>\n\n{\n \"JobIds\": [\n \"cql-6ntmhryo\"\n ],\n \"WorkSpaceId\": \"space-53rqk422\"\n}",
|
92
|
+
"input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteJobs\n<公共请求参数>\n\n{\n \"JobIds\": [\n \"cql-6ntmhryo\"\n ],\n \"JobNames\": [\n \"name1\"\n ],\n \"WorkSpaceId\": \"space-53rqk422\"\n}",
|
93
93
|
"output": "{\n \"Response\": {\n \"RequestId\": \"12470b27-ef12-4c52-9b79-bddd64ae0a5b\"\n }\n}",
|
94
94
|
"title": "删除作业"
|
95
95
|
}
|