Uses of Class
com.tencentcloudapi.ess.v20201111.models.CreateOrganizationBatchSignUrlRequest
-
Packages that use CreateOrganizationBatchSignUrlRequest Package Description com.tencentcloudapi.ess.v20201111 com.tencentcloudapi.ess.v20201111.models -
-
Uses of CreateOrganizationBatchSignUrlRequest in com.tencentcloudapi.ess.v20201111
Methods in com.tencentcloudapi.ess.v20201111 with parameters of type CreateOrganizationBatchSignUrlRequest Modifier and Type Method Description CreateOrganizationBatchSignUrlResponse
EssClient. CreateOrganizationBatchSignUrl(CreateOrganizationBatchSignUrlRequest req)
使用此接口,您可以创建企业批量签署链接,员工只需点击链接即可跳转至控制台进行批量签署。
附注: - 员工必须在企业下完成实名认证,且需作为批量签署合同的签署方。 - 如有UserId,应以UserId为主要标识;如果没有UserId,则必须填写Name和Mobile信息。 -
Uses of CreateOrganizationBatchSignUrlRequest in com.tencentcloudapi.ess.v20201111.models
Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type CreateOrganizationBatchSignUrlRequest Constructor Description CreateOrganizationBatchSignUrlRequest(CreateOrganizationBatchSignUrlRequest 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.
-