刪除抄送人

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"
		}]
	}
}

接口描述
請求參數
請求示例
響應參數
響應示例