v1
latestOpenAPI 3.0.02026-07-2457351270.1 KBUSER API
템플릿으로 서명 요청
미리 만들어둔 템플릿으로 서명요청을 보냅니다.
템플릿에 문서 이름, 서명자 정보, 추가 인증, 추가내용 입력 값을 추가로 적용해 서명요청을 할 수 있습니다.
post/documents/request-with-template
Request body
Example request
{
"templateId": "TEMPLATE_ID",
"document": {
"title": "2020_근로계약서_홍길동",
"fileOpenPassword": "password1234",
"participantMappings": [
{
"role": "근로자",
"name": "김모두",
"signingMethod": {
"type": " ",
"value": "modu.kim@modusign.co.kr / 01012345678"
},
"signingDuration": 20160,
"requesterMessage": "서명해 주세요.",
"verification": {
"password": {
"value": "password1234"
},
"mobileIdentification": {
"name": "김모두",
"phoneNumber": "01012345678"
},
"dCert": {
"name": "주식회사 모두싸인",
"bizNumber": "1231212345"
}
},
"attachmentRequests": [
{
"dataLabel": "첨부파일 1"
}
]
}
],
"requesterInputMappings": [
{
"dataLabel": "기타사항",
"value": "기타사항입니다."
}
],
"requesterAttachmentMappings": [
{
"dataLabel": "첨부파일_1",
"file": {
"name": "첨부파일_1"
}
}
],
"carbonCopies": [
{
"contact": "01000000000 or example@modusign.co.kr",
"locale": "ko"
}
],
"auditTrail": {
"locales": [
[
"ko",
"en"
]
]
}
}
}