删除抄送人

POST /esignglobal/v1/envelope/recipients/deleteCCs

接口描述

信封未开启时,支持删除已添加的抄送方。

请求参数

参数名称

类型

是否必填

说明

envelopeId

string

true

信封 ID

CCInfos

array

true

抄送人信息集合

 

userEmail

string

true

抄送人邮箱地址

请求示例

{
	"envelopeId": "flow1234567890",
	"CCInfos": [{
		"userEmail": "buweiqiang@xxxx.com"
	}]
}

响应参数

参数名称

类型

说明

envelopeId

string

信封 ID

CCInfos

array

抄送人信息集合

 

userEmail

string

抄送人邮箱地址

 

userName

string

抄送人名称

响应示例

{
	"code": "0",
	"message": "成功",
	"data": {
		"envelopeId": "flow1234567890",
		"CCInfos": [{
			"userEmail": "tiandou@xxxx.com",
			"userName": "dou"
		}]
	}
}

接口描述
请求参数
请求示例
响应参数
响应示例