v1
latestOpenAPI 3.0.02026-07-2457351270.1 KBUSER API
내용 수정 중 문서 데이터 변경
patch/documents/{documentId}/modification
Path parameters
documentIdstring required
문서 ID
Request body
Example request
{
"participants": [
{
"signingMethod": {
"type": " ",
"value": "modu.kim@modusign.co.kr / 01012345678"
},
"attachmentRequests": [
{
"name": "첨부파일 1",
"message": "2개월 내에 발급받은 회사 직인이 찍힌 원천징수영수증",
"required": true
}
],
"verification": {
"password": {
"value": "thisIsPassword"
},
"mobileIdentification": {
"name": "김모두",
"phoneNumber": "01012345678"
},
"dCert": {
"name": "주식회사 모두싸인",
"bizNumber": "1231212315"
}
},
"checkboxFieldGroups": [
{
"maxCheckLimit": 1
}
]
}
],
"requesterInputs": [
{
"dataLabel": "기타사항",
"type": "TEXT",
"value": "기타사항입니다"
}
],
"requesterAttachments": [
{
"name": "첨부파일 1",
"file": {
"name": "첨부파일_1"
}
}
],
"carbonCopies": [
{
"contact": "01000000000 or example@modusign.co.kr",
"locale": "ko"
}
]
}Response
Example response
{
"participants": [
{
"role": "근로자",
"name": "김모두",
"requesterMessage": "서명해 주세요",
"signingOrder": 1,
"signingDuration": 20160,
"signingMethod": {
"type": " ",
"value": "modu.kim@modusign.co.kr / 01012345678"
},
"attachmentRequests": [
{
"name": "첨부파일 1",
"message": "2개월 내에 발급받은 회사 직인이 찍힌 원천징수영수증",
"required": true
}
],
"verification": {
"password": {
"value": "thisIsPassword"
},
"mobileIdentification": {
"name": "김모두",
"phoneNumber": "01012345678"
},
"dCert": {
"name": "주식회사 모두싸인",
"bizNumber": "1231212315"
}
},
"fields": [
{
"dataLabel": "기타사항",
"type": "TEXT"
}
],
"checkboxFieldGroups": [
{
"maxCheckLimit": 1
}
]
}
],
"requesterInputs": [
{
"dataLabel": "기타사항",
"type": "TEXT",
"value": "기타사항입니다"
}
],
"requesterAttachments": [
{
"name": "첨부파일 1",
"file": {
"name": "첨부파일_1"
}
}
],
"carbonCopies": [
{
"contact": "01000000000 or example@modusign.co.kr",
"locale": "ko"
}
]
}