Bulk Contract Start
Last updated
Last updated
Start Bulk Contract
For bulk sending, the order of signatures depends on the steps you set in the template. (It depends on the template step type) The sender will be set as starter of document and the signer's information will be determined by the value in unset_player_list. Document will be sent for all signers in the unset_player_list.
Body - Header Parameter
Body - Body Parameter
Url
Type
Code
https://docs.esignon.net/JEDOC/Common.do
POST
1410Q
Parameter Name
DataType
Description
Content-Type
String
application/json
Authorization
String
esignon {token}
Parameter Name
DataType
Description
request_code
String
"1410Q"
request_msg
String
"Start Work Flow Bulk Sending"
session_id
String
"thread_023"
version
String
"9.9.99"
Parameter Name
DataType
Description
comp_id
String
Company ID
biz_id
String
"0"
memb_email
String
Document starter's email
workflow_name
String
""
workflow_lib_id
String
lid_id created when creating the template
(You can check the select Templete list.)
unset_player_list
Data
Enter the signers information
unset_player_list.memb_id_type
String
"EMail"
unset_player_list.email
String
Email address
unset_player_list.name
String
Signer name
unset_player_list.language
String
"ko-KR","en-US","ja-JP"
unset_player_list.workflow_name
String
Document name to start
unset_player_list.enable_mobile_cert
String
"false" ( is only available in Korea.)
unset_player_list.mobile_number
String
"" ( is only available in Korea.)
unset_player_list.enable_password_cert
String
Password authentication feature "True or false"
unset_player_list.password_hint
String
Password hint
unset_player_list.password
String
Password
field_list
Data
Field value added in case there is a value to be entered in advance
field_list.doc_id
String
Templete ID
field_list.field_name
String
Templete field name
field_list.field_value
String
The value you want to enter in the field
comment
String
""
enable_legal_agreement
String
"false"
Code
Description
Reference
200
success
success
400
Connection failed
Code
Description
Reference
00
success
success
-1
fail
Parsing failed because the body information of the received message is incorrect.
10
fail
The specific Work Flow Library does not exist.
11
fail
Failed.
12
fail
The maximum storage capacity has been exceeded.
13
fail
The maximum number of documents is exceeded.
14
fail
The usage period has expired.
15
fail
The writer setting is incorrect.