信封过期
信封过期
{
"event": "envelopeExpired",
"data": {
"auditHref": {
"href": "/ws-rest/v1/users/3/envelopes/2229bf86-fc00-40be-986a-b98e5c047d22/audit",
"method": "GET"
},
"basicInfo": {
"createdDatetime": 1496221929000,
"envelopeId": "2229bf86-fc00-40be-986a-b98e5c047d22",
"secureLevel": 1,
"sender": {
"name": "四川工商测试",
"userId": 3
},
"sentDatetime": 1496222085000,
"status": 1,
"statusDatetime": 1496222088000,
"subject": "测试信封主题内容",
"title": "测试信封标题",
"type": 2
},
"documents": [
{
"contentType": "application/pdf",
"href": "/ws-rest/v1/users/3/envelopes/2229bf86-fc00-40be-986a-b98e5c047d22/documents/b9007ec7-1b65-4219-9e29-cae2a0422310?fields=ops_page_sign_count,to_pdf_original_location,serial_code,size,desc_info,name,location,image_location,to_pdf_location,id,time",
"imageLocation": "/ws-rest/v1/documents/b9007ec7-1b65-4219-9e29-cae2a0422310/images",
"location": "/res/user/6c50546164684413bfe8b915e26ce517/docs/pdf/converts/6c39ce77-309f-4f2c-a724-37b96902f43a.pdf",
"name": "json格式上传测试文件.docx",
"opsPageSignCount": 0,
"size": 19.53,
"tagId": "19827398192873",
"time": 1496221984000
}
],
"documentsHref": {
"href": "/ws-rest/v1/users/3/envelopes/2229bf86-fc00-40be-986a-b98e5c047d22/documents",
"method": "GET"
},
"envelopeHref": {
"href": "/ws-rest/v1/users/3/envelopes/2229bf86-fc00-40be-986a-b98e5c047d22",
"method": "GET"
},
"formsHref": {
"href": "/ws-rest/v1/users/3/envelopes/2229bf86-fc00-40be-986a-b98e5c047d22/forms",
"method": "GET"
},
"recipients": [
{
"contact": "[email protected]",
"extraInfo": {
"tagId": "3123123"
},
"name": "张伟",
"recipientId": 29,
"recipientType": 2,
"sequence": 1,
"state": 0,
"userId": 1
},
{
"contact": "[email protected]",
"extraInfo": {
"tagId": "412341234"
},
"name": "李强",
"recipientId": 30,
"recipientType": 2,
"sequence": 2,
"state": 0,
"userId": 4
}
],
"recipientsHref": {
"href": "/ws-rest/v1/users/3/envelopes/2229bf86-fc00-40be-986a-b98e5c047d22/recipients",
"method": "GET"
}
}
}
字段 |
是否必填 |
类型 |
位置 |
长度 |
说明 |
event |
是 |
array |
BODY |
|
webhook定义的事件,详见webhook事件 |
data |
是 |
Object |
BODY |
|
信封启动数据结构 |
basicInfo |
是 |
Object |
BODY |
|
信封基本数据封装 |
createdDateTime |
是 |
Long |
BODY |
|
信封创建时间(Unix时间戳) |
envelopeId |
是 |
String |
BODY |
|
信封唯一标识 |
secureLevel |
是 |
int |
BODY |
|
安全级别(1-一次性证书,2-商用证书,3-平台证书) |
sender |
是 |
Object |
BODY |
|
发起者信息 |
userId |
是 |
String |
BODY |
|
信封发起者id |
name |
是 |
String |
BODY |
|
信封发起者名 |
sentDateTime |
是 |
Long |
BODY |
|
信封创建时间(Unix时间戳) |
status |
是 |
int |
BODY |
固定值 |
信封状态(0-草稿,1-已发送,2-已完成,3-拒签,4-撤销,5-超时,6-发起者逻辑删除) |
statusDateTime |
是 |
Long |
BODY |
|
信封状态更改时间 |
title |
是 |
String |
BODY |
|
信封标题 |
subject |
否 |
String |
BODY |
|
信封主题 |
type |
是 |
int |
BODY |
固定值 |
信封类型(0:本人签,1:多人签,2:他人签) |
documents |
是 |
Object |
BODY |
|
信封中文档资源 |
document |
是 |
Object |
BODY |
|
信封中文档 |
contentType |
是 |
String |
BODY |
|
文档类型 |
imageLocation |
是 |
String |
BODY |
|
文档图片资源链接 |
location |
是 |
String |
BODY |
|
文档位置资源链接 |
name |
是 |
String |
BODY |
|
文档名称 |
opsPageSignCount |
是 |
int |
BODY |
|
文档包含签名个数 |
serialCode |
是 |
String |
BODY |
|
文档标识 |
size |
是 |
float |
BODY |
|
文档大小 |
time |
是 |
Long |
BODY |
|
文档上传时间 |
href |
是 |
String |
BODY |
|
文档资源链接 |
tagId |
否 |
String |
BODY |
|
省工商文档标记 |
nextSigners |
是 |
Obeject |
BODY |
|
下一组签名者信息(如果不存在下则为空 |
recipients |
是 |
Object |
BODY |
|
接收者信息 |
state |
是 |
int |
BODY |
|
该接收者处理状态:0-待处理,1-已正常处理,2-拒绝处理,3-超时处理 |
userId |
是 |
int |
BODY |
|
接收者用户id |
contact |
是 |
String |
BODY |
|
接收者联系方式(例如:邮箱、手机、、、) |
sequence |
是 |
int |
BODY |
|
接收者签名顺序1~n:处理优先级(数字相同则表示同时处理) |
name |
是 |
String |
BODY |
|
接收者用户名称 |
recipientId |
是 |
int |
BODY |
|
接收者id |
recipientType |
是 |
int |
BODY |
|
接收者文档级别:0-仅签名,1-仅接收,2-签名并接收文档 |
extraInfo |
是 |
Object |
BODY |
|
接收者额外信息 |
tagId |
否 |
String |
BODY |
|
省工商签署者标记 |
totalFormCount |
是 |
int |
BODY |
|
需处理表单项个数 |
method |
是 |
String |
BODY |
|
请求方法 |
envelopeHref |
是 |
String |
BODY |
|
当前信封资源链接 |
documentsHref |
是 |
String |
BODY |
|
当前信封文档资源链接 |
recipientsHref |
是 |
String |
BODY |
|
当前信封接收者资源链接 |
formsHref |
是 |
String |
BODY |
|
当前表单资源链接 |
auditHref |
是 |
String |
BODY |
|
凭证资源链接 |
signHref |
是 |
String |
BODY |
|
签名者信息链接 |
documents |
是 |
Object |
BODY |
|
信封中文档对象 |