{
"basicInfo": {
"title": "string",
"remark": "string",
"seqType": 0,
"expireDatetime": "string",
"redirectUrl": "string"
},
"participantList": [
{
"participantRefId": "string",
"name": "string",
"userType": 0,
"mobile": "string",
"idType": 0,
"idNo": "string",
"enterpriseName": "string",
"creditCode": "string",
"assignedSeq": 0,
"allowAddForms": true,
"signMode": 0,
"willingAuth": 0,
"callbackUrl": "string",
"notifyType": 0
}
],
"contentList": [
{
"fileTId": "string",
"attachment": true
}
],
"formList": [
{
"participantRefId": "string",
"fileTId": "string",
"formType": 0,
"sealType": 0,
"position": {
"type": 0,
"coordinatePosition": {
"llx": 0,
"lly": 0,
"urx": 0,
"ury": 0,
"unit": 0,
"pages": "string"
},
"apSealPosition": {
"direction": 0,
"offset": 0,
"pages": "string"
},
"keywordPosition": {
"keyword": "string",
"pages": "string",
"index": "string",
"width": 0,
"height": 0,
"baseline": 0,
"offsetX": 0,
"offsetY": 0
}
},
"dateFormField": {
"format": 0,
"fontSize": 0
}
}
]
}
curl --location --request POST '/open/envelope/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"basicInfo": {
"title": "string",
"remark": "string",
"seqType": 0,
"expireDatetime": "string",
"redirectUrl": "string"
},
"participantList": [
{
"participantRefId": "string",
"name": "string",
"userType": 0,
"mobile": "string",
"idType": 0,
"idNo": "string",
"enterpriseName": "string",
"creditCode": "string",
"assignedSeq": 0,
"allowAddForms": true,
"signMode": 0,
"willingAuth": 0,
"callbackUrl": "string",
"notifyType": 0
}
],
"contentList": [
{
"fileTId": "string",
"attachment": true
}
],
"formList": [
{
"participantRefId": "string",
"fileTId": "string",
"formType": 0,
"sealType": 0,
"position": {
"type": 0,
"coordinatePosition": {
"llx": 0,
"lly": 0,
"urx": 0,
"ury": 0,
"unit": 0,
"pages": "string"
},
"apSealPosition": {
"direction": 0,
"offset": 0,
"pages": "string"
},
"keywordPosition": {
"keyword": "string",
"pages": "string",
"index": "string",
"width": 0,
"height": 0,
"baseline": 0,
"offsetX": 0,
"offsetY": 0
}
},
"dateFormField": {
"format": 0,
"fontSize": 0
}
}
]
}'
{
"code": 0,
"message": "string",
"body": {
"envelopeTId": "string"
}
}