{"info":{"_postman_id":"92c993d1-e4e5-4fb5-9514-948885242bf8","name":"하이웍스 API","description":"<html><head></head><body><p>더 편리한 세상을 위해 하이웍스 API를 공유합니다.</p>\n<p>하이웍스 API는 HTTP 요청으로 활용할 수 있는 <a href=\"https://ko.wikipedia.org/wiki/REST\">REST API</a> 형태로 제공하므로 HTTP를 처리할 수 있는 많은 언어에서 사용 가능합니다.</p>\n<img src=\"http://customer.gabia.com/cs/file_viewer.php?s=21287\">\n\n<p>하이웍스 API 문서 페이지에서는 <a href=\"https://getpostman.com\">Postman</a>을 이용하여 API를 테스트할 수 있는 환경을 제공합니다.<br>우측 상단의 <a href=\"https://www.getpostman.com/docs/run_button_ux\"><i>Run in Postman</i></a>을 클릭하여 API를 확인해 주세요.</p>\n<hr>\n<h1 id=\"7iuc7j6r7zwy6riw\">시작하기</h1>\n<p>하이웍스 API는 크게 2가지로 분류됩니다.</p>\n<img src=\"http://customer.gabia.com/cs/file_viewer.php?s=21286\">\n\n<p><strong>1. 서비스 API</strong>: 푸시 알림, 전자결재 기안하기, 메일 발송하기 등 하이웍스 서비스의 전반적인 기능을 이용할 수 있는 API입니다.</p>\n<p><strong>2. 계정 연동 API</strong>: 하이웍스 화면을 아이프레임을 이용해 인트라넷에 삽입하는 SSO와 인트라넷의 조직 정보를 하이웍스 인사 계정에 넣는 조직 API로 구성되어 있습니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>종류</th>\n<th>설명</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>서비스 API</strong></td>\n<td>메신저 알림, 전자결재 기안하기, 메일 발송하기 등 하이웍스 서비스의 전반적인 기능을 이용할 수 있는 API입니다.</td>\n</tr>\n<tr>\n<td><strong>계정 연동 API</strong></td>\n<td>별도 로그인 없이 하이웍스 화면을 인트라넷에 포함하는 SSO와 인트라넷의 조직 정보를 하이웍스 인사 계정에 전달하는 조직 API로 구성되어 있습니다.</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h1 id=\"7j247kadiouwjydtmljstpztlzjqula\">인증 및 호출하기</h1>\n<p>하이웍스 API를 이용하기 위해서는 인증이 필요하며 Token(a.k.a API KEY)을 통해 인증을 수행합니다.<br>토큰은 <strong>Office Token</strong>, <strong>Access Token(OAuth)</strong> 총 2가지로 분류됩니다.</p>\n<img src=\"https://customer.gabia.com/image?seqno=26941\">\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>종류</th>\n<th>설명</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>OfficeToken</code></td>\n<td>오피스(그룹웨어)의 권한으로 인증하는 방식입니다. <strong>강력한 권한</strong>을 지니므로 관리 시 주의가 필요합니다.</td>\n</tr>\n<tr>\n<td><code>AccessToken (deprecated)</code></td>\n<td>OAuth 방식을 활용하여 사용자 계정에 접근하는 인증입니다. 사용자는 최초 인증 시 해당 애플리케이션 승인 절차를 진행합니다.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"office-token\">Office Token</h2>\n<p>[오피스 관리 &gt; 오피스 API] 페이지에서 <code>officeToken</code>을 발급할 수 있습니다. 자세한 내용은 <a href=\"https://customer.gabia.com/manual/hiworks/3403/4280\">여기</a>에서 확인할 수 있습니다.</p>\n<ul>\n<li><p><code>officeToken</code>을 비밀번호처럼 사용해 주십시오.</p>\n</li>\n<li><p>관리자, 개발자 외에 해당 토큰을 공유하지 마십시오.</p>\n</li>\n<li><p>해당 토큰을 코드에 삽입하거나 URL에 포함하지 마십시오.</p>\n</li>\n</ul>\n<blockquote>\n<p><code>officeToken</code>을 이용한 보다 폭 넓은 API 연동을 원할 경우 <a href=\"https://partner.hiworks.com/partner/contact\">제휴 문의</a>로 연락해주시기 바랍니다. </p>\n</blockquote>\n<h2 id=\"access-token-deprecated\">Access Token (<em>deprecated</em>)</h2>\n<p>Outh 2.0 방식을 통해 사용자 정보에 접근할 수 있는 <code>accessToken</code>을 획득합니다.<br>단, <code>accessToken</code>의 신규 발급은 현재 지원하지 않습니다.</p>\n<ol>\n<li><p><code>Authorization Code</code> 발급을 위해 URL을 호출합니다.</p>\n</li>\n<li><p>API를 이용해 <code>accessToken</code> 발행을 요청합니다.</p>\n</li>\n</ol>\n<h2 id=\"request\">REQUEST</h2>\n<p>API를 호출할 때는 반드시 헤더에 발급받은 <code>officeToken</code> 또는 <code>accessToken</code>을 포함해야 합니다.</p>\n<p>HTTP method(GET, POST)에 따라 API를 호출하는 방식이 다르며, 일반적으로 GET의 경우 parameter로 전달하고, POST/PUT/DELETE 방식은 HTTP BODY 영역에 값을 포함합니다.</p>\n<hr>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code># GET 방식의 호출 \nhttps://api.hiworks.com/office/v2/sms/count?user_id=admin&amp;{{ref_key}}\n\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code># POST 방식의 호출 \n{\n    \"list\":\n        [\n            {\n                \"department_code\": \"001\",\n                \"department_name\": \"코스트센터001\",\n                \"ext_key\": \"center001\"\n            },\n            {\n                \"department_code\": \"002\",\n                \"department_name\": \"코스트센터002\",\n                \"ext_key\": \"center002\"\n            }\n        ]\n}\n\n</code></pre><hr>\n<h1 id=\"7kcc7zwcioygleyxhq\">제한 정책</h1>\n<p><code>accessToken</code>을 이용하는 경우, 애플리케이션 당 최대 <strong>1,000건/일</strong>의 API Call(성공 기준)이 가능합니다.<br><code>officeToken</code>을 이용하는 경우, 오피스 당 최대 <strong>1,000건/일</strong>의 API Call(성공 기준)이 가능합니다.</p>\n<p>이 외에도 애플리케이션 측에서 악의적으로 API를 이용한다고 판단되는 경우, 악용하는 경우 Hiworks API 플랫폼 보호를 위해 이용을 제한할 수 있습니다.</p>\n<p>해당 쿼리를 초과하거나, API를 활용한 사업적 파트너 제휴가 필요할 경우 <a href=\"https://partner.hiworks.com/partner/contact\">제휴 문의</a>로 연락해주시기 바랍니다.</p>\n<hr>\n<h1 id=\"7kea7juq\">지원</h1>\n<p>API에 관련한 정책 및 문의 사항은 <a href=\"https://developers.hiworks.com/community/forum\">개발자 포럼</a>에 글을 남기거나 <a href=\"https://mailto:developers@gabia.com\">developers@gabia.com</a>로 연락해주시기 바랍니다. Hiworks API에 대한 다양한 제안 등 다양한 목소리도 환영합니다.</p>\n<h1 id=\"api\">API 목록</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"시작하기","slug":"7iuc7j6r7zwy6riw"},{"content":"인증 및 호출하기","slug":"7j247kadiouwjydtmljstpztlzjqula"},{"content":"제한 정책","slug":"7kcc7zwcioygleyxhq"},{"content":"지원","slug":"7kea7juq"},{"content":"API 목록","slug":"api"}],"owner":"6863253","collectionId":"92c993d1-e4e5-4fb5-9514-948885242bf8","publishedId":"S1TVWcri","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-05-31T07:40:30.000Z"},"item":[{"name":"OAuth 인증 (deprecated)","item":[{"name":"Authorization Code 요청 (deprecated)","event":[{"listen":"test","script":{"id":"eb653690-df9c-4d5a-b820-75314da18388","exec":[""],"type":"text/javascript"}}],"id":"0d759fd7-e136-467b-8c26-2c31fda3de57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hiworks_api_url}}/open/auth/authform?client_id={{client_id}}&access_type=offline","description":"<p>Access Token 발급에 필요한 파라미터인 Authorization Code를 요청합니다.</p>\n","urlObject":{"path":["open","auth","authform"],"host":["{{hiworks_api_url}}"],"query":[{"description":{"content":"<p>필수 / Client ID를 입력합니다. / String</p>\n","type":"text/plain"},"key":"client_id","value":"{{client_id}}"},{"description":{"content":"<p>필수 / online 또는 offline(refresh token이 필요한 경우 offline) / String</p>\n","type":"text/plain"},"key":"access_type","value":"offline"}],"variable":[]}},"response":[],"_postman_id":"0d759fd7-e136-467b-8c26-2c31fda3de57"},{"name":"Access Token 요청 (deprecated)","event":[{"listen":"test","script":{"id":"37fa2909-80f4-4910-987c-026eebdb8ce7","exec":[""],"type":"text/javascript"}}],"id":"a50178c2-f920-4857-a437-56a63730c9dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>필수 / 발급받은 Client ID를 입력합니다 / String</p>\n","key":"client_id","type":"text","value":"{{client_id}}"},{"description":"<p>필수 / 발급받은 Client Secret을 입력합니다 / String</p>\n","key":"client_secret","type":"text","value":"{{client_secret}}"},{"description":"<p>필수 / 인증 형태로 'authorization_code' 로 지정합니다. / String</p>\n","key":"grant_type","type":"text","value":"authorization_code"},{"description":"<p>필수 / 발급받은 Authorization Code를 입력합니다 / String</p>\n","key":"auth_code","type":"text","value":"{{auth_code}}"},{"description":"<p>필수 / refresh_token 발급 여부를 선택합니다. refresh_token 발급을 원하면 'offline', access_token 발급만을 원하면 'online'을 입력합니다. / String</p>\n","key":"access_type","type":"text","value":"offline"}]},"url":"{{hiworks_api_url}}/open/auth/accesstoken","description":"<p>API 접근을 위해 필요한 'accessToken'을 발급합니다.<br />API 호출 시 'client_secret'은 노출되면 안되는 값이므로 서버에서 API를 호출해 주시기 바랍니다.</p>\n","urlObject":{"path":["open","auth","accesstoken"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"15ad46cb-8c8e-46e2-b0db-73bc17d44a9b","name":"Access Token 요청","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"{{client_id}}","type":"text","description":"필수)Client ID"},{"key":"client_secret","value":"{{client_secret}}","type":"text","description":"필수)Client Secret"},{"key":"grant_type","value":"authorization_code","type":"text","description":"필수)Grant Type /Access Token 발급에 사용할 인증키를 입력합니다. 'refresh_token' 또는 'authorization_code'"},{"key":"auth_code","value":"{{auth_code}}","type":"text","description":"Authorization Code /(grant_type이 'authorization_code'의 경우) 발급받은 Authorization Code를 입력합니다."},{"key":"access_type","value":"offline","type":"text","description":"필수)Access Type /새로 받급받을 Access Token의 access_type을 지정합니다. 'online' 또는 'offline' (refresh token이 필요한 경우 'offline')"}]},"url":"{{hiworks_api_url}}/open/auth/accesstoken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Apr 2019 01:58:37 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"174"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"msg\": \"\",\n    \"data\": {\n        \"access_token\": \"2xxycv2zm9gbb7xp5tr7urg5ixycdemp\",\n        \"refresh_token\": \"gsfxab509fmhm2y4nj2rjuj5a4y3n10q\",\n        \"office_no\": \"391341\",\n        \"user_no\": \"9962656\"\n    }\n}"}],"_postman_id":"a50178c2-f920-4857-a437-56a63730c9dd"},{"name":"Access Token 갱신 (deprecated)","event":[{"listen":"test","script":{"id":"37fa2909-80f4-4910-987c-026eebdb8ce7","exec":[""],"type":"text/javascript"}}],"id":"14a53bfe-9950-4449-abc1-5a1b2c9dfce3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>필수 / 발급받은 Client ID를 입력합니다 / String</p>\n","key":"client_id","type":"text","value":"{{client_id}}"},{"description":"<p>필수 / 발급받은 Client Secret을 입력합니다 / String</p>\n","key":"client_secret","type":"text","value":"{{client_secret}}"},{"description":"<p>필수 / 인증 형태로 'refresh_token' 으로 지정합니다. / String</p>\n","key":"grant_type","type":"text","value":"refresh_token"},{"description":"<p>필수 / access token 발급시 전달받은 refresh_token를 입력합니다 / String</p>\n","key":"refresh_token","type":"text","value":"{{refresh_token}}"},{"description":"<p>필수 / refresh_token 발급 여부를 선택합니다. refresh_token 발급을 원하면 'offline', access_token 발급만을 원하면 'online'을 입력합니다. / String</p>\n","key":"access_type","type":"text","value":"offline"}]},"url":"{{hiworks_api_url}}/open/auth/accesstoken","description":"<p>API 접근을 위해 필요한 'Access Token'은 발급 후, 1시간 동안만 유효합니다.<br />이후 시간에는 해당 'Access Token'은 만료되어 더는 사용할 수 없습니다.<br />Access Token 발급 시 전달받은 'refresh_token'을 이용하여, 새로운 'Access Token'을 발급받으시길 바랍니다.</p>\n","urlObject":{"path":["open","auth","accesstoken"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"4fed0c80-af15-456e-8fcf-37761413d12d","name":"Access Token 갱신","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"필수) 발급받은 Client ID를 입력합니다 / String","key":"client_id","type":"text","value":"{{client_id}}"},{"description":"필수) 발급받은 Client Secret을 입력합니다 / String","key":"client_secret","type":"text","value":"{{client_secret}}"},{"description":"필수) 인증 형태로 'refresh_token' 으로 지정합니다. / String","key":"grant_type","type":"text","value":"refresh_token"},{"description":"필수) access token 발급시 전달받은 refresh_token를 입력합니다 / String","key":"refresh_token","type":"text","value":"{{refresh_token}}"},{"description":"필수) refresh_token 발급 여부를 선택합니다. refresh_token 발급을 원하면 'offline', access_token 발급만을 원하면 'online'을 입력합니다. / String","key":"access_type","type":"text","value":"offline"}]},"url":"{{hiworks_api_url}}/open/auth/accesstoken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Apr 2019 02:31:19 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"174"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"msg\": \"\",\n    \"data\": {\n        \"access_token\": \"il8nqtfus0y7ndlyym2zxyl4yw80jdt1\",\n        \"refresh_token\": \"rbwr5pb83zlvyve6s9zhbtttejr4ysj1\",\n        \"office_no\": \"123123\",\n        \"user_no\": \"1234567\"\n    }\n}"}],"_postman_id":"14a53bfe-9950-4449-abc1-5a1b2c9dfce3"}],"id":"d5afd031-9d7a-4d45-aee4-e452729093b0","description":"<p>Oauth2.0란?</p>\n<p>애플리케이션(Third party)에서 사용자의 권한으로 하이웍스 서비스를 접근할 때 사용되는 인증 방식입니다.<br />정상적으로 인증 시, 하이웍스 API는 'accessToken'을 발급합니다.</p>\n","event":[{"listen":"prerequest","script":{"id":"01ec89ff-d0e7-4519-91fe-4ac7663d299a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"95a32dbf-cbc3-4767-84ef-27f1eea9037c","type":"text/javascript","exec":[""]}}],"_postman_id":"d5afd031-9d7a-4d45-aee4-e452729093b0"},{"name":"내 정보 조회","item":[{"name":"내 정보 조회 (deprecated)","id":"0ab2671e-465b-4ff5-938b-6c6c7516e31a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>bearer 뒤에 공백 한칸하고 accessToken을 포함합니다.</p>\n","key":"Authorization","type":"text","value":"{{authorization_bearer}} {{access_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{hiworks_api_url}}/user/v2/me","description":"<p>내 정보를 조회합니다.</p>\n","urlObject":{"path":["user","v2","me"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"8ea603b6-879f-4e09-bfc4-475947fb0c1b","name":"내 정보 조회","originalRequest":{"method":"GET","header":[{"description":"oAuth Token, scope: open.oauth.user","key":"Authorization","type":"text","value":"{{authorization_bearer}} {{access_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{hiworks_api_url}}/user/v2/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 05:43:53 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"63"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"no\": \"1234567\",\n    \"user_id\": \"admin\",\n    \"name\": \"홍길동\"\n}"}],"_postman_id":"0ab2671e-465b-4ff5-938b-6c6c7516e31a"}],"id":"24b9ec3e-a345-41c4-97f3-055623227f5a","description":"<p><strong>내 정보 조회</strong>는 사용자에 대한 <code>사용자 No</code>, <code>사용자 이메일 아이디</code>, <code>사용자 이름</code> 정보 등을 가져오는 기능입니다. 정상적인 로그인 후 발급받는 Access Token 인증을 통해 해당 기능을 사용할 수 있습니다.</p>\n","event":[{"listen":"prerequest","script":{"id":"9b9d326e-4501-4f57-8869-9d3781594c77","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bd77bb6c-3c31-4ed0-9b05-824e8991ed05","type":"text/javascript","exec":[""]}}],"_postman_id":"24b9ec3e-a345-41c4-97f3-055623227f5a"},{"name":"전자결재","item":[{"name":"전자결재 기안하기","item":[{"name":"전자결재 기안(페이지 연동)","id":"e9c9c1ac-80fd-493a-8c09-7f49b3f8feba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{office_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"form_id\": \"{FORM_ID}\",\r\n    \"subject\": \"{SUBJECT}\",\r\n    \"contents\": \"{CONTENTS}\",\r\n    \"callback_url\": \"{CALLBACK_URL}\",\r\n    \"modify_contents_flag\": \"{MODIFY_CONTENTS_FLAG}\",\r\n    \"modify_files_flag\": \"{MODIFY_FILE_FLAG}\",\r\n    \"files\": [\r\n        {\r\n            \"file_name\": \"{FILE_NAME}\",\r\n            \"file\": \"{BASE64_ENCODE_FILE}\"\r\n        }\r\n    ],\r\n    \"state\": \"{STATE}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hiworks_api_url}}/office/approval/documents","description":"<p>기안하기 기능은 팝업 페이지 형태로 제공됩니다. 브라우저 새 창에서 해당 화면을 호출합니다.</p>\n<p><strong>Request Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>form_id</td>\n<td>필수</td>\n<td>string</td>\n<td>양식 고유 아이디를 포함합니다. <a href=\"https://customer.gabia.com/manual/hiworks/3403/5480\">발급 방법</a></td>\n</tr>\n<tr>\n<td>subject</td>\n<td>필수</td>\n<td>string</td>\n<td>기안 양식 제목을 포함합니다.</td>\n</tr>\n<tr>\n<td>contents</td>\n<td>필수</td>\n<td>string</td>\n<td>기안 양식의 내용을 포함합니다. html 또는 text를 지원합니다.</td>\n</tr>\n<tr>\n<td>callback_url</td>\n<td>필수</td>\n<td>string</td>\n<td>기안 후 문서 상태 변경 시 해당 callback_url에서 관련 정보를 수신할 수 있습니다.  <br />문서 고유 번호, 상태 값을 포함한 문서 정보가 전송됩니다(하단 명세 참조).</td>\n</tr>\n<tr>\n<td>modify_contents_flag</td>\n<td>필수</td>\n<td>enum(Y,N)</td>\n<td>기안 문서의 내용 수정 가능 여부를 설정합니다.  <br />'N'으로 설정할 경우 해당 양식은 기안하기 페이지에서 본문을 수정할 수 없습니다.</td>\n</tr>\n<tr>\n<td>modify_files_flag</td>\n<td>필수</td>\n<td>enum(Y,N)</td>\n<td>기안 문서의 파일 수정 가능 여부를 설정합니다.  <br />'N'으로 설정할 경우 해당 양식은 기안하기 페이지에서 파일을 추가/삭제할 수 없습니다.</td>\n</tr>\n<tr>\n<td>files</td>\n<td>옵션</td>\n<td>array</td>\n<td></td>\n</tr>\n<tr>\n<td>files[0][file_name]</td>\n<td>필수</td>\n<td>string</td>\n<td>첨부 파일 명을 입력합니다. (복수의 파일일 경우 index 증가)</td>\n</tr>\n<tr>\n<td>files[0][file]</td>\n<td>필수</td>\n<td>base64</td>\n<td>첨부할 파일을 base64 형태로 인코딩합니다.(복수의 파일일 경우 index 증가)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>옵션</td>\n<td>string</td>\n<td>검증 및 관리 용도로 제공되는 State값입니다. Callback URL 호출 시 해당 state값을 그대로 전달합니다.</td>\n</tr>\n</tbody>\n</table>\n</div><p>API로 기안한 문서의 결재 상태 변경 시 지정하신 callback_url로 아래와 같은 GET 요청이 전송됩니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET {CALLBACK_URL}?office_id={OFFICE_ID}&amp;approval_key={APPROVAL_KEY}&amp;approval_id={APPROVAL_ID}&amp;approval_code={APPROVAL_CODE}&amp;state={STATE}&amp;request_hash={REQUEST_HASH}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>office_id</td>\n<td>123456</td>\n<td>오피스를 구분하기 위한 고유 키 값입니다.</td>\n</tr>\n<tr>\n<td>approval_key</td>\n<td>d2f2297d6e829cd3493aa7de4416a18f</td>\n<td>각 연동 요청 건을 구분하기 위한 고유 해시 값입니다.</td>\n</tr>\n<tr>\n<td>approval_id</td>\n<td>1234567</td>\n<td>각 문서를 구분하기 위한 고유 키 값입니다.  <br />Ex. 문서 조회 화면: <a href=\"https://approval.office.hiworks.com/%7Bdomain%7D/approval/document/view/%7Bapproval_id%7D\">https://approval.office.hiworks.com/{domain}/approval/document/view/{approval_id}</a></td>\n</tr>\n<tr>\n<td>approval_code</td>\n<td>QW-테스트-근무-2022-0004</td>\n<td>문서 별 고유 문서 번호 값입니다.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>complete 등(설명 참조)</td>\n<td>문서의 변경된 상태 값입니다.  <br />- 문서 기안: progress  <br />- 반려: rejected  <br />- 기안 취소: canceled  <br />(관리자 설정 &gt; 기본 설정에서 기안 취소 설정이 '문서 삭제'인 경우만 해당하며, '반려 처리'인 경우 반려와 동일하게 rejected가 전송됩니다.)  <br />- 결재 완료: complete  <br />- 문서 삭제: deleted  <br />(관리자 설정 &gt; 삭제 문서 목록에서 복원 / 완전삭제 하는 경우는 별도로 전송하지 않습니다.)</td>\n</tr>\n<tr>\n<td>request_hash</td>\n<td>사용자 입력</td>\n<td>기안하기 요청 시 state로 입력된 값이 그대로 전송됩니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","approval","documents"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a409c058-2be7-42c3-b42e-7d9fc4f83801","name":"전자결재 기안(페이지 연동)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{office_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"form_id\": \"{FORM_ID}\",\r\n    \"subject\": \"{SUBJECT}\",\r\n    \"contents\": \"{CONTENTS}\",\r\n    \"callback_url\": \"{CALLBACK_URL}\",\r\n    \"modify_contents_flag\": \"{MODIFY_CONTENTS_FLAG}\",\r\n    \"modify_files_flag\": \"{MODIFY_FILE_FLAG}\",\r\n    \"files\": [\r\n        {\r\n            \"file_name\": \"{FILE_NAME}\",\r\n            \"file\": \"{BASE64_ENCODE_FILE}\"\r\n        }\r\n    ],\r\n    \"state\": \"{STATE}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hiworks_api_url}}/office/approval/documents"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"// 브라우저 login_url 주소를 요청\n{\n    \"code\": \"SUC\",\n    \"message\": \"\",\n    \"data\": {\n        \"approval_key\": \"{TOKEN}\",\n        \"login_url\": \"https://office.hiworks.com/hig9.com/popup/approval/{TOKEN}\"\n    }\n}"}],"_postman_id":"e9c9c1ac-80fd-493a-8c09-7f49b3f8feba"},{"name":"문서 상태 조회","id":"bfcc3970-372b-4a71-8aa2-d6a9055f0e9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n","key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{hiworks_api_url}}/approval/v2/documents/{{문서 번호}}","description":"<p>기안하기 Callback URL Message에 포함된 문서 번호를 이용하여 문서 상태를 조회할 수 있습니다.</p>\n","urlObject":{"path":["approval","v2","documents","{{문서 번호}}"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"229c4419-128e-47a3-b218-0d9aa5d001a1","name":"문서 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.approval","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}.hiworks.com/approval/v2/documents/173504"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:00:14 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"1628"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"documents\",\n        \"id\": \"1232345\",\n        \"attributes\": {\n            \"state\": \"complete\"\n        }\n    }\n}"}],"_postman_id":"bfcc3970-372b-4a71-8aa2-d6a9055f0e9a"}],"id":"94ded7ef-ae90-4f07-b858-5a26fe09dbda","event":[{"listen":"prerequest","script":{"id":"264f5b4d-0ec1-4e48-855e-0d4a4a66379d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"44da2909-76f0-4e03-a238-7ffb5943b01e","type":"text/javascript","exec":[""]}}],"_postman_id":"94ded7ef-ae90-4f07-b858-5a26fe09dbda","description":""},{"name":"전자결재 회계 정보 연동","item":[{"name":"코드 정보 연동","item":[{"name":"코스트 센터","item":[{"name":"코스트 센터 추가","id":"db4f9eb7-55fe-4492-b7ed-c55e52c8eeff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","type":"text","description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"department_code\": \"001\",\n\t\t\t\t\"department_name\": \"코스트센터001\",\n\t\t\t\t\"ext_key\": \"center001\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"department_code\": \"002\",\n\t\t\t\t\"department_name\": \"코스트센터002\",\n\t\t\t\t\"ext_key\": \"center002\"\n\t\t\t}\n\t\t]\n}\n"},"url":"{{hiworks_api_url}}/open/office/accounting/department","description":"<p>코스트 센터를 추가합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>department_code</td>\n<td>필수</td>\n<td>코스트 센터 코드를 입력합니다. 예) 001</td>\n</tr>\n<tr>\n<td>department_name</td>\n<td>필수</td>\n<td>코스트 센터 이름을 입력합니다. 예) 코스트센터001</td>\n</tr>\n<tr>\n<td>ext_key</td>\n<td>필수</td>\n<td>코스트 센터 외부키를 입력합니다. 예) center001</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["open","office","accounting","department"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c7436a20-aa22-4858-a76c-7d2719bacd25","name":"코스트 센터 추가","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"department_code\": \"001\",\n\t\t\t\t\"department_name\": \"코스트센터001\",\n\t\t\t\t\"ext_key\": \"center001\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"department_code\": \"002\",\n\t\t\t\t\"department_name\": \"코스트센터002\",\n\t\t\t\t\"ext_key\": \"center002\"\n\t\t\t}\n\t\t]\n}\n"},"url":"{{url}}.hiworks.com/open/office/accounting/department"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:05:14 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"364"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"department_code\": \"001\",\n        \"department_name\": \"코스트센터001\",\n        \"ext_key\": \"center001\",\n        \"code\": \"SUC\",\n        \"msg\": \"부서를 등록했습니다. \"\n    },\n    {\n        \"department_code\": \"002\",\n        \"department_name\": \"코스트센터002\",\n        \"ext_key\": \"center002\",\n        \"code\": \"SUC\",\n        \"msg\": \"부서를 등록했습니다. \"\n    }\n]"}],"_postman_id":"db4f9eb7-55fe-4492-b7ed-c55e52c8eeff"},{"name":"코스트 센터 수정","id":"0e71f2fa-8f59-4b7d-b146-faf4f73b5104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"<p>Office Token, scope: office.accounting</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"department_code\": \"001\",\n\t\t\t\t\"m_department_code\": \"001m\",\n\t\t\t\t\"m_department_name\": \"코스트센터001수정\",\n\t\t\t\t\"m_ext_key\": \"center001m\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"department_code\": \"002\",\n\t\t\t\t\"m_department_code\": \"002m\",\n\t\t\t\t\"m_department_name\": \"코스트센터002수정\",\n\t\t\t\t\"m_ext_key\": \"center002m\"\n\t\t\t}\n\t\t]\n}\n"},"url":"{{hiworks_api_url}}/open/office/accounting/department","description":"<p>코스트 센터를 수정합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>department_code</td>\n<td>옵션</td>\n<td>코스트 센터 코드를 입력합니다. 예) 001</td>\n</tr>\n<tr>\n<td>department_name</td>\n<td>옵션</td>\n<td>코스트 센터 이름을 입력합니다. 예) 코스트센터001</td>\n</tr>\n<tr>\n<td>ext_key</td>\n<td>필수</td>\n<td>코스트 센터 외부키를 입력합니다. 예) center001</td>\n</tr>\n<tr>\n<td>m_department_code</td>\n<td>옵션</td>\n<td>수정할 코스트 센터 코드를 입력합니다.</td>\n</tr>\n<tr>\n<td>m_department_name</td>\n<td>옵션</td>\n<td>수정할 코스트 센터 이름을 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["open","office","accounting","department"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c57af15a-1501-4a26-abfe-a927231c19b7","name":"코스트 센터 수정","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"department_code\": \"001\",\n\t\t\t\t\"m_department_code\": \"001m\",\n\t\t\t\t\"m_department_name\": \"코스트센터001수정\",\n\t\t\t\t\"m_ext_key\": \"center001m\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"department_code\": \"002\",\n\t\t\t\t\"m_department_code\": \"002m\",\n\t\t\t\t\"m_department_name\": \"코스트센터002수정\",\n\t\t\t\t\"m_ext_key\": \"center002m\"\n\t\t\t}\n\t\t]\n}\n"},"url":"{{url}}.hiworks.com/open/office/accounting/department"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:09:01 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"478"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"department_code\": \"001\",\n        \"m_department_code\": \"001m\",\n        \"m_department_name\": \"코스트센터001수정\",\n        \"m_ext_key\": \"center001m\",\n        \"code\": \"SUC\",\n        \"msg\": \"계정 과목을 수정했습니다. \"\n    },\n    {\n        \"department_code\": \"002\",\n        \"m_department_code\": \"002m\",\n        \"m_department_name\": \"코스트센터002수정\",\n        \"m_ext_key\": \"center002m\",\n        \"code\": \"SUC\",\n        \"msg\": \"계정 과목을 수정했습니다. \"\n    }\n]"}],"_postman_id":"0e71f2fa-8f59-4b7d-b146-faf4f73b5104"},{"name":"코스트 센터 삭제","id":"bb98f450-3645-406e-83a5-ffad5af01967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","type":"text","description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"department_code\": \"3001, 3002, 3003\"\n}"},"url":"{{hiworks_api_url}}/open/office/accounting/department","description":"<p>코스트 센터를 삭제합니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>department_code</td>\n<td>필수</td>\n<td>삭제할 코스트 센터 코드를 입력합니다. 예) 001</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["open","office","accounting","department"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0341a455-d115-4449-9197-ac2f28d98b8a","name":"코스트 센터 삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{Bearer}} {{Bearer_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"department_code\": \"3001, 3002, 3003\"\n}"},"url":"{{url}}.hiworks.com/open/office/accounting/department"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:10:20 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"317"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"SUC\",\n        \"department_code\": \"3001\",\n        \"msg\": \"부서를 삭제했습니다.\"\n    },\n    {\n        \"code\": \"SUC\",\n        \"department_code\": \"3002\",\n        \"msg\": \"부서를 삭제했습니다.\"\n    },\n    {\n        \"code\": \"SUC\",\n        \"department_code\": \"3003\",\n        \"msg\": \"부서를 삭제했습니다.\"\n    }\n]"}],"_postman_id":"bb98f450-3645-406e-83a5-ffad5af01967"},{"name":"코스트 센터 조회","id":"d74892fc-997f-4bf5-974a-284e6aec2c82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","type":"text","description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{hiworks_api_url}}/open/office/accounting/department","description":"<p>코스트 센터 목록을 조회합니다.</p>\n","urlObject":{"path":["open","office","accounting","department"],"host":["{{hiworks_api_url}}"],"query":[{"disabled":true,"key":"code","value":"000001"}],"variable":[]}},"response":[{"id":"3f666975-f7ad-45ab-bcae-2d87cb9c4251","name":"코스트 센터 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{url}}.hiworks.com/open/office/accounting/department","host":["{{url}}","hiworks","com"],"path":["open","office","accounting","department"],"query":[{"key":"code","value":"000001","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:10:31 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"2014"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"basic_info_no\": \"123123\",\n            \"no\": \"238\",\n            \"code\": \"001m\",\n            \"name\": \"코스트센터001수정\",\n            \"use_flag\": \"Y\",\n            \"ext_key\": \"center001m\",\n            \"updatedate\": \"2019-04-01 15:09:01\"\n        },\n        {\n            \"basic_info_no\": \"123123\",\n            \"no\": \"239\",\n            \"code\": \"002m\",\n            \"name\": \"코스트센터002수정\",\n            \"use_flag\": \"Y\",\n            \"ext_key\": \"center002m\",\n            \"updatedate\": \"2019-04-01 15:09:01\"\n        }\n    ],\n    \"msg\": \"부서를 조회했습니다.\"\n}"}],"_postman_id":"d74892fc-997f-4bf5-974a-284e6aec2c82"}],"id":"084a37fe-f7b8-47ff-8faa-40d26cee6f48","_postman_id":"084a37fe-f7b8-47ff-8faa-40d26cee6f48","description":""},{"name":"거래처","item":[{"name":"거래처 추가","id":"5f52d413-c34c-437f-862c-4497430f11f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n","key":"Authorization","value":"{{authorization_bearer}} {{office_token}} "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"customer_code\": \"001\",\n\t\t\t\t\"customer_name\": \"거래처001\",\n\t\t\t\t\"business_number\":\"12345678901\",\n\t\t\t\t\"bank_name\":\"국민은행\",\n\t\t\t\t\"account_number\":\"12345678901\",\n\t\t\t\t\"account_holder\":\"거래처1\",\n\t\t\t\t\"ext_key\":\"customer001\"\n\t\t\t}\n\t\t]\n}"},"url":"{{hiworks_api_url}}/open/office/accounting/customer","description":"<p>거래처를 추가합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_code</td>\n<td>필수</td>\n<td>거래처 코드를 입력합니다. 예) 001</td>\n</tr>\n<tr>\n<td>customer_name</td>\n<td>필수</td>\n<td>거래처 이름을 입력합니다. 예) 거래처001</td>\n</tr>\n<tr>\n<td>business_number</td>\n<td>필수</td>\n<td>거래처 사업자 등록번호를 입력합니다.</td>\n</tr>\n<tr>\n<td>bank_name</td>\n<td>필수</td>\n<td>은행명을 입력합니다.</td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>필수</td>\n<td>계좌번호를 입력합니다.</td>\n</tr>\n<tr>\n<td>account_holder</td>\n<td>필수</td>\n<td>예금주를 입력합니다.</td>\n</tr>\n<tr>\n<td>ext_key</td>\n<td>필수</td>\n<td>거래처 외부키를 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["open","office","accounting","customer"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"4c1bdb2d-66e6-485a-a408-794e7b9caecc","name":"거래처 추가","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"customer_code\": \"001\",\n\t\t\t\t\"customer_name\": \"거래처001\",\n\t\t\t\t\"business_number\":\"12345678901\",\n\t\t\t\t\"bank_name\":\"국민은행\",\n\t\t\t\t\"account_number\":\"12345678901\",\n\t\t\t\t\"account_holder\":\"거래처1\",\n\t\t\t\t\"ext_key\":\"customer001\"\n\t\t\t}\n\t\t]\n}"},"url":"{{url}}.hiworks.com/open/office/accounting/customer"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:13:17 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"316"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"customer_code\": \"001\",\n        \"customer_name\": \"거래처001\",\n        \"business_number\": \"12345678901\",\n        \"bank_name\": \"국민은행\",\n        \"account_number\": \"12345678901\",\n        \"account_holder\": \"거래처1\",\n        \"ext_key\": \"customer001\",\n        \"code\": \"SUC\",\n        \"msg\": \"거래처를 등록했습니다. \"\n    }\n]"}],"_postman_id":"5f52d413-c34c-437f-862c-4497430f11f4"},{"name":"거래처 수정","id":"186b78f1-2512-42d4-82d3-331f616ac3c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n","key":"Authorization","value":"{{authorization_bearer}} {{office_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"customer_code\": \"001\",\n\t\t\t\t\"m_customer_code\": \"001m\",\n\t\t\t\t\"m_customer_name\": \"거래처001m\",\n\t\t\t\t\"m_business_number\":\"09876543210\",\n\t\t\t\t\"m_bank_name\":\"신한은행\",\n\t\t\t\t\"m_account_holder\":\"거래처1m\",\n\t\t\t\t\"m_account_number\":\"09876543210\",\n\t\t\t\t\"m_ext_key\":\"customer001m\"\n\t\t\t}\n\t\t]\n}\n"},"url":"{{hiworks_api_url}}/open/office/accounting/customer","description":"<p>거래처를 수정합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_code</td>\n<td>옵션</td>\n<td>수정할 거래처 코드를 입력합니다.</td>\n</tr>\n<tr>\n<td>customer_name</td>\n<td>옵션</td>\n<td>수정할 거래처 이름을 입력합니다. 예) 거래처001</td>\n</tr>\n<tr>\n<td>business_number</td>\n<td>옵션</td>\n<td>수정할 거래처 사업자 등록번호를 입력합니다.</td>\n</tr>\n<tr>\n<td>bank_name</td>\n<td>옵션</td>\n<td>수정할 은행명을 입력합니다.</td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>옵션</td>\n<td>수정할 계좌번호를 입력합니다.</td>\n</tr>\n<tr>\n<td>account_holder</td>\n<td>옵션</td>\n<td>수정할 예금주를 입력합니다.</td>\n</tr>\n<tr>\n<td>ext_key</td>\n<td>옵션</td>\n<td>수정할 거래처 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>m_customer_code</td>\n<td>옵션</td>\n<td>거래처 코드 변경값을 입력합니다.</td>\n</tr>\n<tr>\n<td>m_customer_name</td>\n<td>옵션</td>\n<td>거래처 이름 변경값을 입력합니다. 예) 거래처001</td>\n</tr>\n<tr>\n<td>m_business_number</td>\n<td>옵션</td>\n<td>거래처 사업자 등록번호 변경값을 입력합니다.</td>\n</tr>\n<tr>\n<td>m_bank_name</td>\n<td>옵션</td>\n<td>은행명 변경값을 입력합니다.</td>\n</tr>\n<tr>\n<td>m_account_number</td>\n<td>옵션</td>\n<td>계좌번호 변경값을 입력합니다.</td>\n</tr>\n<tr>\n<td>m_account_holder</td>\n<td>옵션</td>\n<td>예금주 변경값을 입력합니다.</td>\n</tr>\n<tr>\n<td>m_ext_key</td>\n<td>옵션</td>\n<td>외부키 변경값을 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["open","office","accounting","customer"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e309be9d-273f-40ae-a8b7-4bfb85f5248f","name":"거래처 업데이트","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"customer_code\": \"001\",\n\t\t\t\t\"m_customer_code\": \"001m\",\n\t\t\t\t\"m_customer_name\": \"거래처001m\",\n\t\t\t\t\"m_business_number\":\"09876543210\",\n\t\t\t\t\"m_bank_name\":\"신한은행\",\n\t\t\t\t\"m_account_holder\":\"거래처1m\",\n\t\t\t\t\"m_account_number\":\"09876543210\",\n\t\t\t\t\"m_ext_key\":\"customer001m\"\n\t\t\t}\n\t\t]\n}\n"},"url":"{{url}}.hiworks.com/open/office/accounting/customer"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:14:43 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"356"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"customer_code\": \"001\",\n        \"m_customer_code\": \"001m\",\n        \"m_customer_name\": \"거래처001m\",\n        \"m_business_number\": \"09876543210\",\n        \"m_bank_name\": \"신한은행\",\n        \"m_account_holder\": \"거래처1m\",\n        \"m_account_number\": \"09876543210\",\n        \"m_ext_key\": \"customer001m\",\n        \"code\": \"SUC\",\n        \"msg\": \"거래처를 수정했습니다. \"\n    }\n]"}],"_postman_id":"186b78f1-2512-42d4-82d3-331f616ac3c3"},{"name":"거래처 삭제","id":"9a3a483a-f825-42eb-af34-74b43d87a3ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n","key":"Authorization","value":"{{authorization_bearer}} {{office_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"customer_code\": \"1112, 003code\"\n}"},"url":"{{hiworks_api_url}}/open/office/accounting/customer","description":"<p>거래처를 삭제합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_code</td>\n<td>필수</td>\n<td>삭제할 거래처 코드를 입력합니다. 예) 001</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["open","office","accounting","customer"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"51aaea99-e3e9-41f3-9337-882c8ccb3f73","name":"거래처 삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"customer_code\": \"1234441241, 12345\"\n}"},"url":"{{url}}.hiworks.com/open/office/accounting/customer"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:15:52 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"229"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"SUC\",\n        \"customer_code\": \"1234441241\",\n        \"msg\": \"거래처를 삭제했습니다. \"\n    },\n    {\n        \"code\": \"SUC\",\n        \"customer_code\": \"12345\",\n        \"msg\": \"거래처를 삭제했습니다. \"\n    }\n]"}],"_postman_id":"9a3a483a-f825-42eb-af34-74b43d87a3ea"},{"name":"거래처 조회","id":"2c9efe55-3d98-4028-8704-f56f608d60d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","type":"text","description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{hiworks_api_url}}/open/office/accounting/customer","description":"<p>거래처 목록을 조회합니다.</p>\n","urlObject":{"path":["open","office","accounting","customer"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"6290f5e2-83b8-4dea-aa32-7b451befcf28","name":"거래처 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}.hiworks.com/open/office/accounting/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:16:21 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"2208"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"basic_info_no\": \"123123\",\n            \"no\": \"1234\",\n            \"code\": \"001code\",\n            \"name\": \"name001\",\n            \"company_num\": \"1234512412\",\n            \"bank_name\": \"국민은행\",\n            \"account_num\": \"1525215123\",\n            \"account_holder\": \"test\",\n            \"use_flag\": \"Y\",\n            \"ext_key\": \"\",\n            \"updatedate\": \"2018-11-12 10:19:54\"\n        },\n        {\n            \"basic_info_no\": \"123123\",\n            \"no\": \"1235\",\n            \"code\": \"001m\",\n            \"name\": \"거래처001m\",\n            \"company_num\": \"09876543210\",\n            \"bank_name\": \"신한은행\",\n            \"account_num\": \"09876543210\",\n            \"account_holder\": \"거래처1m\",\n            \"use_flag\": \"Y\",\n            \"ext_key\": \"customer001m\",\n            \"updatedate\": \"2019-04-01 15:14:43\"\n        }\n    ],\n    \"msg\": \"거래처를 조회했습니다.\"\n}"}],"_postman_id":"2c9efe55-3d98-4028-8704-f56f608d60d1"}],"id":"f71bd6db-9814-4675-a162-75864b6fa72c","_postman_id":"f71bd6db-9814-4675-a162-75864b6fa72c","description":""},{"name":"계정과목","item":[{"name":"계정과목 추가","id":"595bd3fc-610c-4a1d-aa1d-fb69769b5000","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"account_code\": \"001\",\n\t\t\t\t\"account_name\": \"계정과목명001\",\n\t\t\t\t\"ext_key\": \"account001\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"account_code\": \"002\",\n\t\t\t\t\"account_name\": \"계정과목명002\",\n\t\t\t\t\"ext_key\": \"account002\"\n\t\t\t}\n\t\t]\n}"},"url":"{{hiworks_api_url}}/open/office/accounting/account","description":"<p>계정 과목을 추가합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_code</td>\n<td>필수</td>\n<td>계정 과목 코드를 입력합니다. 예) 001</td>\n</tr>\n<tr>\n<td>account_name</td>\n<td>필수</td>\n<td>계정 과목 이름을 입력합니다. 예) 코스트센터001</td>\n</tr>\n<tr>\n<td>ext_key</td>\n<td>필수</td>\n<td>계정 과목 외부키를 입력합니다. 예) center001</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["open","office","accounting","account"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f805c979-5d12-46c5-a267-6bd17354e070","name":"계정과목 추가","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"account_code\": \"001\",\n\t\t\t\t\"account_name\": \"계정과목명001\",\n\t\t\t\t\"ext_key\": \"account001\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"account_code\": \"002\",\n\t\t\t\t\"account_name\": \"계정과목명002\",\n\t\t\t\t\"ext_key\": \"account002\"\n\t\t\t}\n\t\t]\n}"},"url":"{{url}}.hiworks.com/open/office/accounting/account"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:17:21 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"380"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"account_code\": \"001\",\n        \"account_name\": \"계정과목명001\",\n        \"ext_key\": \"account001\",\n        \"code\": \"SUC\",\n        \"msg\": \"계정 과목을 등록했습니다. \"\n    },\n    {\n        \"account_code\": \"002\",\n        \"account_name\": \"계정과목명002\",\n        \"ext_key\": \"account002\",\n        \"code\": \"SUC\",\n        \"msg\": \"계정 과목을 등록했습니다. \"\n    }\n]"}],"_postman_id":"595bd3fc-610c-4a1d-aa1d-fb69769b5000"},{"name":"계정과목 수정","id":"e99dc6b8-cc1c-4644-b1eb-ba7b252fdf90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n","key":"Authorization","value":"{{authorization_bearer}} {{office_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"account_code\": \"001\",\n\t\t\t\t\"m_account_code\": \"001m\",\n\t\t\t\t\"m_account_name\": \"계정과목명001m\",\n\t\t\t\t\"m_ext_key\": \"account001m\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"account_code\": \"002\",\n\t\t\t\t\"m_account_code\": \"002m\",\n\t\t\t\t\"m_account_name\": \"계정과목명002m\",\n\t\t\t\t\"m_ext_key\": \"account002m\"\n\t\t\t}\n\t\t]\n}"},"url":"{{hiworks_api_url}}/open/office/accounting/account","description":"<p>계정 과목을 수정합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_code</td>\n<td>옵션</td>\n<td>수정할 계정 과목 코드를 입력합니다. 예) 001</td>\n</tr>\n<tr>\n<td>account_name</td>\n<td>옵션</td>\n<td>수정할 계정 과목 이름을 입력합니다. 예) 코스트센터001</td>\n</tr>\n<tr>\n<td>ext_key</td>\n<td>옵션</td>\n<td>수정할 계정 과목 외부키를 입력합니다. 예) center001</td>\n</tr>\n<tr>\n<td>m_account_code</td>\n<td>옵션</td>\n<td>코드 변경값을 입력합니다.</td>\n</tr>\n<tr>\n<td>m_account_name</td>\n<td>옵션</td>\n<td>이름 변경값을 입력합니다.</td>\n</tr>\n<tr>\n<td>m_ext_key</td>\n<td>옵션</td>\n<td>외부키 변경값을 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["open","office","accounting","account"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"bfb8a814-f292-42ba-9802-a2fc9dbca8c7","name":"계정과목 수정","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\":\n\t\t[\n\t\t\t{\n\t\t\t\t\"account_code\": \"001\",\n\t\t\t\t\"m_account_code\": \"001m\",\n\t\t\t\t\"m_account_name\": \"계정과목명001m\",\n\t\t\t\t\"m_ext_key\": \"account001m\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"account_code\": \"002\",\n\t\t\t\t\"m_account_code\": \"002m\",\n\t\t\t\t\"m_account_name\": \"계정과목명002m\",\n\t\t\t\t\"m_ext_key\": \"account002m\"\n\t\t\t}\n\t\t]\n}"},"url":"{{url}}.hiworks.com/open/office/accounting/account"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:18:08 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"440"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"account_code\": \"001\",\n        \"m_account_code\": \"001m\",\n        \"m_account_name\": \"계정과목명001m\",\n        \"m_ext_key\": \"account001m\",\n        \"code\": \"SUC\",\n        \"msg\": \"계정 과목을 수정했습니다. \"\n    },\n    {\n        \"account_code\": \"002\",\n        \"m_account_code\": \"002m\",\n        \"m_account_name\": \"계정과목명002m\",\n        \"m_ext_key\": \"account002m\",\n        \"code\": \"SUC\",\n        \"msg\": \"계정 과목을 수정했습니다. \"\n    }\n]"}],"_postman_id":"e99dc6b8-cc1c-4644-b1eb-ba7b252fdf90"},{"name":"계정과목 삭제","id":"dc4e5589-201d-4831-ad2d-2f1bf873ddd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n","key":"Authorization","value":"{{authorization_bearer}} {{office_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"account_code\": \"0111, 1111\"\n}"},"url":"{{hiworks_api_url}}/open/office/accounting/account","description":"<p>계정 과목을 삭제합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_code</td>\n<td>필수</td>\n<td>삭제할 계정 과목 코드를 입력합니다. 예) 001</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["open","office","accounting","account"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"1d13ea76-85d1-4bc4-a13d-1266c4529df6","name":"계정과목 삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"account_code\": \"0111, 1111\"\n}"},"url":"{{url}}.hiworks.com/open/office/accounting/account"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:19:22 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"232"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"SUC\",\n        \"account_code\": \"0111\",\n        \"msg\": \"계정 과목을 삭제했습니다.\"\n    },\n    {\n        \"code\": \"SUC\",\n        \"account_code\": \"1111\",\n        \"msg\": \"계정 과목을 삭제했습니다.\"\n    }\n]"}],"_postman_id":"dc4e5589-201d-4831-ad2d-2f1bf873ddd4"},{"name":"계정과목 조회","id":"df731b06-3a0f-4198-bbd5-542d69e3d301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"{{hiworks_api_url}}/open/office/accounting/account","urlObject":{"path":["open","office","accounting","account"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df731b06-3a0f-4198-bbd5-542d69e3d301"}],"id":"4aad66b8-43f6-495d-9d14-5400a8bc5af1","_postman_id":"4aad66b8-43f6-495d-9d14-5400a8bc5af1","description":""}],"id":"aca8b3e6-2c3d-43b5-9c2b-f2758e9eedbf","description":"<p>ERP 등 외부 애플리케이션의 경우 자체적으로 거래처, 계정과목, 코스트 센터 등의 코드를 관리하고 있습니다. 하이웍스는 외부 코드 정보를 하이웍스와 동기화할 수 있는 방식을 제공합니다(애플리케이션의 코드 정보를 하이웍스 코드 정보에 전달하는 방식).</p>\n","event":[{"listen":"prerequest","script":{"id":"d0929c42-748f-4dc1-9599-d5c1b08d9f24","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b0ccaab6-d7f4-4c92-8be4-9ed086e3457f","type":"text/javascript","exec":[""]}}],"_postman_id":"aca8b3e6-2c3d-43b5-9c2b-f2758e9eedbf"},{"name":"지출결의 데이터 조회","id":"3699375a-d194-45e1-9f87-dbab44969a9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"<p>Office Token, scope: office.accounting</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"{{hiworks_api_url}}/open/office/accounting/spending_report?fixed_date=201902&type=P&approval_status=C","urlObject":{"path":["open","office","accounting","spending_report"],"host":["{{hiworks_api_url}}"],"query":[{"description":{"content":"<p>필수 / 기준월을 입력합니다. YYYYMM 형태로 조회할 수 있습니다.</p>\n","type":"text/plain"},"key":"fixed_date","value":"201902"},{"description":{"content":"<p>개인(P), 법인 (C) 여부를 설정합니다. 전체 조회를 희망할 경우 입력하지 않습니다.</p>\n","type":"text/plain"},"key":"type","value":"P"},{"description":{"content":"<p>문서 결재 상태에 따라 조회할 수 있습니다. 결재 중(P),결재 완료(C) 전체 조회를 희망할 경우 입력하지 않습니다.</p>\n","type":"text/plain"},"key":"approval_status","value":"C"},{"disabled":true,"description":{"content":"<p>문서 회계 처리 상태 대기 중(W), 처리완료(C)</p>\n","type":"text/plain"},"key":"accounting_status","value":"W"},{"disabled":true,"description":{"content":"<p>회계상태별칭</p>\n","type":"text/plain"},"key":"alias","value":""}],"variable":[]}},"response":[{"id":"097c0986-1dc4-400c-9a3c-8c3777e946bc","name":"지출결의 데이터 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{url}}.hiworks.com/open/office/accounting/spending_report?fixed_date=201902&type=P&approval_status=C&accounting_status=W&alias=","host":["{{url}}","hiworks","com"],"path":["open","office","accounting","spending_report"],"query":[{"key":"fixed_date","value":"201902","description":"필수) 기준월 (YYYYMM)"},{"key":"type","value":"P","description":"구분 전체(기본), 개인(P), 법인 (C)"},{"key":"approval_status","value":"C","description":"문서 결재 상태 결재 중(P),결재 완료(C)"},{"key":"accounting_status","value":"W","description":"문서 회계 처리 상태 대기 중(W), 처리완료(C)"},{"key":"alias","value":"","description":"회계상태별칭"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:20:26 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"1853"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"document_code\": \"지결-20190327-1234\",\n            \"document_no\": \"1231233\",\n            \"slip_number\": \"1903272c644\",\n            \"document_regdate\": \"2019-03-27 20:27:51\",\n            \"register_name\": \"홍길동\",\n            \"register_id\": \"admin\",\n            \"register_company_num\": \"\",\n            \"spender_user_name\": \"홍길동\",\n            \"spender_user_id\": \"admin\",\n            \"spender_company_num\": \"\",\n            \"type\": \"P\",\n            \"card_name\": \"\",\n            \"card_number\": \"\",\n            \"bank_name\": \"국민은행\",\n            \"account_num\": \"123123-1231231\",\n            \"fixed_date\": \"2019-02-28\",\n            \"alias\": \"test1\",\n            \"accounting_status\": \"W\",\n            \"updatedate\": \"2019-03-27 21:15:09\",\n            \"number\": \"1\",\n            \"department_code\": \"3002\",\n            \"department_name\": \"테스트2002\",\n            \"account_code\": \"0111\",\n            \"account_name\": \"test0111\",\n            \"price\": \"1111\",\n            \"tax\": \"\",\n            \"expense_date\": \"2019-02-01\",\n            \"proof\": \"receipt\",\n            \"cash_receipts_num\": \"\",\n            \"customer_code\": \"\",\n            \"customer_name\": \"asdfasdf\",\n            \"customer_company_num\": \"\",\n            \"accounting_no\": \"7693\",\n            \"brief\": \"asdf\"\n        },\n        {\n            \"document_code\": \"지결-20190227-1231\",\n            \"document_no\": \"1231234\",\n            \"slip_number\": \"19023227ee0\",\n            \"document_regdate\": \"2019-02-27 11:56:56\",\n            \"register_name\": \"홍길동\",\n            \"register_id\": \"admin\",\n            \"register_company_num\": \"\",\n            \"spender_user_name\": \"홍길동\",\n            \"spender_user_id\": \"admin\",\n            \"spender_company_num\": \"\",\n            \"type\": \"P\",\n            \"card_name\": \"\",\n            \"card_number\": \"\",\n            \"bank_name\": \"국민은행\",\n            \"account_num\": \"123123-1231231\",\n            \"fixed_date\": \"2019-02-28\",\n            \"alias\": \"\",\n            \"accounting_status\": \"W\",\n            \"updatedate\": \"0000-00-00 00:00:00\",\n            \"number\": \"1\",\n            \"department_code\": \"dept0002\",\n            \"department_name\": \"name0002\",\n            \"account_code\": \"asdfasd\",\n            \"account_name\": \"123\",\n            \"price\": \"12312\",\n            \"tax\": \"1231\",\n            \"expense_date\": \"2019-02-06\",\n            \"proof\": \"tax_bill\",\n            \"cash_receipts_num\": \"\",\n            \"customer_code\": \"12345\",\n            \"customer_name\": \"name12345\",\n            \"customer_company_num\": \"11234012\",\n            \"accounting_no\": \"7068\",\n            \"brief\": \"123\"\n        }\n    ],\n    \"msg\": \"지출결의 내역을 조회했습니다.\"\n}"}],"_postman_id":"3699375a-d194-45e1-9f87-dbab44969a9e"},{"name":"지출결의 데이터 수정","id":"f1900668-c691-47b8-8d0c-e5453dfda708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Office Token, scope: office.accounting</p>\n","key":"Authorization","value":"{{authorization_bearer}} {{Bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"list\":\n    [\n        {\n            \"document_no\": \"181913\",\n            \"m_accounting_status\": \"W\",\n            \"m_alias\":\"alias001m\"\n        }\n\t]\n}\n"},"url":"{{hiworks_api_url}}/open/office/accounting/spending_report","urlObject":{"path":["open","office","accounting","spending_report"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"b204731d-e3b4-4d4c-8a3a-0a8aa8b230a4","name":"지출결의 데이터 수정","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{Bearer}} {{Bearer_token}}","description":"Office Token, scope: office.accounting"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"list\":\n    [\n        {\n            \"document_no\": \"181913\",\n            \"m_accounting_status\": \"W\",\n            \"m_alias\":\"alias001m\"\n        }\n\t]\n}\n"},"url":"{{url}}.hiworks.com/open/office/accounting/spending_report"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:21:14 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"166"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"document_no\": \"181913\",\n        \"m_accounting_status\": \"W\",\n        \"m_alias\": \"alias001m\",\n        \"code\": \"SUC\",\n        \"msg\": \"처리 상태를 수정했습니다.\"\n    }\n]"}],"_postman_id":"f1900668-c691-47b8-8d0c-e5453dfda708"}],"id":"c8099135-35df-406c-986b-11bd8cd0de21","description":"<p>전자결재 지출결의서를 이용해 누적된 지출/송금 데이터를 조회할 수 있습니다. </p>\n","event":[{"listen":"prerequest","script":{"id":"31a58429-ccb6-400c-be65-0a77637f9955","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3536dbd4-d136-4b83-a085-7a1b320023b6","type":"text/javascript","exec":[""]}}],"_postman_id":"c8099135-35df-406c-986b-11bd8cd0de21"}],"id":"07add76d-d3c4-418e-b406-9ab99585eada","description":"<h2 id=\"하이웍스-기안하기\">하이웍스 기안하기</h2>\n<p>여러분의 애플리케이션에 결재 프로세스를 포함할 수 있습니다.</p>\n<h2 id=\"하이웍스-회계-정보-연동\">하이웍스 회계 정보 연동</h2>\n<p>하이웍스 지출결의서 데이터 내역을 조회할 수 있습니다.</p>\n","event":[{"listen":"prerequest","script":{"id":"15cee5fd-2c89-4ca3-aaee-c12790b0da84","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7d9ac221-79b6-440d-ad12-c959748f1aa3","type":"text/javascript","exec":[""]}}],"_postman_id":"07add76d-d3c4-418e-b406-9ab99585eada"},{"name":"인사관리","item":[{"name":"조직도 조회","id":"70b8ab2d-a43d-4d7d-aea0-d9d6d5403750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{hiworks_api_url}}/hrm/v2/organizations","description":"<p>조직도 전체 목록을 조회합니다.</p>\n","urlObject":{"path":["hrm","v2","organizations"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c888b609-76c9-4039-8481-e816f91cb552","name":"조직도 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.hrm","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}.hiworks.com/hrm/v2/organizations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:26:19 GMT"},{"key":"Server","value":"Apache"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"node_id\": \"12312\",\n    \"name\": \"하이웍스\",\n    \"entries\": [\n        {\n            \"is_admin\": \"Y\",\n            \"is_construction_admin\": \"N\",\n            \"mail_id\": \"admin\",\n            \"name\": \"홍길동\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"cell\": \"\",\n            \"node_id\": \"12312\",\n            \"user_no\": \"1232345\"\n        },\n        {\n            \"is_admin\": \"N\",\n            \"is_construction_admin\": \"N\",\n            \"mail_id\": \"kcs\",\n            \"name\": \"김철수\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"cell\": \"\",\n            \"node_id\": \"12312\",\n            \"user_no\": \"2343456\"\n        },\n        {\n            \"is_admin\": \"N\",\n            \"is_construction_admin\": \"N\",\n            \"mail_id\": \"kyh\",\n            \"name\": \"김영희\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"cell\": \"\",\n            \"node_id\": \"12312\",\n            \"user_no\": \"3454567\"\n        }\n    ],\n    \"nodes\": [\n        {\n            \"node_id\": \"23434\",\n            \"name\": \"하이웍스 마케팅\",\n            \"parent_no\": \"12312\",\n            \"entries\": [\n                {\n                    \"is_admin\": \"N\",\n                    \"is_construction_admin\": \"N\",\n                    \"mail_id\": \"kkd\",\n                    \"name\": \"김길동\",\n                    \"email\": \"\",\n                    \"phone\": \"\",\n                    \"cell\": \"\",\n                    \"node_id\": \"23434\",\n                    \"user_no\": \"4565678\"\n                },\n                {\n                    \"is_admin\": \"N\",\n                    \"is_construction_admin\": \"N\",\n                    \"mail_id\": \"khs\",\n                    \"name\": \"김희선\",\n                    \"email\": \"\",\n                    \"phone\": \"\",\n                    \"cell\": \"\",\n                    \"node_id\": \"23434\",\n                    \"user_no\": \"5676789\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"70b8ab2d-a43d-4d7d-aea0-d9d6d5403750"},{"name":"사용자 조회","id":"30bf5a5c-657f-43ab-b9de-179ea6c05a0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n","key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{hiworks_api_url}}/hrm/v2/users","description":"<p>사용자 전체 목록을 조회합니다.</p>\n","urlObject":{"path":["hrm","v2","users"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"4a180f4f-ba38-4352-89f1-378b3f8d1c8e","name":"사용자 조회","originalRequest":{"method":"GET","header":[{"description":"Office Token, scope: office.user","key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}.hiworks.com/user/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 05:40:15 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"6307"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"no\": \"1231234\",\n        \"user_id\": \"admin\",\n        \"name\": \"홍길동\"\n    },\n    {\n        \"no\": \"2345678\",\n        \"user_id\": \"kcs\",\n        \"name\": \"김철수\"\n    },\n    {\n        \"no\": \"3454567\",\n        \"user_id\": \"kyh\",\n        \"name\": \"김영희\"\n    }\n]"}],"_postman_id":"30bf5a5c-657f-43ab-b9de-179ea6c05a0f"}],"id":"7d8e01e9-0146-4b9c-babb-416ba3655427","event":[{"listen":"prerequest","script":{"id":"37e2c521-bb51-4695-b031-80e7b89212f8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c43fb9a-b514-42ae-98f9-4e4b1c8b1018","type":"text/javascript","exec":[""]}}],"_postman_id":"7d8e01e9-0146-4b9c-babb-416ba3655427","description":""},{"name":"알림","item":[{"name":"알림 발송","id":"51399382-24d6-4377-bb92-7c9fe01df9cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n","key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"user_list\":[\n      \"admin\"\n   ],\n   \"message\":\"메시지\",\n   \"link\":\"https://developers.hiworks.com\",\n   \"mlink\":\"https://m.hiworks.com\",\n   \"solution_name\":\"알림제목림\",\n   \"solution_image_url\":\"https://www.hiworks.com/static/images/logo.png\"\n}"},"url":"{{hiworks_api_url}}/office/v2/notify","description":"<p>사용자에게 알림을 발송할 수 있습니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_list</td>\n<td>필수</td>\n<td>사용자 아이디를 입력합니다. 리스트 형태로 호출할 수 있습니다.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>필수</td>\n<td>메시지를 입력합니다.</td>\n</tr>\n<tr>\n<td>link</td>\n<td>필수</td>\n<td>알림 클릭 시 이동하는 URL을 포함합니다.</td>\n</tr>\n<tr>\n<td>solution_name</td>\n<td>옵션</td>\n<td>알림 제목을 입력합니다.</td>\n</tr>\n<tr>\n<td>solution_image_url</td>\n<td>옵션</td>\n<td>알림에 포함하는 이미지를 표시합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","v2","notify"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d09988bb-f521-47e1-a46c-9d0c3cdbb284","name":"알림 발송","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.notify"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"user_list\":[\n      \"admin\"\n   ],\n   \"message\":\"메시지\",\n   \"link\":\"https://developers.hiworks.com\",\n   \"mlink\":\"https://m.hiworks.com\",\n   \"solution_name\":\"알림제목림\",\n   \"solution_image_url\":\"https://www.hiworks.com/static/images/logo.png\",\n   \"solution_default_url\":\"https://www.hiworks.com\"\n}"},"url":"{{url}}.hiworks.com/office/v2/notify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:47:32 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"28"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"51399382-24d6-4377-bb92-7c9fe01df9cd"}],"id":"5ace9f8f-0fac-4253-98da-92d9e46cf235","description":"<p>실시간으로 발송되는 메신저 알림으로 업무를 효율적으로 처리할 수 있습니다. \n사용 방법은 <a href=\"https://customer.gabia.com/manuals/detail.php?seq_no=2941\">여기</a>를 확인해 주세요.</p>\n","event":[{"listen":"prerequest","script":{"id":"3dccf411-e2d7-4cf9-a529-869c44899ec9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"44c9f9fe-fb30-4ea8-b6fc-93f136644ffa","type":"text/javascript","exec":[""]}}],"_postman_id":"5ace9f8f-0fac-4253-98da-92d9e46cf235"},{"name":"메일","item":[{"name":"메일 발송","id":"03c73005-4788-4b24-ae65-96cf933cb4ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p> bearer 뒤에 공백 한칸하고 OfficeToken을 포함합니다.</p>\n","key":"Authorization","type":"text","value":"Bearer {{office_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"to","value":"{{mail_address}}","type":"text","description":"<p>필수 / 받는 사람을 입력합니다. / String</p>\n"},{"key":"user_id","value":"{{user_id}}","description":"<p>필수 / 보낸는 사람 하이웍스 사용자 계정 ID를 입력합니다. / String</p>\n","type":"text"},{"key":"cc","value":"{{mai_cc_address}}","type":"text","description":"<p>참조자를 입력합니다. / String</p>\n","disabled":true},{"key":"bcc","value":"{{mail_bcc_address}}","type":"text","description":"<p>숨은 참조를 입력합니다. / String</p>\n","disabled":true},{"key":"subject","value":"{{mail_subject}}","type":"text","description":"<p>메일 제목을 입력합니다. / String</p>\n"},{"key":"content","value":"{{mail_content}}","type":"text","description":"<p>필수 / 메일 본문을 입력합니다. / String</p>\n"},{"key":"save_sent_mail","value":"Y","type":"text","description":"<p>필수 / 보낸 편지함에 저장 여부를 입력합니다. / Y 또는 N</p>\n"}]},"url":"{{hiworks_api_url}}/office/v2/webmail/sendMail","description":"<p>사용자에게 메일을 발송합니다.</p>\n<p>body는 form-data로 전송하셔야 합니다.</p>\n","urlObject":{"path":["office","v2","webmail","sendMail"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"63dc5eb1-88bd-4381-b4ac-345e70169675","name":"메일 발송","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.mail.send"},{"key":"","value":"","disabled":true},{"key":"Content-Type","value":"","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"to","value":"{{mail_address}}","type":"text","description":"필수 / 받는 사람"},{"key":"user_id","value":"{{user_id}}","description":"필수 / 보낸는 사람 하이웍스 사용자 계정 ID를 입력합니다.","type":"text"},{"key":"cc","value":"{{mai_cc_address}}","type":"text","description":"참조자"},{"key":"bcc","value":"{{mail_bcc_address}}","type":"text","description":"숨은 참조"},{"key":"subject","value":"{{mail_subject}}","type":"text","description":"필수 / 메일 제목"},{"key":"content","value":"{{mail_content}}","type":"text","description":"필수 / 메일 본문"},{"key":"save_sent_mail","value":"N","type":"text","description":"필수 / 보낸 편지함에 저장 여부 /Y 또는 N"}]},"url":"{{hiworks_api_url}}/office/v2/webmail/sendMail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Apr 2019 07:56:36 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\",\n    \"result\": {\n        \"successList\": [\n            \"to@test.com\",\n            \"cc@test.com\",\n            \"bcc@test.com\"\n        ],\n        \"dupList\": [],\n        \"wrongList\": []\n    }\n}"}],"_postman_id":"03c73005-4788-4b24-ae65-96cf933cb4ee"}],"id":"2ef769c9-35cc-4605-8e20-4b16a2d1d275","description":"<p>하이웍스 메일을 애플리케이션과 연동할 수 있습니다. 안전한 메일 수/발신 환경을 위해 아래 내용을 숙지한 후 이용해주시기 바랍니다.</p>\n<ol>\n<li>메일 API는 메일 수/발신 정책을 따르고 있습니다. 대량 메일 용도로는 적합하지 않습니다.</li>\n<li>메일 발송 API 콜 수는 한정되어 있습니다.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"cccdd31c-16cc-4ffc-92f9-0d862d054520","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0193883f-81c9-4f9a-a57a-ff369e1b5917","type":"text/javascript","exec":[""]}}],"_postman_id":"2ef769c9-35cc-4605-8e20-4b16a2d1d275"},{"name":"메시징(문자, 알림톡)","item":[{"name":"문자(SMS)","item":[{"name":"문자 발송","id":"7af1b3b8-cf1a-4833-a526-d556a2bea579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}","description":"<p>Office Token, scope: office.sms</p>\n"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": \"admin\",\n\t\"sms_type\": \"S\",\n\t\"sender\": \"01011112222\",\n\t\"receiver\": \"01033334444\",\n\t\"subject\" : \"제목\",\n\t\"message\": \"본문\",\n\t\"send_date\": \"2019-04-01 15:40:11\",\n\t\"file\": \"\"\n}"},"url":"{{hiworks_api_url}}/office/v2/sms/send","urlObject":{"path":["office","v2","sms","send"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"dea9b95e-3e6e-48cc-9d96-33dcf3737a6b","name":"문자 발송","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.sms"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": \"admin\",\n\t\"sms_type\": \"S\",\n\t\"sender\": \"01011112222\",\n\t\"receiver\": \"01033334444\",\n\t\"subject\" : \"제목\",\n\t\"message\": \"본문\",\n\t\"send_date\": \"2019-04-01 15:40:11\",\n\t\"file\": \"\"\n}"},"url":"https://api.hiworks.com/office/v2/sms/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:39:09 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"157"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\",\n    \"result\": {\n        \"success\": 1,\n        \"fail\": 0,\n        \"refkey\": \"NzQwODg21zZWMyOWQ1NTI0OTMxNmQ0ZGFh23DU2Mzk=\",\n        \"BEFORE_SMS_QTY\": 291,\n        \"AFTER_SMS_QTY\": 290\n    }\n}"}],"_postman_id":"7af1b3b8-cf1a-4833-a526-d556a2bea579"},{"name":"문자 발송(팝업)","id":"38d5df25-3924-426a-992e-3bcb17186158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hiworks_api_url}}/{오피스주소}/sms/popup/write","urlObject":{"path":["{오피스주소}","sms","popup","write"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38d5df25-3924-426a-992e-3bcb17186158"},{"name":"문자 잔여 건수 조회","event":[{"listen":"test","script":{"id":"e51f9b96-3dab-4342-9fdc-d254cd21912a","exec":[""],"type":"text/javascript"}}],"id":"927ad4a7-c6a8-40e4-802d-04295dff5bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"<p>Office Token, scope: office.sms</p>\n"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{hiworks_api_url}}/office/v2/sms/count?user_id=admin","urlObject":{"path":["office","v2","sms","count"],"host":["{{hiworks_api_url}}"],"query":[{"description":{"content":"<p>필수) 사용자 아이디</p>\n","type":"text/plain"},"key":"user_id","value":"admin"}],"variable":[]}},"response":[{"id":"089b6256-e93d-45fc-8c0d-6d384fe06001","name":"문자 잔여 건수 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.sms"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api.hiworks.com/office/v2/sms/count?user_id=admin","protocol":"https","host":["api","hiworks","com"],"path":["office","v2","sms","count"],"query":[{"key":"user_id","value":"admin","description":"필수) 사용자 아이디"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:34:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\",\n    \"result\": {\n        \"shared\": 291,\n        \"assign\": 0,\n        \"shared_ars\": 0,\n        \"assign_ars\": 0\n    }\n}"}],"_postman_id":"927ad4a7-c6a8-40e4-802d-04295dff5bb5"},{"name":"전송 내역 조회","id":"fcf03956-7676-4ef4-af8f-f1eade56cedb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}","description":"<p>Office Token, scope: office.sms</p>\n"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{hiworks_api_url}}/office/v2/sms/result?user_id=admin&ref_key=SMS 전송 리턴키","urlObject":{"path":["office","v2","sms","result"],"host":["{{hiworks_api_url}}"],"query":[{"description":{"content":"<p>필수) 사용자 아이디</p>\n","type":"text/plain"},"key":"user_id","value":"admin"},{"description":{"content":"<p>필수) SMS 전송 리턴키 / 문자 발송 시, 리턴값('refkey')</p>\n","type":"text/plain"},"key":"ref_key","value":"SMS 전송 리턴키"}],"variable":[]}},"response":[],"_postman_id":"fcf03956-7676-4ef4-af8f-f1eade56cedb"},{"name":"문자 사용 건수 조회","id":"bfa07758-c820-4f03-8f8e-8a6cd3411d85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"<p>Office Token, scope: office.sms</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{hiworks_api_url}}/office/v2/sms/usage?user_id=admin","urlObject":{"path":["office","v2","sms","usage"],"host":["{{hiworks_api_url}}"],"query":[{"description":{"content":"<p>필수) 사용자 아이디</p>\n","type":"text/plain"},"key":"user_id","value":"admin"}],"variable":[]}},"response":[{"id":"d0a47673-7fd7-423f-85fa-516522366a8c","name":"문자 사용 건수 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.sms","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.hiworks.com/office/v2/sms/usage?user_id=admin","protocol":"https","host":["api","hiworks","com"],"path":["office","v2","sms","usage"],"query":[{"key":"user_id","value":"admin","description":"필수) 사용자 아이디"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:37:01 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"119"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\",\n    \"result\": {\n        \"sms_use_count\": 18,\n        \"lms_use_count\": 2,\n        \"mms_use_count\": 3,\n        \"period\": \"LAST 6 MONTHS\"\n    }\n}"}],"_postman_id":"bfa07758-c820-4f03-8f8e-8a6cd3411d85"},{"name":"예약 발송 수정","id":"c3b5ddc8-6354-4203-a132-a6bc4860f9ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}","description":"<p>Office Token, scope: office.sms</p>\n"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": \"admin\",\n\t\"ref_key\": \"NzQwODgzZWMyOWQ1NTI0OTMxNmQ0ZGFhMWQ2NDU2Mzk=\",\n\t\"send_date\": \"2019-04-02 14:30:00\"\n}"},"url":"{{hiworks_api_url}}/office/v2/sms/reserve","urlObject":{"path":["office","v2","sms","reserve"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a08fe733-cfd1-4185-a1b4-f969781b9e6c","name":"예약 발송 수정","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.sms"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": \"admin\",\n\t\"ref_key\": \"NzQwODgzZWMyOW123Q1NTI0OTM4Mzk=\",\n\t\"send_date\": \"2019-04-02 14:30:00\"\n}"},"url":"https://api.hiworks.com/office/v2/sms/reserve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:39:30 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"28"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"c3b5ddc8-6354-4203-a132-a6bc4860f9ac"},{"name":"예약 발송 취소","id":"99aa3d74-529a-4fd6-8283-e09d962d2c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>Office Token, scope: office.sms</p>\n","key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": \"admin\",\n\t\"ref_key\": \"NzQwODgzZWMyOWQ1NTI0OTMxNmQ0ZGFhMWQ2NDU2Mzk=\"\n}"},"url":"{{hiworks_api_url}}/office/v2/sms/reserve","urlObject":{"path":["office","v2","sms","reserve"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ba8c24ae-1d1d-46af-bf3d-3bc52c94a069","name":"예약 발송 취소","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}","description":"Office Token, scope: office.sms"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": \"admin\",\n\t\"ref_key\": \"NzQwODgzZWMyOWQ112312NTI0OTMxNmQ042Mzk=\"\n}"},"url":"https://api.hiworks.com/office/v2/sms/reserve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:39:41 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"28"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"99aa3d74-529a-4fd6-8283-e09d962d2c3f"}],"id":"b53309d4-bd86-4ee1-a016-d0ae0930b0f0","_postman_id":"b53309d4-bd86-4ee1-a016-d0ae0930b0f0","description":""},{"name":"카카오 알림톡","item":[{"name":"알림톡 발송하기","id":"e050f696-2f5f-4540-ad33-553eeab87c80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}","description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\" : {\r\n    \t\"type\" : \"kakao_messages\",\r\n    \t\"attributes\" : {\r\n    \t\t\"user_id\" : \"test\",\r\n    \t\t\"to\" : \"82101234567\",\r\n    \t\t\"template_name\" : \"회원 가입\",\r\n    \t\t\"message\" : \"안녕하세요.\\n 회원가입이 완료되었습니다.\",\r\n    \t\t\"date_to_send\": \"2019-07-01 09:00:00\",\r\n    \t\t\"re_send\": \"Y\",\r\n    \t\t\"re_send_subject\": \"회원 가입 안내\",\r\n    \t\t\"re_send_from\": \"15444370\"\r\n    \t}\r\n\t}\r\n}\r\n\r\n"},"url":"{{hiworks_api_url}}/kakao/v2/messages/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>설명</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>to</td>\n<td>발신 번호, 국가번호(82)+10+핸드폰 뒷 6~7자리</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>오피스아이디</td>\n</tr>\n<tr>\n<td>template_name</td>\n<td>템플릿 이름</td>\n</tr>\n<tr>\n<td>message</td>\n<td>본문</td>\n</tr>\n<tr>\n<td>date_to_send</td>\n<td>발송 시간</td>\n</tr>\n<tr>\n<td>re_send</td>\n<td>재발송 여부, \"Y\" 혹은 \"N\"</td>\n</tr>\n<tr>\n<td>re_send_subject</td>\n<td>재발송 여부\"Y\"시, 문자(LMS)로 발송될 제목</td>\n</tr>\n<tr>\n<td>re_send_from</td>\n<td>문자(LMS) 발송 시, 적용될 발신 번호</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>등록된 템플릿 정보(이름, 제목, 본문 내용)이 다를 경우, 발송되지 않습니다.</li>\n<li>본문 입력 시, 엔터키는 “/n”으로 입력해주세요. 그럴지 않을 경우, 오류가 발생할 수 있습니다.</li>\n<li>발송 시간 형식: yyyy-mm-dd hh-mm-ss</li>\n<li>재발송 여부: 카카오 알림톡이 발송되지 않은 경우, 문자(LMS)로 재 발송됩니다. “Y” 혹은 “N”.</li>\n<li>LMS 1건 당 알림톡은 5건 차감됩니다.</li>\n<li>발송 후 kakao_messages의 ID가 리턴됩니다. ID로 전송 내역을 조회합니다.</li>\n</ul>\n","urlObject":{"path":["kakao","v2","messages",""],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e050f696-2f5f-4540-ad33-553eeab87c80"},{"name":"잔여 건수 조회 ","id":"87a77347-0c81-40c1-99db-370422099925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n","key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{hiworks_api_url}}/kakao/v2/balance?filter[user_id]=%오피스아이디%","description":"<p>카카오 알림톡 잔여 건수를 확인할 수 있습니다. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>설명</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shared_kakao_count</td>\n<td>공유 건수</td>\n</tr>\n<tr>\n<td>assigned_kakao_count</td>\n<td>할당 건수</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["kakao","v2","balance"],"host":["{{hiworks_api_url}}"],"query":[{"description":{"content":"<p>필수) 오피스아이디</p>\n","type":"text/plain"},"key":"filter[user_id]","value":"%오피스아이디%"}],"variable":[]}},"response":[],"_postman_id":"87a77347-0c81-40c1-99db-370422099925"},{"name":"전송 내역 조회","id":"43492a17-6083-4375-8e73-a9bd54e966c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>bearer 뒤에 공백 한칸하고 officeToken을 포함합니다.</p>\n","key":"Authorization","type":"text","value":"{{authorization_bearer}} {{office_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{hiworks_api_url}}/kakao/v2/messages/%ID%","description":"<p>발송 요청된 카카오 알림톡의 전송 내역을 조회할 수 있습니다. </p>\n<p><strong>Header</strong><br />Authorization: bearer office_token<br />bearer 뒤에 스페이스(공백) 후, officeToken을 포함합니다.</p>\n<p>Content-Type: application/json</p>\n<p><strong>URI</strong><br />%ID% -&gt; 알림톡을 발송한 후, 리턴된 kakao_messages의 ID를 URI에 포함합니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>설명</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>complete_state</td>\n<td>발송 상태</td>\n</tr>\n<tr>\n<td>completed_date</td>\n<td>발송 완료 시간</td>\n</tr>\n<tr>\n<td>send_state</td>\n<td>발송 요청 상태</td>\n</tr>\n<tr>\n<td>sent_date</td>\n<td>발송 요청 시간</td>\n</tr>\n<tr>\n<td>to</td>\n<td>수신 번호</td>\n</tr>\n<tr>\n<td>re_send</td>\n<td>재전송 여부</td>\n</tr>\n<tr>\n<td>is_re_sent</td>\n<td>재전송 발송 여부</td>\n</tr>\n<tr>\n<td>re_send_compelete_state</td>\n<td>재전송 완료 상태</td>\n</tr>\n<tr>\n<td>re_send_compeleted_date</td>\n<td>재전송 완료 시간</td>\n</tr>\n<tr>\n<td>re_sent_state</td>\n<td>재전송 요청 상태</td>\n</tr>\n<tr>\n<td>re_sent_date</td>\n<td>재전송 요청 시간</td>\n</tr>\n<tr>\n<td>re_send_subject</td>\n<td>재발송 시, LMS 제목</td>\n</tr>\n<tr>\n<td>re_send_from</td>\n<td>발신 번호 사전 등록된 발신 번호</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["kakao","v2","messages","%ID%"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"43492a17-6083-4375-8e73-a9bd54e966c1"}],"id":"ac82a42e-6813-4f0a-9e0a-77707763eaf1","_postman_id":"ac82a42e-6813-4f0a-9e0a-77707763eaf1","description":""}],"id":"426a28db-26da-48f7-a795-3645067a991e","event":[{"listen":"prerequest","script":{"id":"f9306692-4d40-4cf7-b2df-c72d87e18df2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2a6fd32c-6284-4165-b764-7b4823bd0233","type":"text/javascript","exec":[""]}}],"_postman_id":"426a28db-26da-48f7-a795-3645067a991e","description":""},{"name":"세금계산서 API","item":[{"name":"세금계산서","item":[{"name":"세금계산서 작성","item":[{"name":"과세 세금계산서 작성","id":"2c1243bb-4916-4f44-8694-7c3f526179a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>JSON 타입을 명시하지 않는 경우 에러가 발생합니다</p>\n"},{"key":"Office-Authorization","value":"{{Office-Authorization}}","description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n"},{"key":"Bill-Access-Authorization","value":"{{Bill-Access-Authorization}}","description":"<p>(필수)세금계산서 api token 정보를 입력합니다</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"220\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"20\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"A\",\r\n            \"typeCode\": \"A\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ],\r\n        \"tempFileIds\" : [100, 101],\r\n        \"officeFileIds\" : [1, 3, 5]\r\n    }\r\n}"},"url":"https://bill-api.hiworks.com/v4/invoices","description":"<p>세금계산서에서 과세 세금계산서를 작성합니다.</p>\n<p>Body내 입력값 중 <code>invoiceType</code>에서 <code>typeCode</code>를 <code>A</code>로, <code>taxType</code>을 <code>A</code>로 명시합니다.</p>\n<hr />\n","urlObject":{"protocol":"https","path":["v4","invoices"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"ce1c98a1-cefa-42d1-88b9-c067d1d256ea","name":"세금계산서 작성 성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다"},{"key":"X-Reseller-Code","value":"","description":"(선택) 가비아 리셀러 코드를 입력합니다"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"220\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"20\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"A\",\r\n            \"typeCode\": \"A\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ],\r\n        \"tempFileIds\" : [100, 101],\r\n        \"officeFileIds\" : [1, 3, 5]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"documentId\": [\n            \"20210101TESTDOCUMENTIDSAMPLE\"\n        ]\n    }\n}"},{"id":"011e4ff7-17c8-45cc-b3b8-e7d25c542049","name":"입력 값이 잘못 된 경우","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다","type":"text"},{"description":"(필수)생성하신 office api token 정보를 입력합니다","key":"Office-Authorization","type":"text","value":""},{"description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다","key":"Bill-Access-Authorization","type":"text","value":""},{"description":"(선택) 가비아 리셀러 코드를 입력합니다","key":"X-Reseller-Code","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"220\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"20\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"A\",\r\n            \"typeCode\": \"A\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices"},"code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Sample Error\",\n            \"message\": \"예제 에러 메세지 입니다.\"\n        }\n    ]\n}"}],"_postman_id":"2c1243bb-4916-4f44-8694-7c3f526179a0"},{"name":"영세 세금계산서 작성","id":"7f19af1a-14e1-4a5c-a448-fbfeecace29e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>JSON 타입을 명시하지 않는 경우 에러가 발생합니다</p>\n","key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n","key":"Office-Authorization","type":"text","value":""},{"description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n","key":"Bill-Access-Authorization","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"0\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"0\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"B\",\r\n            \"typeCode\": \"A\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ],\r\n        \"tempFileIds\" : [],\r\n        \"officeFileIds\" : [1, 3, 5]\r\n    }\r\n}"},"url":"https://bill-api.hiworks.com/v4/invoices","description":"<p>세금계산서에서 과세 세금계산서를 작성합니다.</p>\n<p>Body내 입력값 중 <code>invoiceType</code>에서 <code>typeCode</code>를 <code>A</code>로, <code>taxType</code>을 <code>B</code>로 명시합니다.</p>\n<hr />\n","urlObject":{"protocol":"https","path":["v4","invoices"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"06e50d7a-dc61-4919-976a-19700f121c24","name":"세금계산서 작성 성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다"},{"key":"X-Reseller-Code","value":"","description":"(선택) 가비아 리셀러 코드를 입력합니다","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"0\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"0\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"B\",\r\n            \"typeCode\": \"A\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ],\r\n        \"tempFileIds\" : [],\r\n        \"officeFileIds\" : [1, 3, 5]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"documentId\": [\n            \"20210101TESTDOCUMENTIDSAMPLE\"\n        ]\n    }\n}"},{"id":"89cd01c5-436d-43d6-a9a4-d7dac0b63b83","name":"입력 값이 잘못 된 경우","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다","type":"text"},{"description":"(필수)생성하신 office api token 정보를 입력합니다","key":"Office-Authorization","type":"text","value":""},{"description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다","key":"Bill-Access-Authorization","type":"text","value":""},{"description":"(선택) 가비아 리셀러 코드를 입력합니다","key":"X-Reseller-Code","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"0\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"0\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"B\",\r\n            \"typeCode\": \"A\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices"},"code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Sample Error\",\n            \"message\": \"예제 에러 메세지 입니다.\"\n        }\n    ]\n}"}],"_postman_id":"7f19af1a-14e1-4a5c-a448-fbfeecace29e"},{"name":"면세 계산서 작성","id":"6113a028-0bf6-4337-aa90-35625e770f88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>JSON 타입을 명시하지 않는 경우 에러가 발생합니다</p>\n","key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n","key":"Office-Authorization","type":"text","value":""},{"description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n","key":"Bill-Access-Authorization","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"0\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"0\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"B\",\r\n            \"typeCode\": \"B\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ],\r\n        \"tempFileIds\" : [103],\r\n        \"officeFileIds\" : []\r\n    }\r\n}"},"url":"https://bill-api.hiworks.com/v4/invoices","description":"<p>세금계산서에서 면세 계산서를 작성합니다.</p>\n<p>Body내 입력값 중 <code>invoiceType</code>에서 <code>typeCode</code>를 <code>B</code>로, <code>taxType</code>을 <code>B</code>로 명시합니다.</p>\n<p><code>taxType</code>을 <code>A</code>로 명시할 시 검증 과정에서 오류가 발생합니다.</p>\n<hr />\n","urlObject":{"protocol":"https","path":["v4","invoices"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"1bf0e7b2-7a30-46d6-a193-dd9451199d65","name":"세금계산서 작성 성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다"},{"key":"X-Reseller-Code","value":"","description":"(선택) 가비아 리셀러 코드를 입력합니다","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"0\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"0\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"B\",\r\n            \"typeCode\": \"B\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ],\r\n        \"tempFileIds\" : [103],\r\n        \"officeFileIds\" : []\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"documentId\": [\n            \"20210101TESTDOCUMENTIDSAMPLE\"\n        ]\n    }\n}"},{"id":"b54d3705-57d8-461c-a62e-e399aedff1c5","name":"입력 값이 잘못 된 경우","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다","type":"text"},{"description":"(필수)생성하신 office api token 정보를 입력합니다","key":"Office-Authorization","type":"text","value":""},{"description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다","key":"Bill-Access-Authorization","type":"text","value":""},{"description":"(선택) 가비아 리셀러 코드를 입력합니다","key":"X-Reseller-Code","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"0\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"0\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"B\",\r\n            \"typeCode\": \"B\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices"},"code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Sample Error\",\n            \"message\": \"예제 에러 메세지 입니다.\"\n        }\n    ]\n}"}],"_postman_id":"6113a028-0bf6-4337-aa90-35625e770f88"},{"name":"거래명세서 작성","id":"434062a6-2c95-405c-86a1-c3c3a4e9e599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>JSON 타입을 명시하지 않는 경우 에러가 발생합니다</p>\n","key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n","key":"Office-Authorization","type":"text","value":""},{"description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n","key":"Bill-Access-Authorization","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"0\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"0\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"B\",\r\n            \"typeCode\": \"D\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ],\r\n        \"tempFileIds\" : [100, 101],\r\n        \"officeFileIds\" : [1, 3, 5]\r\n    }\r\n}"},"url":"https://bill-api.hiworks.com/v4/invoices","description":"<p>거래명세서를 작성합니다.</p>\n<p>Body내 입력값 중 <code>invoiceType</code>에서 <code>typeCode</code>를 <code>D</code>로 명시합니다.</p>\n<p>거래명세서는 간편서명이 적용되지 않습니다.</p>\n<hr />\n","urlObject":{"protocol":"https","path":["v4","invoices"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"bbbea5eb-9828-44fc-958c-8fe0031d7d27","name":"세금계산서 작성 성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다"},{"key":"X-Reseller-Code","value":"","description":"(선택) 가비아 리셀러 코드를 입력합니다","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"0\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"0\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"B\",\r\n            \"typeCode\": \"D\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ],\r\n        \"tempFileIds\" : [100, 101],\r\n        \"officeFileIds\" : [1, 3, 5]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"documentId\": [\n            \"20210101TESTDOCUMENTIDSAMPLE\"\n        ]\n    }\n}"},{"id":"e5fc4cb4-4e15-4fda-a477-799ff4325087","name":"입력 값이 잘못 된 경우","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다","type":"text"},{"description":"(필수)생성하신 office api token 정보를 입력합니다","key":"Office-Authorization","type":"text","value":""},{"description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다","key":"Bill-Access-Authorization","type":"text","value":""},{"description":"(선택) 가비아 리셀러 코드를 입력합니다","key":"X-Reseller-Code","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"0\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"0\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"B\",\r\n            \"typeCode\": \"D\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"0\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices"},"code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Sample Error\",\n            \"message\": \"예제 에러 메세지 입니다.\"\n        }\n    ]\n}"}],"_postman_id":"434062a6-2c95-405c-86a1-c3c3a4e9e599"},{"name":"간편서명 연동 발행","id":"d21c5d7d-aca9-467b-b45a-0bce9ac295e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>JSON 타입을 명시하지 않는 경우 에러가 발생합니다</p>\n","key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n","key":"Office-Authorization","type":"text","value":""},{"description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n","key":"Bill-Access-Authorization","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"easySign\" : \"Y\",\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"220\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"20\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"A\",\r\n            \"typeCode\": \"A\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"https://bill-api.hiworks.com/v4/invoices","description":"<p>API에서 문서 작성 후 바로 국세청 전송이 가능한 간편 서명 기능이 도입됩니다.</p>\n<p>간편 서명은 공인인증서를 등록하면 자동으로 서명 인증 절차가 진행되어 세금계산서 발급 및 국세청 전송이 곧바로 이뤄집니다.</p>\n<p>간편 서명은 하이웍스 전자세금계산서에 공인인증서 인증 정보를 등록한 후 이용할 수 있습니다.</p>\n<p>사용 가능한 인증서는 가비아 전용 공인인증서만 등록, 이용할 수 있습니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>easySign</td>\n<td>간편 서명 사용 여부</td>\n<td>\"Y\" | \"N\"</td>\n<td>\"Y\" : 사용, \"N\": 사용하지 않음</td>\n</tr>\n</tbody>\n</table>\n</div><p>(세금)계산서 생성 시, 간편 서명에 필요한 value값 'Y'(대문자만 사용)가 포함되어야 간편 서명이 이루어집니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"data\": {\n    \"easySign\": \"Y\",\n    \"information\" : {...},\n    ...\n},\n</code></pre>\n<p>수정 (세금)계산서 생성 시, data 아래 positive, negative와 같은 단계에서 간편 서명 value값이 존재해야합니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"data\": {\n        \"easySign\":\"Y\",\n        \"amendment\" : {...},\n        \"positive\" : {...},\n        \"negative\" : {...}\n    }\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["v4","invoices"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"084f97d9-7979-4ae1-ac37-e6554b0189f1","name":"입력 값이 잘못 된 경우","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다","type":"text"},{"description":"(필수)생성하신 office api token 정보를 입력합니다","key":"Office-Authorization","type":"text","value":""},{"description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다","key":"Bill-Access-Authorization","type":"text","value":""},{"description":"(선택) 가비아 리셀러 코드를 입력합니다","key":"X-Reseller-Code","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"easySign\" : \"Y\",\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"220\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"20\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"A\",\r\n            \"typeCode\": \"A\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices"},"code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Sample Error\",\n            \"message\": \"예제 에러 메세지 입니다.\"\n        }\n    ]\n}"},{"id":"93639e5b-dd9d-44b8-a01b-80c4951e826a","name":"세금계산서 작성 및 연동 발행 성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다","type":"text"},{"description":"(필수)생성하신 office api token 정보를 입력합니다","key":"Office-Authorization","type":"text","value":""},{"description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다","key":"Bill-Access-Authorization","type":"text","value":""},{"description":"(선택) 가비아 리셀러 코드를 입력합니다","key":"X-Reseller-Code","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"easySign\" : \"Y\",\r\n        \"information\": {\r\n            \"issueDate\": \"2021-01-01\",\r\n            \"memo\": \"메모 입니다\",\r\n            \"bookNo\": \"\",\r\n            \"serial\": \"111-111\",\r\n            \"description\": \"\",\r\n            \"cash\": \"0\",\r\n            \"check\": \"0\",\r\n            \"draft\": \"0\",\r\n            \"uncollected\": \"220\",\r\n            \"totalSupplyPrice\": \"200\",\r\n            \"totalTax\": \"20\"\r\n        },\r\n        \"invoiceType\": {\r\n            \"transactionType\": \"S\",\r\n            \"purposeType\": \"C\",\r\n            \"taxType\": \"A\",\r\n            \"typeCode\": \"A\"\r\n        },\r\n        \"invoicer\": \"123-45-12345\",\r\n        \"invoicee\": {\r\n            \"companyNumber\": \"123-45-12345\",\r\n            \"taxNumber\": \"\",\r\n            \"companyName\": \"공급받는자 사업자 명\",\r\n            \"companyAddress\": \"공급받는자 사업자 주소\",\r\n            \"ceoName\": \"대표자명\",\r\n            \"bizType\": \"\",\r\n            \"bizClassification\": \"\",\r\n            \"partyTypeCode\": \"01\",\r\n            \"primaryContact\": {\r\n                \"name\": \"공급받는자1\",\r\n                \"email\": \"noreaply@gabia.com\",\r\n                \"cell\": \"02-000-0000\",\r\n                \"phone\": \"010-0000-0000\"\r\n            },\r\n            \"secondaryContact\": {\r\n                \"name\": \"공급받는자2 \",\r\n                \"email\": \"noreply@gabia.com\",\r\n                \"cell\": \"02-0000-0002\",\r\n                \"phone\": \"010-0000-0002\"\r\n            }\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름1\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란1\"\r\n            },\r\n            {\r\n                \"month\": \"01\",\r\n                \"day\": \"01\",\r\n                \"subject\": \"항목이름2\",\r\n                \"unit\": \"EA\",\r\n                \"quantity\": \"1\",\r\n                \"unitPrice\": \"100\",\r\n                \"supplyPrice\": \"100\",\r\n                \"tax\": \"10\",\r\n                \"description\": \"항목 비고란2\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"documentId\": [\n            \"20210101TESTDOCUMENTIDSAMPLE\"\n        ],\n        \"easySign\": [\n            \"문서 발급이 완료되었습니다. 발급된 문서는 국세청으로 즉시 전송합니다.\"\n        ]\n    }\n}"}],"_postman_id":"d21c5d7d-aca9-467b-b45a-0bce9ac295e7"},{"name":"수정 세금계산서 작성","id":"5fb0fa35-a49e-4bd2-85c8-805e896527bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>JSON 타입을 명시하지 않는 경우 에러가 발생합니다</p>\n","key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n","key":"Office-Authorization","type":"text","value":""},{"description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n","key":"Bill-Access-Authorization","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"amendment\": {\r\n      \"originalIssueId\": \"{원본 세금계산서의 당초승인번호}\",\r\n      \"modifyType\": \"1\"\r\n    },\r\n    \"negative\": {\r\n      \"information\": {\r\n        \"issueDate\": \"2021-01-01\",\r\n        \"memo\": \"메모 입니다\",\r\n        \"bookNo\": \"\",\r\n        \"serial\": \"124-123\",\r\n        \"description\": \"remark\",\r\n        \"cash\": \"0\",\r\n        \"check\": \"0\",\r\n        \"draft\": \"0\",\r\n        \"uncollected\": \"0\",\r\n        \"totalSupplyPrice\": \"-200\",\r\n        \"totalTax\": \"-20\"\r\n      },\r\n      \"invoiceType\": {\r\n        \"transactionType\": \"S\",\r\n        \"purposeType\": \"C\",\r\n        \"taxType\": \"A\",\r\n        \"typeCode\": \"M\"\r\n      },\r\n      \"invoicer\": \"214-86-39239\",\r\n      \"invoicee\": {\r\n        \"companyNumber\": \"214-86-39239\",\r\n        \"taxNumber\": \"\",\r\n        \"companyName\": \"가비아\",\r\n        \"companyAddress\": \"경기도 성남시 분당구 대왕판교로 660\",\r\n        \"ceoName\": \"김가비아\",\r\n        \"bizType\": \"전산\",\r\n        \"bizClassification\": \"전산\",\r\n        \"partyTypeCode\": \"01\",\r\n        \"primaryContact\": {\r\n          \"name\": \"공급받는자1\",\r\n          \"email\": \"noreaply@gabia.com\",\r\n          \"cell\": \"02-000-0000\",\r\n          \"phone\": \"010-0000-0000\"\r\n        },\r\n        \"secondaryContact\": {\r\n          \"name\": \"공급받는자2 \",\r\n          \"email\": \"noreply@gabia.com\",\r\n          \"cell\": \"02-0000-0002\",\r\n          \"phone\": \"010-0000-0002\"\r\n        }\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"항목이름1\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"-100\",\r\n          \"supplyPrice\": \"-100\",\r\n          \"tax\": \"-10\",\r\n          \"description\": \"항목 비고란1\"\r\n        },\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"항목이름2\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"-100\",\r\n          \"supplyPrice\": \"-100\",\r\n          \"tax\": \"-10\",\r\n          \"description\": \"항목 비고란2\"\r\n        }\r\n      ]\r\n    },\r\n    \"positive\": {\r\n      \"information\": {\r\n        \"issueDate\": \"2020-01-01\",\r\n        \"memo\": \" 수정된 세금계산서의 메모 입니다\",\r\n        \"bookNo\": \"\",\r\n        \"serial\": \"124-123\",\r\n        \"description\": \"remark\",\r\n        \"cash\": \"0\",\r\n        \"check\": \"0\",\r\n        \"draft\": \"0\",\r\n        \"uncollected\": \"0\",\r\n        \"totalSupplyPrice\": \"200\",\r\n        \"totalTax\": \"20\"\r\n      },\r\n      \"invoiceType\": {\r\n        \"transactionType\": \"S\",\r\n        \"purposeType\": \"C\",\r\n        \"taxType\": \"A\",\r\n        \"typeCode\": \"M\"\r\n      },\r\n      \"invoicer\": \"214-86-39239\",\r\n      \"invoicee\": {\r\n        \"companyNumber\": \"214-86-39239\",\r\n        \"taxNumber\": \"\",\r\n        \"companyName\": \"가비아\",\r\n        \"companyAddress\": \"경기도 성남시 분당구 대왕판교로 660\",\r\n        \"ceoName\": \"김가비아\",\r\n        \"bizType\": \"전산\",\r\n        \"bizClassification\": \"전산\",\r\n        \"partyTypeCode\": \"01\",\r\n        \"primaryContact\": {\r\n          \"name\": \"수정된 공급받는자1\",\r\n          \"email\": \"noreaply@gabia.com\",\r\n          \"cell\": \"02-000-0000\",\r\n          \"phone\": \"010-0000-0000\"\r\n        },\r\n        \"secondaryContact\": {\r\n          \"name\": \"수정된 공급받는자2 \",\r\n          \"email\": \"noreply@gabia.com\",\r\n          \"cell\": \"02-0000-0002\",\r\n          \"phone\": \"010-0000-0002\"\r\n        }\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"수정된 항목이름1\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"100\",\r\n          \"supplyPrice\": \"100\",\r\n          \"tax\": \"10\",\r\n          \"description\": \"항목 비고란1\"\r\n        },\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"수정된 항목이름2\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"100\",\r\n          \"supplyPrice\": \"100\",\r\n          \"tax\": \"10\",\r\n          \"description\": \"항목 비고란2\"\r\n        }\r\n      ]\r\n    },\r\n    \"tempFileIds\" : [100, 101],\r\n    \"officeFileIds\" : [1, 3, 5]\r\n  }\r\n}"},"url":"https://bill-api.hiworks.com/v4/invoices/amendment","description":"<p>수정세금계산서, 수정계산서를 작성합니다.</p>\n<p>Body내 입력값 중<br />수정 세금계산서는 <code>invoiceType</code>에서 <code>typeCode</code>를 <code>M</code>로 명시하며<br />수정 계산서는 <code>invoiceType</code>에서 <code>typeCode</code>를 <code>N</code>로 명시합니다.</p>\n<p>국세청에서는 수정세금계산서 작성을 위한 수정 사유를 6가지로 구분합니다.</p>\n<p>수정세금계산서 발행 시, 수정 사유와 원본 세금계산서 당초 승인번호를 반드시 부여해야 합니다.</p>\n<p><code>amendment</code> 내부에서 <code>originalIssueId</code>에 수정세금계산서를 발행할 원본 세금계산서의 당초 승인번호를 입력하고</p>\n<p><code>modifyType</code>에 수정 사유 코드를 기입합니다.</p>\n<blockquote>\n<p>수정 사유에 따라 세금계산서 발행 장수가 다름에 주의하세요. </p>\n</blockquote>\n<hr />\n<h3 id=\"1장만-발행하는-경우\">1장만 발행하는 경우</h3>\n<ol>\n<li><p>공급가액 변동 : 02</p>\n</li>\n<li><p>환입 : 03</p>\n</li>\n<li><p>계약의 해제 : 04</p>\n</li>\n<li><p>착오에 의한 이중 발급 : 06</p>\n</li>\n</ol>\n<h3 id=\"2장-발행해야하는-경우\">2장 발행해야하는 경우</h3>\n<ol>\n<li><p>기재사항 착오변동 : 01</p>\n</li>\n<li><p>내국 신용장 사후 개설 : 05</p>\n<blockquote>\n<p>발행한 금액 만큼 부(-)의 세금계산서를 발행하고, 정(+)의 세금계산서를 영세율로 발행합니다.</p>\n</blockquote>\n</li>\n</ol>\n<p>수정 세금계산서 작성을 위해 입력하는 Body는 다음과 같이 구성됩니다. tempFileIds와 officeFileIds에 입력된 파일은 정과 부의 세금계산서 양쪽에 첨부됩니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"amendment\":{}, //수정세금계산서 정보\n        \"negative\": {}, //부(-)의 세금계산서 생성 정보\n        \"positive\" : {}, //정(+)의 세금계산서 생성 정보\n        \"tempFileIds\" : [], // 첨부할 임시 파일 id 목록\n        \"officeFileIds\" : [] // 첨부할 공용 파일 id 목록\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["v4","invoices","amendment"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"697a1c8b-e2f7-4a06-9eb4-19ef5e1dc440","name":"세금계산서 작성 성공","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다"},{"key":"X-Reseller-Code","value":"","description":"(선택) 가비아 리셀러 코드를 입력합니다","disabled":true}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"amendment\": {\r\n      \"originalIssueId\": \"{원본 세금계산서의 당초승인번호}\",\r\n      \"modifyType\": \"1\"\r\n    },\r\n    \"negative\": {\r\n      \"information\": {\r\n        \"issueDate\": \"2021-01-01\",\r\n        \"memo\": \"메모 입니다\",\r\n        \"bookNo\": \"\",\r\n        \"serial\": \"124-123\",\r\n        \"description\": \"remark\",\r\n        \"cash\": \"0\",\r\n        \"check\": \"0\",\r\n        \"draft\": \"0\",\r\n        \"uncollected\": \"0\",\r\n        \"totalSupplyPrice\": \"-200\",\r\n        \"totalTax\": \"-20\"\r\n      },\r\n      \"invoiceType\": {\r\n        \"transactionType\": \"S\",\r\n        \"purposeType\": \"C\",\r\n        \"taxType\": \"A\",\r\n        \"typeCode\": \"M\"\r\n      },\r\n      \"invoicer\": \"214-86-39239\",\r\n      \"invoicee\": {\r\n        \"companyNumber\": \"214-86-39239\",\r\n        \"taxNumber\": \"\",\r\n        \"companyName\": \"가비아\",\r\n        \"companyAddress\": \"경기도 성남시 분당구 대왕판교로 660\",\r\n        \"ceoName\": \"김가비아\",\r\n        \"bizType\": \"전산\",\r\n        \"bizClassification\": \"전산\",\r\n        \"partyTypeCode\": \"01\",\r\n        \"primaryContact\": {\r\n          \"name\": \"공급받는자1\",\r\n          \"email\": \"noreaply@gabia.com\",\r\n          \"cell\": \"02-000-0000\",\r\n          \"phone\": \"010-0000-0000\"\r\n        },\r\n        \"secondaryContact\": {\r\n          \"name\": \"공급받는자2 \",\r\n          \"email\": \"noreply@gabia.com\",\r\n          \"cell\": \"02-0000-0002\",\r\n          \"phone\": \"010-0000-0002\"\r\n        }\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"항목이름1\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"-100\",\r\n          \"supplyPrice\": \"-100\",\r\n          \"tax\": \"-10\",\r\n          \"description\": \"항목 비고란1\"\r\n        },\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"항목이름2\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"-100\",\r\n          \"supplyPrice\": \"-100\",\r\n          \"tax\": \"-10\",\r\n          \"description\": \"항목 비고란2\"\r\n        }\r\n      ]\r\n    },\r\n    \"positive\": {\r\n      \"information\": {\r\n        \"issueDate\": \"2020-01-01\",\r\n        \"memo\": \" 수정된 세금계산서의 메모 입니다\",\r\n        \"bookNo\": \"\",\r\n        \"serial\": \"124-123\",\r\n        \"description\": \"remark\",\r\n        \"cash\": \"0\",\r\n        \"check\": \"0\",\r\n        \"draft\": \"0\",\r\n        \"uncollected\": \"0\",\r\n        \"totalSupplyPrice\": \"200\",\r\n        \"totalTax\": \"20\"\r\n      },\r\n      \"invoiceType\": {\r\n        \"transactionType\": \"S\",\r\n        \"purposeType\": \"C\",\r\n        \"taxType\": \"A\",\r\n        \"typeCode\": \"M\"\r\n      },\r\n      \"invoicer\": \"214-86-39239\",\r\n      \"invoicee\": {\r\n        \"companyNumber\": \"214-86-39239\",\r\n        \"taxNumber\": \"\",\r\n        \"companyName\": \"가비아\",\r\n        \"companyAddress\": \"경기도 성남시 분당구 대왕판교로 660\",\r\n        \"ceoName\": \"김가비아\",\r\n        \"bizType\": \"전산\",\r\n        \"bizClassification\": \"전산\",\r\n        \"partyTypeCode\": \"01\",\r\n        \"primaryContact\": {\r\n          \"name\": \"수정된 공급받는자1\",\r\n          \"email\": \"noreaply@gabia.com\",\r\n          \"cell\": \"02-000-0000\",\r\n          \"phone\": \"010-0000-0000\"\r\n        },\r\n        \"secondaryContact\": {\r\n          \"name\": \"수정된 공급받는자2 \",\r\n          \"email\": \"noreply@gabia.com\",\r\n          \"cell\": \"02-0000-0002\",\r\n          \"phone\": \"010-0000-0002\"\r\n        }\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"수정된 항목이름1\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"100\",\r\n          \"supplyPrice\": \"100\",\r\n          \"tax\": \"10\",\r\n          \"description\": \"항목 비고란1\"\r\n        },\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"수정된 항목이름2\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"100\",\r\n          \"supplyPrice\": \"100\",\r\n          \"tax\": \"10\",\r\n          \"description\": \"항목 비고란2\"\r\n        }\r\n      ]\r\n    },\r\n    \"tempFileIds\" : [100, 101],\r\n    \"officeFileIds\" : [1, 3, 5]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices/amendment"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"documentId\": [\n            [\n                \"20210101TESTDOCUMENTID1\",\n                \"20210101TESTDOCUMENTID2\"\n            ]\n        ]\n    }\n}"},{"id":"5cc6f5c8-112f-4a77-9dc4-644db012a354","name":"입력 값이 잘못 된 경우","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다","type":"text"},{"description":"(필수)생성하신 office api token 정보를 입력합니다","key":"Office-Authorization","type":"text","value":""},{"description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다","key":"Bill-Access-Authorization","type":"text","value":""},{"description":"(선택) 가비아 리셀러 코드를 입력합니다","key":"X-Reseller-Code","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"amendment\": {\r\n      \"originalIssueId\": \"{원본 세금계산서의 당초승인번호}\",\r\n      \"modifyType\": \"1\"\r\n    },\r\n    \"negative\": {\r\n      \"information\": {\r\n        \"issueDate\": \"2021-01-01\",\r\n        \"memo\": \"메모 입니다\",\r\n        \"bookNo\": \"\",\r\n        \"serial\": \"124-123\",\r\n        \"description\": \"remark\",\r\n        \"cash\": \"0\",\r\n        \"check\": \"0\",\r\n        \"draft\": \"0\",\r\n        \"uncollected\": \"0\",\r\n        \"totalSupplyPrice\": \"-200\",\r\n        \"totalTax\": \"-20\"\r\n      },\r\n      \"invoiceType\": {\r\n        \"transactionType\": \"S\",\r\n        \"purposeType\": \"C\",\r\n        \"taxType\": \"A\",\r\n        \"typeCode\": \"M\"\r\n      },\r\n      \"invoicer\": \"214-86-39239\",\r\n      \"invoicee\": {\r\n        \"companyNumber\": \"214-86-39239\",\r\n        \"taxNumber\": \"\",\r\n        \"companyName\": \"가비아\",\r\n        \"companyAddress\": \"경기도 성남시 분당구 대왕판교로 660\",\r\n        \"ceoName\": \"김가비아\",\r\n        \"bizType\": \"전산\",\r\n        \"bizClassification\": \"전산\",\r\n        \"partyTypeCode\": \"01\",\r\n        \"primaryContact\": {\r\n          \"name\": \"공급받는자1\",\r\n          \"email\": \"noreaply@gabia.com\",\r\n          \"cell\": \"02-000-0000\",\r\n          \"phone\": \"010-0000-0000\"\r\n        },\r\n        \"secondaryContact\": {\r\n          \"name\": \"공급받는자2 \",\r\n          \"email\": \"noreply@gabia.com\",\r\n          \"cell\": \"02-0000-0002\",\r\n          \"phone\": \"010-0000-0002\"\r\n        }\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"항목이름1\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"-100\",\r\n          \"supplyPrice\": \"-100\",\r\n          \"tax\": \"-10\",\r\n          \"description\": \"항목 비고란1\"\r\n        },\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"항목이름2\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"-100\",\r\n          \"supplyPrice\": \"-100\",\r\n          \"tax\": \"-10\",\r\n          \"description\": \"항목 비고란2\"\r\n        }\r\n      ]\r\n    },\r\n    \"positive\": {\r\n      \"information\": {\r\n        \"issueDate\": \"2020-01-01\",\r\n        \"memo\": \" 수정된 세금계산서의 메모 입니다\",\r\n        \"bookNo\": \"\",\r\n        \"serial\": \"124-123\",\r\n        \"description\": \"remark\",\r\n        \"cash\": \"0\",\r\n        \"check\": \"0\",\r\n        \"draft\": \"0\",\r\n        \"uncollected\": \"0\",\r\n        \"totalSupplyPrice\": \"200\",\r\n        \"totalTax\": \"20\"\r\n      },\r\n      \"invoiceType\": {\r\n        \"transactionType\": \"S\",\r\n        \"purposeType\": \"C\",\r\n        \"taxType\": \"A\",\r\n        \"typeCode\": \"M\"\r\n      },\r\n      \"invoicer\": \"214-86-39239\",\r\n      \"invoicee\": {\r\n        \"companyNumber\": \"214-86-39239\",\r\n        \"taxNumber\": \"\",\r\n        \"companyName\": \"가비아\",\r\n        \"companyAddress\": \"경기도 성남시 분당구 대왕판교로 660\",\r\n        \"ceoName\": \"김가비아\",\r\n        \"bizType\": \"전산\",\r\n        \"bizClassification\": \"전산\",\r\n        \"partyTypeCode\": \"01\",\r\n        \"primaryContact\": {\r\n          \"name\": \"수정된 공급받는자1\",\r\n          \"email\": \"noreaply@gabia.com\",\r\n          \"cell\": \"02-000-0000\",\r\n          \"phone\": \"010-0000-0000\"\r\n        },\r\n        \"secondaryContact\": {\r\n          \"name\": \"수정된 공급받는자2 \",\r\n          \"email\": \"noreply@gabia.com\",\r\n          \"cell\": \"02-0000-0002\",\r\n          \"phone\": \"010-0000-0002\"\r\n        }\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"수정된 항목이름1\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"100\",\r\n          \"supplyPrice\": \"100\",\r\n          \"tax\": \"10\",\r\n          \"description\": \"항목 비고란1\"\r\n        },\r\n        {\r\n          \"month\": \"01\",\r\n          \"day\": \"01\",\r\n          \"subject\": \"수정된 항목이름2\",\r\n          \"unit\": \"EA\",\r\n          \"quantity\": \"1\",\r\n          \"unitPrice\": \"100\",\r\n          \"supplyPrice\": \"100\",\r\n          \"tax\": \"10\",\r\n          \"description\": \"항목 비고란2\"\r\n        }\r\n      ]\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/invoices/amendment"},"code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Sample Error\",\n            \"message\": \"예제 에러 메세지 입니다.\"\n        }\n    ]\n}"}],"_postman_id":"5fb0fa35-a49e-4bd2-85c8-805e896527bc"}],"id":"3c2d5787-2c31-4ebc-8040-72987557c35e","description":"<h1 id=\"스키마-구성\">스키마 구성</h1>\n<p>세금계산서 생성은 크게 다음과 같은 형태의 스키마로 구성됩니다</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"data\": {\n        \"information\": {}, // 세금계산서 정보 객체\n        \"invoiceType\": {}, // 세금계산서 타입 객체\n        \"invoicer\" : {}, // 세금계산서 공급자 정보 객체\n        \"invoicee\" : {}, // 세금계산서 공급받는자 정보 객체\n        \"items\" : [\n            {} // 세금계산서 항목 객체\n        ],\n        \"tempFileIds\" : [], // 첨부할 임시 파일 id 목록\n        \"officeFileIds\" : [] // 첨부할 공용 파일 id 목록\n    }\n}\n\n</code></pre>\n<p>공급자의 경우, 하이웍스 오피스에 등록된 사업자 번호를 입력하면 등록된 사업자 정보로 API에서 자동으로 맵핑하여 작성합니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"data\": {\n        \"information\": {}, // 세금계산서 정보 객체*\n        \"invoiceType\": {}, // 세금계산서 타입 객체*\n        \"invoicer\" : \"123-45-12345\", // 하이웍스에 등록된 사업자 번호*\n        \"invoicee\" : {}, // 세금계산서 공급받는자 정보 객체*\n        \"items\" : [\n            {} // 세금계산서 항목 객체*\n        ],\n        \"tempFileIds\" : [], // 첨부할 임시 파일 id 목록\n        \"officeFileIds\" : [] // 첨부할 공용 파일 id 목록\n    }\n}\n\n</code></pre>\n<blockquote>\n<p>공급자 정보 자동 맵핑을 사용하시는경우, <code>\\d{3}-\\d{2}-\\d{5}</code> 형식의 구조를 지켜주셔야 합니다. </p>\n</blockquote>\n<h1 id=\"주의점\">주의점</h1>\n<ol>\n<li><p><code>Content-Type</code>은 <code>application/json</code> 으로 명시되어야 합니다.</p>\n</li>\n<li><p>Body에 들어가는 모든 네이밍 항목은 camelCase를 사용하고 있습니다.</p>\n</li>\n<li><p><code>typeCode</code>는 <code>A</code>,<code>B</code>,<code>D</code> 중 하나로 지정해야 합니다.</p>\n<ul>\n<li><p>A : 세금계산서</p>\n</li>\n<li><p>B : 계산서</p>\n</li>\n<li><p>D : 거래명세서</p>\n</li>\n</ul>\n</li>\n<li><p>taxType은 과세인 경우 <code>\"A\"</code>, 영세인 경우 <code>\"B\"</code>로 지정해야 합니다.</p>\n</li>\n<li><p>purposeType은 청구인 경우 <code>\"C\"</code>, 영수인 경우 <code>\"R\"</code>로 지정해야 합니다.</p>\n</li>\n<li><p>transactionType은 매출 타입만 작성이 가능하며 <code>\"S\"</code>로 지정해야 합니다.<br /> 현재 매입세금계산서는 지원되지 않습니다.</p>\n</li>\n<li><p>tempFileIds은 POST /v4/temp-files로 첨부한 임시 파일의 id 목록을 입력합니다. id가 입력된 파일 전체가 작성한 문서에 첨부됩니다. 첨부 대상이 없는 경우 생략 가능합니다.</p>\n</li>\n<li><p>officeFileIds은 GET /v4/office-files에서 조회한 공용 파일 중 첨부할 파일의 id 목록을 입력합니다. 첨부 대상이 없는 경우 생략 가능합니다.</p>\n</li>\n<li><p>가비아 리셀러 이신 경우, 교부 받으신 리셀러 코드를 HTTP 헤더에 <code>X-Reseller-Code</code> 로 기입합니다.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"fc9a9d06-4239-44a3-b832-8dcc2e87ed27","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"db061b13-4b55-49f4-90e4-83d939820f88","type":"text/javascript","exec":[""]}}],"_postman_id":"3c2d5787-2c31-4ebc-8040-72987557c35e"},{"name":"세금계산서 조회","item":[{"name":"세금계산서 단일 조회","id":"74555baa-386e-4f5c-9ed0-58e0e948544a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n","key":"Office-Authorization","type":"text","value":""},{"description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n","key":"Bill-Access-Authorization","type":"text","value":""}],"url":"https://bill-api.hiworks.com/v4/invoices/{{문서번호}}","description":"<p><code>{{문서번호}}</code> 로 명시된 부분에 하이웍스에 세금계산서를 작성 할 시 수신하는 문서번호를 입력합니다.</p>\n<hr />\n","urlObject":{"protocol":"https","path":["v4","invoices","{{문서번호}}"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"5b15ab81-340a-4cd7-88e4-32c29b2606ba","name":"세금계산서 조회 성공","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다"},{"key":"X-Reseller-Code","value":"","description":"(선택) 가비아 리셀러 코드를 입력합니다","disabled":true}],"url":"https://bill-api.hiworks.com/v4/invoices/{{문서번호}}"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"information\": {},\n    \"invoiceType\": {},\n    \"invoicee\": {},\n    \"invoicer\": {},\n    \"items\": [\n      {}\n    ],\n    \"amendment\": {},\n    \"mail\": {},\n    \"status\": {},\n    \"linkedDocument\": {},\n    \"files\": []\n  }\n}"},{"id":"6a710641-24ad-4e2b-893e-0bf97c048e8c","name":"해당 문서번호의 세금계산서가 없는 경우","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다"},{"key":"X-Reseller-Code","value":"","description":"(선택) 가비아 리셀러 코드를 입력합니다","disabled":true}],"url":"https://bill-api.hiworks.com/v4/invoices"},"code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Not Found\",\n            \"message\": \"\"\n        }\n    ]\n}"}],"_postman_id":"74555baa-386e-4f5c-9ed0-58e0e948544a"}],"id":"58c04f76-a931-4a54-a9d2-66b3a67d362a","description":"<p>세금계산서 조회 결과에 대한 스키마는 다음과 같이 구성됩니다.</p>\n<h1 id=\"단일-문서-조회의-경우\">단일 문서 조회의 경우</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"data\": {\n        \"information\": {},\n        \"invoiceType\": {},\n        \"invoicee\": {},\n        \"invoicer\": {},\n        \"items\": [\n            {}\n        ],\n        \"amendment\": {},\n        \"mail\": {},\n        \"status\": {},\n        \"linkedDocument\": {},\n        \"files\": []\n    },\n    \"meta\": {}\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"fe9d7f22-9ca9-4175-a106-a1b1439a1a3c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2a416128-ce9f-4f4f-9f8d-7b68649d35f0","type":"text/javascript","exec":[""]}}],"_postman_id":"58c04f76-a931-4a54-a9d2-66b3a67d362a"},{"name":"세금계산서 수정","item":[],"id":"12a316e2-6550-4141-8c95-72b446a73b61","description":"<p>기작성된 세금계산서 수정 기능은 현재 정합성 유지를 위해 정책상 허용되지 않습니다.</p>\n<p>발급되지 않은 문서의 수정이 필요하신 경우, 문서 삭제 후 재 작성해주시기 바랍니다.</p>\n","_postman_id":"12a316e2-6550-4141-8c95-72b446a73b61"},{"name":"세금계산서 삭제","item":[{"name":"세금계산서, 계산서, 거래명세서 삭제","id":"616c9bd9-7494-4b97-8fcd-258d489f5b98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Office-Authorization","value":"","type":"text","description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n"},{"key":"Bill-Access-Authorization","value":"","type":"text","description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n"}],"url":"https://bill-api.hiworks.com/v4/invoices/{{문서번호}}","description":"<p>{{문서번호}} 로 명시된 부분에 하이웍스에 세금계산서를 작성 할 시 수신하는 문서번호를 입력합니다.</p>\n<p>국세청으로 발행 중, 발행 된 문서는 삭제가 불가능합니다.</p>\n","urlObject":{"protocol":"https","path":["v4","invoices","{{문서번호}}"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"616c9bd9-7494-4b97-8fcd-258d489f5b98"}],"id":"4dcf50cd-d553-4099-ab57-c0b791108f14","_postman_id":"4dcf50cd-d553-4099-ab57-c0b791108f14","description":""},{"name":"Data Type","item":[{"name":"세금계산서 생성, 조회 공용","item":[{"name":"information","id":"ef0eb323-d1ea-4fe5-9a2d-b95f91a30256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DATA","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p>계산서, 세금계산서의 일반 정보 객체입니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>타입</th>\n<th>제약조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>issueDate*</td>\n<td>세금계산서 작성일자</td>\n<td>string</td>\n<td>YYYY-MM-DD</td>\n<td>\\d{4}-\\d{2}-\\d{2}</td>\n</tr>\n<tr>\n<td>memo</td>\n<td>메모</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>bookNo</td>\n<td>책 번호</td>\n<td>string</td>\n<td></td>\n<td>입력값이 없을 시 -로 치환됨</td>\n</tr>\n<tr>\n<td>serial</td>\n<td>시리얼 번호</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>description*</td>\n<td>비고란</td>\n<td>string</td>\n<td></td>\n<td>수정세금계산서 발행시 원본 세금계산서의 승인번호가 자동으로 입력됨</td>\n</tr>\n<tr>\n<td>cash</td>\n<td>현금</td>\n<td>numberstring</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>check</td>\n<td>수표</td>\n<td>numberstring</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>draft</td>\n<td>어음</td>\n<td>numberstring</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>uncollected</td>\n<td>외상 미수금</td>\n<td>numberstring</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>totalSupplyPrice*</td>\n<td>총 공급가액</td>\n<td>numberstring</td>\n<td>±000</td>\n<td>18자리까지 허용, items의 공급가액의 총합과 일치해야함</td>\n</tr>\n<tr>\n<td>totalTax*</td>\n<td>총 세액</td>\n<td>numberstring</td>\n<td>±000</td>\n<td>18자리까지 허용, items의 세액의 총합과 일치해야함</td>\n</tr>\n</tbody>\n</table>\n</div><p>필수 값만 입력되는 경우</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"information\": {\n        \"issueDate\": \"2020-04-23\",\n        \"totalSupplyPrice\": \"200\",\n        \"totalTax\": \"20\"\n    }\n}\n</code></pre>\n<p>전체 값을 입력하는 경우</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"information\": {\n        \"issueDate\": \"2020-04-23\",\n        \"memo\": \"메모 입니다\",\n        \"bookNo\": \"-\",\n        \"serial\": \"124-123\",\n        \"description\": \"remark\",\n        \"cash\": \"100\",\n        \"check\": \"200\",\n        \"draft\": \"300\",\n        \"uncollected\": \"400\",\n        \"totalSupplyPrice\": \"200\",\n        \"totalTax\": \"20\"\n    }\n}\n</code></pre>\n<hr />\n<h1 id=\"주의점\">주의점</h1>\n<ul>\n<li>issueDate의 경우 <code>0000-00-00</code> 구조를 지켜주셔야 합니다.</li>\n<li>bookNo의 경우, 입력 값이 없다면 저장과정에서 - 값으로 치환됩니다.</li>\n<li><code>현금</code>, <code>어음</code>, <code>수표</code>, <code>외상 미수금</code> 등 결제 수단이 입력되는 경우 <code>총 공급가액</code>, <code>총 세액 값</code>의 합이 결제수단의 합과 일치해야합니다.</li>\n<li><code>총 세액</code>, <code>총 공급가액</code>은 항목에 있는 <code>세액, 공급가액의 합계액</code>과 일치해야합니다</li>\n</ul>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"ef0eb323-d1ea-4fe5-9a2d-b95f91a30256"},{"name":"InvoiceType","id":"44b04218-6158-441c-972f-d261d7338f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DATA","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p>계산서, 세금계산서 타입</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>타입</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>typeCode*</td>\n<td>문서 종류</td>\n<td>\"A\" | \"B\" | \"M\" | \"N\" | \"D\"</td>\n<td></td>\n<td>세금계산서 : A, 계산서 : B, 수정세금계산서 : M, 수정계산서 : N, 거래명세서 :D</td>\n</tr>\n<tr>\n<td>transactionType</td>\n<td>거래 타입</td>\n<td>\"S\" | \"R\"</td>\n<td></td>\n<td>매출 : S, 매입 : R</td>\n</tr>\n<tr>\n<td>purposeType*</td>\n<td>청구 타입</td>\n<td>\"C\" | \"R\"</td>\n<td></td>\n<td>청구 : C , 영수 : R</td>\n</tr>\n<tr>\n<td>taxType*</td>\n<td>과세 타입</td>\n<td>\"A\" | \"B\"</td>\n<td></td>\n<td>과세 : A, 영세,면세 : B</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"invoiceType\": {\n      \"typeCode\": \"A\",\n      \"transactionType\": \"S\",\n      \"purposeType\": \"C\",\n      \"taxType\": \"A\"\n    }\n}\n</code></pre>\n<ul>\n<li><code>typeCode</code> 입력시 세금계산서는 <code>A</code>, 계산서는 <code>B</code>, 거래명세서는 <code>D</code>를 입력합니다.</li>\n<li>수정세금계산서, 수정계산서 발행시에는 각각  <code>A</code>, <code>B</code> 로 입력합니다. 조회 시 수정 세금계산서, 계산서는 <code>M</code>, <code>N</code> 타입으로 조회됩니다.</li>\n<li>면세 계산서로 작성시 <code>typeCode</code> 를 <code>B</code>로, <code>taxType</code>은 <code>B</code>가 되어야합니다(면세)</li>\n<li>영세율 세금계산서는 <code>typeCode</code> 를 <code>A</code>로 , <code>taxType</code>은 <code>B</code>로 지정되어야합니다.</li>\n<li>거래타입은 현재 매출 타입만 작성이 가능합니다. 미 입력시 매출 타입으로 자동으로 지정되어 저장됩니다.</li>\n</ul>\n<hr />\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"44b04218-6158-441c-972f-d261d7338f58"},{"name":"Invoicer","id":"0e3d17fb-efcc-4da4-b051-3b2df6f0d8ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DATA","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p>하이웍스에 등록된 사업자 번호를 입력합니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>타입</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyNumber*</td>\n<td>사업자 등록 번호</td>\n<td>numberstring</td>\n<td>최대 10자</td>\n<td></td>\n</tr>\n<tr>\n<td>taxNumber</td>\n<td>종사업자 번호</td>\n<td>numberstring</td>\n<td>최대 4자</td>\n<td></td>\n</tr>\n<tr>\n<td>ceoName*</td>\n<td>사업주 명</td>\n<td>string</td>\n<td>최대 100자</td>\n<td></td>\n</tr>\n<tr>\n<td>companyName*</td>\n<td>회사명</td>\n<td>string</td>\n<td>최대 200자</td>\n<td></td>\n</tr>\n<tr>\n<td>companyAddress</td>\n<td>회사 주소</td>\n<td>string</td>\n<td>최대 255자</td>\n<td></td>\n</tr>\n<tr>\n<td>bizType</td>\n<td>업태</td>\n<td>string</td>\n<td>최대 100자</td>\n<td></td>\n</tr>\n<tr>\n<td>bizClassification</td>\n<td>업종</td>\n<td>string</td>\n<td>최대 100자</td>\n<td></td>\n</tr>\n<tr>\n<td>primaryContact*</td>\n<td>주 연락처</td>\n<td>contact</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"필수값-입력\">필수값 입력</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"invoicer\": {\n      \"companyNumber\": \"214-86-39239\",\n      \"companyName\": \"(주) 가비아\",\n      \"ceoName\": \"김홍국\",\n      \"primaryContact\": {\n        \"name\": \"gabia\",\n        \"email\": \"noreply@gabia.com\",\n      }\n    }\n}\n</code></pre>\n<h1 id=\"전체-입력\">전체 입력</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"invoicer\": {\n      \"companyNumber\": \"214-86-39239\",\n      \"taxNumber\": \"\",\n      \"companyName\": \"(주) 가비아\",\n      \"companyAddress\": \"경기도 성남시 분당구 대왕판교로 660(삼평동, 유스페이스1, B동 401호, 501호)\",\n      \"ceoName\": \"김홍국\",\n      \"bizType\": \"서비스, 도매 및 소매업, 소매, 서비스\",\n      \"bizClassification\": \"소프트웨어 개발업\",\n      \"primaryContact\": {\n        \"name\": \"gabia\",\n        \"email\": \"noreply@gabia.com\",\n        \"cell\": \"010-0000-0000\",\n        \"phone\": \"02-0000-0000\"\n      }\n    }\n}\n</code></pre>\n<h1 id=\"주의점\">주의점</h1>\n<ul>\n<li>세금계산서, 계산서, 거래명세서 등을 작성하실 때, <code>Invoicer</code> 항목에 사업자 번호를 입력하시는 경우 하이웍스 오피스에 등록된 사업자 정보로 <em>자동으로 맵핑</em>합니다.</li>\n<li><code>Invoicer</code> 항목에 해당 객체를 지정하시는 경우, <code>API로 전달하신 사업자 등록 번호</code>가 하이웍스 <code>오피스에 등록된 사업자 번호</code>와 동일해야합니다.</li>\n</ul>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"0e3d17fb-efcc-4da4-b051-3b2df6f0d8ef"},{"name":"Invoicee","id":"cc1f4285-f24c-4466-a579-f433d5b2ad8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DATA","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p>공급받는자 정보</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>타입</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyNumber*</td>\n<td>사업자 등록 번호</td>\n<td>numberstring</td>\n<td>최대 10자</td>\n<td></td>\n</tr>\n<tr>\n<td>taxNumber</td>\n<td>종사업자 번호</td>\n<td>numberstring</td>\n<td>최대 4자</td>\n<td></td>\n</tr>\n<tr>\n<td>ceoName*</td>\n<td>사업주 명</td>\n<td>string</td>\n<td>최대 100자</td>\n<td></td>\n</tr>\n<tr>\n<td>companyName*</td>\n<td>회사명</td>\n<td>string</td>\n<td>최대 200자</td>\n<td></td>\n</tr>\n<tr>\n<td>companyAddress</td>\n<td>회사 주소</td>\n<td>string</td>\n<td>최대 255자</td>\n<td></td>\n</tr>\n<tr>\n<td>bizType</td>\n<td>업태</td>\n<td>string</td>\n<td>최대 100자</td>\n<td></td>\n</tr>\n<tr>\n<td>bizClassification</td>\n<td>업종</td>\n<td>string</td>\n<td>최대 100자</td>\n<td></td>\n</tr>\n<tr>\n<td>partyTypeCode</td>\n<td>공급받는자 구분</td>\n<td>numberstring</td>\n<td>\"01\" | \"02\" | \"03\"</td>\n<td>기업: 01, 개인(내국인): 02. 개인(외국인): 03</td>\n</tr>\n<tr>\n<td>primaryContact*</td>\n<td>주 연락처</td>\n<td>contact</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>secondaryContact</td>\n<td>보조 연락처</td>\n<td>contact</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"필수-값-입력-예제\">필수 값 입력 예제</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"invoicee\": {\n            \"companyNumber\": \"214-86-39239\",\n            \"companyName\": \"가비아\",\n            \"ceoName\": \"김가비아\",\n            \"partyTypeCode\" : \"01\",\n            \"primaryContact\": {\n                \"name\": \"공급받는자1\",\n                \"email\": \"noreaply@gabia.com\",\n            }\n        }\n}\n</code></pre>\n<h1 id=\"전체-값-입력-예제\">전체 값 입력 예제</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"invoicee\": {\n            \"companyNumber\": \"214-86-39239\",\n            \"taxNumber\": \"\",\n            \"companyName\": \"가비아\",\n            \"companyAddress\": \"경기도 성남시 분당구 대왕판교로 660\",\n            \"ceoName\": \"김가비아\",\n            \"bizType\": \"전산\",\n            \"bizClassification\": \"전산\",\n            \"partyTypeCode\" : \"01\",\n            \"primaryContact\": {\n                \"name\": \"공급받는자1\",\n                \"email\": \"noreaply@gabia.com\",\n                \"cell\": \"010-0000-0000\",\n                \"phone\": \"02-000-0000\"\n            },\n            \"secondaryContact\": {\n                \"name\": \"공급받는자2 \",\n                \"email\": \"noreply@gabia.com\",\n                \"cell\": \"010-0000-0002\",\n                \"phone\": \"02-0000-0002\"\n            }\n        }\n}\n</code></pre>\n<h1 id=\"주의점\">주의점</h1>\n<ul>\n<li><p><code>partyTypeCode</code>  입력 값에 따라 <code>companyNumber</code>에 기입하신 사업자 번호를 체크합니다.</p>\n<ul>\n<li>기업(사업자)인 경우 \"01\"를 입력하고 <code>companyNumber</code> 에 <code>사업자 등록번호</code>를 입력합니다</li>\n<li>개인(내국인)인 경우 \"02\"를 입력하고 <code>companyNumber</code> 에 <code>개인 주민번호</code> 13자리를 입력합니다 </li>\n<li>개인(외국인)인 경우 \"03\"를 입력하고 <code>companyNumber</code> 에 <code>9999999999999</code> (숫자 9 13자리)를 입력한 후 <code>information</code> 의 <code>description</code> 항목에 여권번호 또는 외국인번호를 입력합니다.</li>\n</ul>\n</li>\n<li><p>공급받는자 제 2연락처 (secondaryContact)의 경우, 비필수 항목이지만 <code>null</code>, <code>undefined</code>가 아닌 내부 객체 선언이 있다면 입력 하시려고 하던 값의 누락으로 판단하여 검증 에러가 발생합니다.</p>\n</li>\n</ul>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"cc1f4285-f24c-4466-a579-f433d5b2ad8f"},{"name":"Contact","id":"f60690c1-8430-4083-bd7d-fdf062213a95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DATA","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p>연락처 정보</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>타입</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>담당자 명</td>\n<td>string</td>\n<td>최대 100자</td>\n<td></td>\n</tr>\n<tr>\n<td>email*</td>\n<td>메일 주소</td>\n<td>string</td>\n<td>최대 100자</td>\n<td><a href=\"mailto:name@domain.com\">name@domain.com</a> 형식을 지켜야합니다.</td>\n</tr>\n<tr>\n<td>cell</td>\n<td>휴대전화</td>\n<td>string</td>\n<td>최대 20자</td>\n<td></td>\n</tr>\n<tr>\n<td>phone</td>\n<td>연락처</td>\n<td>string</td>\n<td>최대 20자</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"필수-값-입력-예제\">필수 값 입력 예제</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"name\": \"담당자\",\n    \"email\": \"noreaply@gabia.com\",\n}\n</code></pre>\n<h1 id=\"전체-값-입력-예제\">전체 값 입력 예제</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"name\": \"담당자\",\n    \"email\": \"noreaply@gabia.com\",\n    \"cell\": \"010-0000-0000\",\n    \"phone\": \"02-000-0000\"\n}\n</code></pre>\n<h1 id=\"주의점\">주의점</h1>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"f60690c1-8430-4083-bd7d-fdf062213a95"},{"name":"Items","id":"82106f37-4836-4908-afd8-fc16da1672b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DATA","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p>항목 정보</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>타입</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>month*</td>\n<td>월</td>\n<td>numberstring</td>\n<td>01,02,...12</td>\n<td></td>\n</tr>\n<tr>\n<td>day*</td>\n<td>일</td>\n<td>numberstring</td>\n<td>01,02,...31</td>\n<td></td>\n</tr>\n<tr>\n<td>subject</td>\n<td>품목명</td>\n<td>string</td>\n<td>최대 100자</td>\n<td></td>\n</tr>\n<tr>\n<td>unit</td>\n<td>규격</td>\n<td>string</td>\n<td>최대 40자</td>\n<td></td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>수량</td>\n<td>string</td>\n<td>소수점 2자리까지, - 표기 가능, 정수</td>\n<td></td>\n</tr>\n<tr>\n<td>unitPrice</td>\n<td>단가</td>\n<td>string</td>\n<td>소수점 2자리까지, - 표기 가능, 정수</td>\n<td></td>\n</tr>\n<tr>\n<td>supplyPrice*</td>\n<td>공급가액</td>\n<td>numberstring</td>\n<td>최대 18자</td>\n<td></td>\n</tr>\n<tr>\n<td>tax*</td>\n<td>세액</td>\n<td>numberstring</td>\n<td>최대 18자</td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>비고</td>\n<td>string</td>\n<td>최대 100자</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"필수값-예제\">필수값 예제</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"items\": [\n        {\n            \"month\": \"01\",\n            \"day\": \"01\",\n            \"supplyPrice\": \"100\",\n            \"tax\": \"10\"\n        }\n    ]\n}\n</code></pre>\n<h1 id=\"전체값-예제\">전체값 예제</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"items\": [\n        {\n            \"month\": \"01\",\n            \"day\": \"01\",\n            \"subject\": \"항목이름\",\n            \"unit\": \"EA\",\n            \"quantity\": \"1\",\n            \"unitPrice\": \"100\",\n            \"supplyPrice\": \"100\",\n            \"tax\": \"10\",\n            \"description\": \"항목 비고란\"\n        }\n    ]\n}\n</code></pre>\n<h1 id=\"주의점\">주의점</h1>\n<ul>\n<li>항목의 <code>공급가액</code>, <code>세액의 합</code>은 <code>information</code> 의 <code>총 공급가액</code>, <code>총 세액</code>과 일치해야합니다.</li>\n<li>항목의 <code>월</code>, <code>일</code> 은 <code>information</code>의 작성일자 이후로 기입 될 수 없습니다. (선발행 오류)</li>\n</ul>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"82106f37-4836-4908-afd8-fc16da1672b1"},{"name":"Amendment","id":"7b9a07b7-131e-42ac-b7b0-e130a9cfbc23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DATA","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p>수정세금계산서 정보</p>\n<h3 id=\"amendment\">amendment</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>타입</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>originalIssueId*</td>\n<td>당초 승인번호</td>\n<td>string</td>\n<td></td>\n<td>수정 대상이 되는 원본 세금계산서 승인번호</td>\n</tr>\n<tr>\n<td>modifyType*</td>\n<td>수정 사유</td>\n<td>numberstring</td>\n<td>\"01\" |\"02\" | \"03\" | \"04\" | \"05\" | \"06\"</td>\n<td>아래 수정 사유 참조</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"필수값-예제\">필수값 예제</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"amendment\": {\n            \"originalIssueId\": \"\",\n            \"modifyType\": \"\"\n        }\n}\n</code></pre>\n<h1 id=\"주의-사항\">주의 사항</h1>\n<p>국세청에서는 수정세금계산서 작성을 위한 수정 사유를 6가지로 구분합니다.\n수정세금계산서 발행 시, 수정 사유와 원본 세금계산서 당초 승인번호를 반드시 부여해야 합니다. </p>\n<h3 id=\"수정-사유\">수정 사유</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>수정코드</th>\n<th>수정사유</th>\n<th>설명</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>01</td>\n<td>기재사항 착오정정</td>\n<td>필요적 기재사항 등이 착오 또는 착오 외로 잘못 적힌  경우<br />원본에 대한 부(-)의 1장, 수정분 1장, 총 2장 세금계산서 발행<br />작성일자를 잘못 기재한 경우를 제외하고 2장 모두 작성 일자는 교부한 당초 세금계산서 작성일자를 입력</td>\n</tr>\n<tr>\n<td>02</td>\n<td>공급가액 변동</td>\n<td>공급가액에 추가 또는 차감되는 금액이 발생한  경우<br />증감되는 금액에 따라 원본 발행분에 대한 부(-) 또는 정(+)의 세금계산서 1장 발행<br />작성 일자에 증감사유가 발생한 날을 입력</td>\n</tr>\n<tr>\n<td>03</td>\n<td>환입</td>\n<td>원본 공급한 재화가 환입(반품)된 경우<br />환입(반품)된 금액만큼 부(-)의 수정세금계산서 1장 발행<br />작성 일자에 환입이 발행한 일자를 입력</td>\n</tr>\n<tr>\n<td>04</td>\n<td>계약의 해제</td>\n<td>계약이 해제된 경우<br />원본 발행한 동일한 부(-)의 수정세금계산서 1장 발행<br />작성 일자에 계약의 해제일을 입력</td>\n</tr>\n<tr>\n<td>05</td>\n<td>내국신용장 사후개설</td>\n<td>내국신용장 등이 사후개설된 경우<br />내국신용장이 개설된 금액만큼 부(-)로 1장, 영세율(+)로 1장, 총 2장 수정세금계산서 발행<br />작성 일자에 당초 세금계산서 작성 일자를 입력하고 비고란에 내국 신용장 개설일을 입력</td>\n</tr>\n<tr>\n<td>06</td>\n<td>착오에 의한 이중발행</td>\n<td>동일한 세금계산서를 중복으로 발행한 경우 또는 다수 건의  거래 중 일부 취소가 필요한 경우<br />원본 발급한 세금계산서의 내용대로 부(-)의 수정세금계산서 1장 <br />발행 작성일을 당초 전자세금계산서 작성일자 입력</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"1장만-발행하는-경우\">1장만 발행하는 경우</h3>\n<ol>\n<li>공급가액 변동 : 02</li>\n<li>환입 : 03</li>\n<li>계약의 해제 : 04</li>\n<li>착오에 의한 이중 발급 : 06</li>\n</ol>\n<h3 id=\"2장-발행해야하는-경우\">2장 발행해야하는 경우</h3>\n<ol>\n<li>기재사항 착오변동 : 01</li>\n<li>내국 신용장 사후 개설 : 05</li>\n</ol>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"7b9a07b7-131e-42ac-b7b0-e130a9cfbc23"}],"id":"9dc1170d-a475-4248-89b8-09320eefee78","_postman_id":"9dc1170d-a475-4248-89b8-09320eefee78","description":""},{"name":"세금계산서 조회 전용","item":[{"name":"Mail","id":"c97382cb-a9b8-41f4-a436-bd05cfaa397f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DATA","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p>세금계산서 발급전 승인요청, 발급 안내 메일에 대한 정보입니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>readStatus</td>\n<td>세금계산서 메일 열람 상태</td>\n<td>\"C\" | \"R\"</td>\n<td>\"C\" : 읽음, \"R\": 읽지 않음</td>\n</tr>\n<tr>\n<td>sendDate</td>\n<td>세금계산서 메일 발송 시간</td>\n<td>dateString</td>\n<td></td>\n</tr>\n<tr>\n<td>sendResultCode</td>\n<td>세금계산서 메일 발송 결과 코드 (SMTP)</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>sendResultMessage</td>\n<td>세금계산서 메일 발송 결과 메세지 (SMTP)</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"mails\": {\n        \"readStatus\": \"C\",\n        \"sendDate\": \"\",\n        \"sendResultCode\": \"0\",\n        \"sendResultMessage\": \"\"\n    }\n}\n</code></pre>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"c97382cb-a9b8-41f4-a436-bd05cfaa397f"},{"name":"Status","id":"5d31f1f9-60f3-48d7-907e-aed796c2cb9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DATA","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>approvalStatus</td>\n<td>세금계산서 승인 상태</td>\n<td>\"W\" | \"T\" | \"R\" | \"S\" | \"B\"</td>\n<td>W : 승인요청전, T : 승인요청, R : 승인요청읽음, S : 승인, B : 반려</td>\n</tr>\n<tr>\n<td>declareStauts</td>\n<td>문서 발행 상태</td>\n<td>stringNumber</td>\n<td>0: 발송 전, 1: 발송시작, 2: 발송결과수신대기, 3: 발송실패 4: 성공, 5: 전송 실패</td>\n</tr>\n<tr>\n<td>declareStatusCode</td>\n<td>문서 발행 상태 코드</td>\n<td>string</td>\n<td>아래 국세청 세금계산서 결과 상태 코드 참조</td>\n</tr>\n<tr>\n<td>issueId</td>\n<td>승인번호</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"status\": {\n        \"approvalStatus\": \"W\",\n        \"declareStatus\": \"0\",\n        \"declareStatusCode\": \"\",\n        \"issueId\": \"\"\n    }\n}\n</code></pre>\n<h3 id=\"국세청-전송-결과-상태-코드\">국세청 전송 결과 상태 코드</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>상태코드</th>\n<th>정의</th>\n<th>설명</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SUC001</td>\n<td>성공</td>\n<td>모든 검증 과정을 정상적으로 처리</td>\n</tr>\n<tr>\n<td>SYN001</td>\n<td>복호화 실패</td>\n<td>사업자가 제출한 암호화된 전자세금계산서에 대한 복호화 실패한 경우</td>\n</tr>\n<tr>\n<td>SYN002</td>\n<td>공급사업자, 수탁자 전자서명 오류</td>\n<td>공급자의 전자서명이 유효하지 않음</td>\n</tr>\n<tr>\n<td>SYN003</td>\n<td>승인번호 중복 오류</td>\n<td>승인번호가 국세청에 이미 등록되어 있는 경우</td>\n</tr>\n<tr>\n<td>SYN004</td>\n<td>전자세금계산서 스키마 오류</td>\n<td>1. 유효하지 않은 전자세금계산서 구조를 가진 경우<br />&gt; 엘리먼트 중복, 필수 엘리먼트 미 존재, 코드오류, 데이터 유형 오류 등<br />2. 계산서의 종류 코드가  영세율일 경우</td>\n</tr>\n<tr>\n<td>ERR001</td>\n<td>공급자 사업자등록번호 오류</td>\n<td>국세청 미등록 사업자</td>\n</tr>\n<tr>\n<td>ERR002</td>\n<td>공급받는(사업)자 사업자등록번호 오류</td>\n<td>국세청 미등록 사업자 또는 미등록 주민등록번호</td>\n</tr>\n<tr>\n<td>ERR003</td>\n<td>수탁 사업자등록번호 오류</td>\n<td>국세청 미등록 사업자</td>\n</tr>\n<tr>\n<td>ERR004</td>\n<td>전송일시 오류</td>\n<td>전송일시가 유효하지 않는 경우</td>\n</tr>\n<tr>\n<td>ERR005</td>\n<td>발행(교부) 일시 오류</td>\n<td>1. 발급일시가 유효하지 않는 경우<br />2. 발급일시가 전송일자 이후인 경우</td>\n</tr>\n<tr>\n<td>ERR006</td>\n<td>작성일자 오류</td>\n<td>1. 작성일시가 유효하지 않거나, 작성일자가 발급일자 이후인 경우<br />2. 승인번호의 작성일자가 다른 경우</td>\n</tr>\n<tr>\n<td>ERR007</td>\n<td>공급가액, 세액 오류</td>\n<td>1. 부호, 영세율 또는 면세인데 세액이 존재하는 경우 <br />2. 수정 세금계산서 시, 수정이슈에 적합하지 않은 금액이 존재하는 경우 <br />3. 세액 합계금액이 공급가액  합계액의 10%가 아닌 경우<br /> 단, 단수 조정으로 공급가액의 합계액과 세액의 합계액을 각각 +.- 10원 이내의 금액은 허용</td>\n</tr>\n<tr>\n<td>ERR008</td>\n<td>코드 유형 오류</td>\n<td>세금계산서 종류, 사업자번호 구분코드, 수정 코드에 오류가 있는 경우</td>\n</tr>\n<tr>\n<td>ERR009</td>\n<td>폐업사업자 발행 오류</td>\n<td>폐업신고일자 이후 세금계산서를 발행하는 경우</td>\n</tr>\n<tr>\n<td>ERR010</td>\n<td>국세청 등록번호 오류</td>\n<td>발행시스템 승인번호의 국세청 등록번호와 전송시스템의 국세청 등록번호가 다른 경우</td>\n</tr>\n<tr>\n<td>ERR011</td>\n<td>당초승인번호오류</td>\n<td>1. 수정 세금계산서에 있는 원본 승인번호가 존재하지 않거나 다른 경우 <br />2. 일반 전자세금계산서에 원본 승인번호가 존재하는 경우</td>\n</tr>\n<tr>\n<td>ERR999</td>\n<td>정의되지 않은 기타오류</td>\n<td>수정계산서의 사유가 내국신용장 사후개설인 경우</td>\n</tr>\n<tr>\n<td>SYS001</td>\n<td>연계사업자 인증 오류</td>\n<td>국세청이 승인하지 않은 사업자가 전자세금계산서를 제출하는 경우</td>\n</tr>\n<tr>\n<td>SYS002</td>\n<td>중복된 SubmitID</td>\n<td>사업자가 동일한 SubmitID(문서번호)로 전자세금계산서를 제출하는 경우</td>\n</tr>\n<tr>\n<td>SYS003</td>\n<td>존재하지 않는 SubmitID</td>\n<td>사업자가 존재하지 않는 SubmitID(문서번호)로 결과 전송 요청을 하는 경우</td>\n</tr>\n<tr>\n<td>WSM001</td>\n<td>SOAP Message 통신 오류</td>\n<td>SOAP 메시지 처리 도중 유효하지 않은 SOAP Envelope namespace 발견 시 SOAP 헤더 중 mustUnderstand 값이 “1”로 설정되었으나 이 항목을 수신측에서 이해하지 못하거나 처리하지 못하는 경우</td>\n</tr>\n<tr>\n<td>WSM002</td>\n<td>SOAP Message 구조 오류</td>\n<td>1. Soap header나 body내에 받는 쪽 노드가 지원하지 않는 data encoding을 요구하는 엘리먼트가 있는 경우 발생 <br />  2. SOAP Header 구조가 규격에 맞지 않는 경우 <br />    3. SOAP Body 구조가 규격에 맞지 않는 경우</td>\n</tr>\n<tr>\n<td>WSM003</td>\n<td>SOAP Message 전자서명 오류</td>\n<td>서명검증에서 검증값이 유효하지 않은 경우</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"5d31f1f9-60f3-48d7-907e-aed796c2cb9c"},{"name":"LinkedDocument","id":"2d204b7a-e016-4507-8abf-5d49cbfd7d58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DATA","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p>연결 문서정보</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>amendmentOriginal</td>\n<td>수정세금계산서의 원본 세금계산서 문서번호</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>statementPair</td>\n<td>거래명세서 연동 세금계산서 문서번호</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"status\": {\n        \"amendmentOriginal\": \"W\",\n        \"statementPair\": \"0\",\n    }\n}\n</code></pre>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"2d204b7a-e016-4507-8abf-5d49cbfd7d58"},{"name":"File","id":"99870d9c-b355-4240-8461-93aaacb170f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DATA","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p>세금계산서 첨부 파일에 대한 정보입니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>첨부 파일 id</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>파일 유형</td>\n<td>string</td>\n<td>LEGACY_ACCOUNT(구 통장사본), LEGACY_COMPANY(구 사업자등록증), DOCUMENT(일반 첨부 파일), INVOICER_DOCUMENT(역발행 공급자 첨부파일), INVOICEE_DOCUMENT(역발행 공급받는자 첨부파일)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>파일명</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>size</td>\n<td>파일 크기 (byte)</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"files\": [\n        {\n            \"id\": 1,\n            \"type\": \"DOCUMENT\",\n            \"name\": \"첨부파일.xlsx\",\n            \"size\": 10000\n       }\n    ]\n}\n\n</code></pre>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"99870d9c-b355-4240-8461-93aaacb170f6"}],"id":"dda830e2-53aa-4311-ab85-dd1d0d690fe9","description":"<p>세금계산서 작성에는 사용되지 않으며, 조회 시 사용되는 객체들에 대한 설명입니다</p>\n","_postman_id":"dda830e2-53aa-4311-ab85-dd1d0d690fe9"}],"id":"6ceb3d79-effe-4e00-bc3a-658ff0b0ff80","description":"<p>세금계산서 생성, 조회에 사용되는 데이터 타입입니다</p>\n","_postman_id":"6ceb3d79-effe-4e00-bc3a-658ff0b0ff80"}],"id":"984be7cc-8650-4360-a5a3-2e3748b0d14c","description":"<p>전자세금계산서 API를 이용하기 위해서는 인증이 필요하며, Token(a.k.a API KEY)을 통해 인증을 수행합니다.<br />\n인증을 위해 필요한 Token은 오피스(OFFICE_TOKEN)와 전자세금계산서 사용자(BILL_ACCESS_TOKEN) Key가 필요합니다.   </p>\n<ul>\n<li><p>OFFICE_TOKEN: 오피스&gt;오피스관리&gt;API 관리에서 토큰 생성이 가능하며, 생성 시 반드시 전자세금계산서를 설정해야 정상적으로 사용할 수 있습니다. [<a href=\"https://customer.gabia.com/manual#/hiworks/3403/4280\">오피스토큰 생성하기 매뉴얼 바로가기</a>]</p>\n</li>\n<li><p>BILL_ACCESS_TOKEN: 오피스&gt;전자세금계산서&gt;API 연동에서 확인할 수 있습니다.</p>\n</li>\n<li><p>OFFICE_URL: 전자세금계산서 API 호출을 위한 주소로 <a href=\"https://bill-api.hiworks.com\">https://bill-api.hiworks.com</a> 을 입력해야 정상적으로 사용할 수 있습니다.</p>\n</li>\n</ul>\n","_postman_id":"984be7cc-8650-4360-a5a3-2e3748b0d14c"},{"name":"사업자 번호 휴폐업 조회","item":[{"name":"사업자 휴폐업 단일 조회","id":"75722caa-14da-47c7-8728-00c6a7680c0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>JSON 타입을 명시하지 않는 경우 에러가 발생합니다</p>\n","type":"text"},{"key":"Office-Authorization","value":"","description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n","type":"text"},{"key":"Bill-Access-Authorization","value":"","description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n","type":"text"}],"url":"https://bill-api.hiworks.com/v4/check/{{사업자번호}}","description":"<h3 id=\"요청-사업자-번호-제약\">요청 사업자 번호 제약</h3>\n<p>휴폐업 조회시 사업자 번호는 10자리 숫자만 허용합니다.\n하이픈('-')이 포함되지 않도록 주의하시기 바랍니다.<br />\nex) 1234512345</p>\n<p>다음과 같은 예시는 허용하지 않습니다. <br />\nex) 123-45-12345</p>\n<h3 id=\"반환-값\">반환 값</h3>\n<p>반환 값에는 해당 사업자의 휴폐업 상태를 포함한 추가 정보가 반환됩니다.</p>\n<blockquote>\n<p>반환 예시</p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"idn\": \"1234512345\",  // 사업자 번호\n        \"status\": \"계속사업자\",  // 사업자 상태\n        \"statusCode\": \"01\", // 사업자 상태 코드\n        \"taxType\": \"부가가치세 일반과세자\", // 사업자 과세 유형\n        \"taxTypeCode\": \"01\", // 사업자 과세 유형 코드\n        \"endDate\": \"\", // 폐업일\n        \"utcc\": \"N\", // 단위 과세 전환 폐업 여부\n        \"taxTypeChangeDate\": \"\", // 최근 과세 유형 전환 일자\n        \"invoiceApplyDate\": \"\" // 세금계산서 적용 일자\n    },\n    \"meta\": {}\n}\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>형식</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>idn</td>\n<td>사업자 번호</td>\n<td>string</td>\n<td>10자리 숫자</td>\n</tr>\n<tr>\n<td>status</td>\n<td>사업자 상태</td>\n<td>string</td>\n<td>사업자 상태 코드에 따라 상태 반환<br />상태값이 없는 경우는 국세청에 등록되지 않은 사업자등록번호입니다.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>사업자 상태 코드</td>\n<td>string</td>\n<td>01~03 숫자코드 반환<br />01: 계속사업자,<br />02: 휴업자,<br />03: 폐업자</td>\n</tr>\n<tr>\n<td>taxType</td>\n<td>사업자 과세 유형</td>\n<td>string</td>\n<td>사업제 과세 유형 코드에 따라 사업자 과세 유형 반환<br />과세 유형 코드가 없는 경우는 국세청에 등록되지 않은 사업자등록번호입니다.</td>\n</tr>\n<tr>\n<td>taxTypeCode</td>\n<td>사업자 과세 유형 코드</td>\n<td>string</td>\n<td>01~07 숫자코드 반환<br />01:부가가치세 일반과세자,<br />02:부가가치세 간이과세자,<br />03:부가가치세 과세특례자,<br />04:부가가치세 면세사업자,<br />05:수익사업을 영위하지 않는 비영리법인이거나 고유번호가 부여된 단체,국가기관 등,<br />06:고유번호가 부여된 단체,<br />07:부가가치세 간이과세자(세금계산서 발급사업자)</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>폐업일</td>\n<td>string</td>\n<td>YYYYMMDD 형식, 폐업인 경우에 값 반환</td>\n</tr>\n<tr>\n<td>utcc</td>\n<td>단위 과세 전환 폐업 여부</td>\n<td>string</td>\n<td>\"Y\"|\"N\"</td>\n</tr>\n<tr>\n<td>taxTypeChangeDate</td>\n<td>최근 과세 유형 전환 일자</td>\n<td>string</td>\n<td>YYYYMMDD 형식, 전환된 경우에 값 반환</td>\n</tr>\n<tr>\n<td>invoiceApplyDate</td>\n<td>세금계산서 적용 일자</td>\n<td>string</td>\n<td>YYYYMMDD 형식, 지정된 경우에 값 반환</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v4","check","{{사업자번호}}"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"b91d5014-7fd0-4465-9717-290121f5d73c","name":"조회에 성공한 경우","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다","type":"text"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다","type":"text"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다","type":"text"}],"url":"https://bill-api.hiworks.com/v4/check/{{사업자번호}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"idn\": \"1234512345\",\r\n        \"status\": \"계속사업자\",\r\n        \"statusCode\": \"01\",\r\n        \"taxType\": \"부가가치세 일반과세자\",\r\n        \"taxTypeCode\": \"01\",\r\n        \"endDate\": \"\",\r\n        \"utcc\": \"N\",\r\n        \"taxTypeChangeDate\": \"\",\r\n        \"invoiceApplyDate\": \"\"\r\n    },\r\n    \"meta\": {}\r\n}\r\n"},{"id":"f396d14b-3fcc-4621-af6f-e56c48eedb37","name":"사업자 번호가 잘못된 경우","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다","type":"text"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다","type":"text"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다","type":"text"}],"url":"https://bill-api.hiworks.com/v4/check/{{사업자번호}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"errors\": [\r\n        {\r\n            \"status\": \"400\",\r\n            \"title\": \"Parameter Error\",\r\n            \"message\": \"휴폐업 조회시 사업자 등록번호는 10자리 숫자만 허용합니다.\"\r\n        }\r\n    ]\r\n}\r\n"}],"_postman_id":"75722caa-14da-47c7-8728-00c6a7680c0a"}],"id":"eaf90117-d1fe-4db1-b870-33fee52ada5b","description":"<p>세금계산서 발급 시, 휴폐업 여부를 미리 검증할 수 있어 휴폐업 사실 미통보로 인한 수정 발행과 같은 불필요한 업무를 간소화할 수 있습니다.</p>\n","_postman_id":"eaf90117-d1fe-4db1-b870-33fee52ada5b"},{"name":"첨부 파일","item":[{"name":"공용 첨부 파일 조회","id":"e9a3e5ef-5152-444a-aa10-e0b70bac28b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Office-Authorization","value":"","description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n"},{"key":"Bill-Access-Authorization","value":"","description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n"}],"url":"https://bill-api.hiworks.com/v4/office-files","description":"<p>오피스 공용으로 사용하는 첨부 파일 목록을 조회합니다. isFileUsed = \"Y\"인 파일의 id를 문서 작성 시 officeFileIds 필드에 입력하여 첨부 가능합니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>형식</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>공용 파일 id</td>\n<td>number</td>\n</tr>\n<tr>\n<td>fileName</td>\n<td>파일명</td>\n<td>string</td>\n</tr>\n<tr>\n<td>fileSize</td>\n<td>파일 크기(byte)</td>\n<td>number</td>\n</tr>\n<tr>\n<td>isFileUsed</td>\n<td>사용 여부</td>\n<td>string (\"Y\" or \"N\")</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v4","office-files"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"aa0e5049-3be2-4a96-a005-38eaa3665ac8","name":"공용 첨부 파일 조회","originalRequest":{"method":"GET","header":[{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다"}],"url":"https://bill-api.hiworks.com/v4/office-files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"fileName\": \"통장사본.gif\",\r\n            \"fileSize\": 1234,\r\n            \"isFileUsed\": \"Y\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"fileName\": \"사업자등록증.gif\",\r\n            \"fileSize\": 5678,\r\n            \"isFileUsed\": \"N\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"e9a3e5ef-5152-444a-aa10-e0b70bac28b3"},{"name":"임시 첨부 파일 생성","id":"dd9af953-a729-428a-ada1-f03a195ea6a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Office-Authorization","value":"","description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n"},{"key":"Bill-Access-Authorization","value":"","description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"7a0863d0-08b9-4302-a15a-78e395b561d9","value":null}]},"url":"https://bill-api.hiworks.com/v4/temp-files","description":"<p>클라이언트의 파일을 서버로 임시 업로드합니다(multipart/form-data). 반환된 tempFileId 값을 문서 작성 시 tempFileIds 필드에 추가하여 첨부할 수 있습니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>형식</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file</td>\n<td>첨부 대상 파일</td>\n<td>file</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v4","temp-files"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"4d886e4c-c84b-48d9-b677-07bb9e655103","name":"임시 첨부 파일 생성","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"7934d2eb-5a07-4738-bd37-03b04d4708b3","src":"/D:/hiworks.svg"}]},"url":"https://bill-api.hiworks.com/v4/temp-files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"tempFileId\": 1234\r\n    }\r\n}"}],"_postman_id":"dd9af953-a729-428a-ada1-f03a195ea6a8"},{"name":"첨부 파일 다운로드","id":"3f3c66c1-ef76-4166-a060-2e1fefc4f45d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Office-Authorization","value":"","description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n"},{"key":"Bill-Access-Authorization","value":"","description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n"}],"url":"https://bill-api.hiworks.com/v4/invoices/{{문서번호}}/attached-files/{{파일 id}}","description":"<p>{{문서번호}} 로 명시된 부분에 문서번호, {{파일 id}}로 명시된 부분에 문서 조회 시 취득 가능한 첨부 파일 id(files.*.id)를 입력하여 파일을 다운로드합니다.</p>\n","urlObject":{"protocol":"https","path":["v4","invoices","{{문서번호}}","attached-files","{{파일 id}}"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f3c66c1-ef76-4166-a060-2e1fefc4f45d"}],"id":"2d273f44-ce31-4846-8f1d-160212051df3","_postman_id":"2d273f44-ce31-4846-8f1d-160212051df3","description":""},{"name":"사업자등록정보 진위 검증","item":[{"name":"사업자등록정보 진위 검증","id":"df475496-5406-4644-b947-7ee5447355b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>JSON 타입을 명시하지 않는 경우 에러가 발생합니다</p>\n","type":"text"},{"key":"Office-Authorization","value":"","description":"<p>(필수)생성하신 office api token 정보를 입력합니다</p>\n","type":"text"},{"key":"Bill-Access-Authorization","value":"","description":"<p>(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"idn\": \"1234512345\",\r\n    \"startDate\": \"20210101\",\r\n    \"representative\": \"가비아\",\r\n    \"representative2\": \"\",\r\n    \"companyName\": \"\",\r\n    \"corporationNo\": \"\",\r\n    \"sector\": \"\",\r\n    \"type\": \"\"\r\n  }\r\n}"},"url":"https://bill-api.hiworks.com/v4/validate","description":"<h3 id=\"요청-body\">요청 body</h3>\n<h4 id=\"전체-제약-사항\">전체 제약 사항</h4>\n<ul>\n<li><p>사업자 번호, 개업일자, 대표자 명은 필수값입니다. 해당 값이 누락될 경우 정상적인 진위 검증이 실행되지 않습니다.</p>\n</li>\n<li><p>필수값을 제외한 모든 값은 비 필수값입니다. 비 필수값은 기재해도 무방하나 올바르게 기재하지 않을 경우 정상적인 진위 검증이 진행되지 않습니다.</p>\n</li>\n<li><p>비 필수값을 입력하지 않을 경우 필드를 비우거나 빈값으로 처리하여 요청합니다.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>형식</th>\n<th>비고 및 제약</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>idn</td>\n<td>사업자 번호</td>\n<td>string</td>\n<td>- 필수값  <br />- 10자리 숫자  <br />- 하이픈(-)미포함</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>개업일자</td>\n<td>string</td>\n<td>- 필수값  <br />- 8자리 숫자  <br />- YYYYMMDD 형식</td>\n</tr>\n<tr>\n<td>representative</td>\n<td>대표자 명</td>\n<td>string</td>\n<td>- 필수값</td>\n</tr>\n<tr>\n<td>representative2</td>\n<td>대표자 명2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>상호</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>corporationNo</td>\n<td>법인 등록번호</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>sector</td>\n<td>주 업태</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>주 종목</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"반환-값\">반환 값</h3>\n<ul>\n<li>정상 조회시 해당 사업자의 진위 여부를 판단하는 코드와 사업자의 휴폐업 상태가 반환됩니다.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>형식</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>idn</td>\n<td>사업자 번호</td>\n<td>string</td>\n<td>10자리 숫자</td>\n</tr>\n<tr>\n<td>validationCode</td>\n<td>진위 검증 코드</td>\n<td>string</td>\n<td>사업자 진위 여부에 따라 상태 코드 반환  <br />01: 정상 조회  <br />02: 해당 사업자 정보로 조회되지 않는 경우</td>\n</tr>\n<tr>\n<td>validationMessage</td>\n<td>진위 검증 메세지</td>\n<td>string</td>\n<td>해당 사업자 정보로 조회되지 않는 경우 출력되는 메세지입니다.</td>\n</tr>\n<tr>\n<td>requestData</td>\n<td>요청 data</td>\n<td>object</td>\n<td>진위 검증 조회시 요청했던 데이터를 확인용으로 반환합니다.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>사업자 상태</td>\n<td>object</td>\n<td>사업자의 진위 검증이 정상적으로 확인된 경우 첨부됩니다.  <br />해당 사업자의 휴폐업 상태를 나타냅니다. 자세한 설명은 <code>사업자 휴폐업 단일 조회</code>항목의 반환 예시를 참고하시기 바랍니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v4","validate"],"host":["bill-api","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"51243fc5-6aca-4d2d-8a91-0376b278d5e3","name":"정상 조회된 경우","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다","type":"text"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다","type":"text"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"idn\": \"1234512345\",\r\n    \"startDate\": \"20210101\",\r\n    \"representative\": \"가비아\",\r\n    \"representative2\": \"\",\r\n    \"companyName\": \"\",\r\n    \"corporationNo\": \"\",\r\n    \"sector\": \"\",\r\n    \"type\": \"\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/validate"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"idn\": \"1234512345\",\r\n    \"validationCode\": \"01\",\r\n    \"requestData\": {\r\n      \"idn\": \"1234512345\",\r\n      \"startDate\": \"20210101\",\r\n      \"representative\": \"가비아\",\r\n      \"representative2\": \"\",\r\n      \"companyName\": \"\",\r\n      \"corporationNo\": \"\",\r\n      \"sector\": \"\",\r\n      \"type\": \"\"\r\n    },\r\n    \"status\": {\r\n      \"idn\": \"1234512345\",\r\n      \"status\": \"계속사업자\",\r\n      \"statusCode\": \"01\",\r\n      \"taxType\": \"부가가치세 일반과세자\",\r\n      \"taxTypeCode\": \"01\",\r\n      \"endDate\": \"20210101\",\r\n      \"utcc\": \"Y\",\r\n      \"taxTypeChangeDate\": \"20210101\",\r\n      \"invoiceApplyDate\": \"20210101\"\r\n    }\r\n  }\r\n}"},{"id":"859c8dfe-8606-4c41-8039-a03a1e174464","name":"조회되지 않는 경우","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"JSON 타입을 명시하지 않는 경우 에러가 발생합니다","type":"text"},{"key":"Office-Authorization","value":"","description":"(필수)생성하신 office api token 정보를 입력합니다","type":"text"},{"key":"Bill-Access-Authorization","value":"","description":"(필수)세금계산서 페이지에서 생성하신 사용자의 세금계산서 api token 정보를 입력합니다","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"idn\": \"1234512345\",\r\n    \"startDate\": \"20210101\",\r\n    \"representative\": \"가비아\",\r\n    \"representative2\": \"\",\r\n    \"companyName\": \"\",\r\n    \"corporationNo\": \"\",\r\n    \"sector\": \"\",\r\n    \"type\": \"\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://bill-api.hiworks.com/v4/validate"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"idn\": \"1234512345\",\r\n    \"validationCode\": \"02\",\r\n    \"validationMessage\": \"확인할 수 없습니다.\",\r\n    \"requestData\": {\r\n      \"idn\": \"1234512345\",\r\n      \"startDate\": \"20210101\",\r\n      \"representative\": \"가비아\",\r\n      \"representative2\": \"\",\r\n      \"companyName\": \"\",\r\n      \"corporationNo\": \"\",\r\n      \"sector\": \"\",\r\n      \"type\": \"\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"df475496-5406-4644-b947-7ee5447355b5"}],"id":"06089797-c889-4329-a9ef-3faea9d4093e","description":"<p>거래를 위해 수신한 사업자등록증의 사업자등록정보의 진위 검증을 통해 해당 사업자의 유효성을 판별하고 사업자의 현재 상태를 조회합니다.</p>\n","_postman_id":"06089797-c889-4329-a9ef-3faea9d4093e"},{"name":"간편 서명","item":[],"id":"d7f5d1f7-714f-45e0-8aaf-7501e79ffa11","description":"<p>API에서 문서 작성 후 바로 국세청 전송이 가능한 간편 서명 기능이 도입됩니다.</p>\n<p>간편 서명은 공인인증서를 등록하면 자동으로 서명 인증 절차가 진행되어 세금계산서 발급 및 국세청 전송이 곧바로 이뤄집니다.</p>\n<p>간편 서명은 하이웍스 전자세금계산서에 공인인증서 인증 정보를 등록한 후 이용할 수 있습니다.</p>\n<p>사용 가능한 인증서는 가비아 전용 공인인증서만 등록, 이용할 수 있습니다.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>속성 명</th>\n<th>설명</th>\n<th>제약 조건</th>\n<th>비고</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>easySign</td>\n<td>간편 서명 사용 여부</td>\n<td>\"Y\" | \"N\"</td>\n<td>\"Y\" : 사용, \"N\": 사용하지 않음</td>\n</tr>\n</tbody>\n</table>\n</div><p>(세금)계산서 생성 시, 간편 서명에 필요한 value값 'Y'(대문자만 사용)가 포함되어야 간편 서명이 이루어집니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"data\": {\n    \"easySign\": \"Y\",\n    \"information\" : {...},\n    ...\n},\n</code></pre>\n<p>수정 (세금)계산서 생성 시, data 아래 positive, negative와 같은 단계에서 간편 서명 value값이 존재해야합니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-JSON\">{\n    \"data\": {\n        \"easySign\":\"Y\",\n        \"amendment\" : {...},\n        \"positive\" : {...},\n        \"negative\" : {...}\n    }\n}\n</code></pre>\n","_postman_id":"d7f5d1f7-714f-45e0-8aaf-7501e79ffa11"},{"name":"API 리셀러","item":[],"id":"3baabb50-44b2-44fa-9e68-984d560d2009","description":"<p>전자세금계산서 API 리셀러는 API를 통해 발급하는 전자세금계산서 유료 발급 건수에 대해 일정 수익을 돌려드리는 제도입니다. </p>\n<ul>\n<li>전자세금계산서 리셀러 정책</li>\n</ul>\n<ol>\n<li>API 발급 대상 중 유료 차감 건수에 한해 정산해 드립니다.</li>\n<li>국세청 전송 실패 등으로 발급 건수가 반환된 대상은 정산 대상에서 제외됩니다.  </li>\n<li>정산 기준은 1건당 10원(VAT 별도)을 제공합니다. </li>\n<li>매월 초에 전월 API 유료 발급 건수를 기준으로 정산 리스트를 제공합니다.</li>\n</ol>\n<p>실적 조회와 수익 정산은 [<a href=\"https://partnercenter.gabia.com/reseller\">리셀러 전용 관리툴</a>]에서 편리하게 확인할 수 있습니다. </p>\n<p>전자세금계산서 정산 대상은 API 문서 생성 시, Header 부분에 아래 내용이 포함되어야 정상적으로 정산 대상으로 규정합니다.</p>\n<hr />\n<p>--header 'X-Reseller-Code: {{리셀러ID}}'</p>\n<hr />\n","event":[{"listen":"prerequest","script":{"id":"1f85a3f0-ad95-455a-921b-03ced03d4536","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3f415f6a-ba6c-498d-aa38-ed703f223059","type":"text/javascript","exec":[""]}}],"_postman_id":"3baabb50-44b2-44fa-9e68-984d560d2009"}],"id":"94748618-d717-47fb-ab0c-15407aad9709","event":[{"listen":"prerequest","script":{"id":"402ea577-7fd1-4c7e-85df-d0acefe6c2ff","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ebda9557-f964-4975-8122-151391662507","type":"text/javascript","exec":[""]}}],"_postman_id":"94748618-d717-47fb-ab0c-15407aad9709","description":""},{"name":"조직 연동","item":[{"name":"직위","item":[{"name":"직위 추가","id":"005ec81c-7ddc-4db1-b8cf-77e412a6697f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"level\" : \"9\",\n\t\"position_list\" : [\n\t\t{\"name\" : \"postion001\", \"extKey\" : \"ext_001\", \"order\" : \"01\"},\n\t\t{\"name\" : \"postion002\", \"extKey\" : \"ext_002\", \"order\" : \"02\"}\n\t]\n}\n"},"url":"{{hiworks_api_url}}/office/org/position","description":"<p>직위를 추가합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>level</td>\n<td>옵션</td>\n<td>직위의 등급을 입력합니다.</td>\n</tr>\n<tr>\n<td>position_list</td>\n<td>필수</td>\n<td>직위의 리스트를 입력합니다. 직위명, 직위키, 정렬을 일괄로 전달합니다.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>필수</td>\n<td>직위 이름을 입력합니다.</td>\n</tr>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>직위 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>필수</td>\n<td>직위의 정렬(순서를) 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","position"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"3f09b2b6-7ed0-43fd-93f9-335bcb30dce2","name":"직위추가","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"level\" : \"9\",\n\t\"position_list\" : [\n\t\t{\"name\" : \"postion001\", \"extKey\" : \"ext_001\", \"order\" : \"01\"},\n\t\t{\"name\" : \"postion002\", \"extKey\" : \"ext_002\", \"order\" : \"02\"}\n\t]\n}\n"},"url":"{{url}}.hiworks.com/office/org/position"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:52:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"005ec81c-7ddc-4db1-b8cf-77e412a6697f"},{"name":"직위 수정","id":"b9ce2699-26a8-43a4-b9bf-ca51a5e59a2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"position_list\" : [\n\t\t{\n\t\t\t\"name\" : \"postion001m\", \n\t\t\t\"extKey\" : \"ext_001\", \n\t\t\t\"order\" : \"4\", \n\t\t\t\"modifyExtKey\" : \"ext_001m\"}\n\t]\n}"},"url":"{{hiworks_api_url}}/office/org/position","description":"<p>직위를 수정합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>position_list</td>\n<td>필수</td>\n<td>직위의 리스트를 입력합니다. 직위명, 직위키, 정렬을 일괄로 전달합니다.</td>\n</tr>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>직위 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>modifyExtKey</td>\n<td>필수</td>\n<td>수정할 직위 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>level</td>\n<td>옵션</td>\n<td>직위의 등급을 입력합니다.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>옵션</td>\n<td>직위 이름을 입력합니다.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>옵션</td>\n<td>직위의 정렬(순서를) 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","position"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"7a575429-2607-4915-82db-62aa095ccf57","name":"직위 수정","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"position_list\" : [\n\t\t{\n\t\t\t\"name\" : \"postion001m\", \n\t\t\t\"extKey\" : \"ext_001\", \n\t\t\t\"order\" : \"4\", \n\t\t\t\"modifyExtKey\" : \"ext_001m\"}\n\t]\n}"},"url":"{{url}}.hiworks.com/office/org/position"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:53:19 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"b9ce2699-26a8-43a4-b9bf-ca51a5e59a2f"},{"name":"직위 삭제","id":"47c449d4-4e59-4600-96fd-900349864935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"extKey\" : \"090111_intern\"\n}"},"url":"{{url}}.hiworks.com/office/org/position","description":"<p>직위를 삭제합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>직위 외부키를 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","position"],"host":["{{url}}","hiworks","com"],"query":[],"variable":[]}},"response":[{"id":"98497b25-504f-4044-a14e-f34dca1a9292","name":"직위 삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"extKey\" : \"090111_intern\"\n}"},"url":"{{url}}.hiworks.com/office/org/position"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:54:11 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"47c449d4-4e59-4600-96fd-900349864935"},{"name":"직위 조회","id":"7a081893-65a0-4a1f-a46f-0581e942eaf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{hiworks_api_url}}/office/org/position?level=&extKey","urlObject":{"path":["office","org","position"],"host":["{{hiworks_api_url}}"],"query":[{"description":{"content":"<p>직위 등급</p>\n","type":"text/plain"},"key":"level","value":""},{"description":{"content":"<p>직위 외부키</p>\n","type":"text/plain"},"key":"extKey","value":null}],"variable":[]}},"response":[],"_postman_id":"7a081893-65a0-4a1f-a46f-0581e942eaf7"}],"id":"084f3b97-62ab-4853-8991-cf6b3e6668dd","description":"<p>직위은 사원, 대리, 차장, 과장 등으로 분류되며 직무의 종류, 난이도, 권한과 역할, 책임의 정도에 따라 분류됩니다. 하이웍스 오피스에서는 등급별로 여러 개의 직위를 관리할 수 있으며(최대 30개), 직위 API를 이용해 고객 인트라넷의 직위 정보를 하이웍스 오피스와 연동할 수 있습니다.</p>\n","event":[{"listen":"prerequest","script":{"id":"77a67a4a-c611-418f-a847-7a224779dec2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f8fc4ed8-c37b-4ec6-a5d1-90bd6cf92ea2","type":"text/javascript","exec":[""]}}],"_postman_id":"084f3b97-62ab-4853-8991-cf6b3e6668dd"},{"name":"직무","item":[{"name":"직무 추가","id":"c883f507-d8e1-43e6-a50e-0b97ee107ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"duty_list\":[\n      {\n         \"name\":\"직무명1\",\n         \"extKey\":\"직무 외부키1\",\n         \"order\":\"정렬1\"\n      },\n      {\n         \"name\":\"직무명2\",\n         \"extKey\":\"직무 외부키2\",\n         \"order\":\"정렬2\"\n      }\n   ]\n}"},"url":"{{hiworks_api_url}}/office/org/duty","description":"<p>직무를 추가합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>duty_list</td>\n<td>필수</td>\n<td>직무의 등급을 입력합니다. 직무의 리스트를 입력합니다. 직무명, 직무키, 정렬을 일괄로 전달합니다.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>필수</td>\n<td>직무 이름을 입력합니다.</td>\n</tr>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>직무 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>필수</td>\n<td>직의 정렬(순서를) 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","duty"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"32d22152-e312-4355-a351-5e83923fba8b","name":"직무 추가","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"duty_list\":[\n      {\n         \"name\":\"직무명1\",\n         \"extKey\":\"직무 외부키1\",\n         \"order\":\"정렬1\"\n      },\n      {\n         \"name\":\"직무명2\",\n         \"extKey\":\"직무 외부키2\",\n         \"order\":\"정렬2\"\n      }\n   ]\n}"},"url":"{{url}}.hiworks.com/office/org/duty"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:56:09 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"c883f507-d8e1-43e6-a50e-0b97ee107ffe"},{"name":"직무 수정","id":"ddb7ba17-007f-49c0-b333-1d42d7bf6d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"duty_list\":[\n\t\t{\n\t\t \"extKey\":\"직무 외부키1\",\n\t\t \"name\":\"수정할 직무명1\",\n\t\t \"order\":\"정렬1\",\n\t\t \"modifyExtKey\":\"수정할 직무 외부키1\"\n\t\t},\n\t\t{\n\t\t \"extKey\":\"직무 외부키2\",\n\t\t \"name\":\"수정할 직무명3\",\n\t\t \"order\":\"정렬3\",\n\t\t \"modifyExtKey\":\"수정할 직무 외부키3\"\n\t\t}\n\t]\n}"},"url":"{{hiworks_api_url}}/office/org/duty","description":"<p>직무를 수정합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>duty_list</td>\n<td>필수</td>\n<td>수정할 직무 리스트를 일괄로 전달합니다.</td>\n</tr>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>직무 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>modifyExtKey</td>\n<td>필수</td>\n<td>수정할 직무 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>옵션</td>\n<td>직 이름을 입력합니다.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>옵션</td>\n<td>직무의 정렬(순서를) 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","duty"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"950f9cb0-8c2d-4478-8c85-92138c001726","name":"직무 수정","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"duty_list\":[\n\t\t{\n\t\t \"extKey\":\"직무 외부키1\",\n\t\t \"name\":\"수정할 직무명1\",\n\t\t \"order\":\"정렬1\",\n\t\t \"modifyExtKey\":\"수정할 직무 외부키1\"\n\t\t},\n\t\t{\n\t\t \"extKey\":\"직무 외부키2\",\n\t\t \"name\":\"수정할 직무명3\",\n\t\t \"order\":\"정렬3\",\n\t\t \"modifyExtKey\":\"수정할 직무 외부키3\"\n\t\t}\n\t]\n}"},"url":"{{url}}.hiworks.com/office/org/duty"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:57:17 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"ddb7ba17-007f-49c0-b333-1d42d7bf6d52"},{"name":"직무 삭제","id":"0ab3f5e0-8fe1-4cf5-ba5c-bdff82f3e3a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"extKey\" : \"수정할 직무 외부키1\"\n}"},"url":"{{hiworks_api_url}}/office/org/duty","description":"<p>직무를 삭제합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>직무 외부키를 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","duty"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"1978c8f4-d512-4e6d-9dbe-e7dbfec7f52f","name":"직무 삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"extKey\" : \"수정할 직무 외부키1\"\n}"},"url":"{{url}}.hiworks.com/office/org/duty"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:57:46 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"0ab3f5e0-8fe1-4cf5-ba5c-bdff82f3e3a7"},{"name":"직무 조회","id":"e51f9df6-bfc6-4e86-8475-fab9d6820187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{hiworks_api_url}}/office/org/duty?extKey","description":"<p>직무를 조회합니다.</p>\n","urlObject":{"path":["office","org","duty"],"host":["{{hiworks_api_url}}"],"query":[{"description":{"content":"<p>직무 외부키</p>\n","type":"text/plain"},"key":"extKey","value":null}],"variable":[]}},"response":[{"id":"01901867-bb1e-49f0-aa4d-d99d570ba7dc","name":"직무 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{url}}.hiworks.com/office/org/duty?extKey","host":["{{url}}","hiworks","com"],"path":["office","org","duty"],"query":[{"key":"extKey","value":null,"description":"직무 외부키"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:57:36 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"411"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"extKey\": \"수정할 직무 외부키2\",\n            \"name\": \"수정할 직무명2\",\n            \"order\": \"0\"\n        },\n        {\n            \"extKey\": \"수정할 직무 외부키1\",\n            \"name\": \"수정할 직무명1\",\n            \"order\": \"1\"\n        },\n        {\n            \"extKey\": \"수정할 직무 외부키3\",\n            \"name\": \"수정할 직무명3\",\n            \"order\": \"2\"\n        }\n    ]\n}"}],"_postman_id":"e51f9df6-bfc6-4e86-8475-fab9d6820187"}],"id":"a9744015-21e5-4501-9181-4e39052ed01d","description":"<p>직무는 각 구성원이 직책이나 직업상에서 책임을 지고 담당한 업무입니다. 직무는 기획, 관리, 영업, 생산 등으로 분류됩니다. 직무 API를 이용해 고객 인트라넷의 직무 정보를 하이웍스 오피스와 연동할 수 있습니다.</p>\n","event":[{"listen":"prerequest","script":{"id":"d5bf8eeb-7d79-4f7b-807f-fa74c67d326e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c6df9ad4-4828-4965-b673-0fdafe0a83eb","type":"text/javascript","exec":[""]}}],"_postman_id":"a9744015-21e5-4501-9181-4e39052ed01d"},{"name":"조직","item":[{"name":"조직 추가","id":"5775ae45-85a6-4dfb-9919-11fa9eb2e150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"extKey\":\"조직 외부키1\",\n   \"parentExtKey\":\"ext001\",\n   \"name\":\"조직명1\"\n}"},"url":"{{hiworks_api_url}}/office/org/organization","description":"<p>조직을 추가합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>조직 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>parentExtKey</td>\n<td>옵션</td>\n<td>상위 조직 외부키를 입력합니다. 부모 조직이 최상위 조직일 경우 입력하지 않습니다.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>필수</td>\n<td>조직 이름을 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","organization"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"7ed7863b-0791-4837-9d0e-4ec67f956080","name":"조직 추가","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"extKey\":\"조직 외부키1\",\n   \"parentExtKey\":\"ext001\",\n   \"name\":\"조직명1\"\n}"},"url":"{{url}}.hiworks.com/office/org/organization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 06:59:16 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"5775ae45-85a6-4dfb-9919-11fa9eb2e150"},{"name":"조직 수정","id":"5725eceb-1356-4524-9579-6205204138ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"extKey\":\"조직 외부키1\",\n\t\"name\":\"조직명2\",\n\t\"modifyExtKey\":\"조직 외부키2\"\n}"},"url":"{{hiworks_api_url}}/office/org/organization","description":"<p>조직을 수정합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>조직 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>modifyExtKey</td>\n<td>옵션</td>\n<td>수정할 조직 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>옵션</td>\n<td>조직 이름을 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","organization"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"dbe01774-1494-49eb-a3c0-88cebb713f87","name":"조직 수정","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"extKey\":\"조직 외부키1\",\n\t\"name\":\"조직명2\",\n\t\"modifyExtKey\":\"조직 외부키2\"\n}"},"url":"{{url}}.hiworks.com/office/org/organization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 07:00:08 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"5725eceb-1356-4524-9579-6205204138ab"},{"name":"조직 삭제","id":"66c70498-edab-4c5b-b76c-3c405335d0c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"extKey\":\"조직 외부키2\"\n}"},"url":"{{hiworks_api_url}}/office/org/organization","description":"<p>조직을 삭제합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>삭제할 조직 외부키를 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","organization"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"7fd4490c-eb23-4a72-8d31-f79dcb63a54b","name":"조직 삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"extKey\":\"조직 외부키2\"\n}"},"url":"{{url}}.hiworks.com/office/org/organization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 07:01:12 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"66c70498-edab-4c5b-b76c-3c405335d0c2"},{"name":"조직 조회","id":"e531398d-78cf-4725-94d8-49c96d7677ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{hiworks_api_url}}/office/org/organization?level&extKey","description":"<p>조직을 조회합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>extKey</td>\n<td>옵션</td>\n<td>조직 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>level</td>\n<td>옵션</td>\n<td>조직의 등급을 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","organization"],"host":["{{hiworks_api_url}}"],"query":[{"description":{"content":"<p>조직 등급</p>\n","type":"text/plain"},"key":"level","value":null},{"description":{"content":"<p>조직 외부키</p>\n","type":"text/plain"},"key":"extKey","value":null}],"variable":[]}},"response":[{"id":"29c9c09a-bd87-4b6b-a3c6-a9c1b450e5cb","name":"조직 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{url}}.hiworks.com/office/org/organization?level&extKey","host":["{{url}}","hiworks","com"],"path":["office","org","organization"],"query":[{"key":"level","value":null,"description":"조직 등급"},{"key":"extKey","value":null,"description":"조직 외부키"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 07:01:23 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"266"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"extKey\": \"ext001\",\n            \"name\": \"api테스트\",\n            \"regDate\": \"2018-09-27\"\n        },\n        {\n            \"extKey\": \"ext002\",\n            \"name\": \"api테스트2\",\n            \"regDate\": \"2018-09-27\"\n        },\n        {\n            \"extKey\": \"api_scope_test001\",\n            \"name\": \"api_scope_test001\",\n            \"regDate\": \"2018-10-10\"\n        }\n    ]\n}"}],"_postman_id":"e531398d-78cf-4725-94d8-49c96d7677ec"}],"id":"aceee59c-ba1e-4bac-a715-30b619f375e0","description":"<p>조직은 부서, 팀, 실 등 목표 달성을 위한 협동 체계를 의미합니다. 조직 구조가 전문화되고 세분화되면서 조직도는 다양하고 복잡한 네트워크 형태를 갖추게 됩니다. 조직 API를 이용해 고객 인트라넷과 하이웍스 오피스를 연동함으로써 이중으로 작업하는 번거로움을 줄일 수 있습니다.</p>\n","event":[{"listen":"prerequest","script":{"id":"76515034-fb1d-4b7d-ae45-3ba2b0d03b9c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b091d72-3ca9-493f-bf38-4d274053039e","type":"text/javascript","exec":[""]}}],"_postman_id":"aceee59c-ba1e-4bac-a715-30b619f375e0"},{"name":"구성원","item":[{"name":"구성원 추가","id":"214672cc-77e2-4436-86af-3529332ec8b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_list\" : [\n\t\t{\n\t\t\t\"user_id\" : \"user_id001\",\n\t\t\t\"user_name\" : \"이름\",\n\t\t\t\"user_pass\" : \"123qweasdzxc\",\n\t\t\t\"extKey\" : \"extkey001\",\n\t\t\t\"orgExtKey\" : \"\",\n\t\t\t\"positionExtKey\" : \"\",\n\t\t\t\"dutyExtKey\" : \"\",\n\t\t\t\"email\" : \"email@email.com\",\n\t\t\t\"phone\" : \"010-3333-3333\",\n\t\t\t\"cell\" : \"010-4444-4444\",\n\t\t\t\"company_num\" : \"사번\",\n\t\t\t\"birthday\" : \"1980-01-01\",\n\t\t\t\"birthday_type\" : \"M\",\n\t\t\t\"zip_code\" : \"01234\",\n\t\t\t\"address\" : \"성남시 분당구 판교동\",\n\t\t\t\"introduce\" : \"메모\"\n\t\t}\n\t]\n}"},"url":"{{hiworks_api_url}}/office/org/member","description":"<p>구성원을 추가합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_list</td>\n<td>필수</td>\n<td>구성원 리스트를 일괄로 전달합니다.</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>필수</td>\n<td>구성원 아이디를 입력합니다.</td>\n</tr>\n<tr>\n<td>user_name</td>\n<td>필수</td>\n<td>구성원 이름을 입력합니다.</td>\n</tr>\n<tr>\n<td>user_pass</td>\n<td>필수</td>\n<td>구성원의 비밀번호를 입력합니다.</td>\n</tr>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>구성원의 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>orgExtKey</td>\n<td>옵션</td>\n<td>소속될 조직의 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>positionExtKey</td>\n<td>옵션</td>\n<td>직위 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>dutyExtKey</td>\n<td>옵션</td>\n<td>직무 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>옵션</td>\n<td>구성원의 이메일을 입력합니다.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>옵션</td>\n<td>구성원의 전화번호를 입력합니다.</td>\n</tr>\n<tr>\n<td>cell</td>\n<td>옵션</td>\n<td>구성원의 휴대폰 번호를 입력합니다.</td>\n</tr>\n<tr>\n<td>company_num</td>\n<td>옵션</td>\n<td>사번을 입력합니다.</td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>옵션</td>\n<td>생년월일(YYYY-MM-DD)을 입력합니다.</td>\n</tr>\n<tr>\n<td>birthday_type</td>\n<td>옵션</td>\n<td>생년월일 표기 양식(양력은 'S', 음력은 'M')을 입력합니다.</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>옵션</td>\n<td>우편번호를 입력합니다.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>옵션</td>\n<td>자택주소를 입력합니다.</td>\n</tr>\n<tr>\n<td>introduce</td>\n<td>옵션</td>\n<td>기타 정보를 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","member"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e2d9c73a-ac7b-46bc-b65d-00d527605322","name":"구성원 추가","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_list\" : [\n\t\t{\n\t\t\t\"user_id\" : \"user_id001\",\n\t\t\t\"user_name\" : \"이름\",\n\t\t\t\"user_pass\" : \"123qweasdzxc\",\n\t\t\t\"extKey\" : \"extkey001\",\n\t\t\t\"orgExtKey\" : \"\",\n\t\t\t\"positionExtKey\" : \"\",\n\t\t\t\"dutyExtKey\" : \"\",\n\t\t\t\"email\" : \"email@email.com\",\n\t\t\t\"phone\" : \"010-3333-3333\",\n\t\t\t\"cell\" : \"010-4444-4444\",\n\t\t\t\"company_num\" : \"사번\",\n\t\t\t\"birthday\" : \"1980-01-01\",\n\t\t\t\"birthday_type\" : \"M\",\n\t\t\t\"zip_code\" : \"01234\",\n\t\t\t\"address\" : \"성남시 분당구 판교동\",\n\t\t\t\"introduce\" : \"메모\"\n\t\t}\n\t]\n}"},"url":"{{url}}.hiworks.com/office/org/member"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 07:03:04 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"214672cc-77e2-4436-86af-3529332ec8b7"},{"name":"구성원 수정","id":"21b1e1ce-d959-4b0e-a54b-238b342d5f68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"extKey\":\"extkey001\",\n   \"user_name\":\"홍길동\",\n   \"modifyExtKey\":\"extkey002\",\n   \"orgExtKey\":\"\",\n   \"modifyOrgExtKey\":\"\",\n   \"addOrgExtKey\":\"\",\n   \"modifyPositionExtKey\":\"\",\n   \"modifyDutyExtKey\":\"\",\n   \"email\":\"admin_id@hiworks.com\",\n   \"phone\":\"02-4321-4321\",\n   \"cell\":\"010-4321-4321\",\n   \"company_num\":\"HIWORKS002\",\n   \"birthday\":\"1990-02-02\",\n   \"birthday_type\":\"M\",\n   \"zip_code\":\"12345\",\n   \"address\":\"경기도 성남시 분당구 대왕판교로 660, B동 5층(삼평동)\",\n   \"introduce\":\"안녕하십니까. 영업부 홍길동입니다.\",\n   \"active\":\"N\",\n   \"active_memo\":\"파견으로 일시정지합니다.\"\n}"},"url":"{{hiworks_api_url}}/office/org/member","description":"<p>구성원을 수정합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>구성원의 현재 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>user_name</td>\n<td>옵션</td>\n<td>구성원 새로운 이름을 입력합니다.</td>\n</tr>\n<tr>\n<td>modifyExtKey</td>\n<td>옵션</td>\n<td>구성원의 새로운 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>orgExtKey</td>\n<td>옵션</td>\n<td>소속될 조직의 기존 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>modifyOrgExtKey</td>\n<td>옵션</td>\n<td>소속될 조직의 새로운 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>addOrgExtKey</td>\n<td>옵션</td>\n<td>구성원의 새로운 조직의 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>modifyPositionExtKey</td>\n<td>옵션</td>\n<td>새로운 직위 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>modifyDutyExtKey</td>\n<td>옵션</td>\n<td>새로운 직무 외부키를 입력합니다.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>옵션</td>\n<td>구성원의 이메일을 입력합니다.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>옵션</td>\n<td>구성원의 전화번호를 입력합니다.</td>\n</tr>\n<tr>\n<td>cell</td>\n<td>옵션</td>\n<td>구성원의 휴대폰 번호를 입력합니다.</td>\n</tr>\n<tr>\n<td>company_num</td>\n<td>옵션</td>\n<td>사번을 입력합니다.</td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>옵션</td>\n<td>생년월일(YYYY-MM-DD)을 입력합니다.</td>\n</tr>\n<tr>\n<td>birthday_type</td>\n<td>옵션</td>\n<td>생년월일 표기 양식(양력은 'S', 음력은 'M')을 입력합니다.</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>옵션</td>\n<td>우편번호를 입력합니다.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>옵션</td>\n<td>자택주소를 입력합니다.</td>\n</tr>\n<tr>\n<td>introduce</td>\n<td>옵션</td>\n<td>기타 정보를 입력합니다.</td>\n</tr>\n<tr>\n<td>active</td>\n<td>옵션</td>\n<td>계정 상태(정상은 'Y', 일시정지는 'N')를 입력합니다.</td>\n</tr>\n<tr>\n<td>active_memo</td>\n<td>옵션</td>\n<td>계정 일시 정지 메모를 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","member"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"7e6ef9a1-0ced-4936-8bb4-9f68a7f45a9d","name":"구성원 수정","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"extKey\":\"extkey001\",\n   \"user_name\":\"홍길동\",\n   \"modifyExtKey\":\"extkey002\",\n   \"orgExtKey\":\"\",\n   \"modifyOrgExtKey\":\"\",\n   \"addOrgExtKey\":\"\",\n   \"modifyPositionExtKey\":\"\",\n   \"modifyDutyExtKey\":\"\",\n   \"email\":\"admin_id@hiworks.com\",\n   \"phone\":\"02-4321-4321\",\n   \"cell\":\"010-4321-4321\",\n   \"company_num\":\"HIWORKS002\",\n   \"birthday\":\"1990-02-02\",\n   \"birthday_type\":\"M\",\n   \"zip_code\":\"12345\",\n   \"address\":\"경기도 성남시 분당구 대왕판교로 660, B동 5층(삼평동)\",\n   \"introduce\":\"안녕하십니까. 영업부 홍길동입니다.\",\n   \"active\":\"N\",\n   \"active_memo\":\"파견으로 일시정지합니다.\"\n}"},"url":"{{url}}.hiworks.com/office/org/member"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 07:03:51 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"21b1e1ce-d959-4b0e-a54b-238b342d5f68"},{"name":"구성원 삭제","id":"cf965f52-2e20-4d1c-ad1f-d793efdbc4f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"delete_user_list\" : [\n\t\t{\"user_id\" : \"test003\", \"extKey\" : \"test003\"}\n\t]\n}\n\t"},"url":"{{hiworks_api_url}}/office/org/member","description":"<p>구성원을 삭제합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>delete_user_list</td>\n<td>필수</td>\n<td>삭제할 구성원 리스트를 일괄로 전달합니다.</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>필수</td>\n<td>삭제할 구성원 아이디를 입력합니다.</td>\n</tr>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>삭제할 구성원의 외부키를 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","member"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e463ee71-cb92-4843-851d-9a2746d3da87","name":"구성원 삭제","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"delete_user_list\" : [\n\t\t{\"user_id\" : \"test003\", \"extKey\" : \"test003\"}\n\t]\n}\n\t"},"url":"{{url}}.hiworks.com/office/org/member"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 07:07:04 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"cf965f52-2e20-4d1c-ad1f-d793efdbc4f6"},{"name":"구성원 조회","id":"ed7b7c17-04fd-4071-b1b5-7560cff72549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{hiworks_api_url}}/office/org/member?extKey=","description":"<p>구성원을 조회합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>extKey</td>\n<td>필수</td>\n<td>구성원의 외부키를 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","member"],"host":["{{hiworks_api_url}}"],"query":[{"key":"extKey","value":""}],"variable":[]}},"response":[{"id":"6e5e989e-d581-4876-b492-cf9624508565","name":"구성원 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{url}}.hiworks.com/office/org/member?extKey=","host":["{{url}}","hiworks","com"],"path":["office","org","member"],"query":[{"key":"extKey","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 07:07:15 GMT"},{"key":"Server","value":"Apache"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"user_id\": \"\",\n            \"user_name\": \"홍길동\",\n            \"extKey\": \"ext_member_0001\",\n            \"email\": \"test_001@gabia.com\",\n            \"phone\": \"010-3333-3333\",\n            \"cell\": \"010-4444-4444\",\n            \"organizations\": []\n        },\n        {\n            \"user_id\": \"\",\n            \"user_name\": \"김테스트0002\",\n            \"extKey\": \"ext_member_0002\",\n            \"email\": \"test_001@gabia.com\",\n            \"phone\": \"010-3333-3333\",\n            \"cell\": \"010-4444-4444\",\n            \"organizations\": []\n        },\n        {\n            \"user_id\": \"\",\n            \"user_name\": \"김테스트0003\",\n            \"extKey\": \"ext_member_0003\",\n            \"email\": \"test_001@gabia.com\",\n            \"phone\": \"010-3333-3333\",\n            \"cell\": \"010-4444-4444\",\n            \"organizations\": []\n        },\n        {\n            \"user_id\": \"\",\n            \"user_name\": \"김테스트0004\",\n            \"extKey\": \"ext_member_0004\",\n            \"email\": \"test_001@gabia.com\",\n            \"phone\": \"010-3333-3333\",\n            \"cell\": \"010-4444-4444\",\n            \"organizations\": []\n        },\n        {\n            \"user_id\": \"\",\n            \"user_name\": \"김테스트0005\",\n            \"extKey\": \"ext_member_0005\",\n            \"email\": \"test_001@gabia.com\",\n            \"phone\": \"010-3333-3333\",\n            \"cell\": \"010-4444-4444\",\n            \"organizations\": []\n        }\n    ]\n}"}],"_postman_id":"ed7b7c17-04fd-4071-b1b5-7560cff72549"},{"name":"기존 구성원 연동","id":"c481d0e2-7712-43fa-871f-d12268f1aec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_list\" : [\n\t\t{\n            \"user_id\":\"user_id001\",\n            \"extKey\":\"extKey001\"\n        },\n        {\n            \"user_id\":\"user_id002\",\n            \"extKey\":\"extKey002\"\n        }\n\t]\n}"},"url":"{{hiworks_api_url}}/office/org/memberlink","description":"<p>인트라넷의 구성원과 하이웍스에 추가된 기존 구성원을 연동합니다.</p>\n<h4 id=\"파라미터\">파라미터</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_list</td>\n<td>필수</td>\n<td>추가할 구성원을 일괄(리스트 형태)로 전달합니다</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>필수</td>\n<td>구성원 아이디를 입력합니다.</td>\n</tr>\n<tr>\n<td>extKey</td>\n<td>옵션</td>\n<td>구성원의 외부키를 입력합니다.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["office","org","memberlink"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[{"id":"cf8f619d-d0d5-4088-abe1-c5bcaca70433","name":"기존 구성원 연동","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{linkAuth_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"user_list\" : [\n\t\t{\n            \"user_id\":\"user_id001\",\n            \"extKey\":\"extKey001\"\n        },\n        {\n            \"user_id\":\"user_id002\",\n            \"extKey\":\"extKey002\"\n        }\n\t]\n}"},"url":"{{url}}.hiworks.com/office/org/memberlink"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 07:03:04 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"27"},{"key":"Keep-Alive","value":"timeout=2, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"SUC\",\n    \"message\": \"\"\n}"}],"_postman_id":"c481d0e2-7712-43fa-871f-d12268f1aec9"}],"id":"3423f015-a979-4e4d-a079-44380c6c96e2","description":"<p>구성원 API를 이용해 고객 인트라넷에 있는 각 구성원의 정보를 하이웍스 오피스와 연동할 수 있습니다.</p>\n","event":[{"listen":"prerequest","script":{"id":"1a3ad2f9-943e-43d6-a89b-865fc8d51af6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"477ad66f-fba3-4f74-be15-20ee82b0c441","type":"text/javascript","exec":[""]}}],"_postman_id":"3423f015-a979-4e4d-a079-44380c6c96e2"}],"id":"be571767-87dd-4a1a-9bf5-ae1ba6457f79","description":"<p>직책/직급/조직/구성원 정보가 오피스와 동기화 됩니다. 조직개편, 인사 등 정보가 변경되었을 때에도 간편하게 업데이트할 수 있습니다. 단, 오피스 관리를 이용한 구성원 및 조직관리 기능은 이용할 수 없습니다.</p>\n","event":[{"listen":"prerequest","script":{"id":"5759e7cf-5de8-4d3b-aeab-8bf0b0f4674e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"668d1cc3-a050-4a69-8915-5704ee45cd09","type":"text/javascript","exec":[""]}}],"_postman_id":"be571767-87dd-4a1a-9bf5-ae1ba6457f79"},{"name":"Single Sign On (SSO) 연동","item":[{"name":"SSO 외부로 연동","item":[{"name":"외부로 연동 토큰 조회","id":"f804d871-24c1-4369-b3e3-2da0126f8801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://link-api.hiworks.com/v4/tokens/{{token}}","description":"<p>Response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"data\": {                        \n        \"user-no\" : \"사용자 고유 식별 번호 (UNIQUE)\",\n        \"user-id\": \"사용자 계정 ID\",\n        \"user-name\": \"사용자 이름\",\n        \"employee-no\": \"사용자 사번\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["v4","tokens","{{token}}"],"host":["link-api","hiworks","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f804d871-24c1-4369-b3e3-2da0126f8801"}],"id":"6552b557-ab7b-4601-986f-af1ea9e5c7e8","description":"<p>하이웍스에 외부 애플리케이션을 연동하고 싶은 경우 사용됩니다.</p>\n<ol>\n<li>[오피스 관리] - [서비스 연동(API)] - [SSO 관리] - [외부로 연동]에 연동 URL을 추가합니다.</li>\n<li>[오피스 관리] - [환경 설정] - [메뉴 설정] - [인트라넷 메뉴 설정] - [인트라넷 메뉴 추가]에서 1에서 생성한 SSO를 선택 후 저장합니다.</li>\n<li>오피스 홈 또는 GNB에서 생성된 인트라넷 메뉴를 클릭합니다.</li>\n<li>1에서 등록한 연동 URL로 사용자 정보 조회를 위한 토큰을 리다이렉트 합니다.<ol>\n<li>예) https://{some url}?token={token}</li>\n</ol>\n</li>\n<li>4에서 전달 받은 토큰으로 \"외부로 연동 토큰 조회\" API에 요청하여 사용자 정보를 조회합니다.<ol>\n<li>예) HTTP 1.1 GET <a href=\"https://link-api.hiworks.com/v4/tokens/%7Btoken%7D\">https://link-api.hiworks.com/v4/tokens/{token}</a></li>\n</ol>\n</li>\n</ol>\n","_postman_id":"6552b557-ab7b-4601-986f-af1ea9e5c7e8"},{"name":"SSO 내부로 연동","item":[{"name":"임시키 발행","id":"36dfab2f-0557-4fea-b489-de64d93d0cd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{accountAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{hiworks_api_url}}/office/sso/validate/tmpkey","description":"<p>계정 연동에 필요한 파라미터 중 하나인 임시키를 발급합니다.</p>\n","urlObject":{"path":["office","sso","validate","tmpkey"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36dfab2f-0557-4fea-b489-de64d93d0cd1"},{"name":"로그인","id":"ca9f8eef-a867-4d49-b42f-9e876972e3d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{accountAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"partner_id\":\"고객사 아이디\",\n\t\"tmp_key\":\"임시키\",\n\t\"rd_url\":\"메뉴 URL\"\n}"},"url":"{{hiworks_api_url}}/office/sso/validate","urlObject":{"path":["office","sso","validate"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca9f8eef-a867-4d49-b42f-9e876972e3d7"},{"name":"로그아웃","id":"4398f784-8e64-4344-9838-6fe7333df330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_bearer}} {{accountAuth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"tmp_key\":\"임시키\",\n\t\"rd_url\":\"메뉴 URL\"\n}"},"url":"{{hiworks_api_url}}/office/sso/validate/logout","urlObject":{"path":["office","sso","validate","logout"],"host":["{{hiworks_api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4398f784-8e64-4344-9838-6fe7333df330"}],"id":"336411b7-1378-4f6d-a440-99ed9c45f505","description":"<p>애플리케이션 내에 하이웍스 서비스를 포함하고 싶은 경우 사용됩니다.</p>\n<ol>\n<li>temp키를 발급받으세요.</li>\n<li>연동할 URL을 호출하세요.</li>\n<li>최초 로그인 시 로그인을 요청합니다.</li>\n<li>이후 별도 로그인 없이 애플리케이션에서 하이웍스를 이용할 수 있습니다.</li>\n</ol>\n<hr />\n<p><a href=\"https://api.hiworks.com/office/sso/validate/main\">https://api.hiworks.com/office/sso/validate/main</a> 오피스 메인</p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/mail\">https://api.hiworks.com/office/sso/validate/mail</a> 메일 </p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/approval\">https://api.hiworks.com/office/sso/validate/approval</a> 전자결재</p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/ea\">https://api.hiworks.com/office/sso/validate/ea</a> (구)전자결재</p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/board\">https://api.hiworks.com/office/sso/validate/board</a> 게시판</p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/shared\">https://api.hiworks.com/office/sso/validate/shared</a> 공용메일</p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/sms\">https://api.hiworks.com/office/sso/validate/sms</a> 메시징</p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/schedule\">https://api.hiworks.com/office/sso/validate/schedule</a> 일정관리</p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/addr\">https://api.hiworks.com/office/sso/validate/addr</a> 주소록</p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/bill\">https://api.hiworks.com/office/sso/validate/bill</a> 전자세금계산서</p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/booking\">https://api.hiworks.com/office/sso/validate/booking</a> 예약</p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/insa\">https://api.hiworks.com/office/sso/validate/insa</a> 인사관리</p>\n<p><a href=\"https://api.hiworks.com/office/sso/validate/mypage\">https://api.hiworks.com/office/sso/validate/mypage</a> My Page</p>\n","event":[{"listen":"prerequest","script":{"id":"95e086de-fa72-48ae-b28a-2bd344cae75a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"349b8338-eb5d-47fc-ac43-0daf54773e90","type":"text/javascript","exec":[""]}}],"_postman_id":"336411b7-1378-4f6d-a440-99ed9c45f505"}],"id":"102e1758-94a8-42da-bd23-f577df5af73a","event":[{"listen":"prerequest","script":{"id":"e8ba804c-08ed-44c9-a7d9-29d6c624ab52","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1230b447-12c9-445e-a1d6-f52025cf96c0","type":"text/javascript","exec":[""]}}],"_postman_id":"102e1758-94a8-42da-bd23-f577df5af73a","description":""}],"event":[{"listen":"prerequest","script":{"id":"114b7d32-ed31-4924-8759-6cc2aaa25d59","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fd6cf54d-4c45-4286-871d-9bf6c22088ee","type":"text/javascript","exec":[""]}}]}