Uses of Class
com.tencentcloudapi.ess.v20201111.models.CreateFlowByFilesResponse
-
Packages that use CreateFlowByFilesResponse Package Description com.tencentcloudapi.ess.v20201111 com.tencentcloudapi.ess.v20201111.models -
-
Uses of CreateFlowByFilesResponse in com.tencentcloudapi.ess.v20201111
Methods in com.tencentcloudapi.ess.v20201111 that return CreateFlowByFilesResponse Modifier and Type Method Description CreateFlowByFilesResponse
EssClient. CreateFlowByFiles(CreateFlowByFilesRequest req)
此接口(CreateFlowByFiles)用来通过上传后的pdf资源编号来创建待签署的合同流程。
适用场景1:适用非制式的合同文件签署。一般开发者自己有完整的签署文件,可以通过该接口传入完整的PDF文件及流程信息生成待签署的合同流程。
适用场景2:可通过该接口传入制式合同文件,同时在指定位置添加签署控件。可以起到接口创建临时模板的效果。如果是标准的制式文件,建议使用模板功能生成模板ID进行合同流程的生成。
注意事项:该接口需要依赖“多文件上传”接口生成pdf资源编号(FileIds)进行使用。 -
Uses of CreateFlowByFilesResponse in com.tencentcloudapi.ess.v20201111.models
Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type CreateFlowByFilesResponse Constructor Description CreateFlowByFilesResponse(CreateFlowByFilesResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-