Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.ChannelCreateBatchSignUrlResponse
-
Packages that use ChannelCreateBatchSignUrlResponse Package Description com.tencentcloudapi.essbasic.v20210526 com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of ChannelCreateBatchSignUrlResponse in com.tencentcloudapi.essbasic.v20210526
Methods in com.tencentcloudapi.essbasic.v20210526 that return ChannelCreateBatchSignUrlResponse Modifier and Type Method Description ChannelCreateBatchSignUrlResponse
EssbasicClient. ChannelCreateBatchSignUrl(ChannelCreateBatchSignUrlRequest req)
通过此接口,创建小程序批量签署链接,个人/企业员工点击此链接即可跳转小程序进行批量签署。 请确保生成链接时候的身份信息和签署合同参与方的信息保持一致。 注: - 参与人点击链接后需短信验证码才能查看合同内容。 - 企业用户批量签署,需要传OrganizationName(参与方所在企业名称)参数生成签署链接,`请确保此企业已完成腾讯电子签企业认证`。 - 个人批量签署,签名区`仅支持手写签名`。 -
Uses of ChannelCreateBatchSignUrlResponse in com.tencentcloudapi.essbasic.v20210526.models
Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type ChannelCreateBatchSignUrlResponse Constructor Description ChannelCreateBatchSignUrlResponse(ChannelCreateBatchSignUrlResponse 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.
-