Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.ChannelCreateBatchCancelFlowUrlResponse
-
Packages that use ChannelCreateBatchCancelFlowUrlResponse Package Description com.tencentcloudapi.essbasic.v20210526 com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of ChannelCreateBatchCancelFlowUrlResponse in com.tencentcloudapi.essbasic.v20210526
Methods in com.tencentcloudapi.essbasic.v20210526 that return ChannelCreateBatchCancelFlowUrlResponse Modifier and Type Method Description ChannelCreateBatchCancelFlowUrlResponse
EssbasicClient. ChannelCreateBatchCancelFlowUrl(ChannelCreateBatchCancelFlowUrlRequest req)
指定需要批量撤销的签署流程Id,获取批量撤销链接 - 不建议使用此接口,可使用ChannelBatchCancelFlows 客户指定需要撤销的签署流程Id,最多100个,超过100不处理; 接口调用成功返回批量撤销合同的链接,通过链接跳转到电子签小程序完成批量撤销; 可以撤回:未全部签署完成 不可以撤回:已全部签署完成、已拒签、已过期、已撤回、拒绝填写、已解除等合同状态。 注意: 能撤回合同的只能是合同的发起人或者发起企业的超管、法人 -
Uses of ChannelCreateBatchCancelFlowUrlResponse in com.tencentcloudapi.essbasic.v20210526.models
Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type ChannelCreateBatchCancelFlowUrlResponse Constructor Description ChannelCreateBatchCancelFlowUrlResponse(ChannelCreateBatchCancelFlowUrlResponse 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.
-