{"info":{"_postman_id":"ceadea49-6d23-409e-bf11-5474997ad66b","name":"Open API","description":"<html><head></head><body><h2 id=\"authentication\">Authentication</h2>\n<blockquote>\n<p>이 Open API 는 Glosign팀에서 관리되며 Glosign 회원 가입 후 API 연동을 진행 하실 수 있습니다. </p>\n</blockquote>\n<blockquote>\n<p>현재 제공되고 있는 API 인증 방식<br>* Bearer </p>\n</blockquote>\n<h2 id=\"api_key\">api_key</h2>\n<blockquote>\n<p>api키는 bearer 방식으로 glosign admin 페이지에 api_key가 제공되고 있습니다.  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Security Scheme Type</th>\n<th>API key</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header parameter name</td>\n<td>Authorization</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"token-발급\">Token 발급</h2>\n<blockquote>\n<p><a href=\"https://developers.glosign.com/auth\">Glosign API 가이드</a>를 참고 해주시기 바랍니다. </p>\n</blockquote>\n<h2 id=\"http-status-code\">HTTP Status Code</h2>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>CODE</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>API 요청 작업 성공</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Parameter 오류</td>\n</tr>\n<tr>\n<td>401</td>\n<td>허용되지 않은 Access Key을 사용하여 API 전송시 오류</td>\n</tr>\n<tr>\n<td>404</td>\n<td>요청 작업에 관한 내역이 없는 경우</td>\n</tr>\n<tr>\n<td>500</td>\n<td>서버 오류</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14002500","collectionId":"ceadea49-6d23-409e-bf11-5474997ad66b","publishedId":"Tzscq7Pn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-21T07:16:08.000Z"},"item":[{"name":"User","item":[{"name":"유저 조회","id":"bfb3a0a9-a565-4924-aade-4d67f9937252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/user","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<p>Content-type: application/json</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"company_code\": \"string\"\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>유저 ID</td>\n<td>50</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>유저 이메일</td>\n<td>254</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>유저명</td>\n<td>140</td>\n</tr>\n<tr>\n<td>compay_code</td>\n<td>String</td>\n<td>유저 기업 코드</td>\n<td>10</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["user"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9da316f3-6e71-4784-b60c-e6901d32302a","name":"200 유저 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":"{{baseUrl}}/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"company_code\": \"string\"\n} "}],"_postman_id":"bfb3a0a9-a565-4924-aade-4d67f9937252"},{"name":"유저 기업 조회","id":"9348ff6b-2767-44de-b274-797ca048e478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/user/company","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<p>Content-type: application/json</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"name\": \"string\",\n    \"country\": \"string\",\n    \"address\": \"string\",\n    \"industry\": \"string\",\n    \"phone\": \"string\",\n    \"company_type\": \"string\",\n    \"scale\": \"string\",\n    \"is_authenticated\": \"string\",\n    \"company_code\": \"string\",\n    \"company_number\": \"string\"\n} \n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_lenth</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>기업명</td>\n<td>50</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>소재지</td>\n<td>2</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>기업 주소</td>\n<td>150</td>\n</tr>\n<tr>\n<td>industry</td>\n<td>String</td>\n<td>산업 분야</td>\n<td>3</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>전화번호</td>\n<td>20</td>\n</tr>\n<tr>\n<td>company_type</td>\n<td>String</td>\n<td>기업 형태  <br />* 01 - 개인사업자  <br />* 02 - 법인사업자  <br />* 03 - 간이사업자  <br />* 04 - 유한사업자</td>\n<td></td>\n</tr>\n<tr>\n<td>scale</td>\n<td>String</td>\n<td>기업 규모</td>\n<td>2</td>\n</tr>\n<tr>\n<td>is_authenticated</td>\n<td>String</td>\n<td>기업 인증 여부</td>\n<td>5</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>String</td>\n<td>기업 코드</td>\n<td>10</td>\n</tr>\n<tr>\n<td>company_number</td>\n<td>String</td>\n<td>사업자번호</td>\n<td>10</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<ul>\n<li>만약 유저가 속한 기업이 다수라면 리스트 형식으로 출력됩니다.</li>\n</ul>\n","urlObject":{"path":["user","company"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f3681a9c-a202-43ee-b27a-84f0c6636391","name":"유저 기업 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":"{{baseUrl}}/user/company"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"string\",\n    \"country\": \"string\",\n    \"address\": \"string\",\n    \"industry\": \"string\",\n    \"phone\": \"string\",\n    \"company_type\": \"string\",\n    \"scale\": \"string\",\n    \"is_authenticated\": \"string\",\n    \"company_code\": \"string\",\n    \"company_number\": \"string\"\n} "}],"_postman_id":"9348ff6b-2767-44de-b274-797ca048e478"},{"name":"서명 조회","id":"5823c363-a130-45ed-83d1-4847b32065d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/user/signature?type=sign","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"type\": \"string\"\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>타입</td>\n<td>5</td>\n<td>sign</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<p>Content-type: application/json</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n\"id\": \"string\",  \n\"img_url\": \"string\",  \n\"created_at\": \"string\",  \n\"updated_at\": \"string\",  \n\"is_main\": \"string\",  \n\"type\": \"string\"  \n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>ID값</td>\n<td>50</td>\n</tr>\n<tr>\n<td>img_url</td>\n<td>String</td>\n<td>이미지 URL</td>\n<td>254</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>생성일</td>\n<td>50</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>수정일</td>\n<td>50</td>\n</tr>\n<tr>\n<td>is_main</td>\n<td>String</td>\n<td>대표 서명 여부</td>\n<td>5</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>타입</td>\n<td>5</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<ul>\n<li>is_main 칼럼은 type=sign에서만 출력됩니다.</li>\n</ul>\n","urlObject":{"path":["user","signature"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>서명 타입 - sign, stamp</p>\n","type":"text/plain"},"key":"type","value":"sign"}],"variable":[]}},"response":[{"id":"a45f86bc-8650-4770-bd60-721f286c6049","name":"서명 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/user/signature?type=sign","host":["{{baseUrl}}"],"path":["user","signature"],"query":[{"key":"type","value":"sign","description":"서명 타입 - sign, stamp"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"string\",\n    \"img_url\": \"string\",\n    \"created_at\": \"string\",\n    \"updated_at\": \"string\",\n    \"is_main\": \"string\"\n}"}],"_postman_id":"5823c363-a130-45ed-83d1-4847b32065d1"},{"name":"서명 등록","id":"4e01b2ea-6697-491f-b8cd-5bf08e5a6566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>이미지 오브젝</p>\n","type":"file","value":null},{"key":"type","value":"stamp","description":"<p>서명 타입 - sign, stamp</p>\n","type":"text"},{"key":"companyFlag","value":"","description":"<p>기업 서명 여부 - true/false (Default: false)</p>\n","type":"text","disabled":true}]},"url":"{{baseUrl}}/user/signature","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-body-multipartform-data\">Request Body (multipart/form-data)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"file\": \"object\",\n\"type\": \"string\",\n\"companyFlag \": \"boolean\"\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file</td>\n<td>Object</td>\n<td>서명 이미지</td>\n<td>2MB</td>\n<td>sign</td>\n<td>true</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>타입  <br /><code>stamp</code> - 도장  <br /><code>sign</code> - 서명</td>\n<td>5</td>\n<td>sign</td>\n<td>true</td>\n</tr>\n<tr>\n<td>companyFlag</td>\n<td>boolean</td>\n<td>기업 서명 여부</td>\n<td>-</td>\n<td>false</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<p>Content-type: application/json</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"string\",\n    \"url\": \"string\",\n    \"type\": \"string\"\n} \n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>ID값</td>\n<td>50</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>이미지 URL</td>\n<td>254</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>타입  <br /><code>stamp</code> - 도장  <br /><code>sign</code> - 서명</td>\n<td>5</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["user","signature"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"36ac77a7-e52d-477e-bd8a-e7389cdb3eef","name":"서명 등록","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"이미지 오브젝트","type":"file","value":null},{"key":"type","value":"","description":"서명 타입 - sign, stamp","type":"text"},{"key":"companyFlag","value":"","description":"기업 서명 여부 - true/false (Default: false)","type":"text","disabled":true}]},"url":"{{baseUrl}}/user/signature"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"string\",\n    \"type\": \"string\",\n    \"url\": \"string\"\n}"}],"_postman_id":"4e01b2ea-6697-491f-b8cd-5bf08e5a6566"},{"name":"서명 삭제","id":"954ccf51-26dc-4a13-98fd-3ad1b7945138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseUrl}}/user/signature?type&id","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"type\": \"string\",\n\"id\": \"sring\"\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>서명 타입  <br /><code>stamp</code> - 도장  <br /><code>sign</code> - 서명</td>\n<td>5</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>서명 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<p>Content-type: application/json</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"string\"\n} \n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>메시지 정보</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<ul>\n<li>처리 성공시 : \"success\"</li>\n<li>처리 실패시 : 해당하는 처리 실패 메세지</li>\n</ul>\n","urlObject":{"path":["user","signature"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>서명 타입 - sign, stamp</p>\n","type":"text/plain"},"key":"type","value":null},{"description":{"content":"<p>서명 ID</p>\n","type":"text/plain"},"key":"id","value":null}],"variable":[]}},"response":[{"id":"dbab5d5f-7a8a-4d9d-bf05-2ea7013b960f","name":"서명 삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/user/signature?type=sign&id=ID","host":["{{baseUrl}}"],"path":["user","signature"],"query":[{"key":"type","value":"sign","description":"서명 타입 - sign, stamp"},{"key":"id","value":"ID","description":"서명 ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"message\": \"success\"\r\n}"}],"_postman_id":"954ccf51-26dc-4a13-98fd-3ad1b7945138"}],"id":"ba0e1377-13fb-4f82-af7c-9c3572ec4d8d","description":"<h2 id=\"user\">User</h2>\n<p>유저에 관련된 API</p>\n","_postman_id":"ba0e1377-13fb-4f82-af7c-9c3572ec4d8d"},{"name":"Contract","item":[{"name":"전체 계약 조회","id":"e1128315-118e-43fd-b1d5-9d89e815e816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/contract/list","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"from\": \"string\",\n\"to\": \"string\",\n\"state\": \"string\",\n\"clientid\": \"string\"\n\n</code></pre></blockquote>\n<ul>\n<li>state 계약 상태</li>\n<li><code>send</code> - 계약 전송</li>\n<li><code>review</code> - 계약 검토 중</li>\n<li><code>reviewComplete</code> - 계약 검토 완료</li>\n<li><code>contracting</code> - 계약 진행 중</li>\n<li><code>complete</code> - 계약 완료</li>\n<li><code>cancel</code> - 계약 취소</li>\n<li><code>temp</code> - 작성중</li>\n</ul>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>시작일</td>\n<td>8</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>to</td>\n<td>string</td>\n<td>종료일</td>\n<td>8</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>계약 상태</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>clientid</td>\n<td>string</td>\n<td>구성원 ID</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    contractList: [ \n        {\n            \"contract_id\": \"string\",\n            \"title\": \"string\",\n            \"contract_status\": \"string\",\n            \"message\": \"string\",\n            \"signOrder\": false,\n            \"created_at\": \"timestamp\",\n            \"updated_at\": \"timestamp\",\n            \"completed_at\": \"timestamp\",\n            \"contract_type\": \"string\",\n            \"etc_comp\": false,\n            \"comment\": \"string\"\n        } \n    ]\n}\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contractList</td>\n<td>List</td>\n<td>계약 리스트</td>\n<td>-</td>\n</tr>\n<tr>\n<td>contract_id</td>\n<td>String</td>\n<td>계약 ID</td>\n<td>50</td>\n</tr>\n<tr>\n<td>contract_status</td>\n<td>String</td>\n<td>계약 상태  <br /><code>complete</code> - 완료  <br /><code>send</code> - 전송  <br /><code>contracting</code> - 계약중  <br /><code>cancel</code> - 취소  <br /><code>review</code> - 검토  <br /><code>reviewComplete</code> - 검토 완료</td>\n<td>20</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>전체메시지</td>\n<td>-</td>\n</tr>\n<tr>\n<td>signOrder</td>\n<td>boolean</td>\n<td>서명 순서 여부</td>\n<td>-</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>생성일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>수정일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>완료일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>contract_type</td>\n<td>String</td>\n<td>계약 종류  <br /><code>remote</code> - 비대면  <br /><code>facial</code> - 대면  <br /><code>single</code> - 혼자  <br /><code>link</code> - 링크계약</td>\n<td>2</td>\n</tr>\n<tr>\n<td>etc_comp</td>\n<td>boolean</td>\n<td>기타 완료 여부</td>\n<td>-</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>기타 완료 메모</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["contract","list"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>send - 계약 전송\nreview - 계약 검토 중\nreviewComplete - 계약 검토 완료\ncontracting - 계약 진행 중\ncomplete - 계약 완료\ncancel - 계약 취소</p>\n","type":"text/plain"},"key":"state","value":""},{"disabled":true,"description":{"content":"<p>구성원 ID</p>\n","type":"text/plain"},"key":"clientid","value":""},{"disabled":true,"description":{"content":"<p>시작일</p>\n","type":"text/plain"},"key":"from","value":""},{"disabled":true,"description":{"content":"<p>종료일</p>\n","type":"text/plain"},"key":"to","value":""}],"variable":[]}},"response":[{"id":"4ba8bd8e-e1d0-4fda-a515-eff4a89695af","name":"전체 계약 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/contract/list","host":["{{baseUrl}}"],"path":["contract","list"],"query":[{"key":"state","value":"","description":"send - 계약 전송\nreview - 계약 검토 중\nreviewComplete - 계약 검토 완료\ncontracting - 계약 진행 중\ncomplete - 계약 완료\ncancel - 계약 취","type":"text","disabled":true},{"key":"clientid","value":"","description":"구성원 ID","type":"text","disabled":true},{"key":"from","value":null,"disabled":true},{"key":"to","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"string\",\n        \"title\": \"string\",\n        \"contract_status\": \"string\",\n        \"message\": \"string\",\n        \"signOrder\": false,\n        \"created_at\": \"timestamp\",\n        \"updated_at\": \"timestamp\",\n        \"completed_at\": \"timestamp\",\n        \"contract_type\": \"string\",\n        \"etc_comp\": false,\n        \"comment\": \"string\"\n    } \n]"}],"_postman_id":"e1128315-118e-43fd-b1d5-9d89e815e816"},{"name":"계약 상세 조회","id":"5bcd929a-5888-460e-bc20-69c2318cf632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/contract","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<p>*   api_key</p>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"id\": \"string\"\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>계약 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n  \"contract\": {\n    \"id\": \"string\",\n    \"title\": \"string\",\n    \"contract_status\": \"string\",\n    \"message\": \"string\",\n    \"signOrder\": false,\n    \"receiver\": [ \n        {\n            \"signOrderNumber\": 1,\n            \"user_name\": \"string\",\n            \"user_email\": \"email\",\n            \"user_phone_code\": \"string\",\n            \"user_phone\": \"string\",\n            \"status\": \"string\",\n            \"is_requester\": \"boolean\",\n            \"signComplete\": \"boolean\",\n            \"signCompleteAt\": \"timestamp\",\n            \"message\": \"string\",\n            \"expiredAt\": \"timestamp\",\n            \"url\": \"string\",\n            \"attachments\": [ \n                {\n                    \"filename\": \"string\",\n                    \"username\": \"string\",\n                    \"title\": \"string\",\n                    \"description\": \"string\",\n                    \"file\": \"file data\"\n                } \n            ],\n            \"coord\" : [\n                {\n                    \"type\": \"string\",\n                    \"id\": \"string\",\n                    \"require\": \"boolean\",\n                    \"content\": \"string\",\n                    \"tagList\": [\n                       {\n                          \"tagKey\": \"string\",\n                          \"tagValue\": \"string\"\n                       }\n                    ]\n                }\n            ]\n        } \n    ], \n    \"created_at\": \"timestamp\",\n    \"updated_at\": \"timestamp\",\n    \"completed_at\": \"timestamp\",\n    \"contract_type\": \"string\",\n    \"etc_comp\": false,\n    \"comment\": \"string\",\n    \"cancelComment\": \"string\",\n    \"cancelRequester\": {\n        \"email\": \"string\",\n        \"clientId\": \"string\",\n        \"canceled_at\": \"timestamp\",\n        \"userName\": \"string\"\n    }\n  } \n}\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>계약 ID</td>\n<td>50</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>계약 제목</td>\n<td>200</td>\n</tr>\n<tr>\n<td>contract_status</td>\n<td>String</td>\n<td>계약 상태  <br /><code>complete</code> - 완료  <br /><code>send</code> - 전송  <br /><code>contracting</code> - 계약중  <br /><code>cancel</code> - 취소  <br /><code>review</code> - 검토  <br /><code>reviewComplete</code> - 검토 완료</td>\n<td>20</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>전체 메시지</td>\n<td>-</td>\n</tr>\n<tr>\n<td>signOrder</td>\n<td>boolean</td>\n<td>서명 순서 여부</td>\n<td>-</td>\n</tr>\n<tr>\n<td>receiver</td>\n<td>List</td>\n<td>참여자 리스트</td>\n<td>-</td>\n</tr>\n<tr>\n<td>signOrderNumber</td>\n<td>Integer</td>\n<td>서명 순서</td>\n<td>3</td>\n</tr>\n<tr>\n<td>user_name</td>\n<td>String</td>\n<td>참여자 이름</td>\n<td>30</td>\n</tr>\n<tr>\n<td>user_email</td>\n<td>String</td>\n<td>참여자 이메일</td>\n<td>254</td>\n</tr>\n<tr>\n<td>user_phone_code</td>\n<td>String</td>\n<td>참여자 휴대폰 국가번호</td>\n<td>15</td>\n</tr>\n<tr>\n<td>user_phone</td>\n<td>String</td>\n<td>참여자 휴대폰 번호</td>\n<td>20</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>참여자 상태  <br />  <br /><code>step0</code> - 임시  <br /><code>step1</code> - 내 서명 필요  <br /><code>step2</code> - 상대 서명 필요  <br /><code>step3</code> - 완료  <br /><code>step4</code> - 취소됨  <br /><code>step5</code> - 취소함  <br /><code>step6</code> - 만료  <br /><code>step7</code> - 삭제  <br /><code>step8</code> - 대면 서명 필요  <br /><code>step9</code> - 결재진행중  <br /><code>step10</code> - 검토필요  <br /><code>step11</code> - 검토완료</td>\n<td>5</td>\n</tr>\n<tr>\n<td>is_requester</td>\n<td>boolean</td>\n<td>서명 요청자 여부</td>\n<td>-</td>\n</tr>\n<tr>\n<td>signComplete</td>\n<td>boolean</td>\n<td>서명 완료 여부</td>\n<td>-</td>\n</tr>\n<tr>\n<td>signCompleteAt</td>\n<td>String</td>\n<td>서명 완료 시간</td>\n<td>30</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>개인 메시지</td>\n<td>-</td>\n</tr>\n<tr>\n<td>expiredAt</td>\n<td>String</td>\n<td>만료기한</td>\n<td>30</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>url</td>\n<td>250</td>\n</tr>\n<tr>\n<td>attachments</td>\n<td>List</td>\n<td>첨부파일 리스트</td>\n<td>-</td>\n</tr>\n<tr>\n<td>filename</td>\n<td>String</td>\n<td>첨부파일 파일이름</td>\n<td>50</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>드랍다운/이미지/첨부파일 제목</td>\n<td>50</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>첨부파일 요청사항</td>\n<td>-</td>\n</tr>\n<tr>\n<td>file</td>\n<td>file</td>\n<td>파일 데이터</td>\n<td>10MB</td>\n</tr>\n<tr>\n<td>coord</td>\n<td>List</td>\n<td>조건 리스트</td>\n<td>-</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>조건 타입</td>\n<td>-</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>조건 ID</td>\n<td>-</td>\n</tr>\n<tr>\n<td>require</td>\n<td>String</td>\n<td>조건 필수 여부</td>\n<td>-</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>입력된 조건 값</td>\n<td>-</td>\n</tr>\n<tr>\n<td>tagList</td>\n<td>List</td>\n<td>조건 태그 리스트</td>\n<td>-</td>\n</tr>\n<tr>\n<td>tagKey</td>\n<td>String</td>\n<td>조건 태그 키</td>\n<td>-</td>\n</tr>\n<tr>\n<td>tagValue</td>\n<td>String</td>\n<td>조건 태그 값</td>\n<td>-</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>생성일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>수정일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>완료일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>contract_type</td>\n<td>String</td>\n<td>계약 종류  <br /><code>remote</code> - 비대면  <br /><code>facial</code> - 대면  <br /><code>single</code> - 혼자  <br /><code>link</code> - 링크계약</td>\n<td>2</td>\n</tr>\n<tr>\n<td>etc_comp</td>\n<td>boolean</td>\n<td>기타 완료 여부</td>\n<td>-</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>기타 완료 메모</td>\n<td>-</td>\n</tr>\n<tr>\n<td>cancelComment</td>\n<td>String</td>\n<td>취소 사유</td>\n<td></td>\n</tr>\n<tr>\n<td>cancelRequester</td>\n<td>Object</td>\n<td>취소 요청자</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["contract"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>계약 ID</p>\n","type":"text/plain"},"key":"id","value":null}],"variable":[]}},"response":[{"id":"9cac5bd5-e220-44ca-a2ae-844a83cf8db3","name":"계약 상세 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/contract","host":["{{baseUrl}}"],"path":["contract"],"query":[{"key":"id","value":"","description":"계약 ID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"string\",\n    \"title\": \"string\",\n    \"contract_status\": \"string\",\n    \"message\": \"string\",\n    \"signOrder\": false,\n    \"receiver\": [\n        {\n            \"signOrderNumber\": 1,\n            \"user_name\": \"string\",\n            \"user_email\": \"email\",\n            \"user_phone_code\": \"string\",\n            \"user_phone\": \"string\",\n            \"status\": \"string\",\n            \"is_requester\": \"boolean\",\n            \"signComplete\": \"boolean\",\n            \"signCompleteAt\": \"timestamp\",\n            \"message\": \"string\",\n            \"expiredAt\": \"timestamp\",\n            \"url\": \"string\",\n            \"coord\": [\n                {\n                    \"id\": \"\", // 조건ID\n                    \"type\": \"\", // 조건타입\n                    \"require\": false, // 필수여부\n                    \"tagList\": [ // tag 리스트\n                        {\n                            \"tagKey\": \"\", // tag키\n                            \"tagValue\": \"\" // tag값\n                        }\n                    ]\n                }\n            ],\n            \"attachments\": [\n                {\n                    \"filename\": \"string\",\n                    \"username\": \"string\",\n                    \"title\": \"string\",\n                    \"description\": \"string\",\n                    \"file\": \"file data\"\n                }\n            ]\n        }\n    ],\n    \"created_at\": \"timestamp\",\n    \"updated_at\": \"timestamp\",\n    \"completed_at\": \"timestamp\",\n    \"contract_type\": \"string\",\n    \"etc_comp\": false,\n    \"comment\": \"string\"\n}"}],"_postman_id":"5bcd929a-5888-460e-bc20-69c2318cf632"},{"name":"계약 재전송","id":"21e8888c-8a9f-4a5e-ad6f-6b71b7944122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contractId\": \"string\",\r\n    \"emailFlag\": true,\r\n    \"mobileFlag\": false\r\n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/contract/resend","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-body-json\">Request Body (JSON)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"contractId\": \"string\",\n    \"emailFlag\": true,\n    \"mobileFlag\": false\n} \n</code></pre>\n</blockquote>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contractId</td>\n<td>string</td>\n<td>계약 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>emailFlag</td>\n<td>boolean</td>\n<td>이메일 전송 여부</td>\n<td>-</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>mobileFlag</td>\n<td>boolean</td>\n<td>SMS/Kakao 전송 여부</td>\n<td>-</td>\n<td>false</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n   \"message\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>메시지</td>\n<td>30</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<ul>\n<li>처리 성공시 : \"성공\"</li>\n<li>처리 실패시 : 해당하는 처리 실패 메세지</li>\n</ul>\n","urlObject":{"path":["contract","resend"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>이메일 전송 여부 - true/false (Default: true)</p>\n","type":"text/plain"},"key":"emailFlag","value":""},{"disabled":true,"description":{"content":"<p>sms/kakao 전송 여부 - true/false (Default: false)</p>\n","type":"text/plain"},"key":"mobileFlag","value":""},{"disabled":true,"key":"contractId","value":null}],"variable":[]}},"response":[{"id":"c5cafe00-7361-49c3-82b6-2da6978e4095","name":"계약 재전송","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"contractId\": \"string\",\r\n    \"emailFlag\": true,\r\n    \"mobileFlag\": false\r\n} ","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/contract/resend","host":["{{baseUrl}}"],"path":["contract","resend"],"query":[{"key":"emailFlag","value":null,"description":"이메일 전송 여부 - true/false (Default: true)","type":"text","disabled":true},{"key":"mobileFlag","value":null,"description":"sms/kakao 전송 여부 - true/false (Default: false)","type":"text","disabled":true},{"key":"contractId","value":null,"description":"계약 ID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"성공\"\n}"}],"_postman_id":"21e8888c-8a9f-4a5e-ad6f-6b71b7944122"},{"name":"검토 완료 계약 진행","id":"ebf37919-8584-4bc2-bffc-65ee621bbb5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contractId\": \"string\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/contract/review","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-bodyjson\">Request Body(JSON)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"contractId\": \"string\"\n}\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contractId</td>\n<td>string</td>\n<td>계약 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"message\": \"string\",\n    \"contractId\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>메시지</td>\n<td>50</td>\n</tr>\n<tr>\n<td>contractId</td>\n<td>String</td>\n<td>계약 ID</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<ul>\n<li>처리 성공시 message : \"contract start success\"</li>\n<li>처리 실패시 message : 해당 처리 실패 메세지</li>\n</ul>\n","urlObject":{"path":["contract","review"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>계약 ID</p>\n","type":"text/plain"},"key":"contractId","value":null}],"variable":[]}},"response":[{"id":"2cb2a6bb-8cd7-41d5-909d-53370b7d7085","name":"검토 완료 계약 진행","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"contractId\": \"string\"\r\n} ","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/contract/review","host":["{{baseUrl}}"],"path":["contract","review"],"query":[{"key":"contractId","value":null,"description":"계약 ID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"string\",\n    \"contractId\": \"string\"\n}"}],"_postman_id":"ebf37919-8584-4bc2-bffc-65ee621bbb5d"},{"name":"계약 취소","id":"0f20732f-5b31-468e-9b15-a02c1fe5e3f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"string\",\r\n    \"emailFlag\": true,\r\n    \"mobileFlag\": false,\r\n    \"comment\": \"string\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/contract/cancel","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"contractId\": \"string\",\n\"emailFlag\":boolean,\n\"mobileFlag\":boolean,\n\"comment\": \"string\"\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contractId</td>\n<td>string</td>\n<td>계약 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>emailFlag</td>\n<td>boolean</td>\n<td>이메일 전송 여부</td>\n<td>-</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>mobileFlag</td>\n<td>boolean</td>\n<td>SMS/Kakao 전송 여부</td>\n<td>-</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>comment</td>\n<td>string</td>\n<td>취소사유</td>\n<td>-</td>\n<td>false</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"message\": \"string\",\n    \"contractId\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>메시지</td>\n<td>50</td>\n</tr>\n<tr>\n<td>contractId</td>\n<td>String</td>\n<td>계약 ID</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<ul>\n<li>처리 성공시 message : \"취소 성공\"</li>\n<li>처리 실패시 message : 해당하는 처리 실패 메세지</li>\n</ul>\n","urlObject":{"path":["contract","cancel"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>이메일 전송 여부 - true/false (Default: true)</p>\n","type":"text/plain"},"key":"emailFlag","value":""},{"disabled":true,"description":{"content":"<p>SMS/Kakao 전송 여부 - true/false (Default: false)</p>\n","type":"text/plain"},"key":"mobileFlag","value":""},{"disabled":true,"key":"id","value":null}],"variable":[]}},"response":[{"id":"e6a3c619-892f-4c9d-bafa-18cb1429fcef","name":"계약 취소","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"string\",\r\n    \"emailFlag\": true,\r\n    \"mobileFlag\": false\r\n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/contract/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"string\",\n    \"contractId\": \"string\"\n}"}],"_postman_id":"0f20732f-5b31-468e-9b15-a02c1fe5e3f4"},{"name":"서명 정보 조회","id":"329a6066-52a7-4a40-8c5d-ea3ffc2a804c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/contract/sign/info","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"id\": \"string\"\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>계약 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"receiver_data\": [ \n        {\n            \"name\": \"string\",\n            \"email\": \"string\",\n            \"phone\": \"string\",\n            \"phone_code\": \"string\",\n            \"coords\": [ \n                {\n                    \"type\": \"string\",\n                    \"id\": \"string\",\n                    \"docs\": {\n                        \"name\": \"string\",\n                        \"page\": \"number\"\n                    } ,\n                    \"require\": \"boolean\",\n                    \"url\": \"\",\n                    \"sign_done\": \"boolean\",\n                    \"label\": \"string\",\n                    \"content\": \"string\",\n                    \"date\": \"string\",\n                    \"fileList\": [\n                        {\n                            \"title\": \"string\",\n                            \"description\": \"string\",\n                            \"url\": \"string\"\n                        }\n                    ],\n                    \"title\": \"string\",\n                    \"selected_data\": \"string\"\n                } \n            ]\n        } \n    ]\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>receiver_data</td>\n<td>List</td>\n<td>참여자 리스트</td>\n<td>-</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>이름</td>\n<td>20</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>이메일</td>\n<td>200</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>전화번호</td>\n<td>20</td>\n</tr>\n<tr>\n<td>phone_code</td>\n<td>String</td>\n<td>전화번호 국가번호</td>\n<td>5</td>\n</tr>\n<tr>\n<td>coords</td>\n<td>List</td>\n<td>서명 조건 리스트</td>\n<td>-</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>서명 조건 타입</td>\n<td>10</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>서명 조건 아이디</td>\n<td>20</td>\n</tr>\n<tr>\n<td>docs</td>\n<td>Object</td>\n<td>문서 정보 Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>문서 파일 이름</td>\n<td>50</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>문서 페이지</td>\n<td>-</td>\n</tr>\n<tr>\n<td>require</td>\n<td>boolean</td>\n<td>필수 여부</td>\n<td>-</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>서명 URL</td>\n<td>2000</td>\n</tr>\n<tr>\n<td>sign_done</td>\n<td>boolean</td>\n<td>서명 완료 여부</td>\n<td>-</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>라벨</td>\n<td></td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>텍스트 내용</td>\n<td></td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>시간</td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>드롭다운 이름</td>\n<td></td>\n</tr>\n<tr>\n<td>selected_data</td>\n<td>String</td>\n<td>드롭다운 선택 데이터</td>\n<td></td>\n</tr>\n<tr>\n<td>fileList</td>\n<td>List</td>\n<td>파일 목록</td>\n<td>-</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>파일 이름</td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>설명</td>\n<td></td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>파일 주소</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<p>조건 타입에 따라 Response에 포함 되는 값이 상이함.</p>\n<ul>\n<li><p>조건 타입이 sign, stamp의 경우 : sign_done</p>\n</li>\n<li><p>조건 타입이 text의 경우 : label, content</p>\n</li>\n<li><p>조건 타입이 date의 경우 : date</p>\n</li>\n<li><p>조건 타입이 attachment의 경우 : fileList</p>\n</li>\n<li><p>드롭다운이 존재할 경우 : title, selected_data</p>\n</li>\n</ul>\n","urlObject":{"path":["contract","sign","info"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>계약 ID</p>\n","type":"text/plain"},"key":"id","value":null}],"variable":[]}},"response":[{"id":"f4effb4a-5060-421d-82ac-7514039384bc","name":"서명 정보 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/contract/sign/info","host":["{{baseUrl}}"],"path":["contract","sign","info"],"query":[{"key":"id","value":null,"description":"계약 ID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"receiver_data\": [\n        {\n            \"name\": \"string\",\n            \"email\": \"string\",\n            \"phone\": \"string\",\n            \"phone_code\": \"string\",\n            \"coords\": [\n                {\n                    \"type\": \"string\",\n                    \"id\": \"string\",\n                    \"docs\": {\n                        \"name\": \"string\",\n                        \"page\": \"number\"\n                    },\n                    \"require\": \"boolean\",\n                    \"url\": \"\",\n                    \"sign_done\": \"boolean\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"329a6066-52a7-4a40-8c5d-ea3ffc2a804c"},{"name":"계약 정보 엑셀 다운로드","id":"95f03e85-ccd9-450c-82f7-58dc93eb2370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"url":"{{baseUrlV2}}/contract/info/download","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<p>* api_key </p>\n</blockquote>\n<h2 id=\"request-bodyjson\">Request Body(JSON)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">payload:{\n    \"clientId\": \"string\",\n    \"contractList\": [\"string\"]\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>clientId</td>\n<td>string</td>\n<td>계약 생성 유저 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>contractList</td>\n<td>List</td>\n<td>계약 ID 리스트</td>\n<td>-</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body200\">Response Body(200)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"file\": \"file\"\n} \n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file</td>\n<td>file</td>\n<td>완료된 계약의 사본파일</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["contract","info","download"],"host":["{{baseUrlV2}}"],"query":[{"disabled":true,"description":{"content":"<p>계약 ID</p>\n","type":"text/plain"},"key":"id","value":null}],"variable":[]}},"response":[{"id":"22cf6746-f7f8-414a-a194-62559ff41f0b","name":"계약 정보 엑셀 다운로드","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrlV2}}/contract/info/download","host":["{{baseUrlV2}}"],"path":["contract","info","download"],"query":[{"key":"id","value":null,"description":"계약 ID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"file\": \"file\"\n}"}],"_postman_id":"95f03e85-ccd9-450c-82f7-58dc93eb2370"},{"name":"계약 문서 미리보기","id":"4016e4db-a377-4996-86bb-75fff9fb6f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrlV1-9}}/contract/:uniq/preview","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<p>api_key </p>\n</blockquote>\n<h2 id=\"request-path-variables-params\">Request Path Variables Params</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"uniq\": \"string\"\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uniq</td>\n<td>string</td>\n<td>계약 UNIQ ID</td>\n<td>-</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body200\">Response Body(200)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/pdf\n--- PDF FILE ---\n\n</code></pre>\n","urlObject":{"path":["contract",":uniq","preview"],"host":["{{baseUrlV1-9}}"],"query":[],"variable":[{"description":{"content":"<p>계약 UNIQ ID </p>\n","type":"text/plain"},"type":"any","value":null,"key":"uniq"}]}},"response":[{"id":"a3d627b9-99f5-4b23-ba28-916046537135","name":"계약 문서 미리보기","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrlV1-9}}/contract/:uniq/preview","host":["{{baseUrlV1-9}}"],"path":["contract",":uniq","preview"],"variable":[{"key":"uniq","value":null,"description":"계약 UNIQ ID "}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-type","value":"application/pdf","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"---PDF FILE---"}],"_postman_id":"4016e4db-a377-4996-86bb-75fff9fb6f49"},{"name":"링크 계약 조회","id":"a4419f70-9830-4b2d-9a37-883618212452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/contract/link/list?from=startDate&to=toDate&clientId=userId","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<p>api_key </p>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"from\": \"string\",\n\"to\": \"string\",\n\"clientid\": \"string\"\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>시작일</td>\n<td>8</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>to</td>\n<td>string</td>\n<td>종료일</td>\n<td>8</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>clientid</td>\n<td>string</td>\n<td>구성원 ID</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body200\">Response Body(200)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n[\n    {\n        \"id\": \"string\",\n        \"created_at\": \"timestamp\",\n        \"start_link_dt\": \"string\",\n        \"title\": \"string\",\n        \"contract_count\": \"string\",\n        \"contract_link\": \"string\",\n        \"end_flag\": false,\n        \"end_link_dt\": \"string\",\n        \"contract_folder\": {\n            \"name\": \"string\"\n        }\n        \"creator_id\": \"string\",\n        \"contract\": null // null 고정\n    }\n]\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>링크계약 ID</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>timestamp</td>\n<td>계약 생성일</td>\n<td></td>\n</tr>\n<tr>\n<td>start_link_dt</td>\n<td>String</td>\n<td>\b링크계약 시작 시간</td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>마스터 계약 제목</td>\n<td></td>\n</tr>\n<tr>\n<td>contract_count</td>\n<td>String</td>\n<td>계약 수</td>\n<td></td>\n</tr>\n<tr>\n<td>contract_link</td>\n<td>String</td>\n<td>링크 계약 링크</td>\n<td></td>\n</tr>\n<tr>\n<td>end_flag</td>\n<td>boolean</td>\n<td>만료 여부</td>\n<td></td>\n</tr>\n<tr>\n<td>end_link_dt</td>\n<td>String</td>\n<td>링크 계약 만료 시간</td>\n<td></td>\n</tr>\n<tr>\n<td>contract_folder</td>\n<td>String</td>\n<td>계약 폴더명</td>\n<td></td>\n</tr>\n<tr>\n<td>creator_id</td>\n<td>boolean</td>\n<td>생성자</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["contract","link","list"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>기간 start</p>\n","type":"text/plain"},"key":"from","value":"startDate"},{"description":{"content":"<p>기간 end</p>\n","type":"text/plain"},"key":"to","value":"toDate"},{"description":{"content":"<p>유저 ID</p>\n","type":"text/plain"},"key":"clientId","value":"userId"}],"variable":[]}},"response":[],"_postman_id":"a4419f70-9830-4b2d-9a37-883618212452"},{"name":"링크 계약 상세조회","id":"1baf33f9-c278-4689-a955-f5ea71abae3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/contract/link/detail?linkId=linkContractId&clientId=userId","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<ul>\n<li>api_key</li>\n</ul>\n<h2 id=\"request-params\">Request Params</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"linkId\": \"string\",\n\"clientId\": \"string\"\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>linkId</td>\n<td>string</td>\n<td>링크 계약 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>clientId</td>\n<td>string</td>\n<td>유저 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body200\">Response Body(200)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n[\n    {\n        \"id\": \"string\",\n        \"created_at\": \"timestamp\",\n        \"start_link_dt\": \"string\",\n        \"title\": \"string\",\n        \"contract_count\": \"string\",\n        \"contract_link\": \"string\",\n        \"end_flag\": false,\n        \"end_link_dt\": \"string\",\n        \"contract_folder\": {\n            \"name\": \"string\"\n        },\n        \"creator_id\": \"string\"\n        \"contract\": [\n            {\n                \"id\": \"string\",\n                \"title\": \"string\",\n                \"created_at\": \"timestamp\",\n                \"contract_status\": \"string\",\n                \"contract_type\": \"string\",\n                \"updated_at\": \"timestamp\",\n                \"completed_at\": \"timestamp\",,\n                \"etc_comp\": false,\n                \"comment\": \"string\",\n                \"signOrder\": \"string\",\n                \"expiredDate\": \"string\",\n                \"creator\": \"string\",\n                \"tag\": \"string\",\n                \"receiverList\": [\n                    {\n                        \"id\": \"string\",\n                        \"user_name\": \"string\",\n                        \"user_email\": \"string\",\n                        \"user_phone\": \"string\",\n                        \"user_phone_code\": \"string\",\n                        \"is_requester\": boolean,\n                        \"status\": \"string\",\n                        \"signOrderNumber\": \"integer\",\n                        \"signComplete\": boolean,\n                        \"signCompleteAt\": \"timestamp\",\n                        \"message\": \"string\",\n                        \"expiredAt\": \"timestamp\",\n                        \"send_type\": \"string\",\n                        \"send_lang\": \"string\",\n                        \"needSign\": boolean,\n                        \"attachments\": [ // 히스토리 안의 파일\n                            {\n                                \"filename\": \"string\",\n                                \"username\": \"string\",\n                                \"title\": \"string\",\n                                \"description\": \"string\",\n                                \"file\": \"string\"\n                            }\n                        ] \n                    }\n                ],\n                \"attachments\": [ // 참여자의 파일\n                    {\n                        \"id\": \"string\",\n                        \"file\": \"string\",\n                        \"filename\": \"string\",\n                        \"username\": \"string\",\n                        \"title\": \"string\",\n                        \"description\": \"string\",\n                        \"contract_id\": \"string\",\n                        \"history_id\": \"string\",\n                        \"template_id\": \"string\"\n                    }\n                ]\n            }\n        ]\n    }\n]\n\n</code></pre>\n<blockquote>\n<p>생성자 </p>\n</blockquote>\n<p>attachments 리스트가 2개인데, 해당 리스트 구분</p>\n<ul>\n<li>receiverList 내부의 attachments 는 각 서명 참여자가 업로드한 첨부파일입니다.</li>\n<li>receiverList 와 같은 레벨의 attachments 는 서명 요청자가 업로드한 첨부파일 입니다.</li>\n</ul>\n","urlObject":{"path":["contract","link","detail"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>링크계약 ID</p>\n","type":"text/plain"},"key":"linkId","value":"linkContractId"},{"description":{"content":"<p>유저 ID</p>\n","type":"text/plain"},"key":"clientId","value":"userId"}],"variable":[]}},"response":[],"_postman_id":"1baf33f9-c278-4689-a955-f5ea71abae3d"},{"name":"계약 만료일 연장","id":"c29eea8d-98a2-44e5-adf7-66ca527a00ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contractId\": \"string\",\r\n    \"clientId\": \"string\",\r\n    \"extDay\": \"integer\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/contract/extend/expire","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<p>* api_key</p>\n</blockquote>\n<h2 id=\"request-bodyjson\">Request Body(JSON)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"contractId\": \"string\",\n    \"clientId\": \"string\",\n    \"extDay\": \"integer\"\n}\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contractId</td>\n<td>string</td>\n<td>계약 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>clientId</td>\n<td>string</td>\n<td>만료일을 변경할 참여자 유저 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>extDay</td>\n<td>integer</td>\n<td>연장일수(현재기준)</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"message\": \"string\",\n    \"contractId\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>메시지</td>\n<td>50</td>\n</tr>\n<tr>\n<td>contractId</td>\n<td>String</td>\n<td>계약 ID</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<p>* 처리 성공시 message : 해당 contractId 반환<br />* 처리 실패시 message : 해당 처리 실패 메세지</p>\n","urlObject":{"path":["contract","extend","expire"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c29eea8d-98a2-44e5-adf7-66ca527a00ce"}],"id":"819dfa57-d798-4829-8db9-cee6e21445be","_postman_id":"819dfa57-d798-4829-8db9-cee6e21445be","description":""},{"name":"Docs","item":[{"name":"계약 사본파일 다운로드","id":"b77319ad-5431-40bf-88ee-758757a36568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/docs/contract/download","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">\"id\": \"string\",\n\"type\": \"string\"\ntype 종류\n-compDocs : 완료문서\n-attachment : 첨부파일\n-certificate : 감사추적인증서\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>계약 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>다운로드범위</td>\n<td>15</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/pdf | application/zip\n{\n    \"file\": \"file\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file</td>\n<td>file</td>\n<td>완료된 계약의 사본파일</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<ul>\n<li>Response의 값은 200인지 아닌지로 성공 실패 여부를 확인 하셔야합니다.</li>\n<li>사본 파일이 다운로드 됩니다.</li>\n<li>다운로드 형태는 타입별로 상이합니다.<br />- compDocs : pdf<br />- attachment : zip<br />- certificate : pdf<br />- 미입력 : zip</li>\n<li>타입을 입력하지 않을 시, [완료문서, 첨부파일, 감사추적인증서] 모두 다운로드 하게 됩니다.</li>\n</ul>\n","urlObject":{"path":["docs","contract","download"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>계약 ID</p>\n","type":"text/plain"},"key":"id","value":null}],"variable":[]}},"response":[{"id":"e2cba732-e162-4372-a866-ab986ba46bd7","name":"계약 사본파일 다운로드","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/docs/contract/download","host":["{{baseUrl}}"],"path":["docs","contract","download"],"query":[{"key":"id","value":null,"description":"계약 ID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"file\": \"file\"\n}"}],"_postman_id":"b77319ad-5431-40bf-88ee-758757a36568"}],"id":"a5812ced-1740-40de-ba2d-da82c35ea87e","_postman_id":"a5812ced-1740-40de-ba2d-da82c35ea87e","description":""},{"name":"Template","item":[{"name":"서식 리스트 조회","id":"7b47d416-e7db-4cdb-8779-b38d205582e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/template/list","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"from\": \"string\",\n\"to\": \"string\",\n\"clientid\": \"string\"\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>시작일</td>\n<td>8</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>to</td>\n<td>string</td>\n<td>종료일</td>\n<td>8</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>clientid</td>\n<td>string</td>\n<td>구성원 ID</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n\"templateList\": [\n    {\n        \"id\": \"string\",\n        \"title\": \"string\",\n        \"description\": \"string\",\n        \"state\": \"string\",\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\",        \n        \"receiver_count\": \"string\",\n        \"folder\": [\n            \"name\": \"string\"\n        ]\n    }\n]\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>서식 ID</td>\n<td>50</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>서식 명</td>\n<td>30</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>서식 설명</td>\n<td>200</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>상태  <br /><code>step0</code> - 미완성  <br /><code>step1</code> - 완성  <br /><code>step2</code> - 삭제  <br /><code>step3</code> - 미리서명</td>\n<td>6</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>생성일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>수정일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>receiver_count</td>\n<td>Integer</td>\n<td>참여자수</td>\n<td>-</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>List</td>\n<td>폴더 이름 리스트</td>\n<td>-</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>폴더 이름</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["template","list"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>구성원 ID</p>\n","type":"text/plain"},"key":"clientid","value":""},{"disabled":true,"description":{"content":"<p>시작일</p>\n","type":"text/plain"},"key":"from","value":null},{"disabled":true,"description":{"content":"<p>종료일</p>\n","type":"text/plain"},"key":"to","value":null}],"variable":[]}},"response":[{"id":"d7c771d7-4a48-4a56-9517-bd754b9c6dd8","name":"서식 리스트 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/template/list","host":["{{baseUrl}}"],"path":["template","list"],"query":[{"key":"clientid","value":null,"description":"구성원 ID","type":"text","disabled":true},{"key":"from","value":null,"disabled":true},{"key":"to","value":null,"disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7b47d416-e7db-4cdb-8779-b38d205582e8"},{"name":"기업 서식 리스트 조회","id":"05ffde3b-7a32-4b93-9110-4ac1a92a5fd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/template/list/company","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"from\": \"string\",\n\"to\": \"string\",\n\"companycode\": \"string\",\n\"state\": \"string\"\n\"foldername\": \"string\"\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>시작일</td>\n<td>8</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>to</td>\n<td>string</td>\n<td>종료일</td>\n<td>8</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>companycode</td>\n<td>string</td>\n<td>기업 코드</td>\n<td>10</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>상태  <br /><code>step0</code> - 미완성  <br /><code>step1</code> - 완성  <br /><code>step2</code> - 삭제  <br /><code>step3</code> - 미리서명</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>foldername</td>\n<td>string</td>\n<td>폴더 이름</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n\"templateList\": [\n    {\n        \"id\": \"string\",\n        \"title\": \"string\",\n        \"description\": \"string\",\n        \"state\": \"string\",\n        \"created_at\": \"string\",\n        \"updated_at\": \"string\",\n        \"receiver_count\": \"string\",\n        \"folder\": [\n            \"name\": \"string\"\n        ]\n    }\n]\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateList</td>\n<td>List</td>\n<td>기업 서식 리스트</td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>서식 ID</td>\n<td>50</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>서식 명</td>\n<td>30</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>서식 설명</td>\n<td>200</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>상태  <br /><code>step0</code> - 미완성  <br /><code>step1</code> - 완성  <br /><code>step2</code> - 삭제  <br /><code>step3</code> - 미리서명</td>\n<td>6</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>생성일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>수정일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>receiver_count</td>\n<td>Integer</td>\n<td>참여자수</td>\n<td>-</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>List</td>\n<td>폴더 이름</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["template","list","company"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>시작일 (ex: 20200101)</p>\n","type":"text/plain"},"key":"from","value":null},{"disabled":true,"description":{"content":"<p>종료일 (ex: 20200122)</p>\n","type":"text/plain"},"key":"to","value":null},{"disabled":true,"description":{"content":"<p>기업 코드</p>\n","type":"text/plain"},"key":"companycode","value":null}],"variable":[]}},"response":[{"id":"12de523e-fa91-47fc-bfee-ff0789c060d7","name":"기업 서식 리스트 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY"}],"url":{"raw":"{{baseUrl}}/template/list/company","host":["{{baseUrl}}"],"path":["template","list","company"],"query":[{"key":"from","value":null,"description":"시작일 (ex: 20200101)","disabled":true},{"key":"to","value":null,"description":"종료일 (ex: 20200122)","disabled":true},{"key":"companycode","value":null,"description":"기업 코드","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"templateList\": [\n        {\n            \"id\": \"string\",\n            \"title\": \"string\",\n            \"description\": \"string\",\n            \"state\": \"string\",\n            \"created_at\": \"string\",\n            \"updated_at\": \"string\",\n            \"receiver_count\": \"string\",\n            \"folder\": [\n                {\n                    \"name\": \"string\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"05ffde3b-7a32-4b93-9110-4ac1a92a5fd2"},{"name":"서식 상세 조회","id":"e31a1910-091d-4806-b178-dbd0f8fb3fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/template","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<ul>\n<li><code>api_key</code></li>\n</ul>\n<h2 id=\"request-params\">Request Params</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"id\": \"string\",\n\"clientid\": \"string\",\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>서식 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>clientid</td>\n<td>string</td>\n<td>유저 ID</td>\n<td>8</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body200\">Response Body(200)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"id\": \"string\",\n    \"title\": \"string\",\n    \"description\": \"string\",\n    \"state\": \"string\",\n    \"created_at\": \"string\",\n    \"updated_at\": \"string\",\n    \"folder\": {\n        \"name\": \"string\"\n    } ,\n    \"preSigned\": [\n        {\n            \"id\": \"string\",\n            \"label\": \"string\",\n            \"content\": \"string\",\n            \"type\": \"string\",\n            \"require\": \"boolean\",\n            \"preview\": \"string\",\n            \"color\": \"string\",\n            \"fontSize\": \"string\",\n            \"fontStyle\": \"string\",\n            \"fontFamily\": \"string\",\n            \"fontWeight\": \"string\",\n            \"textDecoration\": \"string\",\n            \"textAlign\": \"string\",\n            \"title\": \"string\",\n            \"checked\": boolean,\n            \"content\": \"string\",\n            \"max_num\": \"integer\",\n            \"min_num\": \"integer\"\n        }\n    ],\n    \"receiver\": {\n        \"user\": \"string\",\n        \"signOrderNumber\": \"number\",\n        \"coord\": [ \n            {\n                \"id\": \"string\",\n                \"label\": \"string\",\n                \"content\": \"string\",\n                \"type\": \"string\",\n                \"require\": \"boolean\",\n                \"preview\": \"string\"\n            } \n        ]\n    } \n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>서식 ID</td>\n<td>50</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>서식 명</td>\n<td>30</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>서식 설명</td>\n<td>200</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>상태  <br /><code>step0</code> - 미완성  <br /><code>step1</code> - 완성  <br /><code>step2</code> - 삭제  <br /><code>step3</code> - 미리서명</td>\n<td>6</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>생성일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>수정일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>receiver_count</td>\n<td>Integer</td>\n<td>참여자수</td>\n<td>-</td>\n</tr>\n<tr>\n<td>folder.name</td>\n<td>String</td>\n<td>서식 폴더명</td>\n<td>50</td>\n</tr>\n<tr>\n<td>preSigned</td>\n<td>List</td>\n<td>미리서명조건</td>\n<td>-</td>\n</tr>\n<tr>\n<td>receiver</td>\n<td>Object</td>\n<td>참여자 정보</td>\n<td>-</td>\n</tr>\n<tr>\n<td>user</td>\n<td>string</td>\n<td>참여자 순서</td>\n<td>5</td>\n</tr>\n<tr>\n<td>signOrderNumber</td>\n<td>string</td>\n<td>서명 순서</td>\n<td>5</td>\n</tr>\n<tr>\n<td>coord</td>\n<td>List</td>\n<td>서명 조건 리스트</td>\n<td>-</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>서명 조건 아이디</td>\n<td>50</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>텍스트 라벨</td>\n<td>-</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>텍스트/메모/날짜 내용</td>\n<td>-</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>서명 조건 타입</td>\n<td>10</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td><code>sign</code> - 서명  <br /><code>stamp</code> - 도장  <br /><code>text</code> - 텍스트  <br /><code>check</code> - 체크박스  <br /><code>drop</code> - 드롭박스  <br /><code>image</code> - 이미지  <br /><code>hand</code> - 손서명  <br /><code>date</code> - 날짜</td>\n<td></td>\n</tr>\n<tr>\n<td>require</td>\n<td>boolean</td>\n<td>필수 여부</td>\n<td>-</td>\n</tr>\n<tr>\n<td>preview</td>\n<td>String</td>\n<td>이미지 URL</td>\n<td>2000</td>\n</tr>\n<tr>\n<td>color</td>\n<td>String</td>\n<td>색상</td>\n<td></td>\n</tr>\n<tr>\n<td>fontSize</td>\n<td>String</td>\n<td>폰트 크기</td>\n<td></td>\n</tr>\n<tr>\n<td>fontStyle</td>\n<td>String</td>\n<td>폰트 스타일 (사용안함)</td>\n<td></td>\n</tr>\n<tr>\n<td>fontFamily</td>\n<td>String</td>\n<td>폰트</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td><code>simsun</code> - simsun  <br /><code>yahei</code> - yahei  <br /><code>NanumBarunGothic</code> - 나눔바른고딕  <br /><code>NanumPen</code> - 나눔손글씨  <br /><code>NanumSquareRoundR</code> - 나눔스퀘어라운드  <br /><code>KCCKimhoon</code> - KCC-Kimhoon  <br /><code>SDMiSaeng</code> - SDMISaeng  <br /><code>SangSangShin</code> - SangSangShin  <br /><code>BatangMedium</code> - 바탕  <br /><code>DotumMedium</code> - 돋움</td>\n<td></td>\n</tr>\n<tr>\n<td>fontWeight</td>\n<td>String</td>\n<td>폰트 너비</td>\n<td></td>\n</tr>\n<tr>\n<td>textDecoration</td>\n<td>String</td>\n<td>문자열 속성</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td><code>underline</code> - 밑줄</td>\n<td></td>\n</tr>\n<tr>\n<td>textAlign</td>\n<td>String</td>\n<td>문자열 정렬</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td><code>left</code> - 왼쪽정렬  <br /><code>right</code> - 오른쪽정렬  <br /><code>center</code> - 가운데 정렬</td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>제목</td>\n<td></td>\n</tr>\n<tr>\n<td>checked</td>\n<td>boolean</td>\n<td>선택 유무</td>\n<td></td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>선택한 내용</td>\n<td></td>\n</tr>\n<tr>\n<td>max_num</td>\n<td>Integer</td>\n<td>최대치</td>\n<td></td>\n</tr>\n<tr>\n<td>min_num</td>\n<td>Integer</td>\n<td>최소치</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>조건 타입에 따라 coord의 획득 항목이 상이함.</p>\n<ul>\n<li>기본 획득 : id, label, content, type, require</li>\n<li>조건 타입 text : color, fontSize, fontStyle, fontFamily, fontWeight, textDecoration, textAlign</li>\n<li>조건 타입 check : title, checked, content, max_num, min_num</li>\n<li>그 외 타입 : preview</li>\n</ul>\n","urlObject":{"path":["template"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>구성원 ID</p>\n","type":"text/plain"},"key":"clientid","value":""},{"disabled":true,"description":{"content":"<p>서식 ID</p>\n","type":"text/plain"},"key":"id","value":""}],"variable":[]}},"response":[{"id":"83174767-a292-4103-b63c-eebe92cc3cb8","name":"서식 상세 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/template","host":["{{baseUrl}}"],"path":["template"],"query":[{"key":"clientid","value":null,"description":"구성원 ID","type":"text","disabled":true},{"key":"id","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"string\",\n    \"title\": \"string\",\n    \"description\": \"string\",\n    \"state\": \"string\",\n    \"created_at\": \"string\",\n    \"updated_at\": \"string\",\n    \"folder\": {\n        \"name\": \"string\"\n    },\n    \"receiver\": {\n        \"user\": \"string\",\n        \"signOrderNumber\": \"number\",\n        \"coord\": [\n            {\n                \"id\": \"string\",\n                \"label\": \"string\",\n                \"content\": \"string\",\n                \"type\": \"string\",\n                \"require\": \"boolean\",\n                \"preview\": \"string\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e31a1910-091d-4806-b178-dbd0f8fb3fc9"},{"name":"서식 삭제","id":"6a1a1d5b-4b99-4cc1-ac3e-3ffbbf9d02dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseUrl}}/template","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"id\": \"string\",\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>서식 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"message\":\"string\"\n}\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>메시지</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<ul>\n<li>처리 성공시 : \"success\"</li>\n<li>처리 실패시 : 해당하는 처리 실패 메세지</li>\n</ul>\n","urlObject":{"path":["template"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>서식 ID</p>\n","type":"text/plain"},"key":"id","value":null}],"variable":[]}},"response":[{"id":"3cd4b27b-7bc9-48be-b7c2-4ebe572cff73","name":"서식 삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/template","host":["{{baseUrl}}"],"path":["template"],"query":[{"key":"id","value":null,"description":"서식 ID","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6a1a1d5b-4b99-4cc1-ac3e-3ffbbf9d02dd"},{"name":"서식으로 계약 생성","id":"c0ec1dfc-1528-4028-b2e6-6dbd8dd69311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"templateId\": \"t9L9vQyy3DNu/DLmMTbHgnw==\",\n    \"contractName\": \"0103 계약 api 테스트 1\",\n    \"commonMessage\": \"테스트 api\",\n    \"is_mass\":false,\n    \"contractList\": [ \n        {\n            \"signOrder\": false,\n            \"isReview\": false,\n            \"contractName\": \"0103 계약 api 테스트 1\",\n            \"receiverList\": [\n                {\n                    \"signOrderNumber\": 1,\n                    \"name\": \"하수민\",\n                    \"email\": \"suminglosign1@gmail.com\",\n                    \"userPhone\": \"01027821820\",\n                    \"userPhoneCode\": \"+82\",\n                    \"lang\": \"kr\",\n                    \"expired_day\": 10,\n                    \"message\": \"테스트 메세지\",\n                    \"redirectUrl\": \"https://www.naver.com\",\n                    \"coord\": [ \n                        {\n                            \"data\": \"고양이1\",\n                            \"tagKey\": \"name2\",\n                            \"tagValue\": \"name2\"\n                        } \n                    ]\n                }\n            ]\n        },\n        {\n            \"signOrder\": false,\n            \"isReview\": false,\n            \"contractName\": \"0103 계약 api 테스트 2\",\n            \"receiverList\": [\n                {\n                    \"signOrderNumber\": 1,\n                    \"name\": \"하수민\",\n                    \"email\": \"suminglosign1@gmail.com\",\n                    \"userPhone\": \"01027821820\",\n                    \"userPhoneCode\": \"+82\",\n                    \"lang\": \"kr\",\n                    \"expired_day\": 10,\n                    \"message\": \"테스트 메세지\",\n                    \"redirectUrl\": \"https://www.naver.com\",\n                    \"coord\": [ \n                        {\n                            \"data\": \"만두1\",\n                            \"tagKey\": \"name2\",\n                            \"tagValue\": \"name2\"\n                        },\n                        {\n                            \"data\": \"010-3333-5666\",\n                            \"tagKey\": \"tel2\",\n                            \"tagValue\": \"tel2\"\n                        } \n                    ]\n                }\n            ]\n        },\n        {\n            \"signOrder\": false,\n            \"isReview\": false,\n            \"contractName\": \"1220 대량 계약 api 테스트 3\",\n            \"receiverList\": [\n                {\n                    \"signOrderNumber\": 1,\n                    \"name\": \"하수민\",\n                    \"email\": \"suminglosign1@gmail.com\",\n                    \"userPhone\": \"01027821820\",\n                    \"userPhoneCode\": \"+82\",\n                    \"lang\": \"kr\",\n                    \"expired_day\": 10,\n                    \"message\": \"테스트 메세지\",\n                    \"redirectUrl\": \"https://www.naver.com\",\n                    \"coord\": [ \n                        {\n                            \"id\": \"text_0_0\",\n                            \"data\": \"계피맛31\",\n                            \"tagKey\": \"\",\n                            \"tagValue\": \"\"\n                        },\n                        {\n                            \"id\": \"phone_0_0\",\n                            \"data\": \"010-2222-1234\",\n                            \"tagKey\": \"\",\n                            \"tagValue\": \"\"\n                        } \n                    ]\n                }\n            ]\n        }\n    ]\n} \n\n","options":{"raw":{"language":"json"}}},"url":"https://api.glosign.com/v1/template/send","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-bodyjson\">Request Body(JSON)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{    \n    \"templateId\": \"string\",\n    \"contractName\": \"string\",\n    \"commonMessage\": \"string\",\n    \"commonExp\": \"number\",\n    \"lang\": \"string\",\n    \"certLang\": \"string\",\n    \"mailId\": \"string\",\n    \"emailFlag\": false,\n    \"mobileFlag\": false,\n    \"clientId\": \"string\",\n    \"contractList\": [ \n        {\n            \"signOrder\": false,\n            \"isReview\": false,\n            \"contractName\": \"string\",\n            \"filePwd\": \"string\"\n            \"preSigner\": {\n                \"coord\": [\n                  {\n                    \"id\": \"string\",\n                    \"data\": \"any\",\n                    \"textAlign\": \"string\",\n                    \"tagKey\" : \"string\",\n                    \"tagValue\" : \"string\"\n                  }\n                ] \n            } ,\n            \"receiverList\": [ \n                {\n                    \"signOrderNumber\": \"number\",\n                    \"name\": \"string\",\n                    \"email\": \"string\",\n                    \"userPhone\": \"string\",\n                    \"userPhoneCode\": \"string\",\n                    \"lang\": kr,\n                    \"expired_day\": 10,\n                    \"message\": \"string\",\n                    \"security\": [ \n                        {\n                            \"securityType\": \"string\",\n                            \"value\": \"string\"\n                        } \n                    ], \n                    \"identityAuth\": \"string\",\n                    \"authValue\": \"string\",\n                    \"authCode\": \"string\",\n                    \"redirectUrl\": \"string\",\n                    \"coord\": [ \n                        {\n                            \"id\": \"string\",\n                            \"data\": \"any\",\n                            \"tagKey\": \"string\",\n                            \"tagValue\" : \"string\"\n                        } \n                    ], \n                    \"attachments\": [ \n                        {\n                            \"title\": \"string\",\n                            \"description\": \"string\",\n                            \"isNeed\": \"boolean\"\n                        } \n                    ]\n                } \n            ], \n            \"refererList\": [\n                {\n                    \"name\": \"string\",\n                    \"email\": \"string\",\n                    \"userPhone\": \"string\",\n                    \"userPhoneCode\": \"string\",\n                    \"sendType\": \"string\",\n                    \"languageCode\": kr\n                }\n            ],\n            \"tableData\": [ \n                {\n                    \"tableId\": \"string\",\n                    \"headerStyle\": {\n                        \"height\": \"number\"\n                    } ,\n                    \"footerStyle\": {\n                        \"height\": \"number\"\n                    } ,\n                    \"body\": [ \n                        {\n                            \"type\": \"string\",\n                            \"row_num\": \"number\",\n                            \"cell\": [ \n                                {\n                                    \"col_num\": \"number\",\n                                    \"colspan\": \"number\",\n                                    \"value\": \"string\",\n                                    \"valign\": \"string\",\n                                    \"halign\": \"string\",\n                                    \"font_size\": \"number\"\n                                } \n                            ]\n                        } \n                    ], \n                    \"footer\": [ \n                        {\n                            \"col_num\": \"number\",\n                            \"colspan\": \"number\",\n                            \"value\": \"string\",\n                            \"valign\": \"string\",\n                            \"halign\": \"string\",\n                            \"font_size\": \"number\"\n                        } \n                    ]\n                } \n            ],\n            \"externalParam\":\"string\"\n        } \n    ]\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateId</td>\n<td>string</td>\n<td>템플릿 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>contractName</td>\n<td>string</td>\n<td>공통 계약명</td>\n<td>200</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>commonMessage</td>\n<td>string</td>\n<td>공통 메세지</td>\n<td>2000</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>commonExp</td>\n<td>Integer</td>\n<td>공통 만료일</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>lang</td>\n<td>string</td>\n<td>공통 언어</td>\n<td>2</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>certLang</td>\n<td>string</td>\n<td>인증서 언어</td>\n<td>2</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>mailId</td>\n<td>string</td>\n<td>메일 스타일 id</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>emailFlag</td>\n<td>boolean</td>\n<td>이메일 전송 여부</td>\n<td>-</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>mobileFlag</td>\n<td>boolean</td>\n<td>SMS/Kakao 전송 여부</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>clientId</td>\n<td>string</td>\n<td>발신자 ID</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>is_mass</td>\n<td>boolean</td>\n<td>대량전송유무</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>sendType</td>\n<td>string</td>\n<td>전송타입  <br /><code>condition</code> - 서식 조건만으로 계약 생성  <br /><code>그 외</code> - 일반 계약 생성</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>contractList</td>\n<td>List</td>\n<td>계약 리스트</td>\n<td>-</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>signOrder</td>\n<td>boolean</td>\n<td>서명 순서설정</td>\n<td>-</td>\n<td>false</td>\n<td>true</td>\n</tr>\n<tr>\n<td>isReview</td>\n<td>boolean</td>\n<td>계약 검토여부</td>\n<td>-</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>contractName</td>\n<td>string</td>\n<td>개별 계약명</td>\n<td>500</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>filePwd</td>\n<td>string</td>\n<td>계약완료문서 비밀번호</td>\n<td>20</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>preSigner</td>\n<td>Object</td>\n<td>미리서명자</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>coord</td>\n<td>Object</td>\n<td>미리서명 조건</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>조건 ID</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>data</td>\n<td>string</td>\n<td>입력 데이터</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>textAlign</td>\n<td>string</td>\n<td>텍스트 정렬(텍스트일 경우)</td>\n<td>10</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>tagKey</td>\n<td>string</td>\n<td>미리서명 태그 Key</td>\n<td>128</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>tagValue</td>\n<td>string</td>\n<td>미리서명 태그 Value</td>\n<td>256</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>receiverList</td>\n<td>List</td>\n<td>서명자 리스트</td>\n<td>-</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>signOrderNumber</td>\n<td>Integer</td>\n<td>계약자 순번 ( 1부터 시작 )</td>\n<td>-</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>이름</td>\n<td>30</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>참여자 이메일</td>\n<td>200</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>userPhone</td>\n<td>string</td>\n<td>전화번호</td>\n<td>20</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>userPhoneCode</td>\n<td>string</td>\n<td>국가번호</td>\n<td>3</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>lang</td>\n<td>string</td>\n<td>국가</td>\n<td>2</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>expired_day</td>\n<td>Integer</td>\n<td>만료일</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>개인 메세지</td>\n<td>500</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>security</td>\n<td>List</td>\n<td>접근설정</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>securityType</td>\n<td>string</td>\n<td>접근 타입</td>\n<td>10</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>암호 또는 전화번호</td>\n<td>30</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>identityAuth</td>\n<td>string</td>\n<td>본인인증여부(PASS:패스인증, CERT: 공동인증서)</td>\n<td>10</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>authValue</td>\n<td>string</td>\n<td>본인인증(실명 or 기업명)</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>authCode</td>\n<td>string</td>\n<td>본인인증 비교값(핸드폰번호 or 사업자번호)</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>redirectUrl</td>\n<td>string</td>\n<td>완료 후 이동할 url</td>\n<td>500</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>coord</td>\n<td>List</td>\n<td>서명 조건 리스트</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>조건 ID</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>data</td>\n<td>string</td>\n<td>입력 데이터</td>\n<td>200</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>tagKey</td>\n<td>string</td>\n<td>태그 Key</td>\n<td>128</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>tagValue</td>\n<td>string</td>\n<td>태그 Value</td>\n<td>256</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>attachments</td>\n<td>List</td>\n<td>첨부요청 리스트</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>첨부 요청명</td>\n<td>200</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>첨부파일 설명</td>\n<td>500</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>isNeed</td>\n<td>boolean</td>\n<td>필수 여부</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>refererList</td>\n<td>List</td>\n<td>참조자 리스트</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>refererList.name</td>\n<td>string</td>\n<td>참조자 이름</td>\n<td>30</td>\n<td></td>\n<td>true</td>\n</tr>\n<tr>\n<td>refererList.email</td>\n<td>string</td>\n<td>참조자 이메일</td>\n<td>200</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>refererList.userPhone</td>\n<td>string</td>\n<td>참조자 휴대폰번호</td>\n<td>20</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>refererList.userPhoneCode</td>\n<td>string</td>\n<td>참조자 국가코드</td>\n<td>3</td>\n<td>82</td>\n<td></td>\n</tr>\n<tr>\n<td>refererList.languageCode</td>\n<td>string</td>\n<td>전송언어</td>\n<td>2</td>\n<td>\"kr\"</td>\n<td></td>\n</tr>\n<tr>\n<td>tableData</td>\n<td>List</td>\n<td>테이블 데이터</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>tableId</td>\n<td>string</td>\n<td>테이블 Id</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>body</td>\n<td>List</td>\n<td>테이블 내용 데이터</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>headerStyle</td>\n<td>Object</td>\n<td>테이블 헤더 스타일</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>footerStyle</td>\n<td>Object</td>\n<td>테이블 푸터 스타일</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>height</td>\n<td>Integer</td>\n<td>헤더 높이/푸터 높이</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>테이블 내용; sub_totalfalse 소계</td>\n<td>20</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>row_num</td>\n<td>Integer</td>\n<td>행 순번</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>cell</td>\n<td>List</td>\n<td>셀 내용</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>col_num</td>\n<td>Integer</td>\n<td>열 순번</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>colspan</td>\n<td>Integer</td>\n<td>열 병합</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>입력 데이터</td>\n<td>30</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>valign</td>\n<td>string</td>\n<td>가로 정렬</td>\n<td>10</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>halign</td>\n<td>string</td>\n<td>세로 정렬</td>\n<td>10</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>font_size</td>\n<td>Integer</td>\n<td>글자크기</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>footer</td>\n<td>List</td>\n<td>테이블 꼬릿말 데이터</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>externalParam</td>\n<td>string</td>\n<td>고객사 추적 파라미터</td>\n<td>128</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    contractList: [ \n        {\n            \"title\": \"string\",\n            \"contractId\": \"string\",\n            \"contract_type\": \"string\",\n            \"contract_status\": \"string\",\n            \"message\": \"string\",\n            \"signOrder\": \"boolean\",\n            \"completed_at\": \"timestamp\",\n            \"created_at\": \"timestamp\",\n            \"updated_at\": \"timestamp\",\n            \"etc_comp\": \"timestamp\",\n            \"receiverList\": {\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"phone\": \"number\",\n                \"url\": \"string\",\n                \"expiredDate\": \"string\"\n            },\n            \"externalParam\": \"string\"\n        } \n    ]\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contractList</td>\n<td>List</td>\n<td>미리보기 ID</td>\n<td>-</td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>계약명</td>\n<td>200</td>\n</tr>\n<tr>\n<td>contractId</td>\n<td>string</td>\n<td>계약 ID</td>\n<td>50</td>\n</tr>\n<tr>\n<td>contract_type</td>\n<td>string</td>\n<td>계약 타입  <br /><code>remote</code> - 비대면  <br /><code>facial</code> - 대면  <br /><code>single</code> - 혼자  <br /><code>link</code> - 링크계약</td>\n<td>20</td>\n</tr>\n<tr>\n<td>contract_status</td>\n<td>string</td>\n<td>계약 상태  <br /><code>complete</code> - 완료  <br /><code>send</code> - 전송  <br /><code>contracting</code> - 계약중  <br /><code>cancel</code> - 취소  <br /><code>review</code> - 검토  <br /><code>reviewComplete</code> - 검토 완료</td>\n<td>20</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>메시지</td>\n<td>50</td>\n</tr>\n<tr>\n<td><del>expiredDate</del></td>\n<td><del>string</del></td>\n<td><del>만료기간</del></td>\n<td><del>30</del></td>\n</tr>\n<tr>\n<td>signOrder</td>\n<td>boolean</td>\n<td>서명 순서 여부</td>\n<td>-</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>생성일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>string</td>\n<td>수정일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>etc_comp</td>\n<td>string</td>\n<td>기타 완료 여부</td>\n<td>30</td>\n</tr>\n<tr>\n<td>receiverList</td>\n<td>List</td>\n<td>참여자 리스트</td>\n<td>-</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>이메일</td>\n<td>200</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>이름</td>\n<td>30</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>전화번호</td>\n<td>20</td>\n</tr>\n<tr>\n<td>url</td>\n<td>string</td>\n<td>URL</td>\n<td>2000</td>\n</tr>\n<tr>\n<td>expiredDate</td>\n<td>string</td>\n<td>만료일시</td>\n<td>30</td>\n</tr>\n<tr>\n<td>externalParam</td>\n<td>string</td>\n<td>고객사 추적 파라미터</td>\n<td>128</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"protocol":"https","path":["v1","template","send"],"host":["api","glosign","com"],"query":[],"variable":[]}},"response":[{"id":"15b9297f-572f-4810-a698-ed9b176c1c07","name":"서식으로 계약 생성","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"templateId\": \"string\",\n    \"contractName\": \"string\",\n    \"commonMessage\": \"string\",\n    \"commonExp\": \"number\",\n    \"lang\": \"string\",\n    \"certLang\": \"string\",\n    \"mailId\": \"string\",\n    \"emailFlag\": false,\n    \"mobileFlag\": false,\n    \"clientId\": \"string\",\n    \"contractList\": [ \n        {\n            \"signOrder\": false,\n            \"isReview\": false,\n            \"contractName\": \"string\",\n            \"preSigner\": {\n                \"coord\": [ \n                    {\n                        \"id\": \"string\",\n                        \"data\": \"any\",\n                        \"textAlign\": \"string\"\n                    } \n                ]\n            } ,\n            \"receiverList\": [ \n                {\n                    \"signOrderNumber\": \"number\",\n                    \"name\": \"string\",\n                    \"email\": \"string\",\n                    \"userPhone\": \"string\",\n                    \"userPhoneCode\": \"string\",\n                    \"lang\": kr,\n                    \"expired_day\": 10,\n                    \"message\": \"string\",\n                    \"security\": [ \n                        {\n                            \"securityType\": \"string\",\n                            \"value\": \"string\"\n                        } \n                    ], \n                    \"identityAuth\": \"string\",\n                    \"redirectUrl\": \"string\",\n                    \"coord\": [ \n                        {\n                            \"id\": \"string\",\n                            \"data\": \"any\"\n                        } \n                    ], \n                    \"attachments\": [ \n                        {\n                            \"title\": \"string\",\n                            \"description\": \"string\",\n                            \"isNeed\": \"boolean\"\n                        } \n                    ]\n                } \n            ], \n            \"tableData\": [ \n                {\n                    \"tableId\": \"string\",\n                    \"headerStyle\": {\n                        \"height\": \"number\"\n                    } ,\n                    \"footerStyle\": {\n                        \"height\": \"number\"\n                    } ,\n                    \"body\": [ \n                        {\n                            \"type\": \"string\",\n                            \"row_num\": \"number\",\n                            \"cell\": [ \n                                {\n                                    \"col_num\": \"number\",\n                                    \"colspan\": \"number\",\n                                    \"value\": \"string\",\n                                    \"valign\": \"string\",\n                                    \"halign\": \"string\",\n                                    \"font_size\": \"number\"\n                                } \n                            ]\n                        } \n                    ], \n                    \"footer\": [ \n                        {\n                            \"col_num\": \"number\",\n                            \"colspan\": \"number\",\n                            \"value\": \"string\",\n                            \"valign\": \"string\",\n                            \"halign\": \"string\",\n                            \"font_size\": \"number\"\n                        } \n                    ]\n                } \n            ]\n        } \n    ]\n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/template/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"contractList\": [ \n        {\n            \"title\": \"string\",\n            \"contractId\": \"string\",\n            \"contract_type\": \"string\",\n            \"contract_status\": \"string\",\n            \"message\": \"string\",\n            \"expiredDate\": \"string\",\n            \"signOrder\": \"boolean\",\n            \"completed_at\": \"timestamp\",\n            \"created_at\": \"timestamp\",\n            \"updated_at\": \"timestamp\",\n            \"etc_comp\": \"timestamp\",\n            \"receiverList\": {\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"phone\": \"number\",\n                \"url\": \"string\"\n            } \n        } \n    ]\n} "}],"_postman_id":"c0ec1dfc-1528-4028-b2e6-6dbd8dd69311"},{"name":"서식 데이터로 미리보기","id":"5ebbd971-5db7-46dd-87fd-551c8df2508e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"templateId\": \"string\",\n    \"preSigner\": {\n        \"coord\": {\n            \"id\": \"string\",\n            \"data\": \"any\"\n        } \n    } ,\n    \"tableData\": [ \n        {\n            \"tableId\": \"string\",\n            \"body\": [ \n                {\n                    \"type\": \"string\",\n                    \"row_num\": \"number\",\n                    \"cell\": [ \n                        {\n                            \"col_num\": \"number\",\n                            \"colspan\": \"number\",\n                            \"value\": \"string\",\n                            \"valign\": \"string\",\n                            \"halign\": \"string\",\n                            \"font_size\": \"number\"\n                        } \n                    ]\n                } \n            ], \n            \"footer\": [ \n                {\n                    \"col_num\": \"number\",\n                    \"colspan\": \"number\",\n                    \"value\": \"string\",\n                    \"valign\": \"string\",\n                    \"halign\": \"string\",\n                    \"font_size\": \"number\"\n                } \n            ]\n        } \n    ]\n} "},"url":"{{baseUrl}}/template/preview","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-bodyjson\">Request Body(JSON)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"templateId\": \"string\",\n    \"preSigner\": {\n        \"coord\": {\n            \"id\": \"string\",\n            \"data\": \"any\"\n        } \n    } ,\n    \"tableData\": [ \n        {\n            \"tableId\": \"string\",\n            \"body\": [ \n                {\n                    \"type\": \"string\",\n                    \"row_num\": \"number\",\n                    \"cell\": [ \n                        {\n                            \"col_num\": \"number\",\n                            \"colspan\": \"number\",\n                            \"value\": \"string\",\n                            \"valign\": \"string\",\n                            \"halign\": \"string\",\n                            \"font_size\": \"number\"\n                        } \n                    ]\n                } \n            ], \n            \"footer\": [ \n                {\n                    \"col_num\": \"number\",\n                    \"colspan\": \"number\",\n                    \"value\": \"string\",\n                    \"valign\": \"string\",\n                    \"halign\": \"string\",\n                    \"font_size\": \"number\"\n                } \n            ]\n        } \n    ]\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateId</td>\n<td>string</td>\n<td>템플릿 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>preSigner</td>\n<td>Object</td>\n<td>미리서명자</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>coord</td>\n<td>Object</td>\n<td>미리서명 조건</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>조건 ID</td>\n<td>500</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>data</td>\n<td>string</td>\n<td>입력 데이터</td>\n<td>500</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>tableData</td>\n<td>List</td>\n<td>테이블 데이터</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>tableId</td>\n<td>string</td>\n<td>테이블 id</td>\n<td>30</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>body</td>\n<td>List</td>\n<td>테이블 내용 데이터</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>테이블 내용; sub_totalfalse 소계</td>\n<td>20</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>row_num</td>\n<td>Integer</td>\n<td>행 순번</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>cell</td>\n<td>List</td>\n<td>셀 내용</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>col_num</td>\n<td>Integer</td>\n<td>열 순번</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>colspan</td>\n<td>Integer</td>\n<td>열 병합</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>입력 데이터</td>\n<td>30</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>valign</td>\n<td>string</td>\n<td>가로 정렬</td>\n<td>10</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>halign</td>\n<td>string</td>\n<td>세로 정렬</td>\n<td>10</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>font_size</td>\n<td>Integer</td>\n<td>글자크기</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>footer</td>\n<td>List</td>\n<td>테이블 꼬릿말 데이터</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"previewId\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>previewId</td>\n<td>String</td>\n<td>미리보기 ID</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["template","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e38ba7d5-4850-477b-a60f-084b531725cb","name":"서식 데이터로 미리보기","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"templateId\": \"string\",\n    \"preSigner\": {\n        \"coord\": {\n            \"id\": \"string\",\n            \"data\": \"any\"\n        } \n    } ,\n    \"tableData\": [ \n        {\n            \"tableId\": \"string\",\n            \"body\": [ \n                {\n                    \"type\": \"string\",\n                    \"row_num\": \"number\",\n                    \"cell\": [ \n                        {\n                            \"col_num\": \"number\",\n                            \"colspan\": \"number\",\n                            \"value\": \"string\",\n                            \"valign\": \"string\",\n                            \"halign\": \"string\",\n                            \"font_size\": \"number\"\n                        } \n                    ]\n                } \n            ], \n            \"footer\": [ \n                {\n                    \"col_num\": \"number\",\n                    \"colspan\": \"number\",\n                    \"value\": \"string\",\n                    \"valign\": \"string\",\n                    \"halign\": \"string\",\n                    \"font_size\": \"number\"\n                } \n            ]\n        } \n    ]\n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/template/preview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"previewId\": \"string\"\n}"}],"_postman_id":"5ebbd971-5db7-46dd-87fd-551c8df2508e"},{"name":"서식으로 링크계약 생성","id":"bc59ff9a-ad5c-41d6-9ce1-80808f439903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"templateId\": \"string\",\n    \"contractName\": \"string\",\n    \"commonMessage\": \"string\",\n    \"sendLang\": \"string\",\n    \"certLang\": \"string\",\n    \"mailId\": \"string\",\n    \"clientId\": \"string\",\n    \"identityAuth\": \"\",\n    \"coord\": [\n        {\n            \"id\": \"string\",\n            \"coord_type\": \"\",\n            \"data\": \"\",\n            \"content\": \"\",\n            \"checked\": false\n        }\n    ],\n    \"preSigner\":{\n        \"coord\": [\n            {\n                \"id\": \"string\",\n                \"data\": \"string\",\n                \"textAlign\": \"string\"\n            }\n        ]\n    },\n    \"security\": [ \n        {\n            \"securityType\": \"string\",\n            \"value\": \"string\"\n        } \n    ]\n} "},"url":"{{baseUrl}}/template/create/link","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-bodyjson\">Request Body(JSON)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"templateId\": \"string\",\n    \"contractName\": \"string\",\n    \"commonMessage\": \"string\",\n    \"sendLang\": \"string\",\n    \"certLang\": \"string\",\n    \"mailId\": \"string\",\n    \"clientId\": \"string\",\n    \"security\": [ \n        {\n            \"securityType\": \"string\",\n            \"value\": \"string\"\n        } \n    ]\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateId</td>\n<td>string</td>\n<td>템플릿 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>contractName</td>\n<td>string</td>\n<td>계약명</td>\n<td>30</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>commonMessage</td>\n<td>string</td>\n<td>공통 메시지</td>\n<td>500</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>sendLang</td>\n<td>string</td>\n<td>발송 언어</td>\n<td>3</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>certLang</td>\n<td>string</td>\n<td>인증서 언어</td>\n<td>3</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>mailId</td>\n<td>string</td>\n<td>이메일 템플릿 ID</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>clientId</td>\n<td>string</td>\n<td>구성원 ID</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>identityAuth</td>\n<td>string</td>\n<td>본인인증 정보  <br /><code>CARD</code> - 카드  <br /><code>CERT</code> - 인증서  <br /><code>기타</code> - 통신사</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>coord</td>\n<td>List</td>\n<td>조건 목록</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>조건 id</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>coord_type</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>data</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>content</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>checked</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>security</td>\n<td>List</td>\n<td>인증</td>\n<td></td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>securityType</td>\n<td>string</td>\n<td>인증방식</td>\n<td>10</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>패스워드 또는 핸드폰번호</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<ul>\n<li>Response Body(200)</li>\n</ul>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"link\": \"string\",\n    \"link_id\": \"string\"\n}\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>link</td>\n<td>String</td>\n<td>링크계약 URL</td>\n<td>200</td>\n</tr>\n<tr>\n<td>link_id</td>\n<td>String</td>\n<td>링크계약 ID</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["template","create","link"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f3cc4a0e-9d8a-417b-8806-f717e14ddd6c","name":"서식으로 링크계약 생성","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"templateId\": \"string\",\n    \"contractName\": \"string\",\n    \"commonMessage\": \"string\",\n    \"sendLang\": \"string\",\n    \"certLang\": \"string\",\n    \"mailId\": \"string\",\n    \"clientId\": \"string\",\n    \"security\": [ \n        {\n            \"securityType\": \"string\",\n            \"value\": \"string\"\n        } \n    ]\n} "},"url":"{{baseUrl}}/template/create/link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"string\",\n    \"title\": \"string\",\n    \"description\": \"string\",\n    \"state\": \"string\",\n    \"created_at\": \"string\",\n    \"updated_at\": \"string\",\n    \"receiver_count\": \"string\"\n}"}],"_postman_id":"bc59ff9a-ad5c-41d6-9ce1-80808f439903"},{"name":"서식복사","id":"92db1da8-e1f4-4d45-bfcd-21ea123496f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer","description":"<p>api key</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"templateIds","value":"\"string\" 리스트","description":"<p>복사할 서식 ID 리스트</p>\n","type":"text","contentType":""},{"key":"\blang","value":"\"string\"","description":"<p>언어</p>\n","type":"text"}]},"url":"{{baseUrl}}/template/copy","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-bodymultipartform-data\">Request Body(multipart/form-data)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: multipart/form-data\n{\n  \"templateId\": \"string\",\n  \"clientId\": \"string\",  \n  \"title\": \"string\", \n  \"templateFiles\": \"File\"\n}\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateId</td>\n<td>string</td>\n<td>복사할 서식 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>clientId</td>\n<td>string</td>\n<td>복사할 서식 소유자 clientId</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>새로운 서식명</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>templateFiles</td>\n<td>File</td>\n<td>새로운 서식 문서 파일</td>\n<td>10MB</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"templateId\": \"string\"\n}\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateId</td>\n<td>string</td>\n<td>서식 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["template","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fae4347e-9c29-4907-94db-d58b730075b3","name":"서식복사","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"templateId","value":"\"string\"","description":"복사할 서식 ID","type":"text","disabled":true},{"key":"clientId","value":"\"string\"","description":"복사할 서식 소유자 clientId","type":"text","disabled":true},{"key":"title","value":"\"string\"","description":"새로운 서식","type":"text","disabled":true},{"key":"templateFiles","description":"새로운 서식 문서 파일 리스","type":"file","value":null,"disabled":true}]},"url":"{{baseUrl}}/template/copy"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"templateId\": \"string\"\r\n}"}],"_postman_id":"92db1da8-e1f4-4d45-bfcd-21ea123496f4"},{"name":"하위기업 간 서식복사","id":"71d74694-bdea-477c-8a39-f7b323528a37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer","description":"<p>api key</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"templateId","value":"\"string\"","description":"<p>복사할 서식 ID</p>\n","type":"text","disabled":true},{"key":"companyCode","value":"\"string\"","description":"<p>복사된 서식을 받을 하위기업 companyCode</p>\n","type":"text","disabled":true},{"key":"clientId","value":"\"string\"","description":"<p>복사된 서식을 받을 하위기업 구성원 clientId</p>\n","type":"text","disabled":true}]},"url":"{{baseUrl}}/template/company/copy","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-bodymultipartform-data\">Request Body(multipart/form-data)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"templateId\":\"string\",\n\"companyCode\":\"string\",\n\"clientId\":\"string\"\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateId</td>\n<td>string</td>\n<td>복사할 서식 ID</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>companyCode</td>\n<td>string</td>\n<td>복사된 서식을 받을 하위기업 companyCode clientId</td>\n<td>10</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>clientId</td>\n<td>string</td>\n<td>복사된 서식을 받을 하위기업 구성원 clientId</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"templateId\": \"string\"\n}\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateId</td>\n<td>String</td>\n<td>서식 ID</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["template","company","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fd03db97-b877-40f4-b62d-cbab16b969c8","name":"서식복사","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"templateId","value":"\"string\"","description":"복사할 서식 ID","type":"text","disabled":true},{"key":"clientId","value":"\"string\"","description":"복사할 서식 소유자 clientId","type":"text","disabled":true},{"key":"title","value":"\"string\"","description":"새로운 서식","type":"text","disabled":true},{"key":"templateFiles","description":"새로운 서식 문서 파일 리스","type":"file","src":[],"disabled":true}]},"url":"{{baseUrl}}/template/copy"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"71d74694-bdea-477c-8a39-f7b323528a37"},{"name":"서식 문서 교체","id":"a962bdfb-97eb-46e1-85bf-89e842010806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"templateId","value":"\"string\"","description":"<p>문서 교체할 서식 ID</p>\n","type":"text"},{"key":"templateFiles","description":"<p>교체할 문서</p>\n","type":"file","value":null}]},"url":"{{baseUrl}}/template/change/docs","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<p>StartFragment</p>\n<h2 id=\"request-bodymultipartform-data\">Request Body(multipart/form-data)</h2>\n<p>EndFragment</p>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: multipart/form-data\n{\n  \"templateId\": \"string\",\n  \"templateFiles\": \"File\",\n  \"clientId\": \"string\"\n}\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateId</td>\n<td>String</td>\n<td>서식 ID</td>\n<td>-</td>\n</tr>\n<tr>\n<td>templateFiles</td>\n<td>File</td>\n<td>교체할 파일</td>\n<td>10MB</td>\n</tr>\n<tr>\n<td>clientId</td>\n<td>String</td>\n<td>유저 ID</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n   \"templateId\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateId</td>\n<td>string</td>\n<td>서식 ID</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["template","change","docs"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8c446c46-e63b-4a96-93fa-905b8a329a1d","name":"서식 문서 교체","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"templateId","value":"\"string\"","description":"문서 교체할 서식 ID","type":"text"},{"key":"templateFiles","description":"교체할 문서","type":"file","value":null}]},"url":"{{baseUrl}}/template/change/docs"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"templateId\":\"string\"\n}"}],"_postman_id":"a962bdfb-97eb-46e1-85bf-89e842010806"},{"name":"서식 문서 업로드","id":"136068df-292d-44b5-a57a-5b1ed7191fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"templateFiles","description":"<p>업로드 문서</p>\n","type":"file","value":null},{"key":"templateTitle","value":"","description":"<p>서식명</p>\n","type":"text"},{"key":"clientId","value":"","description":"<p>유저ID</p>\n","type":"text"}]},"url":"https://api.glosign.com/v1-9/template/temp/create","description":"<p>서식 문서를 업로드하면 서식ID를 반환한다.</p>\n<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>Bearer x-access-key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-bodymultipartform-data\">Request Body(multipart/form-data)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: multipart/form-data\n{  \n  \"templateFiles\": \"File\",\n  \"templateTitle\": \"string\",\n  \"clientId\": \"string\"\n}\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateFiles</td>\n<td>File</td>\n<td>업로드할 파일</td>\n<td>10MB</td>\n</tr>\n<tr>\n<td>templateTitle</td>\n<td>String</td>\n<td>서식명</td>\n<td>30</td>\n</tr>\n<tr>\n<td>clientId</td>\n<td>String</td>\n<td>유저ID</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"templateId\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateId</td>\n<td>String</td>\n<td>서식 ID</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"protocol":"https","path":["v1-9","template","temp","create"],"host":["api","glosign","com"],"query":[],"variable":[]}},"response":[{"id":"56865d68-e76c-434c-9ac4-3723d69ec4e4","name":"서식 문서 업로드","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer API_KEY","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"templateFiles","description":"업로드 문서","type":"file","value":null},{"key":"templateTitle","value":"string","description":"서식명","type":"text"},{"key":"clientId","value":"","description":"유저ID","type":"text","disabled":true}]},"url":"https://api.glosign.com/v1-9/template/temp/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Aug 2022 07:56:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie"}],"cookie":[],"responseTime":null,"body":"{\n    \"templateId\": \"string\"\n}"}],"_postman_id":"136068df-292d-44b5-a57a-5b1ed7191fae"}],"id":"0e7395a1-dfba-4210-872d-4e2244fb6dba","_postman_id":"0e7395a1-dfba-4210-872d-4e2244fb6dba","description":""},{"name":"Company","item":[{"name":"기업 생성","event":[{"listen":"prerequest","script":{"id":"e796101c-3441-442d-bda1-da50e3b78a1a","exec":[""],"type":"text/javascript"}}],"id":"adfb766d-4bcf-4cb6-957a-1ff17f862996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"string\",\n    \"address\": \"string\",\n    \"companyNumber\": \"string\",\n    \"companyType\": \"string\",\n    \"phoneCode\": \"string\",\n    \"phone\": \"string\",\n    \"nation\": \"string\"\n} "},"url":"{{baseUrl}}/company","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-bodyjson\">Request Body(JSON)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"name\": \"string\",\n    \"address\": \"string\",\n    \"companyNumber\": \"string\",\n    \"companyType\": \"string\",\n    \"phoneCode\": \"string\",\n    \"phone\": \"string\",\n    \"nation\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<p>기업 종류</p>\n<ul>\n<li>01 - 개인사업자</li>\n<li>02 - 법인사업자</li>\n<li>03 - 간이사업자</li>\n<li>04 - 유한사업자</li>\n</ul>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>기업명</td>\n<td>50</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>주소</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>companyNumber</td>\n<td>string</td>\n<td>사업자번호</td>\n<td>30</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>string</td>\n<td>기업 종류</td>\n<td>2</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>phoneCode</td>\n<td>string</td>\n<td>기업 전화번호 국가</td>\n<td>20</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>기업 전화번호</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>nation</td>\n<td>string</td>\n<td>기업 국가</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"company_code\": \"string\",\n    \"company_nm\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_code</td>\n<td>기업코드</td>\n<td>기업명</td>\n<td>10</td>\n</tr>\n<tr>\n<td>company_nm</td>\n<td>String</td>\n<td>기업명</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["company"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"126f9f1c-5507-4fe1-9ca2-02c6bfc2ab5e","name":"기업 생성","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"string\",\n    \"address\": \"string\",\n    \"companyNumber\": \"string\",\n    \"companyType\": \"string\",\n    \"phoneCode\": \"string\",\n    \"phone\": \"string\",\n    \"nation\": \"string\"\n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"company_code\": \"string\",\n    \"company_nm\": \"string\"\n}"}],"_postman_id":"adfb766d-4bcf-4cb6-957a-1ff17f862996"},{"name":"기업 삭제","id":"63f2a6e4-b580-4184-a220-65939b6df8d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseUrl}}/company","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"companycode\": \"string\",\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companycode</td>\n<td>string</td>\n<td>기업 코드</td>\n<td>10</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"message\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>메시지</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["company"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>기업 코드</p>\n","type":"text/plain"},"key":"companycode","value":null}],"variable":[]}},"response":[{"id":"dac73907-9c27-4f6d-bb32-c648751ea9dd","name":"기업 삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/company","host":["{{baseUrl}}"],"path":["company"],"query":[{"key":"companycode","value":null,"description":"기업 코드","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"63f2a6e4-b580-4184-a220-65939b6df8d0"},{"name":"기업 구성원 조회","id":"f1e711b6-2df1-49d3-a59a-81fd93f7388f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/company/person","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"companycode\": \"string\",\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companycode</td>\n<td>string</td>\n<td>기업 코드</td>\n<td>10</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"clientId\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"tags\": [\n            {\n                \"tagKey\": \"testkey\",            \n                \"tagValue\": \"testvalue\"\n            }            \n        ]\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>clientId</td>\n<td>String</td>\n<td>구성원 ID</td>\n<td>50</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>이메일</td>\n<td>200</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>이름</td>\n<td>30</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>List</td>\n<td>메타데이터</td>\n<td>-</td>\n</tr>\n<tr>\n<td>tagKey</td>\n<td>string</td>\n<td>태그키</td>\n<td>50</td>\n</tr>\n<tr>\n<td>tagValue</td>\n<td>string</td>\n<td>태그값</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["company","person"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>기업 코드</p>\n","type":"text/plain"},"key":"companycode","value":null}],"variable":[]}},"response":[{"id":"b411a76f-8aeb-4c54-ba04-0f28f6c8c6e5","name":"기업 구성원 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/company/person","host":["{{baseUrl}}"],"path":["company","person"],"query":[{"key":"companycode","value":null,"description":"기업 코드","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"clientId\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"tags\": [\n        {\n            \"tagKey\": \"string\",\n            \"tagValue\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"f1e711b6-2df1-49d3-a59a-81fd93f7388f"},{"name":"기업 구성원 추가","id":"640d41eb-91f6-488e-9501-13731536626c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"string\",\n    \"userName\": \"string\",\n    \"companyCode\": \"string\",\n    \"roleList\": [ \n        {\n            \"roleType\": \"sign\",\n            \"role\": [\n                        \"process\",\n                        \"create\",\n                        \"delete\"\n                    ]\n        } \n    ]\n} "},"url":"{{baseUrl}}/company/person","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-bodyjson\">Request Body(JSON)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"email\": \"string\",\n    \"userName\": \"string\",\n    \"companyCode\": \"string\",\n    \"roleList\": [ \n        {\n            \"roleType\": \"string\",\n            \"role\": []\n        } \n    ],\n    \"tags\": [\n        {\n            \"tagKey\": \"string\",\n            \"tagValue\": \"string\"\n        }\n    ]\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>에메일</td>\n<td>200</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>userName</td>\n<td>string</td>\n<td>이름</td>\n<td>30</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>companycode</td>\n<td>string</td>\n<td>기업 코드</td>\n<td>10</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>roleList</td>\n<td>List</td>\n<td>구성원 권한</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>roleType</td>\n<td>string</td>\n<td>권한 타임</td>\n<td>20</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>role</td>\n<td>string</td>\n<td>권한 상세</td>\n<td>-</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>tags</td>\n<td>List</td>\n<td>메타데이터</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>tagKey</td>\n<td>string</td>\n<td>태그키</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>tagValue</td>\n<td>string</td>\n<td>태그값</td>\n<td>50</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"clientId\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"tags\": [\n        {\n            \"tagKey\": \"string\",\n            \"tagValue\": \"string\"\n        }\n    ]\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>clientId</td>\n<td>String</td>\n<td>구성원 ID</td>\n<td>50</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>이메일</td>\n<td>200</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>이름</td>\n<td>30</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>List</td>\n<td>메타데이터</td>\n<td>-</td>\n</tr>\n<tr>\n<td>tagKey</td>\n<td>String</td>\n<td>태그 키</td>\n<td>50</td>\n</tr>\n<tr>\n<td>tagValue</td>\n<td>String</td>\n<td>태그 값</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["company","person"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0d8588b6-da14-44a6-8b1e-d0409df10546","name":"기업 구성원 추가","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"string\",\n    \"userName\": \"string\",\n    \"companyCode\": \"string\",\n    \"roleList\": [ \n        {\n            \"roleType\": \"string\",\n            \"role\": []\n        } \n    ],\n    \"tags\": [\n        {\n            \"tagKey\": \"string\",\n            \"tagValue\": \"string\"\n        }\n    ]\n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/company/person"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"clientId\": \"string\",\n    \"name\": \"string\",\n    \"email\": \"string\"\n}"}],"_postman_id":"640d41eb-91f6-488e-9501-13731536626c"},{"name":"기업 구성원 삭제","id":"3ff29627-05d9-4c6d-a04f-8dcb49b91bae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseUrl}}/company/person?id=","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    \"id\": \"string\",\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>구성원 ID</td>\n<td>200</td>\n<td>-</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"message\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>메시지</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["company","person"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>구성원 ID</p>\n","type":"text/plain"},"key":"id","value":""},{"disabled":true,"description":{"content":"<p>구성원 삭제 사</p>\n","type":"text/plain"},"key":"reason","value":null}],"variable":[]}},"response":[{"id":"fae9141d-7532-4274-b26a-22ec12342a55","name":"기업 구성원 삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/company/person?id","host":["{{baseUrl}}"],"path":["company","person"],"query":[{"key":"id","value":null,"description":"구성원 ID"},{"key":"reason","value":null,"description":"구성원 삭제 사유","type":"text","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3ff29627-05d9-4c6d-a04f-8dcb49b91bae"},{"name":"기업 메일 조회","id":"123f407c-d8a5-419b-9a5c-544788542c14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/company/mail","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    \"company_code\": \"string\",\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_code</td>\n<td>string</td>\n<td>기업 코드</td>\n<td>200</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"mailId\": \"string\",\n    \"title\": \"string\",\n    \"description\": \"string\",\n    \"sender_email\": \"string\",\n    \"created_at\": \"string\",\n    \"updated_at\": \"string\"\n} \n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailId</td>\n<td>String</td>\n<td>이메일 ID</td>\n<td>30</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>스타일명</td>\n<td>200</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>스타일 설명</td>\n<td>200</td>\n</tr>\n<tr>\n<td>sender_email</td>\n<td>String</td>\n<td>보내는 사람 메일</td>\n<td>200</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>생성일</td>\n<td>30</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>수정일</td>\n<td>30</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["company","mail"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>기업 코드</p>\n","type":"text/plain"},"key":"company_code","value":null}],"variable":[]}},"response":[{"id":"09ea7314-cb3d-46b0-9242-f1bfff1c9c61","name":"기업 메일 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/company/mail","host":["{{baseUrl}}"],"path":["company","mail"],"query":[{"key":"company_code","value":null,"description":"기업 코드","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"mailId\": \"string\",\n    \"title\": \"string\",\n    \"description\": \"string\",\n    \"sender_email\": \"string\",\n    \"created_at\": \"string\",\n    \"updated_at\": \"string\"\n}"}],"_postman_id":"123f407c-d8a5-419b-9a5c-544788542c14"},{"name":"기업 구성원 정보 조회","id":"2450367a-637f-478d-b823-723d749016f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/company/search/person","description":"<h2 id=\"authorizations\">AUTHORIZATIONS</h2>\n<blockquote>\n<ul>\n<li>api_key</li>\n</ul>\n</blockquote>\n<h2 id=\"request-params\">Request Params</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"companycode\": \"string\",\n\"email\": \"string\",\n\n</code></pre></blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n<th>Default</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companycode</td>\n<td>string</td>\n<td>기업 코드</td>\n<td>10</td>\n<td>-</td>\n<td>true</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>이메일</td>\n<td>200</td>\n<td>-</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<h2 id=\"response-body200\">Response Body(200)</h2>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Content-type: application/json\n{\n    \"clientid\": \"string\",\n    \"name\": \"string\",\n    \"email\": \"string\",\n    \"tags\" : [\n        {\n            \"tagKey\": \"string\",\n            \"tagValue\": \"string\"\n        }\n    ]\n}\n\n</code></pre>\n</blockquote>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n<th>max_length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>clientid</td>\n<td>String</td>\n<td>구성원 ID</td>\n<td>50</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>이름</td>\n<td>30</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>이메일</td>\n<td>200</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>List</td>\n<td>메타데이터</td>\n<td></td>\n</tr>\n<tr>\n<td>tagKey</td>\n<td>String</td>\n<td>태그 키</td>\n<td>50</td>\n</tr>\n<tr>\n<td>tagValue</td>\n<td>String</td>\n<td>태그 값</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","urlObject":{"path":["company","search","person"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"companycode","value":""},{"disabled":true,"key":"email","value":""}],"variable":[]}},"response":[{"id":"35b2709d-98bd-42dc-8ba6-943e97e9afbd","name":"기업 구성원 정보 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer APIKEY","type":"text"}],"url":{"raw":"{{baseUrl}}/company/search/person","host":["{{baseUrl}}"],"path":["company","search","person"],"query":[{"key":"companyCode","value":null,"type":"text","disabled":true},{"key":"email","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"clientid\": \"string\",\n    \"name\": \"string\",\n    \"email\": \"string\"\n}"}],"_postman_id":"2450367a-637f-478d-b823-723d749016f1"}],"id":"23bb2134-a59e-4e27-bdbd-b382aea7890b","_postman_id":"23bb2134-a59e-4e27-bdbd-b382aea7890b","description":""}]}