{"info":{"_postman_id":"c1fafcd5-5790-4635-9a32-bb1d982f63ce","name":"MES API Document (1.0.0)","description":"<html><head></head><body><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>KISOS</th>\n<th>URL</th>\n<th>License</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"mailto:kisos@kisos.net\">kisos@kisos.net</a></td>\n<td><a href=\"https://www.kisos.net\">https://www.kisos.net</a></td>\n<td><a href=\"https://spdx.org/licenses/MIT.html\">MIT</a></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication</h1>\n<h4 id=\"api_key\">api_key</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Security Scheme Type</strong></th>\n<th>API Key</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Header parameter name:</strong></td>\n<td>api_key</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"petstoreauth\">petstore_auth</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Security Scheme Type</strong></th>\n<th>OAuth2</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>implicit OAuth Flow</strong></td>\n<td><strong>Authorization URL</strong>: <a href=\"http://example.org/api/oauth/dialog\">http://example.org/api/oauth/dialog</a>  <br><strong>Scopes</strong>:  <br>write:pets - modify pets in your account  <br>read:pets - read your pets</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"petstore_auth","slug":"petstoreauth"}],"owner":"9912559","collectionId":"c1fafcd5-5790-4635-9a32-bb1d982f63ce","publishedId":"UVeGs6KA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-07T00:09:22.000Z"},"item":[{"name":"adm","item":[{"name":"BOM 구성유형(BomType)","item":[{"name":"BOM 구성유형 데이터 단일 조회","id":"96278c30-bf09-4b5b-82fe-7796538bef6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/bom-type/:uuid","description":"<p>하나의 BOM 구성유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","bom-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) BOM 구성유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"6383ec98-d981-47b7-8adc-3b392572eb80","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/bom-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","bom-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) BOM 구성유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"bom_type_cd\": \"string\",\n        \"bom_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"3a1053ae-f1da-4d1c-b9df-ef0eb1ee076b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/bom-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","bom-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) BOM 구성유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admBomType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"96278c30-bf09-4b5b-82fe-7796538bef6b"},{"name":"BOM 구성유형 데이터 조회","id":"17dfdb25-d81d-4677-a03d-83ed5a3c99fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/bom-types","description":"<p>BOM 구성유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","bom-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a0b72540-faf1-4b63-9371-f74a7e77ace2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/bom-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"success\": true,\n \"state_cd\": \"admBomType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n \"message\": \"\",\n \"datas\": {\n  \"value\": {\n   \"count\": 0\n  },\n  \"raws\": [\n   {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"bom_type_cd\": \"string\",\n    \"bom_type_nm\": \"string\",\n    \"sortby\": 0,\n    \"created_at\": \"2019-08-24T14:15:22Z\",\n    \"created_nm\": \"string\",\n    \"updated_at\": \"2019-08-24T14:15:22Z\",\n    \"updated_nm\": \"string\"\n   }\n  ]\n }\n}"},{"id":"7e4cc14a-a4db-4503-ae43-335ec987bfcf","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/bom-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"success\": false,\n \"state_cd\": \"admBomType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n \"message\": \"Error Message\",\n \"datas\": {\n  \"raws\": [],\n  \"value\": {}\n }\n}"}],"_postman_id":"17dfdb25-d81d-4677-a03d-83ed5a3c99fe"},{"name":"BOM 구성유형 데이터 생성","id":"2781971b-d2c7-4656-bd3d-98b4e4dc2d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bom_type_cd\": \"string\",\n  \"bom_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types","description":"<p>BOM 구성유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","bom-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"78e97fba-ff4d-48fd-9516-b8d36c5845fb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"bom_type_cd\": \"string\",\n  \"bom_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ec1c6242-064a-42ae-bc2b-c9c89fce42db","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"bom_type_cd\": \"string\",\n  \"bom_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admBomType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2781971b-d2c7-4656-bd3d-98b4e4dc2d7e"},{"name":"BOM 구성유형 데이터 수정","id":"c528b81b-adc8-43ed-ab16-049c7bb12a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_type_cd\": \"string\",\n  \"bom_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types","description":"<p>BOM 구성유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","bom-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d0092f0d-4a1b-4866-a37b-26af33fbf744","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_type_cd\": \"string\",\n  \"bom_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c4abf5da-7233-4e81-abe7-06503d545cb7","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_type_cd\": \"string\",\n  \"bom_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admBomType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c528b81b-adc8-43ed-ab16-049c7bb12a3e"},{"name":"BOM 구성유형 데이터 수정","id":"810ff3fe-f889-4173-a84b-fa5e344afe01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_type_cd\": \"string\",\n  \"bom_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types","description":"<p>BOM 구성유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","bom-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c198d55f-044a-4a95-b6bf-c4ca6c1ef8c8","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_type_cd\": \"string\",\n  \"bom_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a6a3d617-5c3b-4053-a478-07e1ea7cc81d","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_type_cd\": \"string\",\n  \"bom_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admBomType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"810ff3fe-f889-4173-a84b-fa5e344afe01"},{"name":"BOM 구성유형 데이터 삭제","id":"149891ca-1879-463a-838a-1babce5bd419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types","description":"<p>BOM 구성유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","bom-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3018ff1b-158e-45f0-a81b-1b220893530e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d9e074f3-9a29-454b-8af3-737fb3096f1c","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admBomType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"149891ca-1879-463a-838a-1babce5bd419"}],"id":"7e7a8051-25ef-4a9f-9934-00b85168543d","_postman_id":"7e7a8051-25ef-4a9f-9934-00b85168543d","description":""},{"name":"BOM 투입유형(BomInputType)","item":[{"name":"BOM 투입유형 데이터 단일 조회","id":"67577869-54e3-4433-8165-b070453691ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/bom-input-type/:uuid","description":"<p>하나의 BOM 구성유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","bom-input-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) BOM 투입유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"e24cce8c-0b5d-4ef9-9e62-0b6e13869120","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/bom-input-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","bom-input-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) BOM 투입유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomInputType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n        \"bom_input_type_cd\": \"string\",\n        \"bom_input_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"c80db616-80b8-4139-9dec-668ee4865a20","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/bom-input-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","bom-input-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) BOM 투입유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admBomInputType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"67577869-54e3-4433-8165-b070453691ee"},{"name":"BOM 투입유형 데이터 조회","id":"c0193ce9-812b-4540-b410-8355476311bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/bom-input-types?bom_input_type_cd","description":"<p>BOM 구성유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","bom-input-types"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>BOM 투입유형코드에 따라 데이터를 조회합니다.\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"bom_input_type_cd","value":null}],"variable":[]}},"response":[{"id":"1380b67b-ed0b-4bc8-bb2b-642e1c4a45c0","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/bom-input-types?bom_input_type_cd","host":["https://isos.iptime.org:13221"],"path":["adm","bom-input-types"],"query":[{"key":"bom_input_type_cd","value":null,"type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomInputType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n        \"bom_input_type_cd\": \"string\",\n        \"bom_input_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b529c91a-5e09-4265-b806-73e416740df3","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/bom-input-types?bom_input_type_cd","host":["https://isos.iptime.org:13221"],"path":["adm","bom-input-types"],"query":[{"key":"bom_input_type_cd","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admBomInputType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c0193ce9-812b-4540-b410-8355476311bc"},{"name":"BOM 투입유형 데이터 생성","id":"44d35ff4-b880-4e92-b86a-cf4275a38d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bom_input_type_cd\": \"string\",\n  \"bom_input_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types","description":"<p>BOM 구성유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","bom-input-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8f743f11-2dfd-486d-adf4-1bed4da20f30","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"bom_input_type_cd\": \"string\",\n  \"bom_input_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomInputType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d3e18c50-7e22-4fa2-8b2a-465d4ee6a86e","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"bom_input_type_cd\": \"string\",\n  \"bom_input_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admBomInputType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"44d35ff4-b880-4e92-b86a-cf4275a38d8f"},{"name":"BOM 투입유형 데이터 수정","id":"58a60bae-46d9-4952-8e9c-fc4b2ae58a6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_input_type_cd\": \"string\",\n  \"bom_input_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types","description":"<p>BOM 구성유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","bom-input-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5b31908b-37fe-4996-a369-228fa8ba4240","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_input_type_cd\": \"string\",\n  \"bom_input_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomInputType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"69fa3243-bd57-439b-83e8-f4e6c715733d","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_input_type_cd\": \"string\",\n  \"bom_input_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admBomInputType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"58a60bae-46d9-4952-8e9c-fc4b2ae58a6c"},{"name":"BOM 투입유형 데이터 수정","id":"c4f3c241-d64f-4172-ab02-72808be3b07b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_input_type_cd\": \"string\",\n  \"bom_input_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types","description":"<p>BOM 구성유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","bom-input-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8991288e-2b91-419d-9eef-e9736497976e","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_input_type_cd\": \"string\",\n  \"bom_input_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomInputType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8af82909-d918-4763-8fee-a1b3d341dd8a","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"bom_input_type_cd\": \"string\",\n  \"bom_input_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admBomInputType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c4f3c241-d64f-4172-ab02-72808be3b07b"},{"name":"BOM 투입유형 데이터 삭제","id":"a065b159-7182-4cb2-9b97-468183d9d1b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types","description":"<p>BOM 구성유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","bom-input-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"76c97a30-0dc0-4c0d-913f-01492595a3a0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomInputType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d5f5da34-1e67-4a0e-853c-f11e151ff5a6","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/bom-input-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admBomInputType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admBomInputType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a065b159-7182-4cb2-9b97-468183d9d1b4"}],"id":"6dbd5f9d-cc1d-4065-b556-a6eca308f23f","_postman_id":"6dbd5f9d-cc1d-4065-b556-a6eca308f23f","description":""},{"name":"검사유형(InspType)","item":[{"name":"검사유형 데이터 단일 조회","id":"d804604d-f889-4bbf-9ca8-c1a4c8fcb21e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/insp-type/:uuid","description":"<p>하나의 검사유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","insp-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 검사유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"d4efb5b3-9964-4bc5-bf3b-8ea9da9aedca","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/insp-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","insp-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"insp_type_cd\": \"string\",\n        \"insp_type_nm\": \"string\",\n        \"worker_fg\": true,\n        \"inspector_fg\": true,\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"4c853e74-caf9-459b-9913-3d46068757d2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/insp-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","insp-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d804604d-f889-4bbf-9ca8-c1a4c8fcb21e"},{"name":"검사유형 데이터 조회","id":"948842bf-ec0a-4108-ab35-db6ef1ef4ce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/insp-types","description":"<p>검사유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","insp-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1798d22e-bc4f-43cc-ab0f-75dc70ceeeb3","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/insp-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\"success\": true,\n\"state_cd\": \"admInspType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n\"message\": \"\",\n\"datas\": {\n\"value\": {\n\"count\": 0\n},\n\"raws\": [\n{\n\"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n\"insp_type_cd\": \"string\",\n\"insp_type_nm\": \"string\",\n\"worker_fg\": true,\n\"inspector_fg\": true,\n\"sortby\": 0,\n\"created_at\": \"2019-08-24T14:15:22Z\",\n\"created_nm\": \"string\",\n\"updated_at\": \"2019-08-24T14:15:22Z\",\n\"updated_nm\": \"string\"\n}\n]\n}\n}"},{"id":"0cd813d6-059a-48b8-afe9-077beb0b3df3","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/insp-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\"success\": false,\n\"state_cd\": \"admInspType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n\"message\": \"Error Message\",\n\"datas\": {\n\"raws\": [ ],\n\"value\": { }\n}\n}"}],"_postman_id":"948842bf-ec0a-4108-ab35-db6ef1ef4ce4"},{"name":"검사유형 데이터 생성","id":"719d7d61-8b0b-44f3-8315-2c3952fbf64c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"insp_type_cd\": \"string\",\n    \"insp_type_nm\": \"string\",\n    \"worker_fg\": true,\n    \"inspector_fg\": true,\n    \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types","description":"<p>검사유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","insp-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a580eda4-5b31-4144-b330-02c0c7380552","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"insp_type_cd\": \"string\",\n    \"insp_type_nm\": \"string\",\n    \"worker_fg\": true,\n    \"inspector_fg\": true,\n    \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\"success\": true,\n\"state_cd\": \"admInspType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n\"message\": \"\",\n\"datas\": {\n\"value\": {\n\"count\": 0\n},\n\"raws\": [ ]\n}\n}"},{"id":"f73c4192-e1d4-4b94-a264-59662099b9a1","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"insp_type_cd\": \"string\",\n    \"insp_type_nm\": \"string\",\n    \"worker_fg\": true,\n    \"inspector_fg\": true,\n    \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\"success\": false,\n\"state_cd\": \"admInspType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n\"message\": \"Error Message\",\n\"datas\": {\n\"raws\": [ ],\n\"value\": { }\n}\n}"}],"_postman_id":"719d7d61-8b0b-44f3-8315-2c3952fbf64c"},{"name":"검사유형 데이터 수정","id":"2d21614c-09e2-4975-9f57-49d9d7a182bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_cd\": \"string\",\n  \"insp_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types","description":"<p>검사유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","insp-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c76b08b3-d0cd-4cc7-87df-01b5e823e3f4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_cd\": \"string\",\n  \"insp_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e0d0684c-7307-4793-9a6c-386e9bb02b20","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_cd\": \"string\",\n  \"insp_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2d21614c-09e2-4975-9f57-49d9d7a182bf"},{"name":"검사유형 데이터 수정","id":"658d943c-44c4-4d60-b2ce-acaba6f3eebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_cd\": \"string\",\n  \"insp_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types","description":"<p>검사유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","insp-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"726cdff1-b59b-4321-b8c1-caf6debf307e","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_cd\": \"string\",\n  \"insp_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ef1e60e8-35c6-4cad-889b-e3beabc44df3","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_cd\": \"string\",\n  \"insp_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"658d943c-44c4-4d60-b2ce-acaba6f3eebd"},{"name":"검사유형 데이터 삭제","id":"ce4539e0-3c29-44b2-8540-a9429e6c239f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types","description":"<p>검사유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","insp-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4320749e-1855-49cf-861d-c954fff47af0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c0855a7a-f807-462f-84c5-127e02083fb8","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ce4539e0-3c29-44b2-8540-a9429e6c239f"}],"id":"e11b9133-e768-449a-b1d3-a503e74e249d","_postman_id":"e11b9133-e768-449a-b1d3-a503e74e249d","description":""},{"name":"검사처리유형(inspHandlingType)","item":[{"name":"검사처리유형 데이터 단일 조회","id":"c0c27842-0f6e-406b-b7b8-3757002d407a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/insp-handling-type/:uuid","description":"<p>하나의 검사처리유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","insp-handling-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 검사처리유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"33c30fad-245a-4b08-ba83-c54eef76c69d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/insp-handling-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","insp-handling-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사처리유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspHandlingType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"insp_handling_type_cd\": \"string\",\n        \"insp_handling_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"39989227-7fd4-41f8-a74a-e4405e81970c","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/insp-handling-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","insp-handling-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사처리유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspHandlingType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c0c27842-0f6e-406b-b7b8-3757002d407a"},{"name":"검사처리유형 데이터 조회","id":"db70844f-a965-4cb3-a748-199989ca38c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/insp-handling-types","description":"<p>검사처리유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","insp-handling-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"431465a2-d248-45ed-b1c5-aa0660ce22b7","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/insp-handling-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspHandlingType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"insp_handling_type_cd\": \"string\",\n        \"insp_handling_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"cf64b041-fd69-4547-80e9-e8ae0fdc6276","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/insp-handling-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspHandlingType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"db70844f-a965-4cb3-a748-199989ca38c0"},{"name":"검사처리유형 데이터 생성","id":"9f4974e8-6591-49e0-b82f-023e9e4931d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"insp_handling_type_cd\": \"string\",\n  \"insp_handling_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types","description":"<p>검사처리유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","insp-handling-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a09b14e2-46d6-4e00-aedb-c39d03bbc13a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"insp_handling_type_cd\": \"string\",\n  \"insp_handling_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspHandlingType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"fb067dfe-c3ef-4c04-a19e-aa17f0cad9d5","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"insp_handling_type_cd\": \"string\",\n  \"insp_handling_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspHandlingType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9f4974e8-6591-49e0-b82f-023e9e4931d2"},{"name":"검사처리유형 데이터 수정","id":"07a4fedf-8748-4892-8a07-d604ec653060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_handling_type_cd\": \"string\",\n  \"insp_handling_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types","description":"<p>검사처리유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","insp-handling-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c4aca62c-e5ce-4875-83a2-c284926f13bb","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_handling_type_cd\": \"string\",\n  \"insp_handling_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspHandlingType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"32926d56-06ee-4a1f-95a7-a39b97a14bf3","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_handling_type_cd\": \"string\",\n  \"insp_handling_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspHandlingType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"07a4fedf-8748-4892-8a07-d604ec653060"},{"name":"검사처리유형 데이터 수정","id":"c458e4fd-be4c-4808-8c85-8ee0e220ff24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_handling_type_cd\": \"string\",\n  \"insp_handling_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types","description":"<p>검사처리유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","insp-handling-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1a5b821c-b178-4718-b7de-9440aa974c51","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_handling_type_cd\": \"string\",\n  \"insp_handling_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspHandlingType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4b6f8ec7-5510-4567-a0aa-ff7e4232b1b1","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_handling_type_cd\": \"string\",\n  \"insp_handling_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspHandlingType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c458e4fd-be4c-4808-8c85-8ee0e220ff24"},{"name":"검사처리유형 데이터 삭제","id":"810b0484-a6d8-4d7c-8d21-c6336117f549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types","description":"<p>검사처리유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","insp-handling-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7115a913-2c2b-4b98-b717-57a56728ca38","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspHandlingType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"79943bef-9a06-4b21-9362-c273fb9ce22a","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-handling-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspHandlingType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspHandlingType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"810b0484-a6d8-4d7c-8d21-c6336117f549"}],"id":"2d5967a0-6e3a-47f3-9b1d-237f80b892e6","_postman_id":"2d5967a0-6e3a-47f3-9b1d-237f80b892e6","description":""},{"name":"생산계획유형(PrdPlanType)","item":[{"name":"생산계획유형 데이터 단일 조회","id":"eb993003-6515-43ac-8f61-bb8e1da94e65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/prd-plan-type/:uuid","description":"<p>하나의 생산계획유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","prd-plan-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 생산계획유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"b0963b51-1cf2-45c1-b3f6-9053e059c228","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/prd-plan-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","prd-plan-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 생산계획유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPrdPlanType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"prd_plan_type_cd\": \"string\",\n        \"prd_plan_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"256565bf-82e5-4af0-864b-189422e3d353","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/prd-plan-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","prd-plan-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 생산계획유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admPrdPlanType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"eb993003-6515-43ac-8f61-bb8e1da94e65"},{"name":"생산계획유형 데이터 조회","id":"f4af6659-5264-455c-a6f9-324a24e09244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/prd-plan-types","description":"<p>생산계획유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","prd-plan-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ee726ef4-8d72-4750-a679-1f6b1049e1dd","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/prd-plan-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPrdPlanType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"prd_plan_type_cd\": \"string\",\n        \"prd_plan_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"c4b0e3de-e4b5-406d-9f90-a139942541ac","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/prd-plan-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admPrdPlanType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f4af6659-5264-455c-a6f9-324a24e09244"},{"name":"생산계획유형 데이터 생성","id":"6b4b5f01-51ad-43e9-83fd-59f90fe76d08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_plan_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types","description":"<p>생산계획유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","prd-plan-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c2d23849-38c2-48db-b3d9-31aca5d4d36c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_plan_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPrdPlanType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2731ba36-e1e8-4741-bc36-c498252e25d1","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_plan_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admPrdPlanType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6b4b5f01-51ad-43e9-83fd-59f90fe76d08"},{"name":"생산계획유형 데이터 수정","id":"06f2b515-3602-4a9c-8c32-d891d91520eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_plan_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types","description":"<p>생산계획유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","prd-plan-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a5cbcceb-df99-4099-a4a2-2b9e028ee0fa","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_plan_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPrdPlanType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"59d7a8bd-656b-438c-9055-4b6f1e59fcd5","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_plan_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admPrdPlanType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"06f2b515-3602-4a9c-8c32-d891d91520eb"},{"name":"생산계획유형 데이터 수정","id":"fea4b409-2e8c-4a4c-bb3f-1061e4e23130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_plan_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types","description":"<p>생산계획유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","prd-plan-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ead9221d-5e45-4688-8ab3-597b60a3b365","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_plan_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPrdPlanType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b35bf47c-1fb0-4b78-a987-546ff191cfeb","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_plan_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admPrdPlanType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fea4b409-2e8c-4a4c-bb3f-1061e4e23130"},{"name":"생산계획유형 데이터 삭제","id":"723d6d5b-9196-4982-91da-7f9c493d930c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types","description":"<p>생산계획유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","prd-plan-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0a867b10-cf91-4e86-8d2c-37dfa287e5b7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPrdPlanType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"3ce22947-e4f0-4d41-bdd4-ffc4568bffa4","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/prd-plan-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admPrdPlanType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPrdPlanType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"723d6d5b-9196-4982-91da-7f9c493d930c"}],"id":"64229e56-9844-445e-83ca-f3dc13a4936e","_postman_id":"64229e56-9844-445e-83ca-f3dc13a4936e","description":""},{"name":"세부검사유형(InspDetailTypes)","item":[{"name":"세부검사유형 데이터 단일 조회","id":"5cec75d8-f419-47ca-ab69-91549af87d9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/insp-detail-type/:uuid","description":"<p>하나의 세부검사유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","insp-detail-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 세부검사유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"e7e3f8e5-d1fc-4461-ad63-b2c4b82f3355","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/insp-detail-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","insp-detail-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 세부검사유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspDetailTypes-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"insp_detail_type_cd\": \"string\",\n        \"insp_detail_type_nm\": \"string\",\n        \"insp_type_uuid\": \"d885492e-bfce-40fc-92f4-04a5ca39b79d\",\n        \"insp_type_cd\": \"string\",\n        \"insp_type_nm\": \"string\",\n        \"worker_fg\": true,\n        \"inspector_fg\": true,\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0f749d27-36c4-4864-b274-1c7c1a857f7f","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/insp-detail-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","insp-detail-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 세부검사유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspDetailTypes-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5cec75d8-f419-47ca-ab69-91549af87d9e"},{"name":"세부검사유형 데이터 조회","id":"d98beea9-943e-45a9-b4a9-bc87bb4e5d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/insp-detail-types?insp_type_cd=commodo in deserunt amet","description":"<p>세부검사유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","insp-detail-types"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>검사유형코드를 입력하여 세부검사유형을 조회합니다.</p>\n","type":"text/plain"},"key":"insp_type_cd","value":"commodo in deserunt amet"}],"variable":[]}},"response":[{"id":"58f102d5-c41f-4121-9d0f-9edb1f0b0619","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/insp-detail-types?insp_type_cd=commodo in deserunt amet","host":["https://isos.iptime.org:13221"],"path":["adm","insp-detail-types"],"query":[{"key":"insp_type_cd","value":"commodo in deserunt amet","description":"string &lt;string&gt;\n검사유형코드를 입력하여 세부검사유형을 조회합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspDetailTypes-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"insp_detail_type_cd\": \"string\",\n        \"insp_detail_type_nm\": \"string\",\n        \"insp_type_uuid\": \"d885492e-bfce-40fc-92f4-04a5ca39b79d\",\n        \"insp_type_cd\": \"string\",\n        \"insp_type_nm\": \"string\",\n        \"worker_fg\": true,\n        \"inspector_fg\": true,\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a4fff3b5-62d3-49ce-8762-5b55e150bec4","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/insp-detail-types?insp_type_cd=commodo in deserunt amet","host":["https://isos.iptime.org:13221"],"path":["adm","insp-detail-types"],"query":[{"key":"insp_type_cd","value":"commodo in deserunt amet","description":"string &lt;string&gt;\n검사유형코드를 입력하여 세부검사유형을 조회합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspDetailTypes-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d98beea9-943e-45a9-b4a9-bc87bb4e5d8d"},{"name":"세부검사유형 데이터 생성","id":"bd28b296-0739-470b-bcff-107e35e682e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"insp_type_uuid\": \"d885492e-bfce-40fc-92f4-04a5ca39b79d\",\n  \"insp_detail_type_cd\": \"string\",\n  \"insp_detail_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types","description":"<p>세부검사유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","insp-detail-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3a159d1d-986f-4d37-8dad-228b8dc27bff","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"insp_type_uuid\": \"d885492e-bfce-40fc-92f4-04a5ca39b79d\",\n  \"insp_detail_type_cd\": \"string\",\n  \"insp_detail_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspDetailTypes-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"647959c8-34e3-4c13-ba55-75c55ea5fe75","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"insp_type_uuid\": \"d885492e-bfce-40fc-92f4-04a5ca39b79d\",\n  \"insp_detail_type_cd\": \"string\",\n  \"insp_detail_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspDetailTypes-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"bd28b296-0739-470b-bcff-107e35e682e4"},{"name":"세부검사유형 데이터 수정","id":"78f0992d-c6cb-4857-b22a-d2a7c4e4ce7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_uuid\": \"d885492e-bfce-40fc-92f4-04a5ca39b79d\",\n  \"insp_detail_type_cd\": \"string\",\n  \"insp_detail_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0,\n  \"created_at\": \"2019-08-24T14:15:22Z\",\n  \"created_nm\": \"string\",\n  \"updated_at\": \"2019-08-24T14:15:22Z\",\n  \"updated_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types","description":"<p>세부검사유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","insp-detail-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e078b0a2-7d6e-4d9d-8081-2be4c5dc61ad","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_uuid\": \"d885492e-bfce-40fc-92f4-04a5ca39b79d\",\n  \"insp_detail_type_cd\": \"string\",\n  \"insp_detail_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0,\n  \"created_at\": \"2019-08-24T14:15:22Z\",\n  \"created_nm\": \"string\",\n  \"updated_at\": \"2019-08-24T14:15:22Z\",\n  \"updated_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspDetailTypes-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"040a4724-e1d7-4f36-b056-1f3a642ab550","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_uuid\": \"d885492e-bfce-40fc-92f4-04a5ca39b79d\",\n  \"insp_detail_type_cd\": \"string\",\n  \"insp_detail_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0,\n  \"created_at\": \"2019-08-24T14:15:22Z\",\n  \"created_nm\": \"string\",\n  \"updated_at\": \"2019-08-24T14:15:22Z\",\n  \"updated_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspDetailTypes-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"78f0992d-c6cb-4857-b22a-d2a7c4e4ce7d"},{"name":"세부검사유형 데이터 수정","id":"a2eadf7b-d631-41d2-9000-3ff20119b0a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_uuid\": \"d885492e-bfce-40fc-92f4-04a5ca39b79d\",\n  \"insp_detail_type_cd\": \"string\",\n  \"insp_detail_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types","description":"<p>세부검사유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","insp-detail-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4bec6b8f-fe59-440c-8a65-04e76e63ee43","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_uuid\": \"d885492e-bfce-40fc-92f4-04a5ca39b79d\",\n  \"insp_detail_type_cd\": \"string\",\n  \"insp_detail_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspDetailTypes-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c5119489-6a7c-470e-86cc-f9045c758234","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_type_uuid\": \"d885492e-bfce-40fc-92f4-04a5ca39b79d\",\n  \"insp_detail_type_cd\": \"string\",\n  \"insp_detail_type_nm\": \"string\",\n  \"worker_fg\": true,\n  \"inspector_fg\": true,\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspDetailTypes-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a2eadf7b-d631-41d2-9000-3ff20119b0a7"},{"name":"세부검사유형 데이터 삭제","id":"f52dd99c-fad4-4469-8db6-b3f5b7d7fe97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types","description":"<p>세부검사유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","insp-detail-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1659c7c8-da53-48e4-88a2-d57c2045e2eb","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admInspDetailTypes-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8d338d3a-452c-414d-ac3c-eb9c683f2481","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/insp-detail-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admInspDetailTypes-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admInspDetailTypes\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f52dd99c-fad4-4469-8db6-b3f5b7d7fe97"}],"id":"09209640-1227-464d-87b9-b04b03ae3e93","_postman_id":"09209640-1227-464d-87b9-b04b03ae3e93","description":""},{"name":"슈불유형(TranType)","item":[{"name":"수불유형 데이터 단일 조회","id":"55c22bb2-def5-44c3-86c9-4b68934648ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/transaction/:uuid","description":"<p>하나의 수불유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","transaction",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 수불유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"5029bd3f-bde4-4ac6-a4e1-df00c78ea4e9","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/transaction/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","transaction",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 수불유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admTranType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"tran_type_uuid\": \"88390451-18cd-4869-b372-03688ab00bff\",\n        \"tran_type_cd\": \"string\",\n        \"tran_type_nm\": null,\n        \"remark\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"288f4cc2-96aa-41f2-bff3-7b5eed13fb34","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/transaction/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","transaction",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 수불유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admadmTranType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"55c22bb2-def5-44c3-86c9-4b68934648ce"},{"name":"수불유형 데이터 조회","id":"016e340e-1c69-4e7a-bfdd-8e217ea3162d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/tran-types","description":"<p>수불유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","tran-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2264b052-36cc-4c28-a6a9-5877a189021c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/tran-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admTranType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"tran_type_uuid\": \"88390451-18cd-4869-b372-03688ab00bff\",\n        \"tran_type_cd\": \"string\",\n        \"tran_type_nm\": null,\n        \"remark\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"59486bde-7dcc-4678-a52c-19aa441d6023","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/tran-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admadmTranType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"016e340e-1c69-4e7a-bfdd-8e217ea3162d"},{"name":"수불유형 데이터 생성","id":"f6371c3d-2f75-4793-a527-0d29dc421c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"tran_type_cd\": \"string\",\r\n  \"tran_type_nm\": null,\r\n  \"sortby\": 0,\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types","description":"<p>수불유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","tran-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"621dc38d-5f5a-49af-83da-cb57461a5ba0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tran_type_cd\": \"string\",\r\n  \"tran_type_nm\": null,\r\n  \"sortby\": 0,\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admTranType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"3fc04b64-51f4-4d5e-88ad-be28e550db29","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tran_type_cd\": \"string\",\r\n  \"tran_type_nm\": null,\r\n  \"sortby\": 0,\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admadmTranType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f6371c3d-2f75-4793-a527-0d29dc421c2e"},{"name":"수불유형 데이터 수정","id":"6956b734-3ea8-4f63-86f0-4481f027f50b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"tran_type_cd\": \"string\",\r\n  \"tran_type_nm\": null,\r\n  \"sortby\": 0,\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types","description":"<p>수불유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","tran-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"886f7b03-7cc7-49b3-a966-2289494b087c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"tran_type_cd\": \"string\",\r\n  \"tran_type_nm\": null,\r\n  \"sortby\": 0,\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admTranType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"07537a58-a867-4b31-b6a6-c8fcdc8fdfc7","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"tran_type_cd\": \"string\",\r\n  \"tran_type_nm\": null,\r\n  \"sortby\": 0,\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admadmTranType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6956b734-3ea8-4f63-86f0-4481f027f50b"},{"name":"수불유형 데이터 수정","id":"42a146a3-6cba-45cf-b1c9-3b67d0ea1b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"tran_type_cd\": \"string\",\r\n  \"tran_type_nm\": null,\r\n  \"sortby\": 0,\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types","description":"<p>수불유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","tran-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"33a6754a-4b40-4fbc-bf8b-3ed3691ac138","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"tran_type_cd\": \"string\",\r\n  \"tran_type_nm\": null,\r\n  \"sortby\": 0,\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admTranType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"17e61a43-2466-4cd3-b03f-9a2ca31276f3","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"tran_type_cd\": \"string\",\r\n  \"tran_type_nm\": null,\r\n  \"sortby\": 0,\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admadmTranType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"42a146a3-6cba-45cf-b1c9-3b67d0ea1b96"},{"name":"수불유형 데이터 삭제","id":"5c145d7f-5d77-4bf9-8238-d3c75010dcc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types","description":"<p>수불유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","tran-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"cc7f6c54-9ab0-4925-8dff-5633c35ea466","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admTranType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"baaba98a-186f-4ccb-9932-fecb2daf680b","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/tran-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admadmTranType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admadmTranType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5c145d7f-5d77-4bf9-8238-d3c75010dcc3"}],"id":"d1fb8398-dcd0-4ba8-af1a-824d1496815f","_postman_id":"d1fb8398-dcd0-4ba8-af1a-824d1496815f","description":""},{"name":"요청유형(DemandType)","item":[{"name":"요청유형 데이터 단일 조회","id":"10338ca8-ef56-438d-90f9-ba973892ca1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/demand-type/:uuid","description":"<p>하나의 요청유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","demand-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 요청유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"8a874268-b5e2-45f5-8fd0-b281882db773","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/demand-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","demand-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 요청유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDemandType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"demand_type_cd\": \"string\",\n        \"demand_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"13e5012a-1388-4b10-ab20-5bb3578dd630","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/demand-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","demand-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 요청유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDemandType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"10338ca8-ef56-438d-90f9-ba973892ca1d"},{"name":"요청유형 데이터 조회","id":"cc998b8a-8a41-400c-a785-c686355f2543","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/demand-types","description":"<p>요청유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","demand-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"361b2399-f331-45ad-b94e-1e9c91249f2d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/demand-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDemandType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"demand_type_cd\": \"string\",\n        \"demand_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"d4a84b8a-48ff-4b4f-b34d-33fbd7c9b738","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/demand-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDemandType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cc998b8a-8a41-400c-a785-c686355f2543"},{"name":"요청유형 데이터 생성","id":"bb81ccac-cffd-4fb4-b5df-eda20112cb92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"demand_type_cd\": \"string\",\n  \"demand_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types","description":"<p>요청유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","demand-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8942cb28-2bfb-41d2-9de1-478ebc7f3922","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"demand_type_cd\": \"string\",\n  \"demand_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDemandType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"08840aa2-0795-41de-8474-e9d5a8dbd78c","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"demand_type_cd\": \"string\",\n  \"demand_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDemandType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"bb81ccac-cffd-4fb4-b5df-eda20112cb92"},{"name":"요청유형 데이터 수정","id":"c04b6683-983d-4bce-bc16-c4ba13a41cf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"demand_type_cd\": \"string\",\n  \"demand_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types","description":"<p>요청유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","demand-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1b25be02-ac4d-40c7-8d84-542e0873f2af","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"demand_type_cd\": \"string\",\n  \"demand_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDemandType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e10d7bb4-521b-46aa-bdda-9b5363684e05","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"demand_type_cd\": \"string\",\n  \"demand_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDemandType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c04b6683-983d-4bce-bc16-c4ba13a41cf3"},{"name":"요청유형 데이터 수정","id":"6b1c8899-e305-4511-b7c2-e8e047bca2ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"demand_type_cd\": \"string\",\n  \"demand_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types","description":"<p>요청유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","demand-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e0b2ae7f-d54c-4c72-bed9-16e1aaaf1e5d","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"demand_type_cd\": \"string\",\n  \"demand_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDemandType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f25cef8e-d49d-47a1-a658-31e981f84bd1","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"demand_type_cd\": \"string\",\n  \"demand_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDemandType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6b1c8899-e305-4511-b7c2-e8e047bca2ce"},{"name":"요청유형 데이터 삭제","id":"0f048712-62ee-4bf0-b0ea-871ca028dd5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types","description":"<p>요청유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","demand-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"17b31402-403f-4e39-b3ed-49b4726741b3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDemandType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"bec695a6-868a-4ffb-a8bb-d817f6d6a4c5","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/demand-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDemandType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDemandType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0f048712-62ee-4bf0-b0ea-871ca028dd5a"}],"id":"4ac7c3c1-6a8b-4c52-bcd3-22ee4c82b0d1","_postman_id":"4ac7c3c1-6a8b-4c52-bcd3-22ee4c82b0d1","description":""},{"name":"일상점검주기(DailyInspCycle)","item":[{"name":"일상점검주기 데이터 단일 조회","id":"4050ddf2-d5b5-44a4-a89e-ee4ee583aca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/daily-insp-cycle/:uuid","description":"<p>하나의 일상점검주기 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","daily-insp-cycle",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 일상점검주기의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"80b023f3-2f10-4ca0-a8f0-82a9810e5dfb","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/daily-insp-cycle/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","daily-insp-cycle",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 일상점검주기의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDailyInspCycle-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n        \"daily_insp_cycle_cd\": \"string\",\n        \"daily_insp_cycle_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"dcd8076c-2650-4464-8a8a-896126774516","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/daily-insp-cycle/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","daily-insp-cycle",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 일상점검주기의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDailyInspCycle-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4050ddf2-d5b5-44a4-a89e-ee4ee583aca0"},{"name":"일상점검주기 데이터 조회","id":"62adb321-28eb-4b28-babd-c114987193d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles","description":"<p>일상점검주기 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","daily-insp-cycles"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8c66868c-ae1b-4c7b-88dc-9ec448be97c8","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDailyInspCycle-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n        \"daily_insp_cycle_cd\": \"string\",\n        \"daily_insp_cycle_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"27b6160a-af7f-4bb9-a114-97bd65130089","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDailyInspCycle-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"62adb321-28eb-4b28-babd-c114987193d8"},{"name":"일상점검주기 데이터 생성","id":"3e599fb5-55df-4d3d-b0f8-c546a0bc0ee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"daily_insp_cycle_cd\": \"string\",\n  \"daily_insp_cycle_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles","description":"<p>일상점검주기 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","daily-insp-cycles"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4d48eaff-f2ec-4c3b-8aba-d2d835e9a63d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"daily_insp_cycle_cd\": \"string\",\n  \"daily_insp_cycle_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDailyInspCycle-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a1a6ee1e-02f4-4b29-9296-80860c6a99cb","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"daily_insp_cycle_cd\": \"string\",\n  \"daily_insp_cycle_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDailyInspCycle-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3e599fb5-55df-4d3d-b0f8-c546a0bc0ee3"},{"name":"일상점검주기 데이터 수정","id":"ed035f63-7098-4e9c-8cc5-8b1e4d4125cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"daily_insp_cycle_cd\": \"string\",\n  \"daily_insp_cycle_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles","description":"<p>일상점검주기 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","daily-insp-cycles"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"cd36981e-6952-418f-9c0c-a3034286f7d1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"daily_insp_cycle_cd\": \"string\",\n  \"daily_insp_cycle_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDailyInspCycle-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4602de33-f706-485b-838d-b59e46161f5b","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"daily_insp_cycle_cd\": \"string\",\n  \"daily_insp_cycle_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDailyInspCycle-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ed035f63-7098-4e9c-8cc5-8b1e4d4125cb"},{"name":"일상점검주기 데이터 수정","id":"6f2c6f85-ca09-47c3-9ab2-b2d39cc64b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"daily_insp_cycle_cd\": \"string\",\n  \"daily_insp_cycle_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles","description":"<p>일상점검주기 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","daily-insp-cycles"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"afc54482-0738-48ec-ac8a-f5bb63349cf0","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"daily_insp_cycle_cd\": \"string\",\n  \"daily_insp_cycle_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDailyInspCycle-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1329f63a-a425-4965-a45c-4b538f3fcf0f","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"daily_insp_cycle_cd\": \"string\",\n  \"daily_insp_cycle_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDailyInspCycle-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6f2c6f85-ca09-47c3-9ab2-b2d39cc64b18"},{"name":"일상점검주기 데이터 삭제","id":"4f09b079-1917-46e2-85ed-e2d01700586f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles","description":"<p>일상점검주기 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","daily-insp-cycles"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"36067151-36b5-4169-8181-b71ee042729b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"urn:uuid:25fe52d8-3b5b-4b89-1af5-4324e8dfa2ed\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admDailyInspCycle-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5e24214a-d488-4f2f-9b17-cdb8e42ca72b","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"urn:uuid:25fe52d8-3b5b-4b89-1af5-4324e8dfa2ed\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/daily-insp-cycles"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admDailyInspCycle-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admDailyInspCycle\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4f09b079-1917-46e2-85ed-e2d01700586f"}],"id":"92d93f0e-0c16-40be-8b1d-b38b70af8b57","_postman_id":"92d93f0e-0c16-40be-8b1d-b38b70af8b57","description":""},{"name":"번호자동발행 옵션(PatternOpts)","item":[{"name":"번호자동발행 옵션 데이터 단일 조회","id":"f27c5a79-8dd1-4750-886f-eb9c2bf5868a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/pattern-opt/:uuid","description":"<p>하나의 번호자동발행 옵션 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","pattern-opt",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 번호자동발행 옵션의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"7aba94c6-f0fa-4222-ae12-a2c46082d47b","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/pattern-opt/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","pattern-opt",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 번호자동발행 옵션의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPatternOpts-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"pattern_opt_cd\": \"string\",\n        \"pattern_opt_nm\": \"string\",\n        \"table_nm\": \"string\",\n        \"auto_fg\": true,\n        \"col_nm\": \"string\",\n        \"pattern\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e8e37b5b-2199-4a09-bf3f-bff97e4d90cb","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/pattern-opt/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","pattern-opt",":uuid"],"variable":[{"key":"uuid","value":"urn:uuid:8d681dde-9a30-2501-14f4-f6907ef2090b","description":"(Required) 번호자동발행 옵션의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admPatternOpts-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f27c5a79-8dd1-4750-886f-eb9c2bf5868a"},{"name":"번호자동발행 옵션 데이터 조회","id":"8280eb2f-0771-4d04-821c-6ae56d968dfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/pattern-opts","description":"<p>번호자동발행 옵션 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","pattern-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0e753303-2dcf-470e-bbfa-fc835b78137f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/pattern-opts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPatternOpts-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"pattern_opt_cd\": \"string\",\n        \"pattern_opt_nm\": \"string\",\n        \"table_nm\": \"string\",\n        \"auto_fg\": true,\n        \"col_nm\": \"string\",\n        \"pattern\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"7ebc01ff-9410-4c25-8dca-a0e6854e00ea","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/pattern-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admPatternOpts-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8280eb2f-0771-4d04-821c-6ae56d968dfe"},{"name":"번호자동발행 옵션 데이터 생성","id":"c256c0a3-306d-47b6-b6df-51eab6561352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"pattern_opt_cd\": \"string\",\r\n  \"pattern_opt_nm\": \"string\",\r\n  \"table_nm\": \"string\",\r\n  \"auto_fg\": true,\r\n  \"col_nm\": \"string\",\r\n  \"pattern\": \"string\",\r\n  \"sortby\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts","description":"<p>번호자동발행 옵션 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","pattern-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1376558b-2835-461a-ba43-8b34301f6dab","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"pattern_opt_cd\": \"string\",\r\n  \"pattern_opt_nm\": \"string\",\r\n  \"table_nm\": \"string\",\r\n  \"auto_fg\": true,\r\n  \"col_nm\": \"string\",\r\n  \"pattern\": \"string\",\r\n  \"sortby\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPatternOpts-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4dc9c910-e64f-4912-aa66-baed5e6a574e","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"pattern_opt_cd\": \"string\",\r\n  \"pattern_opt_nm\": \"string\",\r\n  \"table_nm\": \"string\",\r\n  \"auto_fg\": true,\r\n  \"col_nm\": \"string\",\r\n  \"pattern\": \"string\",\r\n  \"sortby\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admPatternOpts-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c256c0a3-306d-47b6-b6df-51eab6561352"},{"name":"번호자동발행 옵션 데이터 수정","id":"30480fb3-5024-4ce9-8bb6-005f540c7c64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"pattern_opt_cd\": \"string\",\r\n  \"pattern_opt_nm\": \"string\",\r\n  \"table_nm\": \"string\",\r\n  \"auto_fg\": true,\r\n  \"col_nm\": \"string\",\r\n  \"pattern\": \"string\",\r\n  \"sortby\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts","description":"<p>번호자동발행 옵션 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","pattern-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5d30be35-cc7d-4147-a7ab-20c8d879c675","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"pattern_opt_cd\": \"string\",\r\n  \"pattern_opt_nm\": \"string\",\r\n  \"table_nm\": \"string\",\r\n  \"auto_fg\": true,\r\n  \"col_nm\": \"string\",\r\n  \"pattern\": \"string\",\r\n  \"sortby\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPatternOpts-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f7f9fd21-16c5-480e-9a18-37572d38f5ab","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"pattern_opt_cd\": \"string\",\r\n  \"pattern_opt_nm\": \"string\",\r\n  \"table_nm\": \"string\",\r\n  \"auto_fg\": true,\r\n  \"col_nm\": \"string\",\r\n  \"pattern\": \"string\",\r\n  \"sortby\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admPatternOpts-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"30480fb3-5024-4ce9-8bb6-005f540c7c64"},{"name":"번호자동발행 옵션 데이터 수정","id":"89ae5a82-0a4b-4c73-9823-625fe3564845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"pattern_opt_cd\": \"string\",\r\n  \"pattern_opt_nm\": \"string\",\r\n  \"table_nm\": \"string\",\r\n  \"auto_fg\": true,\r\n  \"col_nm\": \"string\",\r\n  \"pattern\": \"string\",\r\n  \"sortby\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts","description":"<p>번호자동발행 옵션 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","pattern-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3cfa01a8-5220-4038-8a67-8b91322d39e4","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"pattern_opt_cd\": \"string\",\r\n  \"pattern_opt_nm\": \"string\",\r\n  \"table_nm\": \"string\",\r\n  \"auto_fg\": true,\r\n  \"col_nm\": \"string\",\r\n  \"pattern\": \"string\",\r\n  \"sortby\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPatternOpts-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"632afb90-b4d8-4433-96cd-d680eb114b08","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\r\n  \"pattern_opt_cd\": \"string\",\r\n  \"pattern_opt_nm\": \"string\",\r\n  \"table_nm\": \"string\",\r\n  \"auto_fg\": true,\r\n  \"col_nm\": \"string\",\r\n  \"pattern\": \"string\",\r\n  \"sortby\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admPatternOpts-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"89ae5a82-0a4b-4c73-9823-625fe3564845"},{"name":"번호자동발행 옵션 데이터 삭제","id":"878829d1-e5d7-4ae6-aba6-94098858e465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts","description":"<p>번호자동발행 옵션 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","pattern-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e71b2e73-2d69-49d1-aa7d-ea5ba614432d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPatternOpts-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ccb164e9-b7f4-4ee0-97ac-1645d32a091a","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/pattern-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admPatternOpts-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admPatternOpts\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"}],"_postman_id":"878829d1-e5d7-4ae6-aba6-94098858e465"}],"id":"2c5abe95-79a5-4d65-a026-f81abf8df0a9","_postman_id":"2c5abe95-79a5-4d65-a026-f81abf8df0a9","description":""},{"name":"재작업유형(ReworkType)","item":[{"name":"재작업유형 데이터 단일 조회","id":"ef6c1508-7b37-474c-ab53-d0dcbc9ff34a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/rework-type/:uuid","description":"<p>하나의 재작업유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","rework-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 재작업유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"a942e0da-6cda-4392-ab7a-ad54b8436fc2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/rework-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","rework-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 재작업유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admReworkType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"rework_type_cd\": \"string\",\n        \"rework_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"12cce35a-e822-4eb1-a2a7-9b39374008db","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/rework-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","rework-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 재작업유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admReworkType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ef6c1508-7b37-474c-ab53-d0dcbc9ff34a"},{"name":"재작업유형 데이터 조회","id":"59cf8d7a-fc2b-439e-a6c1-3e89e5b40b8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/rework-types","description":"<p>재작업유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","rework-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1251ab40-3ead-4d0f-a523-acd719ee27bc","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/rework-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admReworkType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"rework_type_cd\": \"string\",\n        \"rework_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e1e57795-e6a2-4290-b166-9bc075f799f9","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/rework-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admReworkType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"59cf8d7a-fc2b-439e-a6c1-3e89e5b40b8a"},{"name":"재작업유형 데이터 생성","id":"e40a809e-74b2-4bb2-a6b9-555c242002ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rework_type_cd\": \"string\",\n  \"rework_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types","description":"<p>재작업유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","rework-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"210536be-8fbe-43df-a944-588c3bcf9c37","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"rework_type_cd\": \"string\",\n  \"rework_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admReworkType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"15e3ed01-d6ce-4ffd-9777-636a6333bd69","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"rework_type_cd\": \"string\",\n  \"rework_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admReworkType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e40a809e-74b2-4bb2-a6b9-555c242002ba"},{"name":"재작업유형 데이터 수정","id":"fe797a91-de34-408b-9b23-cc9045dea1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"rework_type_cd\": \"string\",\n  \"rework_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types","description":"<p>재작업유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","rework-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2c44f2de-304b-4a85-9daa-bd52a6010107","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"rework_type_cd\": \"string\",\n  \"rework_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admReworkType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"76abe0a7-e809-4ecf-99ff-4b7eef7c831c","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"rework_type_cd\": \"string\",\n  \"rework_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admReworkType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fe797a91-de34-408b-9b23-cc9045dea1e7"},{"name":"재작업유형 데이터 수정","id":"d051370d-6370-4e06-90fb-15d66889bee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"rework_type_cd\": \"string\",\n  \"rework_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types","description":"<p>재작업유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","rework-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"56985fd1-82ae-454e-a6d5-7562c269c509","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"rework_type_cd\": \"string\",\n  \"rework_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admReworkType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6f837f27-656d-4e50-92cf-9f3a90e977d7","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"rework_type_cd\": \"string\",\n  \"rework_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admReworkType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d051370d-6370-4e06-90fb-15d66889bee8"},{"name":"재작업유형 데이터 삭제","id":"e008a0aa-997e-4041-99f4-9cbc5f8b5e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types","description":"<p>재작업유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","rework-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"803589bd-541b-4314-a1a6-97b8900e6809","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admReworkType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4ba97e09-6283-4f01-b4e4-3dc762ef0d26","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/rework-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admReworkType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admReworkType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e008a0aa-997e-4041-99f4-9cbc5f8b5e7a"}],"id":"53a38524-1b0f-438a-9509-56fe0a61335d","_postman_id":"53a38524-1b0f-438a-9509-56fe0a61335d","description":""},{"name":"주기단위(CycleUnit)","item":[{"name":"주기단위 데이터 단일 조회","id":"6401d9b1-1eca-4835-8940-84d91628c753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/cycle-unit/:uuid","description":"<p>하나의 주기단위 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","cycle-unit",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 주기단위의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"c47e3d15-0ce5-4a45-bbb3-91bc85382f6c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/cycle-unit/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","cycle-unit",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 주기단위의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCycleUnit-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n        \"cycle_unit_cd\": \"string\",\n        \"cycle_unit_nm\": \"string\",\n        \"format\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e4a346bf-1bf7-4947-8cd6-4f8b897b9fc8","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/cycle-unit/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","cycle-unit",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 주기단위의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCycleUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6401d9b1-1eca-4835-8940-84d91628c753"},{"name":"주기단위 데이터 조회","id":"05584a02-7891-49f8-a4d8-56641f886908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/cycle-units","description":"<p>주기단위 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","cycle-units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2f6d5917-2b2a-4022-883c-312bd0ad9315","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/cycle-units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCycleUnit-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n        \"cycle_unit_cd\": \"string\",\n        \"cycle_unit_nm\": \"string\",\n        \"format\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"fffaf096-3f1f-434d-b747-62d72c416818","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/cycle-units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCycleUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"05584a02-7891-49f8-a4d8-56641f886908"},{"name":"주기단위 데이터 생성","id":"80f38065-6caf-436e-a859-7420ef70c542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cycle_unit_cd\": \"string\",\n  \"cycle_unit_nm\": \"string\",\n  \"format\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units","description":"<p>주기단위 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","cycle-units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ee68fa90-2e50-4032-927e-a485e9f194f2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cycle_unit_cd\": \"string\",\n  \"cycle_unit_nm\": \"string\",\n  \"format\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCycleUnit-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"80abf47e-e710-455d-bd9d-04e41e2a16e9","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cycle_unit_cd\": \"string\",\n  \"cycle_unit_nm\": \"string\",\n  \"format\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCycleUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"80f38065-6caf-436e-a859-7420ef70c542"},{"name":"주기단위 데이터 수정","id":"528f7319-e543-4662-916a-423435abf1a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"cycle_unit_cd\": \"string\",\n  \"cycle_unit_nm\": \"string\",\n  \"format\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units","description":"<p>주기단위 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","cycle-units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3edd64fb-0862-40a2-b5a6-bd5fff65372b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"cycle_unit_cd\": \"string\",\n  \"cycle_unit_nm\": \"string\",\n  \"format\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCycleUnit-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d8882c2f-af2c-4e19-9b35-780292cb8e04","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"cycle_unit_cd\": \"string\",\n  \"cycle_unit_nm\": \"string\",\n  \"format\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCycleUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"528f7319-e543-4662-916a-423435abf1a7"},{"name":"주기단위 데이터 수정","id":"062c6828-28b0-409b-8510-ce9c8353a164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"cycle_unit_cd\": \"string\",\n  \"cycle_unit_nm\": \"string\",\n  \"format\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units","description":"<p>주기단위 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","cycle-units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1f953bab-2c53-4980-98c2-94313f4670dd","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"cycle_unit_cd\": \"string\",\n  \"cycle_unit_nm\": \"string\",\n  \"format\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCycleUnit-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e7531a70-a391-4d2b-b038-f45f475383f6","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"cycle_unit_cd\": \"string\",\n  \"cycle_unit_nm\": \"string\",\n  \"format\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCycleUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"062c6828-28b0-409b-8510-ce9c8353a164"},{"name":"주기단위 데이터 삭제","id":"8f30a1f5-7923-40f6-9b63-60965b8c7eea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units","description":"<p>주기단위 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","cycle-units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8b935144-bc34-46ef-b184-50d93bceafe8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"1ec9ff61-af9b-2623-4a1f-5a772d6800ea\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCycleUnit-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4f85ce27-b4a2-4414-9b16-e586018fad70","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"1ec9ff61-af9b-2623-4a1f-5a772d6800ea\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/cycle-units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCycleUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCycleUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8f30a1f5-7923-40f6-9b63-60965b8c7eea"}],"id":"dd28cbf7-434d-48f8-9d48-5d18c66d3c32","_postman_id":"dd28cbf7-434d-48f8-9d48-5d18c66d3c32","description":""},{"name":"창고유형(StoreType)","item":[{"name":"창고유형 데이터 단일 조회","id":"650872c1-a9ec-4996-9a3e-0c7bca697ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/store-type/:uuid","description":"<p>하나의 창고유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","store-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 창고유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"f0784b68-811c-45c1-9e3c-37a50ed8ac3a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/store-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","store-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 창고유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admStoreType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"store_type_cd\": \"string\",\n        \"store_type_nm\": \"string\",\n        \"parameter_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f5be711d-3fe1-4cdf-8272-cce8653c3a51","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/store-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","store-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 창고유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admStoreType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"650872c1-a9ec-4996-9a3e-0c7bca697ff0"},{"name":"창고유형 데이터 조회","id":"3a60d5d1-c32b-47e2-995b-94678950f6dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/store-types","description":"<p>창고유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","store-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"feacbb28-fd9c-4451-a749-0f35498bc238","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/store-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admStoreType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"store_type_cd\": \"string\",\n        \"store_type_nm\": \"string\",\n        \"parameter_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"bf4b7529-2388-4cf4-b5f8-ef0f35b878ad","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/store-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admStoreType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3a60d5d1-c32b-47e2-995b-94678950f6dd"},{"name":"창고유형 데이터 생성","id":"27587f7d-d2ec-47f2-9240-0cb9e5a9fe46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"store_type_cd\": \"string\",\n  \"store_type_nm\": \"string\",\n  \"parameter_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types","description":"<p>창고유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","store-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d985312d-dc1a-40ab-8f1e-468f98db97bd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"store_type_cd\": \"string\",\n  \"store_type_nm\": \"string\",\n  \"parameter_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admStoreType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e8276b92-9241-4219-ad08-5d5bcc58b284","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"store_type_cd\": \"string\",\n  \"store_type_nm\": \"string\",\n  \"parameter_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admStoreType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"27587f7d-d2ec-47f2-9240-0cb9e5a9fe46"},{"name":"창고유형 데이터 수정","id":"c8ece096-ef62-4d72-973e-64c3e8af6c52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_type_cd\": \"string\",\n  \"store_type_nm\": \"string\",\n  \"parameter_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types","description":"<p>창고유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","store-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"350b3ace-ef5e-4922-b6da-424789fd225c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_type_cd\": \"string\",\n  \"store_type_nm\": \"string\",\n  \"parameter_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admStoreType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6f8ced84-01d5-43a6-a689-c5f40eac7da0","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_type_cd\": \"string\",\n  \"store_type_nm\": \"string\",\n  \"parameter_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admStoreType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c8ece096-ef62-4d72-973e-64c3e8af6c52"},{"name":"창고유형 데이터 수정","id":"c225b6e8-884e-43c8-9be0-fdf4b138406a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_type_cd\": \"string\",\n  \"store_type_nm\": \"string\",\n  \"parameter_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types","description":"<p>창고유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","store-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6177b421-0dc5-43a6-9968-c3c27d64da1a","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_type_cd\": \"string\",\n  \"store_type_nm\": \"string\",\n  \"parameter_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admStoreType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b0f3fb0c-7982-4257-98cc-89dd6a7aae21","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_type_cd\": \"string\",\n  \"store_type_nm\": \"string\",\n  \"parameter_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admStoreType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c225b6e8-884e-43c8-9be0-fdf4b138406a"},{"name":"창고유형 데이터 삭제","id":"a5e4bfb3-ef5b-4e60-a786-2db4fe772829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types","description":"<p>창고유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","store-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a215da66-b826-4747-a5a4-87ad8f563bff","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admStoreType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7bc9e0dc-32da-40ce-b081-0a82253653c9","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/store-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admStoreType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admStoreType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a5e4bfb3-ef5b-4e60-a786-2db4fe772829"}],"id":"030e236f-d99b-4cec-a896-86bdec1ddc18","_postman_id":"030e236f-d99b-4cec-a896-86bdec1ddc18","description":""},{"name":"파일관리유형(FileMgmtType)","item":[{"name":"파일관리유형 데이터 단일 조회","id":"8805706d-9feb-4d4a-998b-290dace43003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/file-mgmt-type/:uuid","description":"<p>하나의 파일관리유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 파일관리유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"fca24402-6468-406e-b0c1-404885fd89ff","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/file-mgmt-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","file-mgmt-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 파일관리유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"file_mgmt_type_cd\": \"string\",\n        \"file_mgmt_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b0def1e9-322c-4fe2-a448-ab9abb5113f7","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/file-mgmt-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","file-mgmt-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 파일관리유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8805706d-9feb-4d4a-998b-290dace43003"},{"name":"파일관리유형 데이터 조회","id":"cb7735ab-68e7-4c82-9d9d-05a2d573c521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/file-mgmt-types","description":"<p>파일관리유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8643a58f-2309-472d-baf5-2870b26cfdb3","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/file-mgmt-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n        \"file_mgmt_type_cd\": \"string\",\n        \"file_mgmt_type_nm\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"1a68415d-bbbb-4a8b-b387-354f4c1638e7","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/file-mgmt-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cb7735ab-68e7-4c82-9d9d-05a2d573c521"},{"name":"파일관리유형 데이터 생성","id":"cd2ae07c-3930-4e2c-b6f5-8c208d6ddbf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file_mgmt_type_cd\": \"string\",\n  \"file_mgmt_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types","description":"<p>파일관리유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5804a07c-479f-4d3a-b3b9-a2307769c47d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"file_mgmt_type_cd\": \"string\",\n  \"file_mgmt_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d22e95ca-9a60-4bd3-a8a3-76094ec840ad","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"file_mgmt_type_cd\": \"string\",\n  \"file_mgmt_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cd2ae07c-3930-4e2c-b6f5-8c208d6ddbf8"},{"name":"파일관리유형 데이터 수정","id":"6758b800-9c25-4d71-bc19-17288f4544bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_mgmt_type_cd\": \"string\",\n  \"file_mgmt_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types","description":"<p>파일관리유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9248b69c-41cd-46f8-9e8f-685443518753","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_mgmt_type_cd\": \"string\",\n  \"file_mgmt_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ee591d79-12a7-4470-8e3b-eeae5505f92b","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_mgmt_type_cd\": \"string\",\n  \"file_mgmt_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6758b800-9c25-4d71-bc19-17288f4544bc"},{"name":"파일관리유형 데이터 수정","id":"cf60447c-114e-4fc0-9046-7cb44d6728fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_mgmt_type_cd\": \"string\",\n  \"file_mgmt_type_nm\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types","description":"<p>파일관리유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c18b3d14-4e04-4937-be53-ced867be64c9","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"urn:uuid:690cbdb4-e5b4-83ab-4d7f-e99e8fa22ce9\",\n    \"file_mgmt_type_cd\": \"qui tempor\",\n    \"file_mgmt_type_nm\": \"adipisicing deserunt ipsum\",\n    \"sortby\": -63445400.1106695\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"241c9ca1-c630-4ca6-b645-7eb557a8b7e4","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"urn:uuid:690cbdb4-e5b4-83ab-4d7f-e99e8fa22ce9\",\n    \"file_mgmt_type_cd\": \"qui tempor\",\n    \"file_mgmt_type_nm\": \"adipisicing deserunt ipsum\",\n    \"sortby\": -63445400.1106695\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cf60447c-114e-4fc0-9046-7cb44d6728fe"},{"name":"파일관리유형 데이터 삭제","id":"da92b111-04a5-4c4a-93c5-768dbd3eb696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types","description":"<p>파일관리유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"49596cd5-398c-4218-a7f8-109c0549ae11","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"00768453-8ce0-4b51-bbc7-4cd6b85888d3","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"da92b111-04a5-4c4a-93c5-768dbd3eb696"}],"id":"6530ba23-aa78-4796-8b6b-063d83b85f45","_postman_id":"6530ba23-aa78-4796-8b6b-063d83b85f45","description":""},{"name":"파일관리상세유형(FileMgmtDetailType)","item":[{"name":"파일관리상세유형 데이터 단일 조회","id":"5b5eab51-048b-43e5-9964-10c587d1abed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-type/:uuid","description":"<p>하나의 파일관리상세유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-detail-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 파일관리상세유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"d742e8cd-d4aa-4b9b-b9db-4746787ad2d2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/file-mgmt-detail-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","file-mgmt-detail-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 파일관리상세유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtDetailType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"file_mgmt_detail_type_uuid\": \"089db146-909e-442a-9617-434b2ec10c4a\",\n        \"file_mgmt_detail_type_cd\": \"string\",\n        \"file_mgmt_detail_type_nm\": \"string\",\n        \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n        \"file_mgmt_type_cd\": \"string\",\n        \"file_mgmt_type_nm\": \"string\",\n        \"file_extension_types\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8edb113c-d7a2-40d5-95bb-2e99260fbe0c","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/file-mgmt-detail-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","file-mgmt-detail-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 파일관리상세유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtDetailType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5b5eab51-048b-43e5-9964-10c587d1abed"},{"name":"파일관리상세유형 데이터 조회","id":"a5db3a10-0169-4b66-8d17-046e4d420702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types?file_mgmt_type_uuid=&file_mgmt_type_cd=","description":"<p>파일관리상세유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-detail-types"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>파일관리유형의 UUID를 입력하여 파일관리유형에 따라 파일관리상세유형를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"file_mgmt_type_uuid","value":""},{"description":{"content":"<p>파일관리유형의 코드를 입력하여 파일관리유형코드에 따라 파일관리상세유형를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"file_mgmt_type_cd","value":""}],"variable":[]}},"response":[{"id":"039ee454-d53b-4b9a-9e34-7758785f2c7a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types?file_mgmt_type_uuid=&file_mgmt_type_cd=","host":["https://isos.iptime.org:13221"],"path":["adm","file-mgmt-detail-types"],"query":[{"key":"file_mgmt_type_uuid","value":""},{"key":"file_mgmt_type_cd","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtDetailType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"file_mgmt_detail_type_uuid\": \"089db146-909e-442a-9617-434b2ec10c4a\",\n        \"file_mgmt_detail_type_cd\": \"string\",\n        \"file_mgmt_detail_type_nm\": \"string\",\n        \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n        \"file_mgmt_type_cd\": \"string\",\n        \"file_mgmt_type_nm\": \"string\",\n        \"file_extension_types\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b58cdaea-fb29-4a34-ba95-3ca6348c4b65","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types?file_mgmt_type_uuid=&file_mgmt_type_cd=","host":["https://isos.iptime.org:13221"],"path":["adm","file-mgmt-detail-types"],"query":[{"key":"file_mgmt_type_uuid","value":""},{"key":"file_mgmt_type_cd","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtDetailType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a5db3a10-0169-4b66-8d17-046e4d420702"},{"name":"파일관리상세유형 데이터 생성","id":"1a500e08-a524-4dea-984b-c4d027deb0b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file_mgmt_detail_type_cd\": \"string\",\n  \"file_mgmt_detail_type_nm\": \"string\",\n  \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n  \"file_extension_types\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types","description":"<p>파일관리상세유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-detail-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1ba2e5cf-135a-439d-8d9f-dc2c4de065e0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"file_mgmt_detail_type_cd\": \"string\",\n  \"file_mgmt_detail_type_nm\": \"string\",\n  \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n  \"file_extension_types\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtDetailType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"9deffa86-5629-4094-b0a0-30827e777347","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"file_mgmt_detail_type_cd\": \"string\",\n  \"file_mgmt_detail_type_nm\": \"string\",\n  \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n  \"file_extension_types\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtDetailType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1a500e08-a524-4dea-984b-c4d027deb0b0"},{"name":"파일관리상세유형 데이터 수정","id":"3123247c-b39d-4efd-aafa-dc82d021ec05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_mgmt_detail_type_cd\": \"string\",\n  \"file_mgmt_detail_type_nm\": \"string\",\n  \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n  \"file_extension_types\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types","description":"<p>파일관리상세유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-detail-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c4607b05-5f07-429c-88db-2eb689b0fd0a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_mgmt_detail_type_cd\": \"string\",\n  \"file_mgmt_detail_type_nm\": \"string\",\n  \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n  \"file_extension_types\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtDetailType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"16bdac8f-d9cc-4077-a951-52df2b24725c","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_mgmt_detail_type_cd\": \"string\",\n  \"file_mgmt_detail_type_nm\": \"string\",\n  \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n  \"file_extension_types\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtDetailType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3123247c-b39d-4efd-aafa-dc82d021ec05"},{"name":"파일관리상세유형 데이터 수정","id":"f418c27f-5848-483b-93c3-d90faa6540c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_mgmt_detail_type_cd\": \"string\",\n  \"file_mgmt_detail_type_nm\": \"string\",\n  \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n  \"file_extension_types\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types","description":"<p>파일관리상세유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-detail-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"96dc3815-d715-4ff4-96ee-156e3a007c62","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_mgmt_detail_type_cd\": \"string\",\n  \"file_mgmt_detail_type_nm\": \"string\",\n  \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n  \"file_extension_types\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtDetailType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0c09ba47-3ffb-442f-811c-4fe560eedd5d","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_mgmt_detail_type_cd\": \"string\",\n  \"file_mgmt_detail_type_nm\": \"string\",\n  \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n  \"file_extension_types\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtDetailType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f418c27f-5848-483b-93c3-d90faa6540c3"},{"name":"파일관리상세유형 데이터 삭제","id":"ff7cbbf9-f496-4518-9f54-341a631d4f9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types","description":"<p>파일관리상세유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","file-mgmt-detail-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e7f9bcd6-e6dd-474a-aaa8-2b3ca9bd7cce","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMgmtDetailType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6f0cd78a-1dbb-4881-b76e-dbc0cfb0ca5b","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmt-detail-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmtDetailType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmtDetailType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ff7cbbf9-f496-4518-9f54-341a631d4f9c"}],"id":"5f4c8e07-c8e4-4b98-9cbe-9517ad9e72da","_postman_id":"5f4c8e07-c8e4-4b98-9cbe-9517ad9e72da","description":""},{"name":"파일관리(FileMgmt)","item":[{"name":"파일관리 데이터 단일 조회","id":"1d6741b6-b9a5-4826-a53d-3d77ecac27cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/file-mgmt/:uuid","description":"<p>하나의 파일관리 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","file-mgmt",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 파일관리의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"6db818ad-bc1c-43ac-a60a-2abc3cd44893","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/file-mgmt/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","file-mgmt",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 파일관리의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMnmt-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admFileMnmt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"file_mgmt_uuid\": \"f7bfc8cb-622f-438b-9e5a-a078b4199b90\",\n        \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n        \"file_mgmt_type_cd\": \"string\",\n        \"file_mgmt_type_nm\": \"string\",\n        \"file_mgmt_detail_type_uuid\": \"089db146-909e-442a-9617-434b2ec10c4a\",\n        \"file_mgmt_detail_type_cd\": \"string\",\n        \"file_mgmt_detail_type_nm\": \"string\",\n        \"reference_uuid\": \"1f2cd21d-5b22-46a6-ba4f-9b573db2e830\",\n        \"file_nm\": \"string\",\n        \"file_extension\": \"string\",\n        \"file_size\": 0,\n        \"ip\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8c84013e-674f-4a30-9f13-fec488edbe3e","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/file-mgmt/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","file-mgmt",":uuid"],"variable":[{"key":"uuid","value":"urn:uuid:8d681dde-9a30-2501-14f4-f6907ef2090b","description":"(Required) 파일관리의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1d6741b6-b9a5-4826-a53d-3d77ecac27cf"},{"name":"파일관리 데이터 조회","id":"d2f6d2b2-63d9-4bbd-b3ed-3389e1adfddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/file-mgmts?file_mgmt_type_uuid=&file_mgmt_detail_type_uuid=&reference_uuid=&file_mgmt_type_cd=&file_mgmt_detail_type_cd=","description":"<p>파일관리 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","file-mgmts"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>파일관리유형의 UUID를 입력하여 해당하는 파일관리 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"file_mgmt_type_uuid","value":""},{"description":{"content":"<p>파일관리상세유형의 UUID를 입력하여 해당하는 파일관리 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"file_mgmt_detail_type_uuid","value":""},{"description":{"content":"<p>파일관련 테이블 Row의 UUID를 입력하여 해당하는 파일관리 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"reference_uuid","value":""},{"description":{"content":"<p>파일관리유형의 코드를 입력하여 파일관리유형코드에 따라 파일관리 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"file_mgmt_type_cd","value":""},{"description":{"content":"<p>파일관리상세유형의 코드를 입력하여 파일관리상세유형코드에 따라 파일관리 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"file_mgmt_detail_type_cd","value":""}],"variable":[]}},"response":[{"id":"cea81e8f-3e94-412e-b2b6-4d7e67712b78","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/file-mgmts?file_mgmt_type_uuid=&file_mgmt_detail_type_uuid=&reference_uuid=&file_mgmt_type_cd=&file_mgmt_detail_type_cd=","host":["https://isos.iptime.org:13221"],"path":["adm","file-mgmts"],"query":[{"key":"file_mgmt_type_uuid","value":""},{"key":"file_mgmt_detail_type_uuid","value":""},{"key":"reference_uuid","value":""},{"key":"file_mgmt_type_cd","value":""},{"key":"file_mgmt_detail_type_cd","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMnmt-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admFileMnmt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"file_mgmt_uuid\": \"f7bfc8cb-622f-438b-9e5a-a078b4199b90\",\n        \"file_mgmt_type_uuid\": \"5a1142b0-2fdb-454e-9afd-8678f2273a13\",\n        \"file_mgmt_type_cd\": \"string\",\n        \"file_mgmt_type_nm\": \"string\",\n        \"file_mgmt_detail_type_uuid\": \"089db146-909e-442a-9617-434b2ec10c4a\",\n        \"file_mgmt_detail_type_cd\": \"string\",\n        \"file_mgmt_detail_type_nm\": \"string\",\n        \"reference_uuid\": \"1f2cd21d-5b22-46a6-ba4f-9b573db2e830\",\n        \"file_nm\": \"string\",\n        \"file_extension\": \"string\",\n        \"file_size\": 0,\n        \"ip\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f3ebbc8b-f81a-4460-98b0-5478cbc949f4","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/file-mgmts?file_mgmt_type_uuid=&file_mgmt_detail_type_uuid=&reference_uuid=&file_mgmt_type_cd=&file_mgmt_detail_type_cd=","host":["https://isos.iptime.org:13221"],"path":["adm","file-mgmts"],"query":[{"key":"file_mgmt_type_uuid","value":""},{"key":"file_mgmt_detail_type_uuid","value":""},{"key":"reference_uuid","value":""},{"key":"file_mgmt_type_cd","value":""},{"key":"file_mgmt_detail_type_cd","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d2f6d2b2-63d9-4bbd-b3ed-3389e1adfddb"},{"name":"파일관리 데이터 생성","id":"9bcd723d-05db-4b92-9ed3-49349a1fa49c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"save_type\": \"string\",\n  \"reference_uuid\": \"1f2cd21d-5b22-46a6-ba4f-9b573db2e830\",\n  \"file_nm\": \"string\",\n  \"file_extension\": \"string\",\n  \"file_size\": 0,\n  \"ip\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts","description":"<p>파일관리 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","file-mgmts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d4902fa3-858d-487b-99ed-7e8684ce7fc8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"save_type\": \"string\",\n  \"reference_uuid\": \"1f2cd21d-5b22-46a6-ba4f-9b573db2e830\",\n  \"file_nm\": \"string\",\n  \"file_extension\": \"string\",\n  \"file_size\": 0,\n  \"ip\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMnmt-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admFileMnmt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"233b17cb-a6af-43e5-a193-004d4aa2926a","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"save_type\": \"string\",\n  \"reference_uuid\": \"1f2cd21d-5b22-46a6-ba4f-9b573db2e830\",\n  \"file_nm\": \"string\",\n  \"file_extension\": \"string\",\n  \"file_size\": 0,\n  \"ip\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9bcd723d-05db-4b92-9ed3-49349a1fa49c"},{"name":"파일관리 데이터 수정","id":"0be388d7-ba3c-44eb-89dd-2cc9f5b2265c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_nm\": \"string\",\n  \"file_extension\": \"string\",\n  \"ip\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts","description":"<p>파일관리 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","file-mgmts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"152a969e-0840-4658-99d2-646bcdc92fae","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_nm\": \"string\",\n  \"file_extension\": \"string\",\n  \"ip\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMnmt-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admFileMnmt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d46f0e58-a7fa-4075-8d9b-c8d72321667e","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_nm\": \"string\",\n  \"file_extension\": \"string\",\n  \"ip\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0be388d7-ba3c-44eb-89dd-2cc9f5b2265c"},{"name":"파일관리 데이터 수정","id":"885a3c1b-ca52-4f65-87d9-d82473257650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_nm\": \"string\",\n  \"file_extension\": \"string\",\n  \"ip\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts","description":"<p>파일관리 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","file-mgmts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"39ced472-7d0e-476c-92a0-110139e6413d","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_nm\": \"string\",\n  \"file_extension\": \"string\",\n  \"ip\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admBomType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admBomType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6baa2f53-3e0e-4bec-b674-4ccf99e99701","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"file_nm\": \"string\",\n  \"file_extension\": \"string\",\n  \"ip\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"885a3c1b-ca52-4f65-87d9-d82473257650"},{"name":"파일관리 데이터 삭제","id":"4e82911a-2aa0-4654-8fd2-7f2254ac68ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts","description":"<p>파일관리 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","file-mgmts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ad481ba5-7837-47ec-bd21-3b40f33bb6a4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admFileMnmt-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admFileMnmt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"9599e552-6447-4f30-8911-c22a46464651","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/file-mgmts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admFileMgmt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admFileMgmt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4e82911a-2aa0-4654-8fd2-7f2254ac68ba"}],"id":"d358f998-1a8b-4996-b317-0e15a17b8286","_postman_id":"d358f998-1a8b-4996-b317-0e15a17b8286","description":""},{"name":"회사옵션(CompanyOpt)","item":[{"name":"회사옵션 데이터 단일 조회","id":"2eebb1bf-ed46-4b05-b780-16dad8897575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/company-opt/:uuid","description":"<p>하나의 회사옵션 데이터를 조회합니다.</p>\n","urlObject":{"path":["adm","company-opt",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 회사옵션의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"c1c9fda8-afa4-4f87-8618-13b62dc619b9","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/company-opt/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","company-opt",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 회사옵션의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCompanyOpt-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"company_opt_cd\": \"string\",\n        \"company_opt_nm\": \"string\",\n        \"remark\": \"string\",\n        \"val\": \"string\",\n        \"val_opt\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e5108cad-dd5d-43c3-8228-47570ef86149","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/adm/company-opt/:uuid","host":["https://isos.iptime.org:13221"],"path":["adm","company-opt",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 회사옵션의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCompanyOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2eebb1bf-ed46-4b05-b780-16dad8897575"},{"name":"회사옵션 데이터 조회","id":"bd40533c-ef69-4bb3-8c9d-d7aff428ca79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/company-opts","description":"<p>회사옵션 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["adm","company-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e60fb215-e849-470f-8932-4637501ea73c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/company-opts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCompanyOpt-S-0000\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n        \"company_opt_cd\": \"string\",\n        \"company_opt_nm\": \"string\",\n        \"remark\": \"string\",\n        \"val\": \"string\",\n        \"val_opt\": \"string\",\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b0a0a5e4-e222-43ec-b45f-77e31089dca4","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/adm/company-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCompanyOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"bd40533c-ef69-4bb3-8c9d-d7aff428ca79"},{"name":"회사옵션 데이터 생성","id":"f2303e04-6847-44c9-a758-791795610fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"company_opt_cd\": \"string\",\n  \"company_opt_nm\": \"string\",\n  \"remark\": \"string\",\n  \"val\": \"string\",\n  \"val_opt\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts","description":"<p>회사옵션 데이터를 생성합니다.</p>\n","urlObject":{"path":["adm","company-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"251160cf-a9db-4dd9-95bc-4f9cd706bf4c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"company_opt_cd\": \"string\",\n  \"company_opt_nm\": \"string\",\n  \"remark\": \"string\",\n  \"val\": \"string\",\n  \"val_opt\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCompanyOpt-S-0001\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c1917c04-d641-45ec-b657-df497191071e","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"company_opt_cd\": \"string\",\n  \"company_opt_nm\": \"string\",\n  \"remark\": \"string\",\n  \"val\": \"string\",\n  \"val_opt\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCompanyOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f2303e04-6847-44c9-a758-791795610fe5"},{"name":"회사옵션 데이터 수정","id":"7b9d9c9b-86c1-4a1b-a6e5-7fd11d782a9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"company_opt_cd\": \"string\",\n  \"company_opt_nm\": \"string\",\n  \"remark\": \"string\",\n  \"val\": \"string\",\n  \"val_opt\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts","description":"<p>회사옵션 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","company-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"be25c3fa-f2fa-47d8-8c1f-79da07672c0f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"company_opt_cd\": \"string\",\n  \"company_opt_nm\": \"string\",\n  \"remark\": \"string\",\n  \"val\": \"string\",\n  \"val_opt\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCompanyOpt-S-0002\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"08db1e95-8427-424e-a441-46c51f6bd1ba","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"company_opt_cd\": \"string\",\n  \"company_opt_nm\": \"string\",\n  \"remark\": \"string\",\n  \"val\": \"string\",\n  \"val_opt\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCompanyOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7b9d9c9b-86c1-4a1b-a6e5-7fd11d782a9e"},{"name":"회사옵션 데이터 수정","id":"aa1ff608-6681-4b9c-b68b-3c5986772042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"company_opt_cd\": \"string\",\n  \"company_opt_nm\": \"string\",\n  \"remark\": \"string\",\n  \"val\": \"string\",\n  \"val_opt\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts","description":"<p>회사옵션 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["adm","company-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e98e38a7-9b59-4719-8c3f-fac01e3f0d85","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"company_opt_cd\": \"string\",\n  \"company_opt_nm\": \"string\",\n  \"remark\": \"string\",\n  \"val\": \"string\",\n  \"val_opt\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCompanyOpt-S-0003\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"285853c7-d6e3-40d4-88db-2954e6d3f244","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"company_opt_cd\": \"string\",\n  \"company_opt_nm\": \"string\",\n  \"remark\": \"string\",\n  \"val\": \"string\",\n  \"val_opt\": \"string\",\n  \"sortby\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCompanyOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"aa1ff608-6681-4b9c-b68b-3c5986772042"},{"name":"회사옵션 데이터 삭제","id":"268d5d94-dec7-4372-916b-3846982b25a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts","description":"<p>회사옵션 데이터를 삭제합니다.</p>\n","urlObject":{"path":["adm","company-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"995b3129-ea65-4784-84a9-c16e415207e7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"admCompanyOpt-S-0004\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6a44bfef-9c5b-4410-a4fe-b36fd8626f35","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/adm/company-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"admCompanyOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"admCompanyOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"268d5d94-dec7-4372-916b-3846982b25a8"}],"id":"d8da3c4a-9bd2-4740-9cf3-ece4d8892fc6","_postman_id":"d8da3c4a-9bd2-4740-9cf3-ece4d8892fc6","description":""}],"id":"100f8c08-ece1-4ad0-8537-c795c3da19fe","_postman_id":"100f8c08-ece1-4ad0-8537-c795c3da19fe","description":""},{"name":"aut","item":[{"name":"권한(Permission)","item":[{"name":"권한 데이터 단일 조회","id":"d67fa75a-5830-43bf-875f-1588f94de8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/permission/:uuid","description":"<p>하나의 권한 데이터를 조회합니다.</p>\n","urlObject":{"path":["aut","permission",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 권한의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"f51569dd-58c1-4fa9-958a-1f501f4ab2eb","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/permission/:uuid","host":["https://isos.iptime.org:13221"],"path":["aut","permission",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 권한의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autPermission-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"permission_uuid\": \"47c4a14a-73d6-482b-91a2-090dd1e4b1bc\",\n        \"permission_nm\": 0,\n        \"create_fg\": true,\n        \"read_fg\": true,\n        \"update_fg\": true,\n        \"delete_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ef6b53bd-4805-44dd-b2b4-48d49eea8621","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/permission/:uuid","host":["https://isos.iptime.org:13221"],"path":["aut","permission",":uuid"],"variable":[{"key":"uuid","value":"ea6e087a-816d-df62-f5c8-6273dc9a44df","description":"(Required) 권한의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autPermission-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d67fa75a-5830-43bf-875f-1588f94de8eb"},{"name":"권한 데이터 조회","id":"34e8f310-91a6-4038-9270-18415083c7b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/permissions","description":"<p>권한 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["aut","permissions"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3b3ef41f-21fb-4e84-92f3-d91fada3ee9f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autPermission-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"permission_uuid\": \"47c4a14a-73d6-482b-91a2-090dd1e4b1bc\",\n        \"permission_nm\": 0,\n        \"create_fg\": true,\n        \"read_fg\": true,\n        \"update_fg\": true,\n        \"delete_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b64dad83-167a-477a-a770-6b57c5d85bf7","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/permissions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autPermission-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"34e8f310-91a6-4038-9270-18415083c7b1"},{"name":"권한 데이터 생성","id":"2fea23e9-b63e-4bcc-a3ac-24a5b02b1ae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"permission_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions","description":"<p>권한 데이터를 생성합니다.</p>\n","urlObject":{"path":["aut","permissions"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6c084189-4883-460d-b7d9-a2cf2fec42f0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"permission_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autPermission-S-0001\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"10eefedd-b769-4a07-9767-d16e54d80f6f","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"permission_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autPermission-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2fea23e9-b63e-4bcc-a3ac-24a5b02b1ae0"},{"name":"권한 데이터 수정","id":"8ac070ae-d718-4ddf-8110-bef0b58e27eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"permission_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions","description":"<p>권한 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["aut","permissions"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5c4f7f4f-e4f2-4605-9e77-03d1431c8805","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"permission_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autPermission-S-0002\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"48502cfc-e09c-42b5-92fe-2107a251a458","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"permission_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autPermission-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8ac070ae-d718-4ddf-8110-bef0b58e27eb"},{"name":"권한 데이터 수정","id":"24ac34c1-afb9-4b5d-b276-d2565132164c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"permission_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions","description":"<p>권한 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["aut","permissions"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ca35a700-460f-4b3c-b513-05fefa2dd00c","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"permission_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autPermission-S-0003\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"},{"id":"4d972a25-fb51-4732-93ac-953bcf150801","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"permission_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"success\": false,\n \"state_cd\": \"autPermission-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n \"message\": \"Error Message\",\n \"datas\": {\n  \"raws\": [],\n  \"value\": {}\n }\n}"}],"_postman_id":"24ac34c1-afb9-4b5d-b276-d2565132164c"},{"name":"권한 데이터 삭제","id":"2eae49f5-45c9-44f8-96a2-2ec6e0d649b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions","description":"<p>권한 데이터를 삭제합니다.</p>\n","urlObject":{"path":["aut","permissions"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"beb84db1-91b1-432d-85ca-66a752169c07","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autPermission-S-0004\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d5b5dbde-48bf-41f7-84c3-6ebf1f9e58f2","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/permissions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autPermission-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autPermission\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2eae49f5-45c9-44f8-96a2-2ec6e0d649b1"}],"id":"f3a465e9-0eb8-4525-816e-71399bb8ffa2","_postman_id":"f3a465e9-0eb8-4525-816e-71399bb8ffa2","description":""},{"name":"그룹(Group)","item":[{"name":"그룹 데이터 단일 조회","id":"53516b6a-31d2-42ea-b5f2-349a9284b067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/group/:uuid","description":"<p>하나의 그룹 데이터를 조회합니다.</p>\n","urlObject":{"path":["aut","group",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 그룹의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"57d67637-93e3-4730-a912-ba4b9118b7ae","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/group/:uuid","host":["https://isos.iptime.org:13221"],"path":["aut","group",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 그룹의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autGroup-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n        \"group_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"79c26d22-6519-4e4d-a805-a9f3c3b9f15b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/group/:uuid","host":["https://isos.iptime.org:13221"],"path":["aut","group",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 그룹의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"53516b6a-31d2-42ea-b5f2-349a9284b067"},{"name":"그룹 데이터 조회","id":"72313a04-99a0-4405-8c6d-625ae2b64fe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/groups","description":"<p>그룹 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["aut","groups"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3f001cfe-802c-4558-9413-601f577aa793","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autGroup-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n        \"group_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"66f1d225-1b4e-4686-854a-ff23ee2c7e9d","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"72313a04-99a0-4405-8c6d-625ae2b64fe0"},{"name":"그룹 데이터 생성","id":"9868675c-d570-4d21-ac18-a7cad189cb73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups","description":"<p>그룹 데이터를 생성합니다.</p>\n","urlObject":{"path":["aut","groups"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ac275eb6-d895-446a-9993-57837debe862","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autGroup-S-0001\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0640e7c6-0994-42e8-85b6-49e61e2d3485","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9868675c-d570-4d21-ac18-a7cad189cb73"},{"name":"그룹 데이터 수정","id":"61ac143f-49ee-4b03-af93-8a0913d86339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups","description":"<p>그룹 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["aut","groups"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"647c0b45-f795-4364-8426-1355930d82f2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autGroup-S-0002\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a33e0df4-a45a-4e53-a620-2e2c9fb887db","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"61ac143f-49ee-4b03-af93-8a0913d86339"},{"name":"그룹 데이터 수정","id":"f2c08456-4a3a-43d1-9552-67d3bb6e09d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups","description":"<p>그룹 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["aut","groups"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b6fc2e86-8bc6-4526-905f-31552d725979","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autGroup-S-0003\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e0a72deb-88e8-4131-95e6-3b424e78845a","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f2c08456-4a3a-43d1-9552-67d3bb6e09d8"},{"name":"그룹 데이터 삭제","id":"fb4b468a-0691-41a3-a1f5-567c40a2ad32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups","description":"<p>그룹 데이터를 삭제합니다.</p>\n","urlObject":{"path":["aut","groups"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"89fec092-a96c-485f-b53f-2c5742fe1b4f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autGroup-S-0004\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b532bd49-7977-4a2c-8313-cc6625d39a69","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fb4b468a-0691-41a3-a1f5-567c40a2ad32"}],"id":"e86ebcd0-32b0-4f1c-8716-d437dff6a83e","_postman_id":"e86ebcd0-32b0-4f1c-8716-d437dff6a83e","description":""},{"name":"그룹권한(GroupPermission)","item":[{"name":"메뉴별 그룹권한 데이터 조회","id":"7afbe438-dba2-491a-86bc-25855d272426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/group-permissions?group_uuid","description":"<p>메뉴별 그룹권한 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["aut","group-permissions"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 그룹의 UUID를 입력하여 그룹에 따라 메뉴별 그룹권한 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"group_uuid","value":null}],"variable":[]}},"response":[{"id":"f7a6e467-c6cd-4f72-9bd3-664fab5e857d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/group-permissions?group_uuid","host":["https://isos.iptime.org:13221"],"path":["aut","group-permissions"],"query":[{"key":"group_uuid","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autGroupPermission-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autGroupPermission\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n        \"menu_nm\": \"string\",\n        \"first_menu_nm\": \"string\",\n        \"lv\": 0,\n        \"sortby\": 0,\n        \"menu_type_uuid\": \"67ea6bff-3455-4a49-9d33-b203b1be447a\",\n        \"menu_type_nm\": 0,\n        \"group_permission_uuid\": \"6d197ea8-f414-4e56-8db1-e014a5062a17\",\n        \"permission_uuid\": \"47c4a14a-73d6-482b-91a2-090dd1e4b1bc\",\n        \"permission_nm\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f7356b4a-49ea-4e55-88a0-333751533954","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/group-permissions?group_uuid","host":["https://isos.iptime.org:13221"],"path":["aut","group-permissions"],"query":[{"key":"group_uuid","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autGroupPermission-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autGroupPermission\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7afbe438-dba2-491a-86bc-25855d272426"},{"name":"메뉴별 그룹권한 데이터 생성 및 수정","id":"79a7dd05-9427-4b64-ad6e-27edc005db52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n  \"permission_uuid\": \"47c4a14a-73d6-482b-91a2-090dd1e4b1bc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/group-permissions","description":"<p>메뉴별 그룹권한 데이터를 생성 및 수정합니다. <br />\nuuid 데이터를 입력하지 않을경우 데이터를 생성, 입력할 경우 수정합니다. <br />\n[생성] group_uuid, menu_uuid, permission_uuid 입력 <br />\n[수정] uuid, permission_uuid 입력</p>\n","urlObject":{"path":["aut","group-permissions"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"48808b06-0c9d-41c0-b012-ae0f5e782232","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n  \"permission_uuid\": \"47c4a14a-73d6-482b-91a2-090dd1e4b1bc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/group-permissions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autGroupPermission-S-0002\",\n  \"state\": {\n      \"state_tag\": \"autGroupPermission\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"598a4df3-0855-4323-8a7e-8f09ede25cc6","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n  \"permission_uuid\": \"47c4a14a-73d6-482b-91a2-090dd1e4b1bc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/group-permissions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autGroupPermission-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autGroupPermission\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"79a7dd05-9427-4b64-ad6e-27edc005db52"}],"id":"38af6d21-8b85-4bea-a08d-e4f0efb9a9ba","_postman_id":"38af6d21-8b85-4bea-a08d-e4f0efb9a9ba","description":""},{"name":"메뉴유형(MenuType)","item":[{"name":"메뉴유형 데이터 단일 조회","id":"0eee308a-9656-46c4-95e9-697f03f9e79e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/menu-type/:uuid","description":"<p>하나의 메뉴유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["aut","menu-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 메뉴유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"683eadd5-36e1-4cc7-89cd-6e2a8a9dd5ee","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/menu-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["aut","menu-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 메뉴유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autMenuType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"menu_type_uuid\": \"67ea6bff-3455-4a49-9d33-b203b1be447a\",\n        \"menu_type_nm\": 0,\n        \"create_fg\": true,\n        \"read_fg\": true,\n        \"update_fg\": true,\n        \"delete_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8a7de797-a0e3-40c9-972a-2edc741f7a5e","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/menu-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["aut","menu-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 메뉴유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autMenuType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0eee308a-9656-46c4-95e9-697f03f9e79e"},{"name":"메뉴유형 데이터 조회","id":"a73f0c99-7999-4a9c-831d-090e7827c8e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/menu-types","description":"<p>메뉴유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["aut","menu-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8a757e92-981c-4f31-a754-756aba613626","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/menu-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autMenuType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"menu_type_uuid\": \"67ea6bff-3455-4a49-9d33-b203b1be447a\",\n        \"menu_type_nm\": 0,\n        \"create_fg\": true,\n        \"read_fg\": true,\n        \"update_fg\": true,\n        \"delete_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"5ba54374-ff99-4245-a435-a4191555f1d8","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/menu-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autMenuType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a73f0c99-7999-4a9c-831d-090e7827c8e8"},{"name":"메뉴유형 데이터 생성","id":"c88e2ae9-720d-4f0a-b5bd-65df2d384ef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"menu_type_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types","description":"<p>메뉴유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["aut","menu-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0a7d317e-5f38-49ec-aee9-fcf9d66403b1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"menu_type_nm\": 6645510.785678431,\n    \"create_fg\": true,\n    \"read_fg\": true,\n    \"update_fg\": false,\n    \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autMenuType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"38d86822-9e91-4501-bafc-49e1293daed9","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"menu_type_nm\": 6645510.785678431,\n    \"create_fg\": true,\n    \"read_fg\": true,\n    \"update_fg\": false,\n    \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autMenuType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c88e2ae9-720d-4f0a-b5bd-65df2d384ef9"},{"name":"메뉴유형 데이터 수정","id":"682fdeb5-76b8-4432-8cc3-242eebfaff84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"menu_type_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types","description":"<p>메뉴유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["aut","menu-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"606b609b-2a13-4d69-90dc-8bcefaa819a9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"menu_type_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autMenuType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"3ccb674b-e435-4de5-a4f7-9715b156dc88","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"menu_type_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autMenuType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"682fdeb5-76b8-4432-8cc3-242eebfaff84"},{"name":"메뉴유형 데이터 수정","id":"efd4ad30-93d4-49bd-8335-bf952d6bf042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"menu_type_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types","description":"<p>메뉴유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["aut","menu-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5c3d3e54-14e0-4e5e-906c-befa68a5ab5c","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"menu_type_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autMenuType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1cce96ce-4921-42f5-a092-479f0b713ce0","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"menu_type_nm\": 0,\n  \"create_fg\": true,\n  \"read_fg\": true,\n  \"update_fg\": true,\n  \"delete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autMenuType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"efd4ad30-93d4-49bd-8335-bf952d6bf042"},{"name":"메뉴유형 데이터 삭제","id":"17e6b3c9-336c-4bbe-b63c-5eee3da943e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types","description":"<p>메뉴유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["aut","menu-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"279d8074-b569-4856-86a8-c83c68abfa64","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autMenuType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"30580655-c7c7-46ea-b5f9-167faa696aa4","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menu-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autMenuType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autMenuType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"17e6b3c9-336c-4bbe-b63c-5eee3da943e0"}],"id":"d5aa14fa-9407-4474-ac0c-3346d20e4041","_postman_id":"d5aa14fa-9407-4474-ac0c-3346d20e4041","description":""},{"name":"메뉴(Menu)","item":[{"name":"권한에 따른 메뉴 데이터 조회","id":"a1d18c90-89df-411a-a874-bffafd317b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/menus/permission","description":"<p>사용자의 권한에 따라 메뉴리스트를 조회합니다.</p>\n","urlObject":{"path":["aut","menus","permission"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"026c02b4-503a-4953-bb46-84b0cd0d6533","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/menus/permission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autMenu-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autMenu\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"sub_menu\": [\n          {\n            \"lv\": 0,\n            \"menu_type\": \"string\",\n            \"first_menu_uuid\": \"f503a5f6-e0b2-40dc-aa57-a0953423e0ae\",\n            \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n            \"menu_uri\": \"string\",\n            \"menu_nm\": \"string\",\n            \"component_nm\": \"string\",\n            \"icon\": \"string\",\n            \"create_fg\": true,\n            \"read_fg\": true,\n            \"update_fg\": true,\n            \"delete_fg\": true,\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ],\n        \"lv\": 0,\n        \"menu_type\": \"string\",\n        \"first_menu_uuid\": \"f503a5f6-e0b2-40dc-aa57-a0953423e0ae\",\n        \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n        \"menu_uri\": \"string\",\n        \"menu_nm\": \"string\",\n        \"component_nm\": \"string\",\n        \"icon\": \"string\",\n        \"create_fg\": true,\n        \"read_fg\": true,\n        \"update_fg\": true,\n        \"delete_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"97643031-1cad-45be-beda-b72e8e81d158","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/menus/permission"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autMenu-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autMenu\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a1d18c90-89df-411a-a874-bffafd317b4d"},{"name":"메뉴 데이터 단일 조회","id":"8a0227a6-5a81-40df-9100-a8486ad97700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/menu/:uuid","description":"<p>하나의 메뉴 데이터를 조회합니다.</p>\n","urlObject":{"path":["aut","menu",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 메뉴의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"9a8adfaa-11d3-4bd8-b4a3-65815b313729","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/menu/:uuid","host":["https://isos.iptime.org:13221"],"path":["aut","menu",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 메뉴의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autMenu-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autMenu\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n        \"menu_nm\": \"string\",\n        \"menu_type_uuid\": \"67ea6bff-3455-4a49-9d33-b203b1be447a\",\n        \"menu_type_nm\": 0,\n        \"menu_uri\": \"string\",\n        \"component_nm\": \"string\",\n        \"icon\": \"string\",\n        \"use_fg\": true,\n        \"lv\": 0,\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b97eb6f4-3e21-4c07-a09b-3cd66117ff03","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/menu/:uuid","host":["https://isos.iptime.org:13221"],"path":["aut","menu",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 메뉴의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autMenu-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autMenu\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8a0227a6-5a81-40df-9100-a8486ad97700"},{"name":"메뉴 데이터 조회","id":"dfc2433f-9738-4cf5-a7e2-82f8ab1bdac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/menus?use_fg","description":"<p>메뉴 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["aut","menus"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>메뉴의 사용여부에 따라 메뉴 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"use_fg","value":null}],"variable":[]}},"response":[{"id":"8b3bfde6-1e46-4fef-b7f1-fc093031a51f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/menus?use_fg","host":["https://isos.iptime.org:13221"],"path":["aut","menus"],"query":[{"key":"use_fg","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autMenu-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autMenu\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n        \"menu_nm\": \"string\",\n        \"menu_type_uuid\": \"67ea6bff-3455-4a49-9d33-b203b1be447a\",\n        \"menu_type_nm\": 0,\n        \"menu_uri\": \"string\",\n        \"component_nm\": \"string\",\n        \"icon\": \"string\",\n        \"use_fg\": true,\n        \"lv\": 0,\n        \"sortby\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"7ad8d05a-9b76-43f9-aeab-089d94541d88","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/menus?use_fg","host":["https://isos.iptime.org:13221"],"path":["aut","menus"],"query":[{"key":"use_fg","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autMenu-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autMenu\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"dfc2433f-9738-4cf5-a7e2-82f8ab1bdac4"},{"name":"메뉴 데이터 생성 및 수정","id":"412a88d8-6510-4407-9442-a631c2aec569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"lv\": 0,\n  \"menu_type_uuid\": \"67ea6bff-3455-4a49-9d33-b203b1be447a\",\n  \"menu_nm\": \"string\",\n  \"menu_uri\": \"string\",\n  \"component_nm\": \"string\",\n  \"icon\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menus","description":"<p>메뉴 데이터를 생성 및 수정합니다. <br />\nuuid 데이터를 입력하지 않을경우 데이터를 생성, 입력할 경우 수정합니다. <br /></p>\n","urlObject":{"path":["aut","menus"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"458c054a-dfeb-4117-a83b-addbbdb830b0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"lv\": 0,\n  \"menu_type_uuid\": \"67ea6bff-3455-4a49-9d33-b203b1be447a\",\n  \"menu_nm\": \"string\",\n  \"menu_uri\": \"string\",\n  \"component_nm\": \"string\",\n  \"icon\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menus"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autMenu-S-0002\",\n  \"state\": {\n      \"state_tag\": \"autMenu\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7d6c1133-b374-4826-9c59-edc25f061fd3","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"lv\": 0,\n  \"menu_type_uuid\": \"67ea6bff-3455-4a49-9d33-b203b1be447a\",\n  \"menu_nm\": \"string\",\n  \"menu_uri\": \"string\",\n  \"component_nm\": \"string\",\n  \"icon\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menus"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autMenu-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autMenu\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"412a88d8-6510-4407-9442-a631c2aec569"},{"name":"메뉴 데이터 삭제","id":"d925e402-6da5-4f0f-a126-d93011a02181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menus","description":"<p>메뉴 데이터를 삭제합니다.</p>\n","urlObject":{"path":["aut","menus"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"12c3f6c2-e38d-4349-8ad4-a597bf9b1409","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autMenu-S-0004\",\n  \"state\": {\n      \"state_tag\": \"autMenu\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8fd01823-c1db-43af-959b-42f3075cf08a","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/menus"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autMenu-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autMenu\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d925e402-6da5-4f0f-a126-d93011a02181"}],"id":"ecdeb2e1-4203-482a-8a3d-0d01bb7b8936","_postman_id":"ecdeb2e1-4203-482a-8a3d-0d01bb7b8936","description":""},{"name":"사용자(User)","item":[{"name":"사용자 로그인","id":"bcaec256-a668-4aab-be1e-2914818ec681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"string\",\n  \"pwd\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/user/sign-in","description":"<p>사용자 로그인 기능을 수행합니다.</p>\n","urlObject":{"path":["aut","user","sign-in"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"95d4f262-fad2-4938-b830-b7e1919424cb","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": \"string\",\n  \"pwd\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/user/sign-in"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autUser-S-0001\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2d6c85e6-4719-4e2f-aeca-c8fb28d1d8da","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": \"string\",\n  \"pwd\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/user/sign-in"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autUser-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"bcaec256-a668-4aab-be1e-2914818ec681"},{"name":"사용자 비밀번호 수정","id":"c6a9e6c2-0dfd-41a6-a881-909b97680c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"pwd\": \"string\",\n  \"pwd_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users/pwd","description":"<p>사용자의 비밀번호를 수정합니다..</p>\n","urlObject":{"path":["aut","users","pwd"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b9b0a93f-9305-43e4-84d6-c194cd6e4f9a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"pwd\": \"string\",\n  \"pwd_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users/pwd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autUser-S-0002\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"55af53d7-41f7-441b-8e94-39dc8097f99f","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"pwd\": \"string\",\n  \"pwd_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users/pwd"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autUser-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c6a9e6c2-0dfd-41a6-a881-909b97680c16"},{"name":"사용자 데이터 단일 조회","id":"bd91eec6-1ee9-46c9-aec4-5bd44128f048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/user/:uuid","description":"<p>하나의 사용자 데이터를 조회합니다.</p>\n","urlObject":{"path":["aut","user",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 사용자의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"7949fea3-43f7-4086-9be6-1c7e9c04a451","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/user/:uuid","host":["https://isos.iptime.org:13221"],"path":["aut","user",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 사용자의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autUser-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n        \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n        \"group_nm\": \"string\",\n        \"id\": \"string\",\n        \"user_nm\": \"string\",\n        \"email\": \"string\",\n        \"pwd_fg\": true,\n        \"admin_fg\": true,\n        \"super_admin_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e82d0a2e-59c5-432b-bf3d-fb85c14be0ee","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/user/:uuid","host":["https://isos.iptime.org:13221"],"path":["aut","user",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 사용자의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autUser-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"bd91eec6-1ee9-46c9-aec4-5bd44128f048"},{"name":"사용자 데이터 조회","id":"28f211c3-d8fe-477f-839d-535e382df735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/users","description":"<p>사용자 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["aut","users"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e579d047-f676-4718-a3f2-5594ce4d1d52","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autUser-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n        \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n        \"group_nm\": \"string\",\n        \"id\": \"string\",\n        \"user_nm\": \"string\",\n        \"email\": \"string\",\n        \"pwd_fg\": true,\n        \"admin_fg\": true,\n        \"super_admin_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ae651053-5bd7-4bb0-9e7e-2310f6595c83","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autUser-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"28f211c3-d8fe-477f-839d-535e382df735"},{"name":"사용자 데이터 생성","id":"7a254198-7f82-4ce1-b7e5-67a9a9dcf297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"string\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"user_nm\": \"string\",\n  \"pwd\": \"string\",\n  \"email\": \"string\",\n  \"pwd_fg\": true,\n  \"admin_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users","description":"<p>사용자 데이터를 생성합니다.</p>\n","urlObject":{"path":["aut","users"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2bdb288b-0dff-4648-b321-d296b312779c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": \"string\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"user_nm\": \"string\",\n  \"pwd\": \"string\",\n  \"email\": \"string\",\n  \"pwd_fg\": true,\n  \"admin_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autUser-S-0001\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e0fadea9-a6b3-4e30-adf3-f00d0dd5a7d2","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": \"string\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"user_nm\": \"string\",\n  \"pwd\": \"string\",\n  \"email\": \"string\",\n  \"pwd_fg\": true,\n  \"admin_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autUser-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7a254198-7f82-4ce1-b7e5-67a9a9dcf297"},{"name":"사용자 데이터 수정","id":"908a3efd-76f8-46bd-9d73-2dfb99cc3ec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"email\": \"string\",\n  \"pwd_fg\": true,\n  \"admin_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users","description":"<p>사용자 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["aut","users"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"aeea3cc6-16fa-4244-bfc5-9be6526a9221","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"email\": \"string\",\n  \"pwd_fg\": true,\n  \"admin_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autUser-S-0002\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1c7f9b4c-12e2-410b-8f22-7d074008c26b","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"email\": \"string\",\n  \"pwd_fg\": true,\n  \"admin_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autUser-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"908a3efd-76f8-46bd-9d73-2dfb99cc3ec9"},{"name":"사용자 데이터 수정","id":"d65fcf04-fc0c-4043-bb28-84cdbde93a7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"email\": \"string\",\n  \"pwd_fg\": true,\n  \"admin_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users","description":"<p>사용자 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["aut","users"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1b292563-6fdc-47af-a3fe-8fe4811111c5","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"email\": \"string\",\n  \"pwd_fg\": true,\n  \"admin_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autUser-S-0003\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"bae9ed6e-ea89-4582-844f-cf9f638b11a1","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"group_uuid\": \"0f0cbec3-10f0-4b21-b1da-6d6437d7f648\",\n  \"email\": \"string\",\n  \"pwd_fg\": true,\n  \"admin_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autUser-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d65fcf04-fc0c-4043-bb28-84cdbde93a7d"},{"name":"사용자 데이터 삭제","id":"499c1140-0c59-40e2-bd9d-903ed78c6199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users","description":"<p>사용자 데이터를 삭제합니다.</p>\n","urlObject":{"path":["aut","users"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0af8e513-d4bd-4d40-a16f-139f965670b9","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autUser-S-0004\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a9e3530a-9c4c-408f-a4a7-0a620f3fa1d8","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autUser-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autUser\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"499c1140-0c59-40e2-bd9d-903ed78c6199"}],"id":"3e8f7859-531d-4213-9007-503ad2392133","_postman_id":"3e8f7859-531d-4213-9007-503ad2392133","description":""},{"name":"사용자권한(UserPermission)","item":[{"name":"메뉴별 사용자권한 데이터 조회","id":"622ac63c-950f-4446-8c8b-7b6a9d7aa016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/aut/user-permissions?user_uuid","description":"<p>메뉴별 사용자권한 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["aut","user-permissions"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 사용자의 UUID를 입력하여 사용자에 따라 메뉴별 사용자권한 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"user_uuid","value":null}],"variable":[]}},"response":[{"id":"cecba1fd-9c1d-4841-a744-f7c10da7c41c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/user-permissions?user_uuid","host":["https://isos.iptime.org:13221"],"path":["aut","user-permissions"],"query":[{"key":"user_uuid","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autUserPermission-S-0000\",\n  \"state\": {\n      \"state_tag\": \"autUserPermission\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n        \"menu_nm\": \"string\",\n        \"first_menu_nm\": \"string\",\n        \"lv\": 0,\n        \"sortby\": 0,\n        \"menu_type_uuid\": \"67ea6bff-3455-4a49-9d33-b203b1be447a\",\n        \"menu_type_nm\": 0,\n        \"user_permission_uuid\": \"4762d245-5b1b-49e4-a7f5-47c4b814c888\",\n        \"permission_uuid\": \"47c4a14a-73d6-482b-91a2-090dd1e4b1bc\",\n        \"permission_nm\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"368df63f-76f3-4b5b-acdc-87301bed5c4c","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/aut/user-permissions?user_uuid","host":["https://isos.iptime.org:13221"],"path":["aut","user-permissions"],"query":[{"key":"user_uuid","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autUserPermission-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autUserPermission\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"622ac63c-950f-4446-8c8b-7b6a9d7aa016"},{"name":"메뉴별 사용자권한 데이터 생성 및 수정","id":"8d6cf617-57b3-4390-b1bc-dae880b7cafa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n  \"permission_uuid\": \"47c4a14a-73d6-482b-91a2-090dd1e4b1bc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/user-permissions","description":"<p>메뉴별 사용자권한 데이터를 생성 및 수정합니다. <br />\nuuid 데이터를 입력하지 않을경우 데이터를 생성, 입력할 경우 수정합니다. <br />\n[생성] user_uuid, menu_uuid, permission_uuid 입력 <br />\n[수정] uuid, permission_uuid 입력</p>\n","urlObject":{"path":["aut","user-permissions"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5d14855b-1080-4d8f-9928-ee9e605ed68e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n  \"permission_uuid\": \"47c4a14a-73d6-482b-91a2-090dd1e4b1bc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/user-permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"autUserPermission-S-0001\",\n  \"state\": {\n      \"state_tag\": \"autUserPermission\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a4a387ea-4d1f-496b-88ed-3d012f9d1b85","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"menu_uuid\": \"50b38070-86e5-4893-a50f-eb9fe6c60a8f\",\n  \"permission_uuid\": \"47c4a14a-73d6-482b-91a2-090dd1e4b1bc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/aut/user-permissions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"autUserPermission-E-9999\",\n  \"state\": {\n      \"state_tag\": \"autUserPermission\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8d6cf617-57b3-4390-b1bc-dae880b7cafa"}],"id":"4f10b9e9-eff2-4b04-bf52-c4d879d0db0a","_postman_id":"4f10b9e9-eff2-4b04-bf52-c4d879d0db0a","description":""}],"id":"483fd95d-a8f9-4cf3-84bc-2ac0c34e441e","_postman_id":"483fd95d-a8f9-4cf3-84bc-2ac0c34e441e","description":""},{"name":"std","item":[{"name":"BOM","item":[{"name":"BOM 데이터 Tree 형태 조회","id":"b9455b41-8b1d-4e9f-b484-a4c4bf19f0e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/boms/trees?factory_uuid=&prod_uuid=","description":"<p>BOM 데이터를 Tree 형태로 조회합니다.</p>\n","urlObject":{"path":["std","boms","trees"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 BOM를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>품목의 UUID를 입력하여 해당 품목이 포함되어있는 모든 BOM 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":""}],"variable":[]}},"response":[{"id":"69aa9307-6912-437e-b8e4-f903249c00d2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/boms/trees?factory_uuid=&prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","boms","trees"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdBom-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"lv\": 0,\n        \"main_prod_uuid\": \"29e55589-475a-4072-a9e6-e705933e6449\",\n        \"p_prod_uuid\": \"c6967a84-ae62-49ed-b7b6-a5d644257049\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"c_usage\": 0,\n        \"t_usage\": 0,\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n        \"bom_input_type_cd\": \"string\",\n        \"bom_input_type_nm\": \"string\",\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"4c72c2c1-685d-4ef8-8c29-13ad3d91f7a4","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/boms/trees?factory_uuid=&prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","boms","trees"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdBom-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b9455b41-8b1d-4e9f-b484-a4c4bf19f0e9"},{"name":"BOM 데이터 단일 조회","id":"6a716c98-f1c6-472b-a215-87816a2f888b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/bom/:uuid","description":"<p>하나의 BOM 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","bom",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) BOM 의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"bd3bcd3d-eb96-4151-8288-695f2cd69263","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/bom/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","bom",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) BOM 의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdBom-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"bom_uuid\": \"9bdddd7a-0175-414a-b7ad-b5430d5b804e\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"p_prod_uuid\": \"c6967a84-ae62-49ed-b7b6-a5d644257049\",\n        \"p_prod_no\": \"string\",\n        \"p_prod_nm\": \"string\",\n        \"p_item_type_uuid\": \"b9329889-b743-4e68-8135-413ab461e70e\",\n        \"p_item_type_cd\": \"string\",\n        \"p_item_type_nm\": \"string\",\n        \"p_prod_type_uuid\": \"2c2464fc-1e36-46ed-b333-c13ab04fdef5\",\n        \"p_prod_type_cd\": \"string\",\n        \"p_prod_type_nm\": \"string\",\n        \"p_model_uuid\": \"1e77c29c-d3e2-4633-a7eb-bd6839e4b83a\",\n        \"p_model_cd\": \"string\",\n        \"p_model_nm\": \"string\",\n        \"p_rev\": \"string\",\n        \"p_prod_std\": \"string\",\n        \"p_unit_uuid\": \"7752b2e6-eae4-44e5-966b-89be2e91d956\",\n        \"p_unit_cd\": \"string\",\n        \"p_unit_nm\": \"string\",\n        \"c_prod_uuid\": \"7d6f9ba4-400b-4a4a-aebd-7470fe5a338f\",\n        \"c_prod_no\": \"string\",\n        \"c_prod_nm\": \"string\",\n        \"c_item_type_uuid\": \"e5e28f03-67b2-43e1-8274-9a92367f6a51\",\n        \"c_item_type_cd\": \"string\",\n        \"c_item_type_nm\": \"string\",\n        \"c_prod_type_uuid\": \"6bfc3b8a-3234-4ea5-b801-b07bf0c8fee5\",\n        \"c_prod_type_cd\": \"string\",\n        \"c_prod_type_nm\": \"string\",\n        \"c_model_uuid\": \"ec2a301b-7092-431f-ab5e-4beb3fd27c84\",\n        \"c_model_cd\": \"string\",\n        \"c_model_nm\": \"string\",\n        \"c_rev\": \"string\",\n        \"c_prod_std\": \"string\",\n        \"c_unit_uuid\": \"ef32de4b-d1d0-4853-ad9e-aa89af19d0d5\",\n        \"c_unit_cd\": \"string\",\n        \"c_unit_nm\": \"string\",\n        \"c_usage\": 0,\n        \"sortby\": 0,\n        \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n        \"bom_input_type_cd\": \"string\",\n        \"bom_input_type_nm\": \"string\",\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"197cae21-1112-4f7e-abb0-5cefb4e4078a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/bom/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","bom",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) BOM 의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdBom-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6a716c98-f1c6-472b-a215-87816a2f888b"},{"name":"BOM 데이터 조회","id":"6412f0ae-8bea-4cd1-b229-dd54f48e9d7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/boms?factory_uuid=&p_prod_uuid=","description":"<p>BOM 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","boms"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 BOM를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>상위 품목의 UUID를 입력하여 해당 품목의 하위 품목을 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"p_prod_uuid","value":""}],"variable":[]}},"response":[{"id":"1d98e6f1-646b-4d30-96f1-dccf21f0bbe2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/boms?factory_uuid=&p_prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","boms"],"query":[{"key":"factory_uuid","value":""},{"key":"p_prod_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdBom-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"bom_uuid\": \"9bdddd7a-0175-414a-b7ad-b5430d5b804e\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"p_prod_uuid\": \"c6967a84-ae62-49ed-b7b6-a5d644257049\",\n        \"p_prod_no\": \"string\",\n        \"p_prod_nm\": \"string\",\n        \"p_item_type_uuid\": \"b9329889-b743-4e68-8135-413ab461e70e\",\n        \"p_item_type_cd\": \"string\",\n        \"p_item_type_nm\": \"string\",\n        \"p_prod_type_uuid\": \"2c2464fc-1e36-46ed-b333-c13ab04fdef5\",\n        \"p_prod_type_cd\": \"string\",\n        \"p_prod_type_nm\": \"string\",\n        \"p_model_uuid\": \"1e77c29c-d3e2-4633-a7eb-bd6839e4b83a\",\n        \"p_model_cd\": \"string\",\n        \"p_model_nm\": \"string\",\n        \"p_rev\": \"string\",\n        \"p_prod_std\": \"string\",\n        \"p_unit_uuid\": \"7752b2e6-eae4-44e5-966b-89be2e91d956\",\n        \"p_unit_cd\": \"string\",\n        \"p_unit_nm\": \"string\",\n        \"c_prod_uuid\": \"7d6f9ba4-400b-4a4a-aebd-7470fe5a338f\",\n        \"c_prod_no\": \"string\",\n        \"c_prod_nm\": \"string\",\n        \"c_item_type_uuid\": \"e5e28f03-67b2-43e1-8274-9a92367f6a51\",\n        \"c_item_type_cd\": \"string\",\n        \"c_item_type_nm\": \"string\",\n        \"c_prod_type_uuid\": \"6bfc3b8a-3234-4ea5-b801-b07bf0c8fee5\",\n        \"c_prod_type_cd\": \"string\",\n        \"c_prod_type_nm\": \"string\",\n        \"c_model_uuid\": \"ec2a301b-7092-431f-ab5e-4beb3fd27c84\",\n        \"c_model_cd\": \"string\",\n        \"c_model_nm\": \"string\",\n        \"c_rev\": \"string\",\n        \"c_prod_std\": \"string\",\n        \"c_unit_uuid\": \"ef32de4b-d1d0-4853-ad9e-aa89af19d0d5\",\n        \"c_unit_cd\": \"string\",\n        \"c_unit_nm\": \"string\",\n        \"c_usage\": 0,\n        \"sortby\": 0,\n        \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n        \"bom_input_type_cd\": \"string\",\n        \"bom_input_type_nm\": \"string\",\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"7e218647-cbc9-4492-95c7-b85950cd16c3","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/boms?factory_uuid=&p_prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","boms"],"query":[{"key":"factory_uuid","value":""},{"key":"p_prod_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdBom-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6412f0ae-8bea-4cd1-b229-dd54f48e9d7f"},{"name":"BOM 데이터 생성","id":"13577950-3e23-4cc0-8627-fbf17afa4207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"p_prod_uuid\": \"c6967a84-ae62-49ed-b7b6-a5d644257049\",\n  \"c_prod_uuid\": \"7d6f9ba4-400b-4a4a-aebd-7470fe5a338f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"sortby\": 0,\n  \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms","description":"<p>BOM 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","boms"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"265025b2-cfc8-4c97-bf09-e4a4c8064cd1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"p_prod_uuid\": \"c6967a84-ae62-49ed-b7b6-a5d644257049\",\n  \"c_prod_uuid\": \"7d6f9ba4-400b-4a4a-aebd-7470fe5a338f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"sortby\": 0,\n  \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdBom-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"45eb9ac7-b997-4b6e-abbd-ca64891cb3d8","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"p_prod_uuid\": \"c6967a84-ae62-49ed-b7b6-a5d644257049\",\n  \"c_prod_uuid\": \"7d6f9ba4-400b-4a4a-aebd-7470fe5a338f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"sortby\": 0,\n  \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdBom-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"13577950-3e23-4cc0-8627-fbf17afa4207"},{"name":"BOM 데이터 수정","id":"19aee9fd-d6db-44b2-b1f1-e337b87d6b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"sortby\": 0,\n  \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms","description":"<p>BOM 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","boms"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e0fac575-c95b-415b-a525-d41b215b9894","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"sortby\": 0,\n  \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdBom-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4e2aa766-44cd-4852-bc48-6ec356919158","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"sortby\": 0,\n  \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdBom-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"19aee9fd-d6db-44b2-b1f1-e337b87d6b1a"},{"name":"BOM 데이터 수정","id":"05d17f4f-c67a-4fb4-9f93-4400c73e31bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"sortby\": 0,\n  \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms","description":"<p>BOM 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","boms"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f264c524-442a-4749-989b-05f9fa5c4ebe","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"sortby\": 0,\n  \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdBom-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"59133511-2c6a-457e-9488-37d28f7bb6c7","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"sortby\": 0,\n  \"bom_input_type_uuid\": \"af36e5ef-72f4-4275-a95c-7b11837e5c6d\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdBom-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"05d17f4f-c67a-4fb4-9f93-4400c73e31bc"},{"name":"BOM 데이터 삭제","id":"a882321c-d5dc-4791-94b6-ab3ffa5c4a35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms","description":"<p>BOM 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","boms"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"963d8247-e4ac-456a-accd-9530e047e576","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdBom-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8b64d47d-f6fb-40fc-b334-478b56271334","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/boms"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdBom-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdBom\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a882321c-d5dc-4791-94b6-ab3ffa5c4a35"}],"id":"380c4e1b-16c0-42c1-b813-4f4aa7690b86","_postman_id":"380c4e1b-16c0-42c1-b813-4f4aa7690b86","description":""},{"name":"거래처 유형(PartnerType)","item":[{"name":"거래처 유형 대량 데이터 입력 (Excel Upload)","id":"1cd79016-5394-42b0-be02-f0ad7af68a01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types/excel-upload","description":"<p>거래처 유형 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","partner-types","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"980539aa-3e65-47d2-87f4-dad03fa73e93","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0697e35f-93ee-4031-b45f-5c35a75b73e5","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1cd79016-5394-42b0-be02-f0ad7af68a01"},{"name":"거래처 유형 데이터 단일 조회","id":"03adea63-d968-4865-9a1a-bee42a5b1e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/partner-type/:uuid","description":"<p>하나의 거래처 유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","partner-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 거래처 유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"ba02095b-0bfd-4a94-9fdd-9aed47bbe731","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/partner-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","partner-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 거래처 유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n        \"partner_type_cd\": \"string\",\n        \"partner_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"88c4375a-c9fd-48cf-aa08-616f8f880326","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/partner-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","partner-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 거래처 유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"03adea63-d968-4865-9a1a-bee42a5b1e2d"},{"name":"거래처 유형 데이터 조회","id":"1fda1e59-1eaa-498d-9947-5a1355ef98d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/partner-types","description":"<p>거래처 유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","partner-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e4b627d7-7619-488a-b485-2989f698a8c4","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/partner-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n        \"partner_type_cd\": \"string\",\n        \"partner_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e1a79ee1-64c9-434a-9fc9-8be5f0c283f2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/partner-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1fda1e59-1eaa-498d-9947-5a1355ef98d6"},{"name":"거래처 유형 데이터 생성","id":"26acc5f1-89cc-4b0c-ac7a-1c7202d439df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types","description":"<p>거래처 유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","partner-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fa9747f7-9178-4ed1-b268-839eb5c48169","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2b4bccf0-b0e8-442f-9a9e-3c726d77b850","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"26acc5f1-89cc-4b0c-ac7a-1c7202d439df"},{"name":"거래처 유형 데이터 수정","id":"99190f2f-d9c8-473f-8e45-bd7db5e8ba40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types","description":"<p>거래처 유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","partner-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"49a10684-f3c5-42b3-8212-6f0dd2778bf6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"29811b55-82d6-4aa9-ad74-9a3198911153","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"99190f2f-d9c8-473f-8e45-bd7db5e8ba40"},{"name":"거래처 유형 데이터 수정","id":"04473ed2-2f0c-4e89-8118-7302be8aeed4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types","description":"<p>거래처 유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","partner-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"aa9a9177-057c-46be-b00e-620d6ae0b6ce","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"14d1ecd1-ea6d-43ee-8536-24a7dd056b82","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_type_cd\": \"string\",\n  \"partner_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"04473ed2-2f0c-4e89-8118-7302be8aeed4"},{"name":"거래처 유형 데이터 삭제","id":"dc3e0545-2b3b-46f8-a577-39fc896c314f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types","description":"<p>거래처 유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","partner-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e140bc47-daf7-46b6-8d99-4ec03e550b9b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"00cf4c59-3dcb-4b24-b661-939e5b773cd5","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"dc3e0545-2b3b-46f8-a577-39fc896c314f"}],"id":"2f3258e0-2c71-4aed-82a2-90c13791fa06","_postman_id":"2f3258e0-2c71-4aed-82a2-90c13791fa06","description":""},{"name":"거래처(Partner)","item":[{"name":"거래처 대량 데이터 입력 (Excel Upload)","id":"79da6e97-9681-4fb5-aa3a-c476a9b965ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_cd\": \"string\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners/excel-upload","description":"<p>거래처 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","partners","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"28d85e44-1844-4dc3-97fc-1aa1d7bd83ce","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_cd\": \"string\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartner-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"58621604-1b3a-41d6-8f44-241c5bd9f964","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_cd\": \"string\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartner-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"79da6e97-9681-4fb5-aa3a-c476a9b965ac"},{"name":"거래처 데이터 단일 조회","id":"70faacc8-1903-4175-8cd8-b0a8bd1908f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/partner/:uuid","description":"<p>하나의 거래처 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","partner",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 거래처의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"fe6a7af0-4f63-4063-bea2-ca00b3b64cf3","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/partner/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","partner",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 거래처의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartner-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n        \"partner_type_cd\": \"string\",\n        \"partner_type_nm\": \"string\",\n        \"partner_no\": \"string\",\n        \"boss_nm\": \"string\",\n        \"manager\": \"string\",\n        \"email\": \"string\",\n        \"tel\": \"string\",\n        \"fax\": \"string\",\n        \"post\": \"string\",\n        \"addr\": \"string\",\n        \"addr_detail\": \"string\",\n        \"use_fg\": true,\n        \"vendor_fg\": true,\n        \"customer_fg\": true,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"38e9c67e-8734-4092-9f35-3268313b8b44","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/partner/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","partner",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 거래처의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartner-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"70faacc8-1903-4175-8cd8-b0a8bd1908f0"},{"name":"거래처 데이터 조회","id":"87437fb8-52aa-4603-b565-e55bc83db54c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/partners?partner_type_uuid=&partner_fg=","description":"<p>거래처 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","partners"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>거래처 유형의 UUID를 입력하여 거래처 유형에 따라 거래처를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_type_uuid","value":""},{"description":{"content":"<p>거래처를 협력사(Vendor), 고객사(Customer) 구분에 따라 조회합니다. [전체 조회시 입력하지 않습니다.] <br />\n[1] 협력사(Vendor) 조회 <br />\n[2] 고객사(Customer) 조회 <br /></p>\n","type":"text/plain"},"key":"partner_fg","value":""}],"variable":[]}},"response":[{"id":"449f2118-448b-409c-8b27-e9f401f193d4","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/partners?partner_type_uuid=&partner_fg=","host":["https://isos.iptime.org:13221"],"path":["std","partners"],"query":[{"key":"partner_type_uuid","value":""},{"key":"partner_fg","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartner-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n        \"partner_type_cd\": \"string\",\n        \"partner_type_nm\": \"string\",\n        \"partner_no\": \"string\",\n        \"boss_nm\": \"string\",\n        \"manager\": \"string\",\n        \"email\": \"string\",\n        \"tel\": \"string\",\n        \"fax\": \"string\",\n        \"post\": \"string\",\n        \"addr\": \"string\",\n        \"addr_detail\": \"string\",\n        \"use_fg\": true,\n        \"vendor_fg\": true,\n        \"customer_fg\": true,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"255906c6-7f8d-4b96-9afb-5ebec8f1efa5","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/partners?partner_type_uuid=&partner_fg=","host":["https://isos.iptime.org:13221"],"path":["std","partners"],"query":[{"key":"partner_type_uuid","value":""},{"key":"partner_fg","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartner-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"87437fb8-52aa-4603-b565-e55bc83db54c"},{"name":"거래처 데이터 생성","id":"227fc7ca-98a6-4a72-9441-00a6efb420b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners","description":"<p>거래처 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","partners"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c8356328-c064-4760-b388-c1b519d6b35e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartner-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"36457817-439d-450e-81b7-86bcaa39bf2f","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartner-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"227fc7ca-98a6-4a72-9441-00a6efb420b5"},{"name":"거래처 데이터 수정","id":"0df09d49-4db9-4889-8679-b87c5f6f7546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners","description":"<p>거래처 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","partners"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ad235513-e217-445d-aa19-bc9baad83ed4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartner-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ddc2a04e-b6db-4283-a135-80f53556688d","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartner-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0df09d49-4db9-4889-8679-b87c5f6f7546"},{"name":"거래처 데이터 수정","id":"39d9e051-d8c8-44e5-9938-aa60ca4faac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners","description":"<p>거래처 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","partners"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6d5cdf92-70e6-4fed-bddf-163f27d477b0","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartner-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6ba1e022-3a78-4e6f-958b-f4385d1984dc","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"partner_nm\": \"string\",\n  \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n  \"partner_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"vendor_fg\": true,\n  \"customer_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartner-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"39d9e051-d8c8-44e5-9938-aa60ca4faac5"},{"name":"거래처 데이터 삭제","id":"7079b49b-bbcc-4b8c-a093-301cb2d8c2ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners","description":"<p>거래처 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","partners"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"591fb6ff-7644-401e-aea8-fc498b272ed7","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartner-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f082e411-b4c2-42d6-bd13-54bba427180e","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partners"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartner-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartner\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7079b49b-bbcc-4b8c-a093-301cb2d8c2ba"}],"id":"040029ff-53ee-4233-87ba-7d54098f6460","_postman_id":"040029ff-53ee-4233-87ba-7d54098f6460","description":""},{"name":"거래처 품목(PartnerProd)","item":[{"name":"거래처 품목 대량 데이터 입력 (Excel Upload)","id":"7ca0230a-7971-45b3-a802-9e403f7f7d59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"partner_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods/excel-upload","description":"<p>거래처 품목 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","partner-prods","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"352e3a4d-51bb-4fe3-8c58-ff094b997be0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerProd-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b862d56f-feca-42b3-bd43-2b88714d0d44","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7ca0230a-7971-45b3-a802-9e403f7f7d59"},{"name":"거래처 품목 데이터 단일 조회","id":"208c4823-e53b-4adb-a5f0-10d258cb2134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/partner-prod/:uuid","description":"<p>하나의 거래처 품목 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","partner-prod",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 거래처 품목의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"b813908a-b25b-4086-b2ab-da5f0e31e28b","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/partner-prod/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","partner-prod",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 거래처 품목의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerProd-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"partner_prod_uuid\": \"495c37f5-bb63-42ee-b797-454bb9fefd17\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n        \"partner_type_cd\": \"string\",\n        \"partner_type_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"partner_prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8bff239e-e15a-42fa-bbeb-a63e9396cd2c","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/partner-prod/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","partner-prod",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 거래처 품목의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"208c4823-e53b-4adb-a5f0-10d258cb2134"},{"name":"거래처 품목 데이터 조회","id":"de86b3e8-808a-420c-84e9-4bc2db4c8387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/partner-prods?partner_uuid=","description":"<p>거래처 품목 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","partner-prods"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 거래처 품목을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[]}},"response":[{"id":"4c553c7a-c4cd-48ab-8a1c-f5ea881ad49d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/partner-prods?partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","partner-prods"],"query":[{"key":"partner_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerProd-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"partner_prod_uuid\": \"495c37f5-bb63-42ee-b797-454bb9fefd17\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"partner_type_uuid\": \"11f4824b-230c-4886-9169-d68599c068f4\",\n        \"partner_type_cd\": \"string\",\n        \"partner_type_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"partner_prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"4b47b181-0e5a-4601-89b9-afdaf3e9dace","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/partner-prods?partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","partner-prods"],"query":[{"key":"partner_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"de86b3e8-808a-420c-84e9-4bc2db4c8387"},{"name":"거래처 품목 데이터 생성","id":"1bf18993-cbfd-42fe-a16d-25efbd536061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods","description":"<p>거래처 품목 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","partner-prods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a9a01620-595d-4cf0-b8ba-9e2693ccc8a8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerProd-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8d353337-ad09-4f61-bce1-51495f2eb4ca","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1bf18993-cbfd-42fe-a16d-25efbd536061"},{"name":"거래처 품목 데이터 수정","id":"20563239-8b2f-46d7-b994-dd526a4694a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods","description":"<p>거래처 품목 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","partner-prods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6c49e3d6-5951-4062-882e-04ea8c183a14","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerProd-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f8e9d99d-adf8-4197-b3d5-bb12d76c2957","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"20563239-8b2f-46d7-b994-dd526a4694a2"},{"name":"거래처 품목 데이터 수정","id":"e76d6aee-5f6d-45ef-8b5f-23d61e27163a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods","description":"<p>거래처 품목 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","partner-prods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5c8744b9-4c5c-4984-a425-23ffed72417f","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerProd-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"3707219f-1898-4fb5-ac15-7889af5edaf6","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_prod_no\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e76d6aee-5f6d-45ef-8b5f-23d61e27163a"},{"name":"거래처 품목 데이터 삭제","id":"3886b3ac-5ec5-4e0d-8d69-c9ccddff5534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods","description":"<p>거래처 품목 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","partner-prods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e3057032-5e79-4e23-b611-0d45497a5789","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPartnerProd-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8fe95713-a17b-45e1-8a38-a9ddb89fcf8b","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/partner-prods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPartnerProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPartnerProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3886b3ac-5ec5-4e0d-8d69-c9ccddff5534"}],"id":"75e796c8-2b7d-4f67-a2ed-6cc2a464e700","_postman_id":"75e796c8-2b7d-4f67-a2ed-6cc2a464e700","description":""},{"name":"검사구(InspTool)","item":[{"name":"검사구 대량 데이터 입력 (Excel Upload)","id":"52ec7045-2711-4997-8afe-d2cfa4e2cb7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools/excel-upload","description":"<p>검사구 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","insp-tools","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5bb113eb-26ea-4652-95c3-91be56ca0aa6","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspTool-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2e621fc3-08a8-40e0-8c11-bb7449a05934","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspTool-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"52ec7045-2711-4997-8afe-d2cfa4e2cb7e"},{"name":"검사구 데이터 단일 조회","id":"4fbf8751-b6c9-4178-9c83-40bad2e0a275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/insp-tool/:uuid","description":"<p>하나의 검사구 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","insp-tool",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 검사구의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"9ad8eea0-4569-43fb-a438-54f66c3649cc","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-tool/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","insp-tool",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사구의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspTool-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"733bd803-b7b2-4932-840d-b9ec6dd50376","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-tool/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","insp-tool",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사구의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspTool-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4fbf8751-b6c9-4178-9c83-40bad2e0a275"},{"name":"검사구 데이터 조회","id":"9a74c550-4186-4573-bba2-1caa977af180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/insp-tools?factory_uuid=","description":"<p>검사구 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","insp-tools"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 검사구을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"b6922d54-f1fc-41da-8406-b828228a0f03","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-tools?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","insp-tools"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspTool-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"c2ce3f58-b632-4eb5-9048-b7a4b4ace1ca","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-tools?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","insp-tools"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspTool-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9a74c550-4186-4573-bba2-1caa977af180"},{"name":"검사구 데이터 생성","id":"3f290d82-5f2d-4213-92a8-f1045a15f361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools","description":"<p>검사구 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","insp-tools"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4a79762d-ef20-41eb-bc6e-44707b0fc6c8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspTool-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7cfc3772-b440-41d5-9231-0134ff86879b","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspTool-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3f290d82-5f2d-4213-92a8-f1045a15f361"},{"name":"검사구 데이터 수정","id":"e9344463-304c-4ad3-8696-b02e5f2f7dc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools","description":"<p>검사구 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","insp-tools"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a9c74754-db51-4747-9112-0ccb7e706ba2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspTool-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f1b66e57-958f-4989-a0c4-aad1d986787f","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspTool-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e9344463-304c-4ad3-8696-b02e5f2f7dc1"},{"name":"검사구 데이터 수정","id":"59fadde2-ffda-47c1-87da-0c1ffa5b67cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools","description":"<p>검사구 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","insp-tools"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"33f1b157-a6e1-4588-9641-a34beb7d50ad","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspTool-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c89b2c4e-f5a0-434d-b366-beeff425e0a3","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_tool_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspTool-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"59fadde2-ffda-47c1-87da-0c1ffa5b67cf"},{"name":"검사구 데이터 삭제","id":"7573c11a-2868-4648-b794-ef35c604399b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools","description":"<p>검사구 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","insp-tools"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c9c5212c-a5e1-4098-95d8-2d217dbef8b4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspTool-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2294dafa-d01d-4289-86ce-4be1b0a83ea4","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-tools"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspTool-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspTool\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7573c11a-2868-4648-b794-ef35c604399b"}],"id":"61e4f512-3da7-44c9-b858-1c9e59af1a40","_postman_id":"61e4f512-3da7-44c9-b858-1c9e59af1a40","description":""},{"name":"검사방법(InspMethod)","item":[{"name":"검사방법 대량 데이터 입력 (Excel Upload)","id":"98bf0eae-c032-4db9-ab17-4fef3306970f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods/excel-upload","description":"<p>검사방법 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","insp-methods","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c3cc9a23-f22d-4f71-a09d-a8378f7261d0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspMethod-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"97db42af-aa12-4e0d-9985-af6c6c3dedf3","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspMethod-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"98bf0eae-c032-4db9-ab17-4fef3306970f"},{"name":"검사방법 데이터 단일 조회","id":"d6fe76ca-0afa-4ad8-9a55-626e7aaf6d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/insp-method/:uuid","description":"<p>하나의 검사방법 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","insp-method",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 검사방법의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"e5787a04-7024-410e-8816-6144941e8d50","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-method/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","insp-method",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사방법의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspMethod-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"01db70c0-2222-4fa6-b46e-256b559f19a7","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-method/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","insp-method",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사방법의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspMethod-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d6fe76ca-0afa-4ad8-9a55-626e7aaf6d2a"},{"name":"검사방법 데이터 조회","id":"eabeeecc-5fc9-4f40-a309-a167cb48b83b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/insp-methods?factory_uuid=","description":"<p>검사방법 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","insp-methods"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 검사방법을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"0a6588d9-5e57-4c33-8edd-8f7e9440292f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-methods?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","insp-methods"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspMethod-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"629929bc-5cf2-43d4-be16-82631250752d","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-methods?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","insp-methods"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspMethod-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"eabeeecc-5fc9-4f40-a309-a167cb48b83b"},{"name":"검사방법 데이터 생성","id":"d6c5578e-094b-489c-956b-ddf103454616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods","description":"<p>검사방법 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","insp-methods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"78b72e23-87fe-4329-a66b-328a998b0f8a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspMethod-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"73c86559-4f2b-442f-916d-55f2b6c2a90c","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspMethod-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d6c5578e-094b-489c-956b-ddf103454616"},{"name":"검사방법 데이터 수정","id":"2edb172b-b67f-4729-b5c6-c22506a332c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods","description":"<p>검사방법 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","insp-methods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2ea32411-1aba-4a83-8b9b-e37923ff103b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspMethod-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"087cf2a6-ba73-48e6-a236-f53534cdb924","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspMethod-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2edb172b-b67f-4729-b5c6-c22506a332c9"},{"name":"검사방법 데이터 수정","id":"9e794434-d20c-4ee5-b46c-3939bf4c8512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods","description":"<p>검사방법 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","insp-methods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b6798623-bbd2-4214-90c9-a327ffeadcdf","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspMethod-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1a4da2f5-ae87-41b3-8793-eb4444bc818d","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_method_cd\": \"string\",\n  \"insp_method_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspMethod-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9e794434-d20c-4ee5-b46c-3939bf4c8512"},{"name":"검사방법 데이터 삭제","id":"359216f6-4677-49b3-ab38-bf7551b30e54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods","description":"<p>검사방법 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","insp-methods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0cc168a1-e7c3-419b-a4f0-3d14cba4c35a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspMethod-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"93badccf-2120-439b-9b36-9bb9ea856d19","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-methods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspMethod-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspMethod\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"359216f6-4677-49b3-ab38-bf7551b30e54"}],"id":"e57ac1c6-d94f-4999-bc9c-fc2e055e0656","_postman_id":"e57ac1c6-d94f-4999-bc9c-fc2e055e0656","description":""},{"name":"검사항목 유형(InspItemType)","item":[{"name":"검사항목 유형 대량 데이터 입력 (Excel Upload)","id":"cdeb162b-67fe-4365-9b1f-57f25e3ccaf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types/excel-upload","description":"<p>검사항목 유형 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","insp-item-types","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"67f426ea-1dc4-4bf0-a906-6efb60e89e86","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItemType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"410f7fa2-1a54-4eef-bcdd-edfd874db0a3","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cdeb162b-67fe-4365-9b1f-57f25e3ccaf4"},{"name":"검사항목 유형 데이터 단일 조회","id":"ea35fa72-6cf2-466d-9855-36c35ce0461c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/insp-item-type/:uuid","description":"<p>하나의 검사항목 유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","insp-item-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 검사항목 유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"06a4d988-3a66-46cb-92d4-e6a237e2812d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-item-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","insp-item-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사항목 유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItemType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"2491ee8d-8ed6-4987-a064-cbc0938e3037","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-item-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","insp-item-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사항목 유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ea35fa72-6cf2-466d-9855-36c35ce0461c"},{"name":"검사항목 유형 데이터 조회","id":"4a704efc-b13e-436d-95fc-6312b60da691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/insp-item-types?factory_uuid=","description":"<p>검사항목 유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","insp-item-types"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 검사항목 유형을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"4d19ed17-1122-4e0e-8e9f-aa55344cd1a4","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-item-types?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","insp-item-types"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItemType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"61e4af07-eb4e-4525-b9a6-39c8345b048e","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-item-types?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","insp-item-types"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4a704efc-b13e-436d-95fc-6312b60da691"},{"name":"검사항목 유형 데이터 생성","id":"94bfab09-4f30-42fd-bb98-cf9d29840efb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types","description":"<p>검사항목 유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","insp-item-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e4a2ca71-f638-4637-b922-48a8d2d0094e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItemType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7aed8702-3a30-47c3-9b66-548bef6404ef","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"94bfab09-4f30-42fd-bb98-cf9d29840efb"},{"name":"검사항목 유형 데이터 수정","id":"bf5dd0d2-ccda-4ade-9802-7f0f17abaf38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types","description":"<p>검사항목 유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","insp-item-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9c2f8eef-0262-4dd1-85e5-22f67b68f987","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItemType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"975e118c-3bac-460b-9e94-a7c6cb015534","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"bf5dd0d2-ccda-4ade-9802-7f0f17abaf38"},{"name":"검사항목 유형 데이터 수정","id":"81635563-cdc4-46a1-9dbd-245ce92a9f9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types","description":"<p>검사항목 유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","insp-item-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1e2b35e8-efee-40cb-bd40-6ad6bd90e5d6","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItemType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d0668719-c3e6-4e67-a97a-c7659dab37c0","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"81635563-cdc4-46a1-9dbd-245ce92a9f9a"},{"name":"검사항목 유형 데이터 삭제","id":"856d263c-d811-4a5b-bc33-925fc338a88e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types","description":"<p>검사항목 유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","insp-item-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7f5b6575-3517-4b5c-ab76-32e9d3449743","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItemType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ce395a85-b399-4fb6-ab83-73cc4fa16f99","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-item-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"856d263c-d811-4a5b-bc33-925fc338a88e"}],"id":"1bc9b90f-58c6-4b01-b8ad-ccf695dd723b","_postman_id":"1bc9b90f-58c6-4b01-b8ad-ccf695dd723b","description":""},{"name":"검사항목(InspItem)","item":[{"name":"검사항목 대량 데이터 입력 (Excel Upload)","id":"4c867ebe-214c-4840-99cc-786430eed5f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_method_cd\": \"string\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items/excel-upload","description":"<p>검사항목 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","insp-items","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2dda60b1-772d-4ac8-90cc-d1f8a10b337f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_method_cd\": \"string\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItem-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d65a2c6a-3705-48e8-a172-3832008b4e54","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"insp_item_type_cd\": \"string\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_cd\": \"string\",\n  \"insp_method_cd\": \"string\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4c867ebe-214c-4840-99cc-786430eed5f8"},{"name":"검사항목 데이터 단일 조회","id":"ddbb30f9-d048-41a0-8d89-bb011e91e666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/insp-item/:uuid","description":"<p>하나의 검사항목 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","insp-item",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 검사항목의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"cde92f62-9d51-45f1-a017-1d26f6434354","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-item/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","insp-item",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사항목의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItem-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"eqm_fg\": true,\n        \"qms_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"959935c4-148c-404c-badb-fae4938a5b8f","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-item/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","insp-item",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사항목의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ddbb30f9-d048-41a0-8d89-bb011e91e666"},{"name":"검사항목 데이터 조회","id":"7779dbca-867a-4187-b64f-9f3c6e962e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/insp-items?factory_uuid=&insp_item_type_uuid=&type=","description":"<p>검사항목 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","insp-items"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 검사항목을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>검사항목 유형의 UUID를 입력하여 검사항목 유형에 따라 검사항목을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"insp_item_type_uuid","value":""},{"description":{"content":"<p>(Required) 데이터 조회시 검사항목 구분을 입력합니다. <br /> \n[all]: 검사항목 전체 조회 <br />\n[eqm]: 설비검사항목 조회 <br />\n[qms]: 품질검사항목 조회</p>\n","type":"text/plain"},"key":"type","value":""}],"variable":[]}},"response":[{"id":"db28e838-d106-4a06-a2e4-5961fb752cb4","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-items?factory_uuid=&insp_item_type_uuid=&type=","host":["https://isos.iptime.org:13221"],"path":["std","insp-items"],"query":[{"key":"factory_uuid","value":""},{"key":"insp_item_type_uuid","value":""},{"key":"type","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItem-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"eqm_fg\": true,\n        \"qms_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"1cdc7d25-30c3-447f-a81c-c046793e7a08","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/insp-items?factory_uuid=&insp_item_type_uuid=&type=","host":["https://isos.iptime.org:13221"],"path":["std","insp-items"],"query":[{"key":"factory_uuid","value":""},{"key":"insp_item_type_uuid","value":""},{"key":"type","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7779dbca-867a-4187-b64f-9f3c6e962e7a"},{"name":"검사항목 데이터 생성","id":"e97456c9-0ad4-4466-ba8a-d39d7df31821","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n  \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items","description":"<p>검사항목 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","insp-items"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"364cfd15-bdd6-41eb-bdae-d46d475981a8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n  \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItem-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d5c48721-0c16-4533-b1f0-13217b28ba61","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n  \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e97456c9-0ad4-4466-ba8a-d39d7df31821"},{"name":"검사항목 데이터 수정","id":"eb31b9fb-5ec4-42c0-bfc1-04f44cd1c32e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n  \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items","description":"<p>검사항목 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","insp-items"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5e1dc8d0-108a-45c9-8085-fd7d78d391e6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n  \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItem-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a15a1f58-daf5-45a2-8b8c-088f79e973e0","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n  \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"eb31b9fb-5ec4-42c0-bfc1-04f44cd1c32e"},{"name":"검사항목 데이터 수정","id":"995a330f-4c80-4592-897e-7c19fcd499f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n  \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items","description":"<p>검사항목 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","insp-items"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"90947bc2-1e0f-4378-b83d-45da52f49af3","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n  \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItem-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e8e45d9d-4fee-4125-9494-a2f4f91e1e50","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n  \"insp_item_cd\": \"string\",\n  \"insp_item_nm\": \"string\",\n  \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n  \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n  \"eqm_fg\": true,\n  \"qms_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"995a330f-4c80-4592-897e-7c19fcd499f4"},{"name":"검사항목 데이터 삭제","id":"24ef5786-2f20-4487-ba34-63931c1b252a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items","description":"<p>검사항목 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","insp-items"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c8eda95f-73a2-496e-88f8-b4f30f33b3f6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdInspItem-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"fcae5f01-7562-4232-b273-b4d1a0de5554","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/insp-items"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdInspItem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdInspItem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"24ef5786-2f20-4487-ba34-63931c1b252a"}],"id":"d75e7fc2-7936-4642-a11e-58c1eea1d77e","_postman_id":"d75e7fc2-7936-4642-a11e-58c1eea1d77e","description":""},{"name":"고객사 단가(CustomerPrice)","item":[{"name":"고객사 단가 대량 데이터 입력 (Excel Upload)","id":"3852abb1-86f7-40fd-a8d6-17758ccaa0b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"price\": 0,\n  \"money_unit_cd\": \"string\",\n  \"price_type_cd\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices/excel-upload","description":"<p>고객사 단가 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","customer-prices","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8c16cfc0-da6e-4a7f-9958-ab31b7f28b84","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"price\": 0,\n  \"money_unit_cd\": \"string\",\n  \"price_type_cd\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCustomerPrice-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a6d47210-e731-4442-bf3c-82282c326251","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"price\": 0,\n  \"money_unit_cd\": \"string\",\n  \"price_type_cd\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCustomerPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3852abb1-86f7-40fd-a8d6-17758ccaa0b9"},{"name":"고객사 단가 데이터 단일 조회","id":"03f938cf-0f4f-4105-b875-a0076ddffffd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/customer-price/:uuid","description":"<p>하나의 고객사 단가 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","customer-price",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 고객사 단가의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"58a1ddb6-4d53-431b-8040-7fcba5968dc9","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/customer-price/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","customer-price",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 고객사 단가의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCustomerPrice-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"customer_price_uuid\": \"ec57c064-ed96-4657-bf87-20265293d248\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n        \"price_type_cd\": \"string\",\n        \"price_type_nm\": \"string\",\n        \"price\": 0,\n        \"start_date\": \"2019-08-24\",\n        \"end_date\": \"2019-08-24\",\n        \"retroactive_price\": 0,\n        \"division\": 0,\n        \"unit_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"d2416486-1a74-4378-a7b8-9ba05ffc5e8a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/customer-price/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","customer-price",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 고객사 단가의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCustomerPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"03f938cf-0f4f-4105-b875-a0076ddffffd"},{"name":"고객사 단가 데이터 조회","id":"c85c12ff-3ad4-431c-9c3b-45973bb652b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/customer-prices?partner_uuid=&date=","description":"<p>고객사 단가 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","customer-prices"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 고객사 단가를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>조회 할 고객사 단가의 기준일을 입력합니다. [YYYY-MM-DD 형태로 입력합니다.] [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"date","value":""}],"variable":[]}},"response":[{"id":"a6663730-899e-4dd8-acd9-87e385bf0174","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/customer-prices?partner_uuid=&date=","host":["https://isos.iptime.org:13221"],"path":["std","customer-prices"],"query":[{"key":"partner_uuid","value":""},{"key":"date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCustomerPrice-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"customer_price_uuid\": \"ec57c064-ed96-4657-bf87-20265293d248\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n        \"price_type_cd\": \"string\",\n        \"price_type_nm\": \"string\",\n        \"price\": 0,\n        \"start_date\": \"2019-08-24\",\n        \"end_date\": \"2019-08-24\",\n        \"retroactive_price\": 0,\n        \"division\": 0,\n        \"unit_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"bfb9fb18-fddc-4a09-9bbf-ba2ae4583fe7","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/customer-prices?partner_uuid=&date=","host":["https://isos.iptime.org:13221"],"path":["std","customer-prices"],"query":[{"key":"partner_uuid","value":""},{"key":"date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCustomerPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c85c12ff-3ad4-431c-9c3b-45973bb652b9"},{"name":"고객사 단가 데이터 생성","id":"ac079945-b0b2-4620-ab5d-498b28cc7a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices","description":"<p>고객사 단가 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","customer-prices"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1784db95-15ec-4b46-a994-84d069c21317","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCustomerPrice-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"bf85e5b2-4ce0-4f12-8339-3a914682409b","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCustomerPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ac079945-b0b2-4620-ab5d-498b28cc7a31"},{"name":"고객사 단가 데이터 수정","id":"426917d8-1885-4376-95a8-4bc10b966017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices","description":"<p>고객사 단가 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","customer-prices"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7a0d22f0-9a36-4c87-a1eb-df22a9ea71d2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCustomerPrice-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6abc30b2-ade8-4fa7-8345-4ba5775668c1","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCustomerPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"426917d8-1885-4376-95a8-4bc10b966017"},{"name":"고객사 단가 데이터 수정","id":"4a6281b6-9768-42a2-8f01-6d1fa51dc4a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices","description":"<p>고객사 단가 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","customer-prices"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"257ff414-7c11-458f-bb91-9e75264c4b7b","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCustomerPrice-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"aa0d1a79-4b29-40bf-a945-f3ffad20da5d","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCustomerPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4a6281b6-9768-42a2-8f01-6d1fa51dc4a0"},{"name":"고객사 단가 데이터 삭제","id":"f69288ae-c85b-4388-b925-068219ffa245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices","description":"<p>고객사 단가 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","customer-prices"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e881dbcc-6a06-4b25-b266-d5c2cd93412c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCustomerPrice-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f7cc9634-d8fd-46c4-9e90-e57368723aca","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/customer-prices"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCustomerPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCustomerPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f69288ae-c85b-4388-b925-068219ffa245"}],"id":"fdf03814-9a11-4357-998b-d20b3adfd955","_postman_id":"fdf03814-9a11-4357-998b-d20b3adfd955","description":""},{"name":"공급처(Supplier)","item":[{"name":"공급처 대량 데이터 입력 (Excel Upload)","id":"aa9a368e-8992-4d09-a3d3-62aff9764e4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_cd\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers/excel-upload","description":"<p>공급처 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","suppliers","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"dfc5e7ed-dbfd-4862-aa7a-d342af87ddbd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_cd\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdSupplier-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"dc86e986-e12e-4374-80e9-285faf8e0cd5","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_cd\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdSupplier-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"aa9a368e-8992-4d09-a3d3-62aff9764e4e"},{"name":"공급처 데이터 단일 조회","id":"2a29716a-62d6-4a3c-922f-b495cbe2bd2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/supplier/:uuid","description":"<p>하나의 공급처 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","supplier",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 공급처의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"31c824d8-29ba-445e-9b85-8425caeac054","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/supplier/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","supplier",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 공급처의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdSupplier-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n        \"supplier_cd\": \"string\",\n        \"supplier_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"manager\": \"string\",\n        \"email\": \"string\",\n        \"tel\": \"string\",\n        \"fax\": \"string\",\n        \"post\": \"string\",\n        \"addr\": \"string\",\n        \"addr_detail\": \"string\",\n        \"use_fg\": true,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e82b72ff-891a-4543-8875-e6346235f7f1","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/supplier/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","supplier",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 공급처의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdSupplier-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2a29716a-62d6-4a3c-922f-b495cbe2bd2e"},{"name":"공급처 데이터 조회","id":"a739a29a-31e1-4f55-8ccc-d8c78a9ad426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/suppliers?partner_uuid=","description":"<p>공급처 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","suppliers"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>거래처의 UUID 를 입력하여 거래처에 따라 공급처를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[]}},"response":[{"id":"987a5f5e-0514-4b39-899f-17c96ff01a30","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/suppliers?partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","suppliers"],"query":[{"key":"partner_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdSupplier-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n        \"supplier_cd\": \"string\",\n        \"supplier_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"manager\": \"string\",\n        \"email\": \"string\",\n        \"tel\": \"string\",\n        \"fax\": \"string\",\n        \"post\": \"string\",\n        \"addr\": \"string\",\n        \"addr_detail\": \"string\",\n        \"use_fg\": true,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0a882e15-70c8-4103-acc4-e2854a9d0dce","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/suppliers?partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","suppliers"],"query":[{"key":"partner_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdSupplier-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a739a29a-31e1-4f55-8ccc-d8c78a9ad426"},{"name":"공급처 데이터 생성","id":"45f90262-7e6f-4a5e-93ac-749e18c0ac4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers","description":"<p>공급처 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","suppliers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"884ca81b-2d8b-4edc-9481-5e23a364d98e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdSupplier-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7f899d23-d09e-427a-b23a-db2a2fd8339b","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdSupplier-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"45f90262-7e6f-4a5e-93ac-749e18c0ac4c"},{"name":"공급처 데이터 수정","id":"005059dc-7141-4d88-86a4-cfff0d95ad48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers","description":"<p>공급처 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","suppliers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5bf08f35-b6ee-4ba3-8d4a-20d1a1c4a335","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdSupplier-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f65d6c93-529b-42f2-bae4-15e587f98eea","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdSupplier-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"005059dc-7141-4d88-86a4-cfff0d95ad48"},{"name":"공급처 데이터 수정","id":"256db9aa-e049-4c9e-856a-b3add8cbf6eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers","description":"<p>공급처 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","suppliers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0d7b3e4f-406c-4c9e-8019-31e948d22be7","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdSupplier-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5cd74117-fe0b-4790-9def-66649319b7a3","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"supplier_cd\": \"string\",\n  \"supplier_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdSupplier-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"256db9aa-e049-4c9e-856a-b3add8cbf6eb"},{"name":"공급처 데이터 삭제","id":"f31f2cb6-cacc-48d7-ba12-f01035016341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers","description":"<p>공급처 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","suppliers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5190ed9c-2c2b-44e1-826e-601e313b33fc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdSupplier-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"325f0939-1d9d-4625-a710-34dc4c31ef51","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/suppliers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdSupplier-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdSupplier\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f31f2cb6-cacc-48d7-ba12-f01035016341"}],"id":"c6845627-2944-45d9-a090-5a608f5069d9","_postman_id":"c6845627-2944-45d9-a090-5a608f5069d9","description":""},{"name":"공장(Factory)","item":[{"name":"공장 대량 데이터 입력 (Excel Upload)","id":"e39603b3-3849-4773-8d08-b6b2e699c0ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories/excel-upload","description":"<p>공장 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","factories","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c9204d50-bd9c-4924-861c-2a6f4bae3490","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdFactory-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2c4552d1-cf87-49af-865c-1ca6fd2d3b94","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdFactory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e39603b3-3849-4773-8d08-b6b2e699c0ac"},{"name":"공장 데이터 조회 (Without Token)","id":"92feb417-de5e-45a6-8193-2e808f49e5d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/factories/sign-in","description":"<p>공장 데이터 목록을 조회합니다. (Without Token)</p>\n","urlObject":{"path":["std","factories","sign-in"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"63437230-8271-4803-a093-5c4f450d2326","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/factories/sign-in"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdFactory-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"16a12484-a05a-43a8-8896-e44ed0165cbf","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/factories/sign-in"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdFactory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"92feb417-de5e-45a6-8193-2e808f49e5d4"},{"name":"공장 데이터 단일 조회","id":"ecb276a8-221c-4545-a29b-728abd2da54d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/factory/:uuid","description":"<p>하나의 공장 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","factory",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 공장의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"eac52237-4881-4d70-9036-b89de56c8fc4","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/factory/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","factory",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 공장의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdFactory-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ebd6b24c-00d5-4984-9fcd-4b374362e2fa","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/factory/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","factory",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 공장의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdFactory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ecb276a8-221c-4545-a29b-728abd2da54d"},{"name":"공장 데이터 조회","id":"3d04bc16-4984-461b-9c4f-6458b27b1599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/factories","description":"<p>공장 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","factories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ffeacb32-5194-47d0-84ee-b48206464f69","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/factories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdFactory-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"99e4c94d-301e-4fce-9450-9e710940ea9d","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/factories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdFactory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3d04bc16-4984-461b-9c4f-6458b27b1599"},{"name":"공장 데이터 생성","id":"2605c8dd-1faf-4745-ac2e-8da360a4d64c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories","description":"<p>공장 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","factories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5330033d-916e-425b-8320-86fd367d4e89","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdFactory-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5650384a-2c17-4797-8611-7b2c8281d671","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdFactory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2605c8dd-1faf-4745-ac2e-8da360a4d64c"},{"name":"공장 데이터 수정","id":"221b4200-330f-4d3a-82ae-4da432dc2e61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories","description":"<p>공장 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","factories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"21858876-5966-41ba-9201-93931e1860f0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdFactory-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"293d247b-0864-4dd0-b545-2925c7a34dd2","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdFactory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"221b4200-330f-4d3a-82ae-4da432dc2e61"},{"name":"공장 데이터 수정","id":"de85e0de-7a42-49d0-aee8-8e3fe1eac865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories","description":"<p>공장 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","factories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d70fd8aa-7d6f-4628-bfd6-896737addcb5","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdFactory-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"43e04526-1ab6-4a96-a1a3-6cd0e212883e","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"factory_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdFactory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"de85e0de-7a42-49d0-aee8-8e3fe1eac865"},{"name":"공장 데이터 삭제","id":"29c0ad5e-3b13-4dce-984c-2d885a34e5dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories","description":"<p>공장 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","factories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"78bf340a-d33c-4583-ba2b-25d886401e95","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdFactory-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"305abe1a-87a1-442f-a46e-159e29bb7ada","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/factories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdFactory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdFactory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"29c0ad5e-3b13-4dce-984c-2d885a34e5dc"}],"id":"8a435292-29d4-4d9b-904d-b156adce9039","_postman_id":"8a435292-29d4-4d9b-904d-b156adce9039","description":""},{"name":"공정(Proc)","item":[{"name":"공정 대량 데이터 입력 (Excel Upload)","id":"107d5fbd-1454-4246-8bad-d2474ac1e36c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs/excel-upload","description":"<p>공정 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","procs","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"10faff0e-96da-40f3-9b1b-a3ef03b6aace","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProc-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"cd5989ac-e306-4f4c-b2de-43c00f82f8d9","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProc-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"107d5fbd-1454-4246-8bad-d2474ac1e36c"},{"name":"공정 데이터 단일 조회","id":"b720f080-d2ea-42ee-907c-03bb3e60c8c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/proc/:uuid","description":"<p>하나의 공정 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","proc",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 공정의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"cf076328-53b1-4de3-a1e3-16a59bbde4c4","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/proc/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","proc",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 공정의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProc-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8caa7117-d22f-4b04-a81b-4e57f722d016","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/proc/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","proc",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 공정의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProc-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b720f080-d2ea-42ee-907c-03bb3e60c8c2"},{"name":"공정 데이터 조회","id":"06c3f780-4caa-4a44-aa5c-d02bf86155d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/procs?factory_uuid=","description":"<p>공정 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","procs"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 공정을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"28e60408-7b26-42f9-9465-36e34e06659a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/procs?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","procs"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProc-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b57b4fc9-3259-4b59-9f9f-c92c2bce4a06","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/procs?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","procs"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProc-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"06c3f780-4caa-4a44-aa5c-d02bf86155d6"},{"name":"공정 데이터 생성","id":"fa6ec9e7-5660-4391-ac0c-4a6401b2512a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs","description":"<p>공정 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","procs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f2cdc79b-c193-4f5e-b728-814c054887b7","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProc-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d68a12d5-8c55-4b04-a850-c81eebd073cc","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProc-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fa6ec9e7-5660-4391-ac0c-4a6401b2512a"},{"name":"공정 데이터 수정","id":"14463b07-73f8-40d9-8117-6f9516070213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs","description":"<p>공정 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","procs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"836f8f7b-791d-4ce5-882a-69bbe570dd2c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProc-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"91e972e6-bf5d-43f1-a4bd-79eb406bf159","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProc-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"14463b07-73f8-40d9-8117-6f9516070213"},{"name":"공정 데이터 수정","id":"d9df3696-c5fb-4cb0-8338-23998fd6d85b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs","description":"<p>공정 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","procs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"57455088-c059-41c5-937d-0a90943c02eb","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProc-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"812b14f4-fa11-497a-baed-d8311a58b2eb","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_cd\": \"string\",\n  \"proc_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProc-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d9df3696-c5fb-4cb0-8338-23998fd6d85b"},{"name":"공정 데이터 삭제","id":"4c5252aa-216d-4132-bec0-0f292789c66e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs","description":"<p>공정 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","procs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"203b115e-7cc2-4d77-984c-2e6a42cfaccc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProc-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a1f2328d-4579-45f8-916e-a5c457f22828","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/procs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProc-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProc\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4c5252aa-216d-4132-bec0-0f292789c66e"}],"id":"6658a7e2-903a-48ff-90a6-253e6dcf2f2d","_postman_id":"6658a7e2-903a-48ff-90a6-253e6dcf2f2d","description":""},{"name":"공정별 설비정보(ProcEquip)","item":[{"name":"공정별 설비정보 데이터 단일 조회","id":"427d69bd-21aa-4524-b75e-0b804765ea65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/proc-equip/:uuid","description":"<p>하나의 공정별 설비정보 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","proc-equip",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 공정별 설비정보의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":null,"key":"uuid"}]}},"response":[{"id":"e067b813-dd7a-4783-99b8-dcd1fa105bba","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/proc-equip/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","proc-equip",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 공정별 설비정보의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcEquip-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"proc_equip_uuid\": \"79f33967-fb2a-4bcd-b8e4-85f1ed435474\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"04503278-4f9b-42fb-903d-349c2c4577c2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/proc-equip/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","proc-equip",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 공정별 설비정보의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"427d69bd-21aa-4524-b75e-0b804765ea65"},{"name":"공정별 설비정보 데이터 조회","id":"d167dc87-a0f5-47c1-9e8b-b5745c180fb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/proc-equips?factory_uuid=&proc_uuid&use_fg&prd_fg","description":"<p>공정별 설비정보 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","proc-equips"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 공정별 설비정보를 조회합니다.\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>공정의 UUID를 입력하여 공정에 따라 공정별 설비정보를 조회합니다.\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"proc_uuid","value":null},{"description":{"content":"<p>설비의 사용여부에 따라 공정별 설비정보를 조회합니다.\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"use_fg","value":null},{"description":{"content":"<p>설비의 생산설비여부에따라 공정별 설비정보를 조회합니다.\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prd_fg","value":null}],"variable":[]}},"response":[{"id":"0e4c00dc-e651-4754-8447-7716c16df04f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/proc-equips?factory_uuid=&proc_uuid=&use_fg=&prd_fg=","host":["https://isos.iptime.org:13221"],"path":["std","proc-equips"],"query":[{"key":"factory_uuid","value":""},{"key":"proc_uuid","value":""},{"key":"use_fg","value":""},{"key":"prd_fg","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcEquip-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"proc_equip_uuid\": \"79f33967-fb2a-4bcd-b8e4-85f1ed435474\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"4153375e-de3d-4ddc-a2f5-a7c8de3ba47a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/proc-equips?factory_uuid=&proc_uuid=&use_fg=&prd_fg=","host":["https://isos.iptime.org:13221"],"path":["std","proc-equips"],"query":[{"key":"factory_uuid","value":""},{"key":"proc_uuid","value":""},{"key":"use_fg","value":""},{"key":"prd_fg","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d167dc87-a0f5-47c1-9e8b-b5745c180fb9"},{"name":"공정별 설비정보 데이터 생성","id":"13e9f632-91dd-4565-8654-3f4c39764028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips","description":"<p>공정별 설비정보 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","proc-equips"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0cea1fcd-3548-480c-a047-d1bd23998559","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcEquip-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d8a63664-5f27-4391-8f22-bf671fd862b8","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"13e9f632-91dd-4565-8654-3f4c39764028"},{"name":"공정별 설비정보 데이터 수정","id":"9818c988-3021-4067-a1fd-d07ef00ea4e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips","description":"<p>공정별 설비정보 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","proc-equips"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"80cd450e-a749-47e3-af18-d4c63912cae3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcEquip-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7e8228ba-e14f-4a90-9e0f-0f8cbc68fdb7","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9818c988-3021-4067-a1fd-d07ef00ea4e4"},{"name":"공정별 설비정보 데이터 수정","id":"8afa9288-6d6d-4612-9e50-8d0a824d328a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips","description":"<p>공정별 설비정보 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","proc-equips"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2c28caf2-b891-417a-b16e-dd90c441afff","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcEquip-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"afcb1273-a713-454b-9f17-77e46d8c8d68","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8afa9288-6d6d-4612-9e50-8d0a824d328a"},{"name":"공정별 설비정보 데이터 삭제","id":"97f945e7-1765-418c-bed7-86efc71b6f29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips","description":"<p>공정별 설비정보 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","proc-equips"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a7b0c202-9d4f-4267-a584-ae927f56c4ea","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcEquip-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a568f760-cd81-4397-a28e-e4235f7d6456","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-equips"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"97f945e7-1765-418c-bed7-86efc71b6f29"}],"id":"a87301fe-ae7b-47e1-994f-f2bc7ab608b7","_postman_id":"a87301fe-ae7b-47e1-994f-f2bc7ab608b7","description":""},{"name":"공정별 부적합(ProcReject)","item":[{"name":"공정별 부적합 대량 데이터 입력 (Excel Upload)","id":"cc41247a-010b-4925-9da3-885e28da2eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"proc_cd\": \"string\",\n  \"reject_cd\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects/excel-upload","description":"<p>공정별 부적합 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","proc-rejects","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f16c326a-2540-4a7a-9c9f-f07c9488cbed","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"proc_cd\": \"string\",\n  \"reject_cd\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcReject-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1dbac5cf-8d0b-44f2-a8b2-a868ae09eb9e","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"proc_cd\": \"string\",\n  \"reject_cd\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cc41247a-010b-4925-9da3-885e28da2eee"},{"name":"공정별 부적합 데이터 단일 조회","id":"8db6ef7a-c286-4fb7-ae6d-8fbe62408ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/proc-reject/:uuid","description":"<p>하나의 공정별 부적합 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","proc-reject",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 공정별 부적합의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"32d8b6b8-302d-43b7-aad7-d2f20dff9e2e","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/proc-reject/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","proc-reject",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 공정별 부적합의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcReject-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"proc_reject_uuid\": \"18d56a0b-efb6-4b2b-ad8a-515e325f88f7\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"dc8d4736-b51a-4df5-b303-01e6f0b4ff7e","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/proc-reject/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","proc-reject",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 공정별 부적합의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8db6ef7a-c286-4fb7-ae6d-8fbe62408ff0"},{"name":"공정별 부적합 데이터 조회","id":"d19a6b71-30b7-43d9-90bf-911a2aec2d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/proc-rejects?factory_uuid=&proc_uuid=","description":"<p>공정별 부적합 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","proc-rejects"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 공정별 부적합을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>공정의 UUID를 입력하여 공정에 따라 공정별 부적합을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"proc_uuid","value":""}],"variable":[]}},"response":[{"id":"ff3ec38e-d9be-4642-9a0a-ef28cf787aca","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/proc-rejects?factory_uuid=&proc_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","proc-rejects"],"query":[{"key":"factory_uuid","value":""},{"key":"proc_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcReject-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"proc_reject_uuid\": \"18d56a0b-efb6-4b2b-ad8a-515e325f88f7\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b3e69767-4a6c-4184-9f9b-f2e1a0cad077","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/proc-rejects?factory_uuid=&proc_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","proc-rejects"],"query":[{"key":"factory_uuid","value":""},{"key":"proc_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d19a6b71-30b7-43d9-90bf-911a2aec2d88"},{"name":"공정별 부적합 데이터 생성","id":"24c598ee-ac0b-48cd-8b53-6c3916748969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects","description":"<p>공정별 부적합 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","proc-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"680899c7-a6c4-4263-a30c-e7fbab5510c0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcReject-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e524f38d-f815-46ea-b567-ad7a8fea8bf8","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"24c598ee-ac0b-48cd-8b53-6c3916748969"},{"name":"공정별 부적합 데이터 수정","id":"eda05eb2-32db-4a62-ad81-7e1259fcc9ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects","description":"<p>공정별 부적합 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","proc-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"55ec2366-b02c-4df2-b8d8-12e90267c3e7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcReject-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"39386aea-edf7-4e70-8f0e-94bdf7d288c6","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"eda05eb2-32db-4a62-ad81-7e1259fcc9ab"},{"name":"공정별 부적합 데이터 수정","id":"3023fee8-7e0e-4cb6-81a4-f939c3d7d895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects","description":"<p>공정별 부적합 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","proc-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9b824e88-ad9e-4e54-a244-e084738e6277","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcReject-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7036a40f-8ed5-4039-ad81-bdacd59f733e","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3023fee8-7e0e-4cb6-81a4-f939c3d7d895"},{"name":"공정별 부적합 데이터 삭제","id":"77ab74b5-fa35-4942-9727-0b05ef959d6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects","description":"<p>공정별 부적합 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","proc-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ba5e2b49-e1fe-4d69-b555-4a9541c26dd6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProcReject-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"93e5033e-a5fc-4b30-a3bc-ac45928902bf","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/proc-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProcReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProcReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"77ab74b5-fa35-4942-9727-0b05ef959d6b"}],"id":"1adaf646-9c4c-4e98-921a-434638386023","_postman_id":"1adaf646-9c4c-4e98-921a-434638386023","description":""},{"name":"납품처(Delivery)","item":[{"name":"납품처 대량 데이터 입력 (Excel Upload)","id":"3b85ddbb-46d0-4749-bda9-e88b87012ea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_cd\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries/excel-upload","description":"<p>납품처 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","deliveries","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2148e3da-5f77-420d-a3cc-6ca43942ce02","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_cd\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDelivery-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"da296f34-c4a4-41c4-82ad-d08ad015baa8","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_cd\": \"string\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDelivery-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3b85ddbb-46d0-4749-bda9-e88b87012ea5"},{"name":"납품처 데이터 단일 조회","id":"19384e4d-2793-4dad-af94-671e0ce1266b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/delivery/:uuid","description":"<p>하나의 납품처 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","delivery",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 납품처의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"5e259760-f552-4da7-a9da-d1fb19dfc6f3","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/delivery/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","delivery",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 납품처의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDelivery-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n        \"delivery_cd\": \"string\",\n        \"delivery_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"manager\": \"string\",\n        \"email\": \"string\",\n        \"tel\": \"string\",\n        \"fax\": \"string\",\n        \"post\": \"string\",\n        \"addr\": \"string\",\n        \"addr_detail\": \"string\",\n        \"use_fg\": true,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a1385c94-8fd1-4c72-aed6-2a44946158b2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/delivery/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","delivery",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 납품처의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDelivery-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"19384e4d-2793-4dad-af94-671e0ce1266b"},{"name":"납품처 데이터 조회","id":"c20391aa-651f-4e36-8c3b-6fc76607d5e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/deliveries?partner_uuid=","description":"<p>납품처 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","deliveries"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>거래처의 UUID 를 입력하여 거래처에 따라 납품처를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[]}},"response":[{"id":"9c388ca5-c621-4679-aa7d-a8e283b02f17","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/deliveries?partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","deliveries"],"query":[{"key":"partner_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDelivery-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n        \"delivery_cd\": \"string\",\n        \"delivery_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"manager\": \"string\",\n        \"email\": \"string\",\n        \"tel\": \"string\",\n        \"fax\": \"string\",\n        \"post\": \"string\",\n        \"addr\": \"string\",\n        \"addr_detail\": \"string\",\n        \"use_fg\": true,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a8af6639-3213-48a5-9969-9d5bc1c6ed65","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/deliveries?partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","deliveries"],"query":[{"key":"partner_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDelivery-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c20391aa-651f-4e36-8c3b-6fc76607d5e8"},{"name":"납품처 데이터 생성","id":"bb459ffa-0d03-4165-80bc-46f8cb6adde0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries","description":"<p>납품처 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","deliveries"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"51be3558-e675-49cc-8e65-43aa3847b596","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDelivery-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1d5d063c-166a-4e67-bbef-048773a3fe68","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDelivery-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"bb459ffa-0d03-4165-80bc-46f8cb6adde0"},{"name":"납품처 데이터 수정","id":"beb3a9a4-e444-47be-8e5c-5bff290d8033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries","description":"<p>납품처 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","deliveries"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d4a90efe-4676-4712-9380-93f88797bdde","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDelivery-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"12881c5b-9eea-4555-9d7e-d479f75e5b3e","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDelivery-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"beb3a9a4-e444-47be-8e5c-5bff290d8033"},{"name":"납품처 데이터 수정","id":"6524a71b-3278-4a0f-afa6-22880469fa9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries","description":"<p>납품처 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","deliveries"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1cb8bfe3-cc21-4a02-b953-f483852d3748","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDelivery-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"9174c613-cd4c-453b-9d91-2862af9addf5","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"delivery_cd\": \"string\",\n  \"delivery_nm\": \"string\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"manager\": \"string\",\n  \"email\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"use_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDelivery-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6524a71b-3278-4a0f-afa6-22880469fa9c"},{"name":"납품처 데이터 삭제","id":"15a51f68-f87f-4188-9f59-b6b30e6213ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries","description":"<p>납품처 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","deliveries"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4b02ee34-14ef-47cd-934a-86ec4b3d1fb0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDelivery-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"772e7b5a-9459-4c6f-9b9f-7bd8642c03c9","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/deliveries"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDelivery-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDelivery\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"15a51f68-f87f-4188-9f59-b6b30e6213ef"}],"id":"8187a1cc-bee8-477f-bf8f-8a268d2f06e5","_postman_id":"8187a1cc-bee8-477f-bf8f-8a268d2f06e5","description":""},{"name":"단가 유형(PriceType)","item":[{"name":"단가 유형 대량 데이터 입력 (Excel Upload)","id":"c0b5a7a6-6527-43f1-9490-ffb272f00fbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types/excel-upload","description":"<p>단가 유형 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","price-types","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"440a31a1-9374-4233-aba9-f0c4a62d3a36","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPriceType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"44df0887-c09e-4e19-b2e4-4f9c4a3b20dd","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPriceType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c0b5a7a6-6527-43f1-9490-ffb272f00fbe"},{"name":"단가 유형 데이터 단일 조회","id":"b72ae490-8bad-4cae-9794-16c1a72c3be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/price-type/:uuid","description":"<p>하나의 단가 유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","price-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 단가 유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"4137a8e5-9531-4a7e-9a7c-79a358abbec0","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/price-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","price-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 단가 유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPriceType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n        \"price_type_cd\": \"string\",\n        \"price_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"3a3f0577-9488-4deb-a47e-3aa97b184622","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/price-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","price-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 단가 유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPriceType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b72ae490-8bad-4cae-9794-16c1a72c3be0"},{"name":"단가 유형 데이터 조회","id":"150faaeb-f812-4701-99a3-152c2eb18da4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/price-types","description":"<p>단가 유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","price-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6e898931-26c0-4fd3-98b5-f38e5d60fdae","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/price-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPriceType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n        \"price_type_cd\": \"string\",\n        \"price_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"549f5656-2155-4933-ae37-59113ac33ca5","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/price-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPriceType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"150faaeb-f812-4701-99a3-152c2eb18da4"},{"name":"단가 유형 데이터 생성","id":"5589b937-9d67-4e4f-bbda-2d823e951c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types","description":"<p>단가 유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","price-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"978d483e-3c30-4918-9409-d8b2ea2ab036","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPriceType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5b14e1aa-b7d1-448d-ae80-3258dbd54a67","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPriceType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5589b937-9d67-4e4f-bbda-2d823e951c5c"},{"name":"단가 유형 데이터 수정","id":"0b6c31dd-9b32-4ea6-8f04-806393a1ba0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types","description":"<p>단가 유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","price-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c507c7da-3b62-4b03-b123-1b46dd78665f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPriceType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c23121bf-e8b4-4e6b-bbf3-5253914e48c4","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPriceType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0b6c31dd-9b32-4ea6-8f04-806393a1ba0c"},{"name":"단가 유형 데이터 수정","id":"c0e9ac0d-7a9b-472c-9516-90156faf8188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types","description":"<p>단가 유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","price-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"13e44bc4-0662-4409-93ec-f0bae274e26c","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPriceType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"36f6bbb5-1301-4a80-bb51-e42c1b8841db","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price_type_cd\": \"string\",\n  \"price_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPriceType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c0e9ac0d-7a9b-472c-9516-90156faf8188"},{"name":"단가 유형 데이터 삭제","id":"324ceb36-1956-422b-b023-166d213759d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types","description":"<p>단가 유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","price-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1fdd7477-3b95-41fc-b657-20211dd32563","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdPriceType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a7f99d68-ad75-4710-b234-a627b1db2aba","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/price-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdPriceType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdPriceType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"324ceb36-1956-422b-b023-166d213759d0"}],"id":"ed7785ce-1c7f-4bd2-8c0e-570ed1fbb9e6","_postman_id":"ed7785ce-1c7f-4bd2-8c0e-570ed1fbb9e6","description":""},{"name":"단위(Unit)","item":[{"name":"단위 대량 데이터 입력 (Excel Upload)","id":"0241a828-3114-4f74-a96b-1d7f9c9d8d0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units/excel-upload","description":"<p>단위 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","units","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"88c3be89-757e-4fa4-b44a-6ae686e735dd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnit-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e0a234c1-912f-4e5e-b71d-7f6a09f95c8b","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0241a828-3114-4f74-a96b-1d7f9c9d8d0d"},{"name":"단위 데이터 단일 조회","id":"689cfe28-cbe7-42b9-82eb-25c7a8b1b687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/unit/:uuid","description":"<p>하나의 단위 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","unit",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 단위의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"44c76d2c-be31-4e1b-8053-7bc027a031b2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/unit/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","unit",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 단위의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnit-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"db0913b8-9bfc-4023-9ff5-1187b0c6a655","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/unit/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","unit",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 단위의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"689cfe28-cbe7-42b9-82eb-25c7a8b1b687"},{"name":"단위 데이터 조회","id":"6f57a287-b022-477e-9952-4fc8d02b7870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/units","description":"<p>단위 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"45fdd923-cb4b-4f89-aefe-f50c7ee0bcc9","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnit-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"abcdbbc9-cd23-44e7-b370-fc17844a3950","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6f57a287-b022-477e-9952-4fc8d02b7870"},{"name":"단위 데이터 생성","id":"5a15e177-f26e-4c2e-82ff-a521cf1802bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units","description":"<p>단위 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"644c77d5-c3fd-4186-86e2-7ec5767da7cd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnit-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"67cf3ca0-b9fa-4105-b30e-bc8dcde491e4","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5a15e177-f26e-4c2e-82ff-a521cf1802bc"},{"name":"단위 데이터 수정","id":"0ee7aba9-2966-42dd-886d-42d435305edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units","description":"<p>단위 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"344ba383-c04c-4836-b846-135c2180a8c1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnit-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8c6f70fc-5125-4a9d-9dc2-d3b4a7075874","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0ee7aba9-2966-42dd-886d-42d435305edc"},{"name":"단위 데이터 수정","id":"8cbb8aab-b7e8-44ec-bb09-af1f110c14b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units","description":"<p>단위 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"28479444-6d35-4609-95e5-1c35493d394c","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnit-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c2619936-541b-46be-a326-bd1997af6534","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"unit_cd\": \"string\",\n  \"unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8cbb8aab-b7e8-44ec-bb09-af1f110c14b3"},{"name":"단위 데이터 삭제","id":"db5f3e57-50d8-4632-b842-711dc9906011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units","description":"<p>단위 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1f744078-2ec0-42e0-bc8c-7f9bc4c508bc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnit-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e35b0f5b-29e6-42b1-bf5e-f147e233a1e6","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"db5f3e57-50d8-4632-b842-711dc9906011"}],"id":"dbf5ecc8-4fab-40d5-b86e-110f3ce3bed9","_postman_id":"dbf5ecc8-4fab-40d5-b86e-110f3ce3bed9","description":""},{"name":"단위변환(UnitConvert)","item":[{"name":"단위변환 대량 데이터 입력 (Excel Upload)","id":"4b61ab3f-c490-43fc-b6a1-e0d7f9b95dfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"from_unit_cd\": \"string\",\n  \"to_unit_cd\": \"string\",\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts/excel-upload","description":"<p>단위변환 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","unit-converts","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d436961c-af05-4df2-b671-fd0a5b95d8d1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"from_unit_cd\": \"string\",\n  \"to_unit_cd\": \"string\",\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnitConvert-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0e30f9a4-ec75-4466-b922-516ebb2e0d6d","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"from_unit_cd\": \"string\",\n  \"to_unit_cd\": \"string\",\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnitConvert-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4b61ab3f-c490-43fc-b6a1-e0d7f9b95dfa"},{"name":"단위변환 데이터 단일 조회","id":"1b0a25b5-92db-44c1-98c7-de04044dbd36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/unit-convert/:uuid","description":"<p>하나의 단위변환 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","unit-convert",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 단위변환의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"b37c25de-7013-4051-b62f-0700d5086d6d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/unit-convert/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","unit-convert",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 단위변환의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnitConvert-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"unit_convert_uuid\": \"ccf41634-8625-4df3-9c8e-589eafe0029c\",\n        \"from_unit_uuid\": \"906049fd-e29d-4458-bc46-df490513559c\",\n        \"from_unit_cd\": \"string\",\n        \"from_unit_nm\": \"string\",\n        \"to_unit_uuid\": \"bb67cf99-9cca-4fad-80af-619c4ea11eea\",\n        \"to_unit_cd\": \"string\",\n        \"to_unit_nm\": \"string\",\n        \"from_value\": 0,\n        \"to_value\": 0,\n        \"convert_value\": 0,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0dad9fc8-c88f-42f7-8be6-f4feaaf5a6ac","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/unit-convert/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","unit-convert",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 단위변환의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnitConvert-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1b0a25b5-92db-44c1-98c7-de04044dbd36"},{"name":"단위변환 데이터 조회","id":"db3e839f-d724-4b41-aad9-23fc481d762f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/unit-converts?unit_uuid=&prod_uuid=","description":"<p>단위변환 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","unit-converts"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>변환 전 단위의 UUID를 입력하여 단위에 따라 단위변환 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"unit_uuid","value":""},{"description":{"content":"<p>품목의 UUID를 입력하여 품목에 따라 단위변환 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":""}],"variable":[]}},"response":[{"id":"02f861a8-c411-4c9a-8fed-61ab1f477310","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/unit-converts?unit_uuid=&prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","unit-converts"],"query":[{"key":"unit_uuid","value":""},{"key":"prod_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnitConvert-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"unit_convert_uuid\": \"ccf41634-8625-4df3-9c8e-589eafe0029c\",\n        \"from_unit_uuid\": \"906049fd-e29d-4458-bc46-df490513559c\",\n        \"from_unit_cd\": \"string\",\n        \"from_unit_nm\": \"string\",\n        \"to_unit_uuid\": \"bb67cf99-9cca-4fad-80af-619c4ea11eea\",\n        \"to_unit_cd\": \"string\",\n        \"to_unit_nm\": \"string\",\n        \"from_value\": 0,\n        \"to_value\": 0,\n        \"convert_value\": 0,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"bf36fcfe-1eb7-400e-8c6a-00d400622a1a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/unit-converts?unit_uuid=&prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","unit-converts"],"query":[{"key":"unit_uuid","value":""},{"key":"prod_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnitConvert-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"db3e839f-d724-4b41-aad9-23fc481d762f"},{"name":"단위변환 데이터 생성","id":"f910d024-0632-4742-b60f-405d643cf04b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from_unit_uuid\": \"906049fd-e29d-4458-bc46-df490513559c\",\n  \"to_unit_uuid\": \"bb67cf99-9cca-4fad-80af-619c4ea11eea\",\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts","description":"<p>단위변환 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","unit-converts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0cb96120-34c1-41af-91af-f4d3d3638b63","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"from_unit_uuid\": \"906049fd-e29d-4458-bc46-df490513559c\",\n  \"to_unit_uuid\": \"bb67cf99-9cca-4fad-80af-619c4ea11eea\",\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnitConvert-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5eba7377-ec8c-4dab-8444-7295a55f1bd7","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"from_unit_uuid\": \"906049fd-e29d-4458-bc46-df490513559c\",\n  \"to_unit_uuid\": \"bb67cf99-9cca-4fad-80af-619c4ea11eea\",\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnitConvert-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f910d024-0632-4742-b60f-405d643cf04b"},{"name":"단위변환 데이터 수정","id":"775878d8-5ac2-448b-af40-adc8cc3c9ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts","description":"<p>단위변환 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","unit-converts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fdeceac6-b0f0-4ac3-8436-37337ab7631c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnitConvert-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"74524d87-2b33-4979-af17-75819078cecb","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnitConvert-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"775878d8-5ac2-448b-af40-adc8cc3c9ae9"},{"name":"단위변환 데이터 수정","id":"0750a08a-d7ea-4197-9051-c3664a12e549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts","description":"<p>단위변환 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","unit-converts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"64d6a099-f274-4dae-b61f-63ed11e11bfe","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnitConvert-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c8a0bbda-3d4f-4293-a392-0ee0195fd879","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"from_value\": 0,\n  \"to_value\": 0,\n  \"convert_value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnitConvert-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0750a08a-d7ea-4197-9051-c3664a12e549"},{"name":"단위변환 데이터 삭제","id":"1b811b4e-32c8-4749-8fe0-790d2fd61840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts","description":"<p>단위변환 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","unit-converts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2ada7e0f-b465-423d-b5ef-659c4ec5786a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdUnitConvert-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"415cfc71-6afa-4b90-993b-b20261485a9e","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/unit-converts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdUnitConvert-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdUnitConvert\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1b811b4e-32c8-4749-8fe0-790d2fd61840"}],"id":"24b7387f-7dbc-47e6-a7fb-65491eec50f2","_postman_id":"24b7387f-7dbc-47e6-a7fb-65491eec50f2","description":""},{"name":"라우팅(Routing)","item":[{"name":"생산가능품목 라우팅 데이터 조회","id":"777a24d8-3903-4559-8bdd-8b44e1a3685b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/routings/actived-prod?factory_uuid=&prod_uuid=","description":"<p>생산가능한 품목의 라우팅 데이터를 조회합니다. </p>\n","urlObject":{"path":["std","routings","actived-prod"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 라우팅 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>품목의 UUID를 입력하여 품목에 따라 라우팅 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":""}],"variable":[]}},"response":[{"id":"c3395b02-0b87-4186-bb94-0b63e4d459ee","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routings/actived-prod?factory_uuid=&prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","routings","actived-prod"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRouting-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"routing_uuid\": \"ae86f062-9d75-4624-b095-31f615ecb286\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"proc_no\": 0,\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"auto_work_fg\": true\n      }\n    ]\n  }\n}"},{"id":"56994c2c-8ea0-49ca-93a2-e5e41e204447","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routings/actived-prod?factory_uuid=&prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","routings","actived-prod"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"777a24d8-3903-4559-8bdd-8b44e1a3685b"},{"name":"라우팅 데이터 단일 조회","id":"30d6f37c-c616-4fc2-8aef-ed185b4a3383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/routing/:uuid","description":"<p>하나의 라우팅 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","routing",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 라우팅의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"0c3102e5-92d8-4a5b-814d-005140ad4ee5","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routing/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","routing",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 라우팅의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRouting-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"routing_uuid\": \"ae86f062-9d75-4624-b095-31f615ecb286\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"proc_no\": 0,\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"auto_work_fg\": true,\n        \"cycle_time\": 0,\n        \"uph\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"3ebbb325-97b9-4665-bdfb-4c5d31598ae4","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routing/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","routing",":uuid"],"variable":[{"key":"uuid","value":null,"description":"(Required) 라우팅의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"30d6f37c-c616-4fc2-8aef-ed185b4a3383"},{"name":"라우팅 데이터 조회","id":"a03fe2c0-85ef-435a-b627-3375ac3b95b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/routings?factory_uuid=&prod_uuid=","description":"<p>라우팅 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","routings"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 라우팅을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>품목의 UUID를 입력하여 품목에 따라 라우팅을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":""}],"variable":[]}},"response":[{"id":"d57779e7-9907-4f30-96aa-d0861176d0ae","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routings?factory_uuid=&prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","routings"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRouting-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"routing_uuid\": \"ae86f062-9d75-4624-b095-31f615ecb286\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"proc_no\": 0,\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"auto_work_fg\": true,\n        \"cycle_time\": 0,\n        \"uph\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ef4fb281-d884-4c59-b92d-9524a18e9041","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routings?factory_uuid=&prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","routings"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a03fe2c0-85ef-435a-b627-3375ac3b95b5"},{"name":"라우팅 데이터 생성","id":"08af2885-8faf-477c-acba-ddf55ee9db41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"proc_no\": 0,\n  \"auto_work_fg\": true,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings","description":"<p>라우팅 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","routings"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"083adfe2-8f88-425a-adf2-56d666f957f1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"proc_no\": 0,\n  \"auto_work_fg\": true,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRouting-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d6b70997-7a33-4f88-a571-f882ef06c056","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"proc_no\": 0,\n  \"auto_work_fg\": true,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"08af2885-8faf-477c-acba-ddf55ee9db41"},{"name":"라우팅 데이터 수정","id":"3d83a958-2c95-4923-b1ab-ac503e43b897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_no\": 0,\n  \"auto_work_fg\": true,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings","description":"<p>라우팅 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","routings"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0ee39acb-03a4-422a-9234-c76a8b1f0009","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_no\": 0,\n  \"auto_work_fg\": true,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRouting-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6df9ff79-7564-45e0-aebb-e07fad81a2f3","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_no\": 0,\n  \"auto_work_fg\": true,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3d83a958-2c95-4923-b1ab-ac503e43b897"},{"name":"라우팅 데이터 수정","id":"e97a5190-19da-4c27-828a-98b8e6042035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_no\": 0,\n  \"auto_work_fg\": true,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings","description":"<p>라우팅 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","routings"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"953c3ae5-4da1-421e-9181-4603622f8455","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_no\": 0,\n  \"auto_work_fg\": true,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRouting-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"89856ec5-8b66-4ec9-8656-a021ccb18e02","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_no\": 0,\n  \"auto_work_fg\": true,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e97a5190-19da-4c27-828a-98b8e6042035"},{"name":"라우팅 데이터 삭제","id":"537ca927-28cd-465b-8366-69cf3bacfaf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings","description":"<p>라우팅 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","routings"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a0e0ced7-336c-4369-b489-d2f96c58e200","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRouting-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"09fe0a8a-e56c-4379-a02e-954079039fd5","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"537ca927-28cd-465b-8366-69cf3bacfaf7"}],"id":"103a8444-f6b7-421f-94a5-8d526a79f715","_postman_id":"103a8444-f6b7-421f-94a5-8d526a79f715","description":""},{"name":"모델(Model)","item":[{"name":"모델 대량 데이터 입력 (Excel Upload)","id":"4379241d-367d-4e20-b2e2-a311682650ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models/excel-upload","description":"<p>모델 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","models","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"cc9b216c-bd9f-408a-aa1c-fc14875d178c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdModel-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f8b45421-26e6-43fc-a92d-529b6ef2605b","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdModel-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4379241d-367d-4e20-b2e2-a311682650ad"},{"name":"모델 데이터 단일 조회","id":"f00d0b41-8a6f-4599-9027-59778c5116bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/model/:uuid","description":"<p>하나의 모델 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","model",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 모델의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"8f076e85-d87e-4f2c-96a0-2982c85589f4","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/model/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","model",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 모델의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdModel-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"49b4138f-2362-4bd9-a50d-a18af0f14f6b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/model/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","model",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 모델의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdModel-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f00d0b41-8a6f-4599-9027-59778c5116bf"},{"name":"모델 데이터 조회","id":"55fcc4ab-40c9-4014-920d-48eb59de96e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/models","description":"<p>모델 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","models"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3a70c544-9a88-493a-aa1a-36d7e951d896","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdModel-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"311d595c-ad48-48d3-a399-9e3716ef837c","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/models"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdModel-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"55fcc4ab-40c9-4014-920d-48eb59de96e7"},{"name":"모델 데이터 생성","id":"ac9e4be1-6824-4b6d-9ff9-a7d22682b6e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models","description":"<p>모델 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","models"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e12e2b43-30a3-4b8b-aa30-e4cfc48c527c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdModel-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6dfade2f-39ec-49fb-817e-c3e602ed6106","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdModel-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ac9e4be1-6824-4b6d-9ff9-a7d22682b6e3"},{"name":"모델 데이터 수정","id":"736db9a1-cb2e-4a0d-8994-bca7b21de4af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models","description":"<p>모델 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","models"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0a043b00-1f0a-4603-b673-32b28b8a79c2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdModel-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"99a740b8-6ea0-4e47-b7d1-f2d35167e8c5","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdModel-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"736db9a1-cb2e-4a0d-8994-bca7b21de4af"},{"name":"모델 데이터 수정","id":"f1381abd-a139-43c9-a225-5615d8184ee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models","description":"<p>모델 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","models"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f1abf915-0756-46fc-abd5-cf7b39406cef","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdModel-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5c8e9b60-fe8b-4a94-a4c9-4af907cd5fb6","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"model_cd\": \"string\",\n  \"model_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdModel-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f1381abd-a139-43c9-a225-5615d8184ee1"},{"name":"모델 데이터 삭제","id":"d423270f-43f4-43dc-806c-006543230b22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models","description":"<p>모델 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","models"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"db88a198-6290-48f4-81c9-815df8d125e6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdModel-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"42b38d04-675b-44c8-a5d7-78dbea0c005a","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/models"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdModel-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdModel\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d423270f-43f4-43dc-806c-006543230b22"}],"id":"e1f91c10-6e0f-4806-bdb6-0fa7c69029a8","_postman_id":"e1f91c10-6e0f-4806-bdb6-0fa7c69029a8","description":""},{"name":"부서(Dept)","item":[{"name":"부서 대량 데이터 입력 (Excel Upload)","id":"8fe69841-f81b-4290-82d9-30d79c53f896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts/excel-upload","description":"<p>부서 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","depts","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f0c7b17b-cbe8-45ff-91af-2c41f805dc06","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDept-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"27c15bf7-d9a5-40c7-b4b1-7c1061bd230b","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDept-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8fe69841-f81b-4290-82d9-30d79c53f896"},{"name":"부서 데이터 단일 조회","id":"1de62730-72bc-4549-ab9c-0bd6c601b38d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/dept/:uuid","description":"<p>하나의 부서 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","dept",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 부서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"9281b7da-d064-4236-b7b6-050f2f0d176d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/dept/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","dept",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 부서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDept-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n        \"dept_cd\": \"string\",\n        \"dept_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"1abd99f4-2e28-4520-8265-c0b2ce7d2afd","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/dept/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","dept",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 부서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDept-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1de62730-72bc-4549-ab9c-0bd6c601b38d"},{"name":"부서 데이터 조회","id":"ad942aa3-6583-4b32-a28d-b273ba40d514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/depts","description":"<p>부서 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","depts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f830ead0-3601-4cbd-8fed-c28d58fec0cb","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/depts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDept-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n        \"dept_cd\": \"string\",\n        \"dept_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a727cb1c-11b7-4523-83bb-238a0c1aefe2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/depts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDept-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ad942aa3-6583-4b32-a28d-b273ba40d514"},{"name":"부서 데이터 생성","id":"df6e4a5f-e30b-43ae-84ff-89056f4e84f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts","description":"<p>부서 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","depts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3fa8914c-0bb5-4bdd-927d-4c6561f31e30","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDept-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5a46084e-e0f1-4e56-91a1-6560e520a7da","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDept-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"df6e4a5f-e30b-43ae-84ff-89056f4e84f0"},{"name":"부서 데이터 수정","id":"70e4e292-a6b1-477d-922c-472d0ff289a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts","description":"<p>부서 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","depts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"33fa96ab-f9f4-4d56-986f-5c774d518d1e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDept-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"46b968e9-e49c-4914-8f6d-59a325adae9c","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDept-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"70e4e292-a6b1-477d-922c-472d0ff289a6"},{"name":"부서 데이터 수정","id":"699edaaa-891c-4efa-be50-6fc5c9fd42be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts","description":"<p>부서 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","depts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4eaf5e5f-1734-4379-9aca-d85dc5ff7fbe","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDept-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ab1c5dc1-64ba-49f9-9af4-c9710ad1daaf","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"dept_cd\": \"string\",\n  \"dept_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDept-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"699edaaa-891c-4efa-be50-6fc5c9fd42be"},{"name":"부서 데이터 삭제","id":"c0233c69-194b-4535-b6d2-c23d33474597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts","description":"<p>부서 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","depts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f87b6256-72a7-4dc5-8a86-2f27658d871f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDept-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ac5cf7b2-e469-4ede-bee9-78a3ef2df55e","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/depts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDept-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDept\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c0233c69-194b-4535-b6d2-c23d33474597"}],"id":"11ff6417-5d58-4e2b-b466-9207f22a38fc","_postman_id":"11ff6417-5d58-4e2b-b466-9207f22a38fc","description":""},{"name":"부적합 유형(RejectType)","item":[{"name":"부적합 유형 대량 데이터 입력 (Excel Upload)","id":"408de7e1-ccf0-406f-934a-6ae68701fcf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types/excel-upload","description":"<p>부적합 유형 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","reject-types","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9e617052-0c9a-4317-9e22-7051fa4d2885","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRejectType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4f817c22-100b-4a50-908d-a3241c831dfc","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRejectType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"408de7e1-ccf0-406f-934a-6ae68701fcf2"},{"name":"부적합 유형 데이터 단일 조회","id":"9710713c-b491-4991-8659-d03382dac64c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/reject-type/:uuid","description":"<p>하나의 부적합 유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","reject-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 부적합 유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"26ddde43-c227-43e9-86c7-abcde8289d26","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/reject-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","reject-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 부적합 유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRejectType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"9f88e5d7-3126-4a87-99a2-13690fe9020a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/reject-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","reject-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 부적합 유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRejectType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9710713c-b491-4991-8659-d03382dac64c"},{"name":"부적합 유형 데이터 조회","id":"3b4c6e13-8de2-4961-9253-666675bf8a74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/reject-types?factory_uuid=","description":"<p>부적합 유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","reject-types"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 부적합 유형을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"c7b76e6f-8ad6-4917-a366-9d82d172a0ee","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/reject-types?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","reject-types"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRejectType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f3815280-75a1-42fe-a17a-d5f43ce66b14","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/reject-types?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","reject-types"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRejectType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3b4c6e13-8de2-4961-9253-666675bf8a74"},{"name":"부적합 유형 데이터 생성","id":"9bc0485e-574c-4eb7-9736-de7867d051e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types","description":"<p>부적합 유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","reject-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a3417cd5-228b-4b24-a31e-a4bfb4c8260f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRejectType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"05f4415b-fa53-4caa-b861-f7f3618deeb2","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRejectType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9bc0485e-574c-4eb7-9736-de7867d051e3"},{"name":"부적합 유형 데이터 수정","id":"64dc63ba-3319-491c-a099-ebcce9c87dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types","description":"<p>부적합 유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","reject-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e27a22b5-751c-4ef2-b74e-d6fa6ee23e51","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRejectType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4c0dee0e-7d3c-499a-974d-ed2f0a0bccd8","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRejectType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"64dc63ba-3319-491c-a099-ebcce9c87dc2"},{"name":"부적합 유형 데이터 수정","id":"7865a401-0153-41a2-8ed3-e90136fb9464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types","description":"<p>부적합 유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","reject-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"78183916-4690-4c20-9989-c16a1d3d7737","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRejectType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5c52cc25-de5f-4657-b049-9eafc40b1a65","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_cd\": \"string\",\n  \"reject_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRejectType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7865a401-0153-41a2-8ed3-e90136fb9464"},{"name":"부적합 유형 데이터 삭제","id":"2eac8bb1-39c2-4183-914f-924e4b31fd13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types","description":"<p>부적합 유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","reject-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8029487f-f4d9-4286-9a51-c7cc69ccffe6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRejectType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0f6d8842-ba5c-4dc3-b234-5238eff04e13","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/reject-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRejectType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRejectType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2eac8bb1-39c2-4183-914f-924e4b31fd13"}],"id":"24f1ca70-7764-4a48-9b76-2a56b827d797","_postman_id":"24f1ca70-7764-4a48-9b76-2a56b827d797","description":""},{"name":"부적합(Reject)","item":[{"name":"부적합 대량 데이터 입력 (Excel Upload)","id":"e621b36e-825d-4439-ad02-0ac50b48205b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"reject_type_cd\": \"string\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects/excel-upload","description":"<p>부적합 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","rejects","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"57f7ab1b-6251-471c-bb0a-d86105da87fe","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"reject_type_cd\": \"string\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdReject-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"40d3311c-8538-4ee2-9ace-e13806b2d15d","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"reject_type_cd\": \"string\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e621b36e-825d-4439-ad02-0ac50b48205b"},{"name":"부적합 데이터 단일 조회","id":"33e7e738-00a1-49bc-a9d6-da4c733f556c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/reject/:uuid","description":"<p>하나의 부적합 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","reject",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 부적합의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"af37ae13-10a4-4f0d-b9a8-f77f07c4db0e","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/reject/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","reject",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 부적합의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdReject-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f75d9b9e-e0ac-4137-9537-97000962e44d","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/reject/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","reject",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 부적합의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"33e7e738-00a1-49bc-a9d6-da4c733f556c"},{"name":"부적합 데이터 조회","id":"a5b774da-75f3-440c-9813-74411195074b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/rejects?factory_uuid=&reject_type_uuid=","description":"<p>부적합 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","rejects"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 부적합을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>부적합 유형의 UUID를 입력하여 부적합 유형에 따라 부적합을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"reject_type_uuid","value":""}],"variable":[]}},"response":[{"id":"bab7fe2b-16c4-4a0d-9a1c-54b254c69051","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/rejects?factory_uuid=&reject_type_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","rejects"],"query":[{"key":"factory_uuid","value":""},{"key":"reject_type_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdReject-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"252b88bd-9ee8-42aa-a1d2-8f1bfa73a7e8","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/rejects?factory_uuid=&reject_type_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","rejects"],"query":[{"key":"factory_uuid","value":""},{"key":"reject_type_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a5b774da-75f3-440c-9813-74411195074b"},{"name":"부적합 데이터 생성","id":"6455af92-5c84-427d-b318-76a488be4826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects","description":"<p>부적합 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f979048f-081a-4fed-b419-f72459db9b20","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdReject-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"53f5905b-19f9-49e6-9893-ec886418333c","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6455af92-5c84-427d-b318-76a488be4826"},{"name":"부적합 데이터 수정","id":"983b4cc3-dbfd-48a5-be1d-9fa50365735d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects","description":"<p>부적합 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d4d9908d-8253-436e-b2b2-b791a6857c8b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdReject-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f85462a7-18f3-4c6e-a620-0a7c348efb7f","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"983b4cc3-dbfd-48a5-be1d-9fa50365735d"},{"name":"부적합 데이터 수정","id":"a24c61af-7f44-4c70-a992-47be761e6b61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects","description":"<p>부적합 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"23849fb2-f78f-44db-a4b8-4e5bc57cb03f","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdReject-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e3832999-a023-449d-be21-19e9df553130","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n  \"reject_cd\": \"string\",\n  \"reject_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a24c61af-7f44-4c70-a992-47be761e6b61"},{"name":"부적합 데이터 삭제","id":"33536201-97ff-4572-be6c-82726fb01268","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects","description":"<p>부적합 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7b4973a6-1609-4467-9f18-05db4096e284","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdReject-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4511e0ea-c8a6-428b-ad3b-32c47421d73a","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"33536201-97ff-4572-be6c-82726fb01268"}],"id":"9bc0a302-fefd-4723-aa11-458d285176b9","_postman_id":"9bc0a302-fefd-4723-aa11-458d285176b9","description":""},{"name":"비가동 유형(DowntimeType)","item":[{"name":"비가동 유형 대량 데이터 입력 (Excel Upload)","id":"0029746b-9fd2-421b-854a-cfddf6ee48a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types/excel-upload","description":"<p>비가동 유형 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","downtime-types","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b52ba908-55cf-4f06-8a7b-e01666ca8c06","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntimeType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"04b102e7-92dc-4bf9-821b-536681ee6035","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntimeType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0029746b-9fd2-421b-854a-cfddf6ee48a9"},{"name":"비가동 유형 데이터 단일 조회","id":"0040f3ab-3eda-4725-868c-dce7c50b192b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/downtime-type/:uuid","description":"<p>하나의 비가동 유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","downtime-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 비가동 유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"89f098bc-aaba-4c92-94c2-a43f55776be5","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/downtime-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","downtime-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 비가동 유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntimeType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"downtime_type_cd\": \"string\",\n        \"downtime_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b7e1068f-5c9b-401f-b44e-72275aabe1b6","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/downtime-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","downtime-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 비가동 유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntimeType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0040f3ab-3eda-4725-868c-dce7c50b192b"},{"name":"비가동 유형 데이터 조회","id":"53b5992e-909d-4d0b-bafb-ef82e8987dd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/downtime-types?factory_uuid=","description":"<p>비가동 유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","downtime-types"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 비가동 유형을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"dddd1ded-62de-4dc4-beab-6ad4fe47ed18","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/downtime-types?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","downtime-types"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntimeType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"downtime_type_cd\": \"string\",\n        \"downtime_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"54dc2ebf-8933-4f27-9116-3b5ace844df5","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/downtime-types?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","downtime-types"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntimeType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"53b5992e-909d-4d0b-bafb-ef82e8987dd5"},{"name":"비가동 유형 데이터 생성","id":"536956f7-692d-4f1f-b09c-0d019d77ec86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types","description":"<p>비가동 유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","downtime-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"854f68ea-cd67-4191-bccd-6b55a642851c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntimeType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a5b5d1b4-0d46-49fc-8ffc-972eca70aa7c","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntimeType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"536956f7-692d-4f1f-b09c-0d019d77ec86"},{"name":"비가동 유형 데이터 수정","id":"5abab8ce-d0d9-4515-a918-7ed5106aa4ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types","description":"<p>비가동 유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","downtime-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"21fd2bdd-e599-49b1-948b-240b8f1d28d6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntimeType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f614e64a-418a-4a30-9f55-3f8f6ca05b63","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntimeType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5abab8ce-d0d9-4515-a918-7ed5106aa4ea"},{"name":"비가동 유형 데이터 수정","id":"3d097ae2-e3ac-48ba-8db8-cd5ce5239949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types","description":"<p>비가동 유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","downtime-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2fc3aabb-ceaa-45fb-addf-9b237260d94d","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntimeType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"112c8694-f812-4b22-a9a7-bad3c89290a4","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntimeType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3d097ae2-e3ac-48ba-8db8-cd5ce5239949"},{"name":"비가동 유형 데이터 삭제","id":"0ae500e7-e8e9-4296-8a43-e7404a7fd84c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types","description":"<p>비가동 유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","downtime-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1235e22a-2df5-4191-a0c2-f0e96314ebea","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntimeType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"75e124c8-eebe-4722-b866-329ef3db809a","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtime-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntimeType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntimeType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0ae500e7-e8e9-4296-8a43-e7404a7fd84c"}],"id":"e8645023-01a0-415f-b8da-d217eec0fe94","_postman_id":"e8645023-01a0-415f-b8da-d217eec0fe94","description":""},{"name":"비가동(Downtime)","item":[{"name":"비가동 대량 데이터 입력 (Excel Upload)","id":"2eb62128-ce82-44ce-bd5e-c733859f813f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes/excel-upload","description":"<p>비가동 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","downtimes","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"29967c8d-743c-4f04-aab4-e6904eaa1208","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntime-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"bbafaef3-17f8-4d01-9abb-3b173bd90c0f","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"downtime_type_cd\": \"string\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2eb62128-ce82-44ce-bd5e-c733859f813f"},{"name":"비가동 데이터 단일 조회","id":"800d1f15-77f3-4814-8322-4fc4ce7b7d09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/downtimes/:uuid","description":"<p>하나의 비가동 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","downtimes",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 비가동의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"3efd7fac-d46d-495a-9614-c473bc8259e1","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/downtimes/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","downtimes",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 비가동의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntime-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"downtime_uuid\": \"0c07184a-ae75-4544-bcf7-6bbdf885effc\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n        \"downtime_type_cd\": \"string\",\n        \"downtime_type_nm\": \"string\",\n        \"downtime_cd\": \"string\",\n        \"downtime_nm\": \"string\",\n        \"eqm_failure_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"5ebfbae3-5196-49ba-b7e3-43c047296b16","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/downtimes/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","downtimes",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 비가동의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"800d1f15-77f3-4814-8322-4fc4ce7b7d09"},{"name":"비가동 데이터 조회","id":"d2780300-52a4-4494-b978-7a711154cd90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/downtimes?factory_uuid=&downtime_type_uuid=&eqm_failure_fg=","description":"<p>비가동 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","downtimes"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 비가동을 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>비가동 유형의 UUID를 입력하여 비가동 유형에 따라 비가동을 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"downtime_type_uuid","value":""},{"description":{"content":"<p>설비고장여부에 따라 비가동을 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"eqm_failure_fg","value":""}],"variable":[]}},"response":[{"id":"37d6dab9-74a7-4765-8fad-5c70d0108c2f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/downtimes?factory_uuid=&downtime_type_uuid=&eqm_failure_fg=","host":["https://isos.iptime.org:13221"],"path":["std","downtimes"],"query":[{"key":"factory_uuid","value":""},{"key":"downtime_type_uuid","value":""},{"key":"eqm_failure_fg","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntime-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"downtime_uuid\": \"0c07184a-ae75-4544-bcf7-6bbdf885effc\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n        \"downtime_type_cd\": \"string\",\n        \"downtime_type_nm\": \"string\",\n        \"downtime_cd\": \"string\",\n        \"downtime_nm\": \"string\",\n        \"eqm_failure_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b3c865f2-becc-4aa8-8db7-69994747aea4","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/downtimes?factory_uuid=&downtime_type_uuid=&eqm_failure_fg=","host":["https://isos.iptime.org:13221"],"path":["std","downtimes"],"query":[{"key":"factory_uuid","value":""},{"key":"downtime_type_uuid","value":""},{"key":"eqm_failure_fg","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d2780300-52a4-4494-b978-7a711154cd90"},{"name":"비가동 데이터 생성","id":"734d1ce3-a973-4c27-a401-55d7e08689fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\",\n  \"eqm_failure_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes","description":"<p>비가동 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","downtimes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"397f0ede-1484-4b5c-b643-c0fe07e861bd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\",\n  \"eqm_failure_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntime-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d0ceb02c-0320-4c2a-b981-a852d673465b","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\",\n  \"eqm_failure_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"734d1ce3-a973-4c27-a401-55d7e08689fb"},{"name":"비가동 데이터 수정","id":"2990adad-a314-4d47-b75a-6c3f1bc98626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\",\n  \"eqm_failure_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes","description":"<p>비가동 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","downtimes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9b57a5a1-fbc1-4517-809e-6888fc8b9cc3","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\",\n  \"eqm_failure_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntime-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f859eca6-4f68-45e9-b503-44bb53b6a9df","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\",\n  \"eqm_failure_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2990adad-a314-4d47-b75a-6c3f1bc98626"},{"name":"비가동 데이터 수정","id":"330d3503-45fc-42f8-bdd3-3c24d8778eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\",\n  \"eqm_failure_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes","description":"<p>비가동 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","downtimes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fcde5afa-428b-42fe-8b89-50b57d0d74ae","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\",\n  \"eqm_failure_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntime-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f1ac6550-f000-49b5-ba81-067d3bc796d5","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n  \"downtime_cd\": \"string\",\n  \"downtime_nm\": \"string\",\n  \"eqm_failure_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"330d3503-45fc-42f8-bdd3-3c24d8778eac"},{"name":"비가동 데이터 삭제","id":"40998576-71ad-4986-b770-3bfdbc81731a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes","description":"<p>비가동 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","downtimes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"82816f81-7ca2-42ea-98f5-e4a4adb0fb3a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdDowntime-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e4998982-cccf-44e1-8283-4e4ee33abbf3","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/downtimes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"40998576-71ad-4986-b770-3bfdbc81731a"}],"id":"29a5025c-fc47-4965-9fa0-4901fe33bfff","_postman_id":"29a5025c-fc47-4965-9fa0-4901fe33bfff","description":""},{"name":"사용자정의옵션(TenantOpt)","item":[{"name":"사용자정의옵션 데이터 단일 조회","id":"af0162ed-1e4c-490e-b4a8-07473e6d0e1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/tenant-opt/:uuid","description":"<p>하나의 사용자정의옵션 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","tenant-opt",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 사용자정의옵션의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"f9b9a4e1-c9e6-4313-ab26-dbab5a48a2b9","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/emp/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","emp",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 사용자정의옵션의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdTenantOpt-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"tenant_opt_uuid\": \"d12c4fcf-b8bb-4e39-b9d4-1e6a601df0ca\",\n        \"tenant_opt_cd\": \"string\",\n        \"tenant_opt_nm\": \"string\",\n        \"value\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"d81445f2-c0b4-46f8-ad60-23efa4ca5c25","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/emp/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","emp",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 사용자정의옵션의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdTenantOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"af0162ed-1e4c-490e-b4a8-07473e6d0e1d"},{"name":"사용자정의옵션 데이터 조회","id":"4dfb14db-9909-4e9f-b642-89ece969e71e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/tenant-opts?tenant_opt_cd=","description":"<p>사용자정의옵션 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","tenant-opts"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>사용자정의옵션코드에 따라 데이터를 조회합니다.\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"tenant_opt_cd","value":""}],"variable":[]}},"response":[{"id":"bfb0f8a3-0596-4c72-a147-72661775e76f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/tenant-opts?tenant_opt_cd=","host":["https://isos.iptime.org:13221"],"path":["std","tenant-opts"],"query":[{"key":"tenant_opt_cd","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdTenantOpt-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"tenant_opt_uuid\": \"d12c4fcf-b8bb-4e39-b9d4-1e6a601df0ca\",\n        \"tenant_opt_cd\": \"string\",\n        \"tenant_opt_nm\": \"string\",\n        \"value\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"22791359-8dbf-401a-9184-2e19f5aa047f","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/tenant-opts?tenant_opt_cd=","host":["https://isos.iptime.org:13221"],"path":["std","tenant-opts"],"query":[{"key":"tenant_opt_cd","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdTenantOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4dfb14db-9909-4e9f-b642-89ece969e71e"},{"name":"사용자정의옵션 데이터 생성","id":"89283f93-de1b-43b3-aafb-8bbe5f4cabbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tenant_opt_cd\": \"string\",\n  \"tenant_opt_nm\": \"string\",\n  \"value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts","description":"<p>사용자정의옵션 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","tenant-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"36e8fddc-5247-4065-a0e6-5d4f63a9801c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"tenant_opt_cd\": \"string\",\n  \"tenant_opt_nm\": \"string\",\n  \"value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdTenantOpt-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"34c0c922-d750-404b-b1d7-44f3e84a448e","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"tenant_opt_cd\": \"string\",\n  \"tenant_opt_nm\": \"string\",\n  \"value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdTenantOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"89283f93-de1b-43b3-aafb-8bbe5f4cabbf"},{"name":"사용자정의옵션 데이터 수정","id":"197d919a-def4-4330-9e3b-a062e3cdb195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"tenant_opt_cd\": \"string\",\n  \"tenant_opt_nm\": \"string\",\n  \"value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts","description":"<p>사용자정의옵션 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","tenant-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"331c28d8-4cf3-4835-a507-5e231dd4286d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"tenant_opt_cd\": \"string\",\n  \"tenant_opt_nm\": \"string\",\n  \"value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdTenantOpt-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e0d33fd3-01d6-4694-a089-dc45dbcd211f","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"tenant_opt_cd\": \"string\",\n  \"tenant_opt_nm\": \"string\",\n  \"value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdTenantOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"197d919a-def4-4330-9e3b-a062e3cdb195"},{"name":"사용자정의옵션 데이터 수정","id":"a311fe25-ce34-497e-af40-47792ffcbdfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"tenant_opt_cd\": \"string\",\n  \"tenant_opt_nm\": \"string\",\n  \"value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts","description":"<p>사용자정의옵션 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","tenant-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"470a1bbd-da05-4341-bbec-b5406e15437f","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"tenant_opt_cd\": \"string\",\n  \"tenant_opt_nm\": \"string\",\n  \"value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdTenantOpt-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d4503932-94fa-4896-96b8-47aa2a18085f","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"tenant_opt_cd\": \"string\",\n  \"tenant_opt_nm\": \"string\",\n  \"value\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdTenantOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a311fe25-ce34-497e-af40-47792ffcbdfd"},{"name":"사용자정의옵션 데이터 삭제","id":"ce64adde-815c-4e64-adc3-62d63bcf1a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts","description":"<p>사용자정의옵션 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","tenant-opts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fd251aa5-0f3f-40d5-9fa9-3af13e4b597c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdTenantOpt-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1e1cbb0b-ab75-42f4-97b6-366ea7e15196","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/tenant-opts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdTenantOpt-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdTenantOpt\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ce64adde-815c-4e64-adc3-62d63bcf1a68"}],"id":"f339c6e5-3c71-4885-b4d8-f568512963b2","_postman_id":"f339c6e5-3c71-4885-b4d8-f568512963b2","description":""},{"name":"사원(Emp)","item":[{"name":"사원 대량 데이터 입력 (Excel Upload)","id":"f78775be-4cd3-45c6-95bd-7f0e5ea38394","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"id\": \"string\",\n  \"dept_cd\": \"string\",\n  \"grade_cd\": \"string\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps/excel-upload","description":"<p>사원 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","emps","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8b9d06f6-847a-4008-80cd-63133aa1b9d1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"id\": \"string\",\n  \"dept_cd\": \"string\",\n  \"grade_cd\": \"string\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEmp-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f62946f7-f2bb-48e9-b573-b76785108ea8","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"id\": \"string\",\n  \"dept_cd\": \"string\",\n  \"grade_cd\": \"string\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEmp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f78775be-4cd3-45c6-95bd-7f0e5ea38394"},{"name":"사원 데이터 단일 조회","id":"c9cf034a-f353-4d35-8c8c-dc260d03173a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/emp/:uuid","description":"<p>하나의 사원 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","emp",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 사원의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"b5fc987b-436a-4354-ad82-92b6596255ce","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/emp/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","emp",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 사원의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEmp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n        \"emp_cd\": \"string\",\n        \"emp_nm\": \"string\",\n        \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n        \"id\": \"string\",\n        \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n        \"dept_cd\": \"string\",\n        \"dept_nm\": \"string\",\n        \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n        \"grade_cd\": \"string\",\n        \"grade_nm\": \"string\",\n        \"birthday\": \"2019-08-24\",\n        \"addr\": \"string\",\n        \"addr_detail\": \"string\",\n        \"post\": \"string\",\n        \"hp\": \"string\",\n        \"enter_date\": \"2019-08-24\",\n        \"leave_date\": \"2019-08-24\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"3fea4305-405d-43a8-b0ce-ed44b395fc98","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/emp/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","emp",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 사원의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEmp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c9cf034a-f353-4d35-8c8c-dc260d03173a"},{"name":"사원 데이터 조회","id":"a1bee123-d063-4805-8f34-6e1297a455dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/emps?emp_status=","description":"<p>사원 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","emps"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 사원을 재직유무에 따라 조회합니다. <br />\n[all] 전체 조회 <br />\n[incumbent] 재직자 조회 <br />\n[retiree] 퇴직자 조회</p>\n","type":"text/plain"},"key":"emp_status","value":""}],"variable":[]}},"response":[{"id":"c319d23d-7cc5-413c-8840-4deba6d8f99e","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/emps?emp_status=","host":["https://isos.iptime.org:13221"],"path":["std","emps"],"query":[{"key":"emp_status","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEmp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n        \"emp_cd\": \"string\",\n        \"emp_nm\": \"string\",\n        \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n        \"id\": \"string\",\n        \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n        \"dept_cd\": \"string\",\n        \"dept_nm\": \"string\",\n        \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n        \"grade_cd\": \"string\",\n        \"grade_nm\": \"string\",\n        \"birthday\": \"2019-08-24\",\n        \"addr\": \"string\",\n        \"addr_detail\": \"string\",\n        \"post\": \"string\",\n        \"hp\": \"string\",\n        \"enter_date\": \"2019-08-24\",\n        \"leave_date\": \"2019-08-24\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"093a020d-329f-4eb7-ae92-5c52cad307ed","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/emps?emp_status=","host":["https://isos.iptime.org:13221"],"path":["std","emps"],"query":[{"key":"emp_status","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEmp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a1bee123-d063-4805-8f34-6e1297a455dd"},{"name":"사원 데이터 생성","id":"e69401bc-2f45-4d31-8b2a-65737fbe5987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps","description":"<p>사원 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","emps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ad83fe45-6709-444a-b0f0-ab238ccbe021","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEmp-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a8fae892-a178-4c45-8166-40b19c163acc","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEmp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e69401bc-2f45-4d31-8b2a-65737fbe5987"},{"name":"사원 데이터 수정","id":"bd8036f6-8250-4b46-9151-8a4389713a97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps","description":"<p>사원 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","emps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7290cb13-36ca-452f-b80b-c2884fc4c803","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEmp-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d74923c6-57b5-48aa-b258-f5952dd2584c","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEmp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"bd8036f6-8250-4b46-9151-8a4389713a97"},{"name":"사원 데이터 수정","id":"ad09b282-f80e-4d2f-964c-14822eb218fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps","description":"<p>사원 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","emps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"daea2284-a8e6-4eac-9549-e9aa0dd41dd1","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEmp-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8beb69b0-e2b3-4aed-a534-03bad0a14833","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cd\": \"string\",\n  \"emp_nm\": \"string\",\n  \"user_uuid\": \"7c4d2d7d-8620-4fb3-967a-4a621082cf1f\",\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n  \"birthday\": \"2019-08-24\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\",\n  \"post\": \"string\",\n  \"hp\": \"string\",\n  \"enter_date\": \"2019-08-24\",\n  \"leave_date\": \"2019-08-24\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEmp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ad09b282-f80e-4d2f-964c-14822eb218fe"},{"name":"사원 데이터 삭제","id":"21da93b7-e6e7-4b75-9122-6cc61c29ec1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps","description":"<p>사원 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","emps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7135f4ec-8af1-4114-83e2-2bec79e31f3f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEmp-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8c2bdbab-c434-4f67-a9c2-f93fc20c32cb","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/emps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEmp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEmp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"21da93b7-e6e7-4b75-9122-6cc61c29ec1b"}],"id":"3b164538-827b-41a0-983a-95f8b0750924","_postman_id":"3b164538-827b-41a0-983a-95f8b0750924","description":""},{"name":"생산자원 정보(RoutingResource)","item":[{"name":"생산자원 정보 데이터 단일 조회","id":"eb3c9873-b8a5-468d-bc8e-aa7474c43330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/routing-resource/:uuid","description":"<p>하나의 생산자원 정보 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","routing-resource",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 생산자원의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"5dfcf437-fa33-46f0-a189-9884018bd7f1","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routing-resource/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","routing-resource",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 생산자원의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingResource-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"routing_resource_uuid\": \"c6a1650c-7030-489a-bc17-3c3d4c3200d4\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"routing_uuid\": \"ae86f062-9d75-4624-b095-31f615ecb286\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"emp_cnt\": 0,\n        \"cycle_time\": 0,\n        \"uph\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a1887977-1733-46a1-8328-a432841b5604","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routing-resource/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","routing-resource",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 생산자원의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingResource-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"eb3c9873-b8a5-468d-bc8e-aa7474c43330"},{"name":"생산자원 정보 데이터 조회","id":"1725828f-b3b9-4c2b-b870-72823f3e6a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/routing-resources?factory_uuid=&routing_uuid=","description":"<p>생산자원 정보 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","routing-resources"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 생산자원을 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>라우팅의 UUID를 입력하여 라우팅에 따라 생산자원을 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"routing_uuid","value":""}],"variable":[]}},"response":[{"id":"51cee894-be39-4bee-98ca-5e9bd7828912","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routing-resources?factory_uuid=&routing_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","routing-resources"],"query":[{"key":"factory_uuid","value":""},{"key":"routing_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingResource-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"routing_resource_uuid\": \"c6a1650c-7030-489a-bc17-3c3d4c3200d4\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"routing_uuid\": \"ae86f062-9d75-4624-b095-31f615ecb286\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"emp_cnt\": 0,\n        \"cycle_time\": 0,\n        \"uph\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"badadcc4-8170-4e20-8a3f-be4058f45892","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routing-resources?factory_uuid=&routing_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","routing-resources"],"query":[{"key":"factory_uuid","value":""},{"key":"routing_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingResource-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1725828f-b3b9-4c2b-b870-72823f3e6a34"},{"name":"생산자원 정보 데이터 생성","id":"dbd4d967-f0b0-4555-9979-251305f4d9fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"routing_uuid\": \"ae86f062-9d75-4624-b095-31f615ecb286\",\n  \"emp_cnt\": 0,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources","description":"<p>생산자원 정보 데이터를 생성합니다. <br />\n❗️ 설비자원(resource_type: 설비)의 경우 equip_uuid(설비UUID) 항목을 필수 입력해야 합니다. <br />\n❗️ 금형자원(resource_type: 금형)의 경우 mold_uuid(금형UUID) 항목을 필수 입력해야 합니다. <br />\n❗️ 인원자원(resource_type: 인원)의 경우 emp_cnt(인원UUID) 항목을 필수 입력해야 합니다.</p>\n","urlObject":{"path":["std","routing-resources"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0717cd58-0606-480e-ac86-a866b4c3f90f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"routing_uuid\": \"ae86f062-9d75-4624-b095-31f615ecb286\",\n  \"emp_cnt\": 0,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingResource-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8ae04a8e-f437-4be2-88b5-920525060189","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"routing_uuid\": \"ae86f062-9d75-4624-b095-31f615ecb286\",\n  \"emp_cnt\": 0,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingResource-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"dbd4d967-f0b0-4555-9979-251305f4d9fa"},{"name":"생산자원 정보 데이터 수정","id":"1e1e492c-a609-4986-9fb1-b8e59fe53462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cnt\": 0,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources","description":"<p>생산자원 정보 데이터를 행(Row) 단위로 수정합니다. <br />\n❗️ 설비자원(resource_type: 설비)의 경우 equip_uuid(설비UUID) 항목을 필수 입력해야 합니다. <br />\n❗️ 금형자원(resource_type: 금형)의 경우 mold_uuid(금형UUID) 항목을 필수 입력해야 합니다. <br />\n❗️ 인원자원(resource_type: 인원)의 경우 emp_cnt(인원UUID) 항목을 필수 입력해야 합니다.</p>\n","urlObject":{"path":["std","routing-resources"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"30cded9d-cb61-4e5f-b001-fb5323e03388","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cnt\": 0,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingResource-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"eb01538d-08dd-4036-9898-89f2d043b6d0","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cnt\": 0,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingResource-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1e1e492c-a609-4986-9fb1-b8e59fe53462"},{"name":"생산자원 정보 데이터 수정","id":"585216df-e090-4602-ada1-141c3204b29d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cnt\": 0,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources","description":"<p>생산자원 정보 데이터를 개별 항목 단위로 수정합니다. <br />\n❗️ 설비자원(resource_type: 설비)의 경우 equip_uuid(설비UUID) 항목을 필수 입력해야 합니다. <br />\n❗️ 금형자원(resource_type: 금형)의 경우 mold_uuid(금형UUID) 항목을 필수 입력해야 합니다. <br />\n❗️ 인원자원(resource_type: 인원)의 경우 emp_cnt(인원UUID) 항목을 필수 입력해야 합니다.</p>\n","urlObject":{"path":["std","routing-resources"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0b745f76-3afd-41da-922d-c81b7d134f27","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cnt\": 0,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingResource-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5b3585c8-37ce-43dc-8d61-16b653204fc0","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_cnt\": 0,\n  \"cycle_time\": 0,\n  \"uph\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingResource-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"585216df-e090-4602-ada1-141c3204b29d"},{"name":"생산자원 정보 데이터 삭제","id":"9efcfc79-7e33-4892-bad1-8de1d708c0b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources","description":"<p>생산자원 정보 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","routing-resources"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"11b624eb-7f47-420f-a6e9-42299cf765f2","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingResource-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e2b08507-b9ce-4ebb-bf88-f145e16de010","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-resources"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingResource-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingResource\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9efcfc79-7e33-4892-bad1-8de1d708c0b3"}],"id":"2ab9bc6b-dd0e-47ac-9738-7040615b42dc","_postman_id":"2ab9bc6b-dd0e-47ac-9738-7040615b42dc","description":""},{"name":"설비 유형(EquipType)","item":[{"name":"설비 유형 대량 데이터 입력 (Excel Upload)","id":"c15a04a4-bf1d-4dc0-9474-4f904e19144d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types/excel-upload","description":"<p>설비 유형 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","equip-types","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"33a7dafe-1719-4991-a0e2-f43a4a152e75","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquipType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c91ffb91-21e8-43be-9c88-efd88cafff80","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquipType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c15a04a4-bf1d-4dc0-9474-4f904e19144d"},{"name":"설비 유형 데이터 단일 조회","id":"c958315d-21e9-4a03-80b6-f3c429e35f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/equip-type/:uuid","description":"<p>하나의 설비 유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","equip-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 설비 유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"b792fcbb-23da-4086-8cb8-8d446f265f1c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/equip-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","equip-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비 유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquipType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f80f1caf-b18f-4699-869c-83864526c5b0","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/equip-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","equip-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비 유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquipType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c958315d-21e9-4a03-80b6-f3c429e35f4c"},{"name":"설비 유형 데이터 조회","id":"29f454cd-0c0a-44a9-b03d-c51c6be0cb99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/equip-types?factory_uuid=","description":"<p>설비 유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","equip-types"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 설비 유형을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"03eb9e21-8d2f-4585-831a-d8b8827b9820","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/equip-types?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","equip-types"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquipType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"7471a77a-4895-463f-be95-e4babfe82119","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/equip-types?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","equip-types"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquipType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"29f454cd-0c0a-44a9-b03d-c51c6be0cb99"},{"name":"설비 유형 데이터 생성","id":"36bb9792-2bcd-4e32-a7c4-6057e374550a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types","description":"<p>설비 유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","equip-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f6c8c43e-89ac-4343-b589-04f665c55f00","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquipType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"510bba38-c1db-44cf-922a-74d34be954d9","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquipType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"36bb9792-2bcd-4e32-a7c4-6057e374550a"},{"name":"설비 유형 데이터 수정","id":"201eb081-a9c8-4653-8a71-fd048fc51216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types","description":"<p>설비 유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","equip-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"297d5d80-3495-4545-9924-1488db361e09","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquipType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"57a773ff-e417-4171-ab4e-8334057390f0","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquipType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"201eb081-a9c8-4653-8a71-fd048fc51216"},{"name":"설비 유형 데이터 수정","id":"7277a6ea-741f-4bfe-8936-97c0c44d0336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types","description":"<p>설비 유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","equip-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"29287bdf-3931-4800-8761-ce412c1f0ac0","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquipType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ce166c0e-b0a2-479e-abce-6f3c225557b7","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_cd\": \"string\",\n  \"equip_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquipType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7277a6ea-741f-4bfe-8936-97c0c44d0336"},{"name":"설비 유형 데이터 삭제","id":"c25ca41a-a038-40c7-aa08-b063bc9adb87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types","description":"<p>설비 유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","equip-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"46301064-0539-42eb-a950-15bb698da897","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquipType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1c0f03be-50cd-4511-97f8-6dcc483df9f3","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equip-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquipType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquipType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c25ca41a-a038-40c7-aa08-b063bc9adb87"}],"id":"de5c42cd-cffb-4709-bcc6-e856a2f1aa89","_postman_id":"de5c42cd-cffb-4709-bcc6-e856a2f1aa89","description":""},{"name":"설비(Equip)","item":[{"name":"설비 대량 데이터 입력 (Excel Upload)","id":"c92666f5-54ef-4558-bb20-c3fa84e22876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"equip_type_cd\": \"string\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips/excel-upload","description":"<p>설비 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","equips","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c4ad4c6f-f32c-464c-a87d-a6f53aa9b5ca","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"equip_type_cd\": \"string\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquip-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"bdad91fd-db84-40c5-bd2c-0fd614fe7150","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"equip_type_cd\": \"string\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c92666f5-54ef-4558-bb20-c3fa84e22876"},{"name":"설비 데이터 단일 조회","id":"237a3b51-7482-408f-aba4-19bcf289d854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/equip/:uuid","description":"<p>하나의 설비 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","equip",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 설비의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"8d332905-c03a-4fd1-b9f9-9aea789b5c98","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/equip/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","equip",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquip-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n        \"manager_emp_cd\": \"string\",\n        \"manager_emp_nm\": \"string\",\n        \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n        \"sub_manager_emp_cd\": \"string\",\n        \"sub_manager_emp_nm\": \"string\",\n        \"equip_no\": \"string\",\n        \"equip_grade\": \"string\",\n        \"equip_model\": \"string\",\n        \"equip_std\": \"string\",\n        \"equip_spec\": \"string\",\n        \"voltage\": \"string\",\n        \"manufacturer\": \"string\",\n        \"purchase_partner\": \"string\",\n        \"purchase_date\": \"2019-08-24\",\n        \"purchase_tel\": \"string\",\n        \"purchase_price\": 0,\n        \"use_fg\": true,\n        \"prd_fg\": true,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"5397e64e-587d-4c53-9b59-105af483b9cd","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/equip/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","equip",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"237a3b51-7482-408f-aba4-19bcf289d854"},{"name":"설비 데이터 조회","id":"21e85701-3705-481c-b48a-985b8dff6913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/equips?factory_uuid=&equip_type_uuid=&workings_uuid=&use_fg=&prd_fg=","description":"<p>설비 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","equips"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 설비를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>설비 유형의 UUID를 입력하여 설비 유형에 따라 설비를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"equip_type_uuid","value":""},{"description":{"content":"<p>작업장의 UUID를 입력하여 작업장에 따라 설비를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"workings_uuid","value":""},{"description":{"content":"<p>설비의 사용여부에 따라 설비를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"use_fg","value":""},{"description":{"content":"<p>설비의 생산설비여부에따라 설비를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prd_fg","value":""}],"variable":[]}},"response":[{"id":"34226f78-16bf-4893-8152-9aa9daeb2906","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/equips?factory_uuid=&equip_type_uuid=&workings_uuid=&use_fg=&prd_fg=","host":["https://isos.iptime.org:13221"],"path":["std","equips"],"query":[{"key":"factory_uuid","value":""},{"key":"equip_type_uuid","value":""},{"key":"workings_uuid","value":""},{"key":"use_fg","value":""},{"key":"prd_fg","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquip-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n        \"manager_emp_cd\": \"string\",\n        \"manager_emp_nm\": \"string\",\n        \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n        \"sub_manager_emp_cd\": \"string\",\n        \"sub_manager_emp_nm\": \"string\",\n        \"equip_no\": \"string\",\n        \"equip_grade\": \"string\",\n        \"equip_model\": \"string\",\n        \"equip_std\": \"string\",\n        \"equip_spec\": \"string\",\n        \"voltage\": \"string\",\n        \"manufacturer\": \"string\",\n        \"purchase_partner\": \"string\",\n        \"purchase_date\": \"2019-08-24\",\n        \"purchase_tel\": \"string\",\n        \"purchase_price\": 0,\n        \"use_fg\": true,\n        \"prd_fg\": true,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a002605d-b4e7-4046-b970-d5d24641ae07","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/equips?factory_uuid=&equip_type_uuid=&workings_uuid=&use_fg=&prd_fg=","host":["https://isos.iptime.org:13221"],"path":["std","equips"],"query":[{"key":"factory_uuid","value":""},{"key":"equip_type_uuid","value":""},{"key":"workings_uuid","value":""},{"key":"use_fg","value":""},{"key":"prd_fg","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"21e85701-3705-481c-b48a-985b8dff6913"},{"name":"설비 데이터 생성","id":"3f6b0933-41a8-4d1f-ae68-4048b40f61b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips","description":"<p>설비 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","equips"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"eb822a0a-e8f7-48fa-bdf2-e698d6826760","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquip-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6265deab-f5bb-4375-8a55-27f06dd40296","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3f6b0933-41a8-4d1f-ae68-4048b40f61b2"},{"name":"설비 데이터 수정","id":"3ed9388c-79a4-44c4-8095-077bbe0aa37a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips","description":"<p>설비 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","equips"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ba6ae118-23ff-4457-9795-62ca06242732","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquip-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d0363695-b31b-452c-a483-9fec1b356ece","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3ed9388c-79a4-44c4-8095-077bbe0aa37a"},{"name":"설비 데이터 수정","id":"d74b4096-206a-41c8-8687-b0775951ac7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips","description":"<p>설비 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","equips"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"cfdbc033-3396-46af-8694-279f892803ce","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquip-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"3af11300-693b-4782-afb3-fb07aa09907a","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n  \"equip_cd\": \"string\",\n  \"equip_nm\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n  \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n  \"equip_no\": \"string\",\n  \"equip_grade\": \"string\",\n  \"equip_model\": \"string\",\n  \"equip_std\": \"string\",\n  \"equip_spec\": \"string\",\n  \"voltage\": \"string\",\n  \"manufacturer\": \"string\",\n  \"purchase_partner\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"purchase_tel\": \"string\",\n  \"purchase_price\": 0,\n  \"use_fg\": true,\n  \"prd_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d74b4096-206a-41c8-8687-b0775951ac7b"},{"name":"설비 데이터 삭제","id":"ab9d5862-a87a-4a02-89b5-3afc024e5bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips","description":"<p>설비 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","equips"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"add83c4f-4558-40d9-a8cc-f0ebaf6987d8","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdEquip-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e0f6aeb9-9698-451f-b7ac-22b0e3d3244a","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/equips"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdEquip-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdEquip\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ab9d5862-a87a-4a02-89b5-3afc024e5bc0"}],"id":"990efe3f-3bfa-4629-bb01-72eb3c811e33","_postman_id":"990efe3f-3bfa-4629-bb01-72eb3c811e33","description":""},{"name":"위치(Location)","item":[{"name":"위치 대량 데이터 입력 (Excel Upload)","id":"d1176cf2-cdd8-4ac6-891d-4a6782cbe20b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"store_cd\": \"string\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations/excel-upload","description":"<p>위치 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","locations","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"dfe11c14-2876-4d85-8ac6-42b72d8dc762","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"store_cd\": \"string\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdLocation-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d871a951-73a6-4d8e-bd95-c717bf3e4107","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"store_cd\": \"string\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdLocation-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d1176cf2-cdd8-4ac6-891d-4a6782cbe20b"},{"name":"위치 데이터 단일 조회","id":"67893442-6246-492d-acf2-e7678711016e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/location/:uuid","description":"<p>하나의 위치 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","location",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 위치의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"a4a4dc29-675c-4649-a6b2-4dc52ed77132","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/location/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","location",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 위치의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdLocation-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"location_cd\": \"string\",\n        \"location_nm\": \"string\",\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a0c7963d-f217-4335-a2a9-c6e0856fdda8","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/location/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","location",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 위치의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdLocation-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"67893442-6246-492d-acf2-e7678711016e"},{"name":"위치 데이터 조회","id":"65803476-1938-4360-b502-d4c6a33b2496","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/locations?factory_uuid=&store_uuid=","description":"<p>위치 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","locations"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 위치를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>창고의 UUID를 입력하여 창고에 따라 위치를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"store_uuid","value":""}],"variable":[]}},"response":[{"id":"2be32c4f-1468-444e-8bd3-04c91d892b2b","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/locations?factory_uuid=&store_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","locations"],"query":[{"key":"factory_uuid","value":""},{"key":"store_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdLocation-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"location_cd\": \"string\",\n        \"location_nm\": \"string\",\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"88c56df9-93dc-434e-9742-f22fddf2b769","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/locations?factory_uuid=&store_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","locations"],"query":[{"key":"factory_uuid","value":""},{"key":"store_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdLocation-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"65803476-1938-4360-b502-d4c6a33b2496"},{"name":"위치 데이터 생성","id":"d3ae3994-0fc6-405a-9746-d84722763b53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations","description":"<p>위치 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","locations"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"50e67d07-572c-4d34-b737-21aff8024de0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdLocation-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d8d8eb09-1eed-4451-a0c9-0c683794798c","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdLocation-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d3ae3994-0fc6-405a-9746-d84722763b53"},{"name":"위치 데이터 수정","id":"10250951-fff7-41bc-9b1d-1098415cef01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations","description":"<p>위치 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","locations"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8fb912da-7825-4a7f-bf75-efb5a0dd8a60","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdLocation-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"3eb2f340-c2ac-4d55-84cd-fb8c55900516","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdLocation-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"10250951-fff7-41bc-9b1d-1098415cef01"},{"name":"위치 데이터 수정","id":"4e505774-cae6-4e6d-a68b-614d5d735a69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations","description":"<p>위치 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","locations"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"81d05f6f-6c0b-437a-8004-cbd91e3ad51f","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdLocation-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f3c12952-a6f8-4a6a-97e2-13f0710c9045","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_cd\": \"string\",\n  \"location_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdLocation-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4e505774-cae6-4e6d-a68b-614d5d735a69"},{"name":"위치 데이터 삭제","id":"19a2f25b-e740-4d9e-822d-9212f04f4f0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations","description":"<p>위치 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","locations"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a28375e8-fc09-45f3-9380-95bd76cafa32","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdLocation-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"71318e4d-34be-44bb-8c11-820b3b3ec677","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/locations"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdLocation-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdLocation\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"19a2f25b-e740-4d9e-822d-9212f04f4f0c"}],"id":"1d5e9676-23ec-47c9-a6ed-beb1cc6e047f","_postman_id":"1d5e9676-23ec-47c9-a6ed-beb1cc6e047f","description":""},{"name":"작업 교대(Shift)","item":[{"name":"작업교대 대량 데이터 입력 (Excel Upload)","id":"ef974911-b5c2-40c8-a25a-4a65420e6ea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts/excel-upload","description":"<p>작업교대 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","shifts","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5d4a00c2-1043-4114-8c6d-6755d0c3628a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdShift-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"3907a46c-faad-4dc9-bbe1-e492d902c08b","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdShift-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ef974911-b5c2-40c8-a25a-4a65420e6ea4"},{"name":"작업 교대 데이터 단일 조회","id":"95a6ff32-0c2b-47d6-bafc-8b004b9b5e12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/shift/:uuid","description":"<p>하나의 작업 교대 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","shift",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 작업 교대의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"1cee8d4e-aa16-4f53-b9a6-32c281fe0f30","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/shift/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","shift",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 작업 교대의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdShift-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"shift_nm\": \"string\",\n        \"start_time\": \"14:15:22Z\",\n        \"end_time\": \"14:15:22Z\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"6b9864e2-9136-455b-984b-3ce60fd02be9","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/shift/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","shift",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 작업 교대의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdShift-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"95a6ff32-0c2b-47d6-bafc-8b004b9b5e12"},{"name":"작업 교대 데이터 조회","id":"4f80b520-797f-4d9d-9ca5-d42dda3d6d4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/shifts?factory_uuid=","description":"<p>작업 교대 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","shifts"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 작업 교대을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"99e009ab-fd6d-4d33-92e2-506bf19ba9e7","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/shifts?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","shifts"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdShift-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"shift_cd\": \"string\",\n        \"shift_nm\": \"string\",\n        \"start_time\": \"14:15:22Z\",\n        \"end_time\": \"14:15:22Z\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"d12a33f1-f20f-44a2-acdb-494b392def51","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/shifts?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","shifts"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdShift-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4f80b520-797f-4d9d-9ca5-d42dda3d6d4c"},{"name":"작업 교대 데이터 생성","id":"4cb5638f-256b-4784-bfff-dcff4ffc27ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\",\n  \"start_time\": \"14:15:22Z\",\n  \"end_time\": \"14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts","description":"<p>작업 교대 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","shifts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d731f200-5911-494e-9a8b-f3bfdba872d9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\",\n  \"start_time\": \"14:15:22Z\",\n  \"end_time\": \"14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdShift-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6d3d8ef3-00e8-48bd-a973-8e366c919b27","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\",\n  \"start_time\": \"14:15:22Z\",\n  \"end_time\": \"14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdShift-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4cb5638f-256b-4784-bfff-dcff4ffc27ff"},{"name":"작업 교대 데이터 수정","id":"54a7aaea-1608-42c4-b4db-62a5e9539f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\",\n  \"start_time\": \"14:15:22Z\",\n  \"end_time\": \"14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts","description":"<p>작업 교대 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","shifts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b9fa1cd4-f07c-4489-878a-ec781b89a4c2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\",\n  \"start_time\": \"14:15:22Z\",\n  \"end_time\": \"14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdShift-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1bb41ab4-7867-4ca4-8524-62fdacb193d1","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\",\n  \"start_time\": \"14:15:22Z\",\n  \"end_time\": \"14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdShift-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"54a7aaea-1608-42c4-b4db-62a5e9539f90"},{"name":"작업 교대 데이터 수정","id":"41bc97e2-71a9-4b68-8886-ae764795b979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\",\n  \"start_time\": \"14:15:22Z\",\n  \"end_time\": \"14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts","description":"<p>작업 교대 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","shifts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"35f4e2aa-0042-4906-b25c-cf56ee73b43f","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\",\n  \"start_time\": \"14:15:22Z\",\n  \"end_time\": \"14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdShift-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4f1989cc-105b-46ae-8a09-09869e7954b9","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"shift_cd\": \"string\",\n  \"shift_nm\": \"string\",\n  \"start_time\": \"14:15:22Z\",\n  \"end_time\": \"14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdShift-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"41bc97e2-71a9-4b68-8886-ae764795b979"},{"name":"작업 교대 데이터 삭제","id":"f01ba29b-ec7e-49a1-9bd0-d612253962ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts","description":"<p>작업 교대 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","shifts"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c16d526b-a469-4da1-9416-222084eb3de3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdShift-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"48c809bb-0ab1-413b-8a8b-f2d8a210a341","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/shifts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdShift-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdShift\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f01ba29b-ec7e-49a1-9bd0-d612253962ba"}],"id":"6af21f33-1fe3-4bb8-8415-48bc064f73c3","_postman_id":"6af21f33-1fe3-4bb8-8415-48bc064f73c3","description":""},{"name":"작업자(Worker)","item":[{"name":"작업자 대량 데이터 입력 (Excel Upload)","id":"eb8e0514-b346-4d65-9175-6afcd52995be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"proc_cd\": \"string\",\n  \"workings_cd\": \"string\",\n  \"emp_cd\": \"string\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers/excel-upload","description":"<p>작업자 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","workers","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"21aa06ed-6fdc-4c74-9b28-b97b03dbccda","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"proc_cd\": \"string\",\n  \"workings_cd\": \"string\",\n  \"emp_cd\": \"string\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorker-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"716a29eb-2e24-44cd-a41f-a44920d45c80","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"proc_cd\": \"string\",\n  \"workings_cd\": \"string\",\n  \"emp_cd\": \"string\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"eb8e0514-b346-4d65-9175-6afcd52995be"},{"name":"작업자 데이터 단일 조회","id":"390eca2d-8758-4de9-a9b4-331bedc40a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/worker/:uuid","description":"<p>하나의 작업자 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","worker",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 작업자의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"d8359cbc-0a00-43f3-be5c-c56e5a217b3c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/worker/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","worker",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 작업자의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorker-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n        \"emp_cd\": \"string\",\n        \"emp_nm\": \"string\",\n        \"worker_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"69224cce-08b5-406c-9e06-facf7f3ea65c","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/worker/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","worker",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 작업자의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"390eca2d-8758-4de9-a9b4-331bedc40a76"},{"name":"작업자 데이터 조회","id":"b625d589-764c-40b6-a7b1-6e2f77ddd04d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/workers?factory_uuid=","description":"<p>작업자 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","workers"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 작업자을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"6c07781f-5032-4dbc-8cd4-44b1694f937c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/workers?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","workers"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorker-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n        \"emp_cd\": \"string\",\n        \"emp_nm\": \"string\",\n        \"worker_cd\": \"string\",\n        \"worker_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f8ad9162-ce21-4903-8f7f-d04069b3374b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/workers?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","workers"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b625d589-764c-40b6-a7b1-6e2f77ddd04d"},{"name":"작업자 데이터 생성","id":"5856d6f4-1c43-49ba-8f34-a574458d7ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers","description":"<p>작업자 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a0ed290b-c118-42c5-917e-5775cfe460b5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorker-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"fdb933ad-8f88-45fe-bb65-8eec2fa0ccf5","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5856d6f4-1c43-49ba-8f34-a574458d7ce6"},{"name":"작업자 데이터 수정","id":"eecdb6c7-d222-4214-8072-758552bf1cff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers","description":"<p>작업자 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b969cc4e-0981-4f6e-9098-36b4bac0fb50","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorker-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7e8baf44-6531-4c70-8f74-7363e844b80c","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"eecdb6c7-d222-4214-8072-758552bf1cff"},{"name":"작업자 데이터 수정","id":"5498a0a8-9880-4ff1-bcb1-aafc192d4587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers","description":"<p>작업자 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"09600fbd-6d88-4dc1-96a6-124c732682d0","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorker-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5bbdb57b-c6a2-49cc-97c3-7847146db3e3","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"worker_cd\": \"string\",\n  \"worker_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5498a0a8-9880-4ff1-bcb1-aafc192d4587"},{"name":"작업자 데이터 삭제","id":"d5b69fa9-cf40-4a1f-864b-5ec99ba43cf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers","description":"<p>작업자 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b44ef7a5-bb0d-4515-b4f0-b0561b70ccc6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorker-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5537c062-1400-4fb2-a7f0-a666a77dc408","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d5b69fa9-cf40-4a1f-864b-5ec99ba43cf3"}],"id":"26d35558-2801-4a3d-89e0-ccf63e470fc5","_postman_id":"26d35558-2801-4a3d-89e0-ccf63e470fc5","description":""},{"name":"작업장(Workings)","item":[{"name":"작업장 대량 데이터 입력 (Excel Upload)","id":"e9c61d8d-f442-44be-9a56-e0072a024e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses/excel-upload","description":"<p>작업장 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","workingses","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4ceb0588-a523-4f86-8ddc-12a5034cb5dd","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkings-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1cee50cf-8a3e-4267-a5aa-4aa2aa5ae8f6","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e9c61d8d-f442-44be-9a56-e0072a024e16"},{"name":"작업장 데이터 단일 조회","id":"6732c44b-1581-4346-85e1-ec302df5bf6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/workings/:uuid","description":"<p>하나의 작업장 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","workings",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 작업장의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"ddfbb502-5e3b-4a1c-aeed-d25e34fcfd73","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/workings/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","workings",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 작업장의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkings-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"90cb4cc1-1857-423f-9d5e-b71a248eb817","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/workings/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","workings",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 작업장의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6732c44b-1581-4346-85e1-ec302df5bf6b"},{"name":"작업장 데이터 조회","id":"18fc320c-39a1-4bb4-9e47-580cca703e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/workingses?factory_uuid=","description":"<p>작업장 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","workingses"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 작업장을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"1fb2ac9c-d376-4dc1-869c-e664829ed93c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/workingses?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","workingses"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkings-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a38e94bc-1f7d-428a-a226-bc47767e8bab","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/workingses?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","workingses"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"18fc320c-39a1-4bb4-9e47-580cca703e2a"},{"name":"작업장 데이터 생성","id":"ce1b0273-ee72-4dc5-b098-8608bc4ee2af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses","description":"<p>작업장 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","workingses"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b8b4e971-2d77-488a-b4c3-30342206eb30","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkings-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"dc74c7b9-f58b-496a-a94c-190847657780","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ce1b0273-ee72-4dc5-b098-8608bc4ee2af"},{"name":"작업장 데이터 수정","id":"450d709f-e014-473d-bfce-75a02f905fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses","description":"<p>작업장 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","workingses"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3b7d3800-6484-469f-8abf-36525b1d04d6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkings-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"06c9a555-2cc6-4d1a-97c1-73bd3a0d7b17","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"450d709f-e014-473d-bfce-75a02f905fc4"},{"name":"작업장 데이터 수정","id":"7fd364af-5f1b-4ac2-8f27-e5d5e666cb3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses","description":"<p>작업장 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","workingses"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a4254c7e-c533-4c1d-b431-e17634aa190c","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkings-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b1d213c5-7213-49cc-a6a5-feaeef93d7bb","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_cd\": \"string\",\n  \"workings_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7fd364af-5f1b-4ac2-8f27-e5d5e666cb3d"},{"name":"작업장 데이터 삭제","id":"9f756cd9-7969-4579-8de3-57c8af7ed026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses","description":"<p>작업장 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","workingses"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1ab5e96b-d464-4b8d-8ea9-0de52d0535dd","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkings-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1cbc0855-93fd-45d5-965f-dd8ed117e643","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/workingses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9f756cd9-7969-4579-8de3-57c8af7ed026"}],"id":"38a33e85-e2c2-4b41-8ee7-24164734ce1b","_postman_id":"38a33e85-e2c2-4b41-8ee7-24164734ce1b","description":""},{"name":"작업조(WorkerGroup)","item":[{"name":"작업조 대량 데이터 입력 (Excel Upload)","id":"1ba2e905-600a-499a-9a65-4a7416ae7d60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups/excel-upload","description":"<p>작업조 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","worker-groups","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"311f0476-9593-4bce-8e33-a4ae978d9f9d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroup-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"66905cb9-d9dc-4022-933f-bde2ec5e9abb","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1ba2e905-600a-499a-9a65-4a7416ae7d60"},{"name":"작업조 데이터 단일 조회","id":"5a0963d3-ab30-410c-9d62-6310546a592a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/worker-group/:uuid","description":"<p>하나의 작업조 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","worker-group",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 작업조의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"e34495fc-7582-444a-b46c-36a4a8185d32","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/worker-group/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","worker-group",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 작업조의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroup-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"worker_group_cd\": \"string\",\n        \"worker_group_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"63858051-f586-4773-9c0d-12f4d3b5cc43","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/worker-group/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","worker-group",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 작업조의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5a0963d3-ab30-410c-9d62-6310546a592a"},{"name":"작업조 데이터 조회","id":"39ef8012-cad4-4cb1-acb4-a9d6c2625651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/worker-groups?factory_uuid=","description":"<p>작업조 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","worker-groups"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 작업조을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"7e74f860-5f86-4e1e-b339-0e2852765d94","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/worker-groups?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","worker-groups"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroup-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"worker_group_cd\": \"string\",\n        \"worker_group_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"898ed68d-d3d2-4368-8ee6-5845036492fb","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/worker-groups?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","worker-groups"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"39ef8012-cad4-4cb1-acb4-a9d6c2625651"},{"name":"작업조 데이터 생성","id":"6cf9e335-d709-4a68-88b4-7e6499852ba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups","description":"<p>작업조 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","worker-groups"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b58584ee-8e18-467d-851a-ef27b2f4fbdc","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroup-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"9ce62aa2-e67c-464f-a78c-8e143190272f","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6cf9e335-d709-4a68-88b4-7e6499852ba7"},{"name":"작업조 데이터 수정","id":"224c217c-0d8c-4a5c-9fcb-4774ee1913f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups","description":"<p>작업조 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","worker-groups"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"62979534-693f-4426-8c1b-cf5bb2e4e34d","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroup-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6b7b9282-2c48-4b22-8b5f-87a6d6910f21","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"224c217c-0d8c-4a5c-9fcb-4774ee1913f3"},{"name":"작업조 데이터 수정","id":"0cfbbad1-6130-4d2e-80a5-9de70c00dcbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups","description":"<p>작업조 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","worker-groups"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"bc9bc88c-0a60-46e3-918d-4cedb6814b92","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroup-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4d8f75cb-3b5e-4199-8172-f18e4cdcb475","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_group_cd\": \"string\",\n  \"worker_group_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0cfbbad1-6130-4d2e-80a5-9de70c00dcbe"},{"name":"작업조 데이터 삭제","id":"d921e087-e338-4f7b-af0f-0b0fb7f5f668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups","description":"<p>작업조 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","worker-groups"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4da1975b-f849-431e-bd07-0667443f077a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroup-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"58bca550-e242-4437-8554-75d144f96b6f","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroup-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroup\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d921e087-e338-4f7b-af0f-0b0fb7f5f668"}],"id":"09372ab6-aaa2-49b5-9a5d-0da137792aea","_postman_id":"09372ab6-aaa2-49b5-9a5d-0da137792aea","description":""},{"name":"작업조-작업자(WorkerGroupWorker)","item":[{"name":"작업조-작업자 대량 데이터 입력 (Excel Upload)","id":"006f44a4-b706-4cdc-9057-fdc98ef7d34b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"worker_group_cd\": \"string\",\n  \"worker_cd\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers/excel-upload","description":"<p>작업조-작업자 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","worker-group-workers","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"991c8fc9-6235-4483-a33d-00cb08e9cbb2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"worker_group_cd\": \"string\",\n  \"worker_cd\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroupWorker-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"92a36914-6f7a-407b-b4f1-ba9836f387ba","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"worker_group_cd\": \"string\",\n  \"worker_cd\": \"string\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroupWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"006f44a4-b706-4cdc-9057-fdc98ef7d34b"},{"name":"작업조-작업자 데이터 단일 조회","id":"fb2e279b-4170-4e28-814b-15aac17aa599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/worker-group-worker/:uuid","description":"<p>하나의 작업조-작업자 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","worker-group-worker",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 작업조-작업자의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"8281f6e7-5f58-4125-b101-8be484cea12c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/worker-group-worker/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","worker-group-worker",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 작업조-작업자의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroupWorker-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"worker_group_worker_uuid\": \"14518f11-7f2c-4b7f-844e-3d228f463355\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n        \"worker_group_cd\": \"string\",\n        \"worker_group_nm\": \"string\",\n        \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n        \"worker_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"9dcfb146-53ca-4d33-ac81-6f1e96d380e6","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/worker-group-worker/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","worker-group-worker",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 작업조-작업자의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroupWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fb2e279b-4170-4e28-814b-15aac17aa599"},{"name":"작업조-작업자 데이터 조회","id":"e2424af1-2a42-4fa1-ad35-0ee6303513eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/worker-group-workers?factory_uuid=&worker_group_uuid=&worker_uuid=","description":"<p>작업조-작업자 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","worker-group-workers"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 작업조-작업자을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>작업조의 UUID를 입력하여 작업조에 따라 작업조-작업자을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"worker_group_uuid","value":""},{"description":{"content":"<p>작업자의 UUID를 입력하여 작업자에 따라 작업조-작업자을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"worker_uuid","value":""}],"variable":[]}},"response":[{"id":"53d4e739-720d-42c9-b03b-759199ea28e6","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/worker-group-workers?factory_uuid=&worker_group_uuid=&worker_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","worker-group-workers"],"query":[{"key":"factory_uuid","value":""},{"key":"worker_group_uuid","value":""},{"key":"worker_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroupWorker-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"worker_group_worker_uuid\": \"14518f11-7f2c-4b7f-844e-3d228f463355\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n        \"worker_group_cd\": \"string\",\n        \"worker_group_nm\": \"string\",\n        \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n        \"worker_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"cb22f1ab-4d47-46d7-8546-f13e6a022501","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/worker-group-workers?factory_uuid=&worker_group_uuid=&worker_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","worker-group-workers"],"query":[{"key":"factory_uuid","value":""},{"key":"worker_group_uuid","value":""},{"key":"worker_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroupWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e2424af1-2a42-4fa1-ad35-0ee6303513eb"},{"name":"작업조-작업자 데이터 생성","id":"5484ddff-a3cb-4547-b383-13f435947f0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers","description":"<p>작업조-작업자 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","worker-group-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d37d513c-0aaa-4386-a1fa-a515a864a71f","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroupWorker-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"63e3ba8a-19e9-4110-b1f7-54007ef52ebf","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroupWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5484ddff-a3cb-4547-b383-13f435947f0b"},{"name":"작업조-작업자 데이터 수정","id":"02b17aad-c5e7-49fb-83d8-94f7eff55303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers","description":"<p>작업조-작업자 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","worker-group-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"67ddd801-3bad-4a91-9141-3869303dc118","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroupWorker-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f173c7cb-a190-4fa5-9176-85584c3874ff","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroupWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"02b17aad-c5e7-49fb-83d8-94f7eff55303"},{"name":"작업조-작업자 데이터 수정","id":"351cbd94-ec45-49b1-9162-4cb70f310df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers","description":"<p>작업조-작업자 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","worker-group-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9546569f-dda5-4b78-9fb1-37acecfec543","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroupWorker-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e2d24f6f-2a83-45a2-b89a-755dd3f3c273","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroupWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"351cbd94-ec45-49b1-9162-4cb70f310df6"},{"name":"작업조-작업자 데이터 삭제","id":"5b5e9ff2-5158-499f-b412-85f540c7620a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers","description":"<p>작업조-작업자 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","worker-group-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"39ca107a-563b-4588-b492-40b06486b5df","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdWorkerGroupWorker-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"109ad015-8705-4bb2-a3d1-87b5a4655612","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/worker-group-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdWorkerGroupWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdWorkerGroupWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5b5e9ff2-5158-499f-b412-85f540c7620a"}],"id":"66c80006-d6c3-48ba-8f36-4e18a725b617","_postman_id":"66c80006-d6c3-48ba-8f36-4e18a725b617","description":""},{"name":"제품 유형(ProdType)","item":[{"name":"제품 유형 대량 데이터 입력 (Excel Upload)","id":"5466e397-60f7-4ac2-92e2-7b6e7d93e781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types/excel-upload","description":"<p>제품 유형 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","prod-types","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0217d5aa-5ed1-4579-a6f0-c61d9274706e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProdType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"39b2338f-67de-48ff-8d90-1fc7611a9261","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProdType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5466e397-60f7-4ac2-92e2-7b6e7d93e781"},{"name":"제품 유형 데이터 단일 조회","id":"8a31689b-aaf7-4fbd-844d-fc7d47c542f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/prod-type/:uuid","description":"<p>하나의 제품 유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","prod-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 제품 유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"e583873e-8ad8-457e-a92d-f8d0c2a20de8","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/prod-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","prod-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품 유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProdType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"6d199057-f010-412e-849e-1117b706a5e4","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/prod-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","prod-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품 유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProdType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8a31689b-aaf7-4fbd-844d-fc7d47c542f8"},{"name":"제품 유형 데이터 조회","id":"48e5231a-9d4b-4cd5-963f-107dcf95baaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/prod-types","description":"<p>제품 유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","prod-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b606e5d7-c119-48f1-9273-7dbc2f1dfe40","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/prod-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProdType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a6a21ff9-71be-4080-a943-b01405f8b95a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/prod-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProdType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"48e5231a-9d4b-4cd5-963f-107dcf95baaf"},{"name":"제품 유형 데이터 생성","id":"b4553cb4-70bd-4c66-8e3e-2c762aafd987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types","description":"<p>제품 유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","prod-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e6371b99-ddfc-4413-98ba-12d5de84c16c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProdType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e7365697-4771-4a4b-9439-87ebb81b322d","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProdType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b4553cb4-70bd-4c66-8e3e-2c762aafd987"},{"name":"제품 유형 데이터 수정","id":"364af40e-06e2-4ad3-a28a-2f3e3ff5c364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types","description":"<p>제품 유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","prod-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8984d22f-1f72-49b7-9f07-659527f8d989","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProdType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e257f24c-3570-4c93-9e32-4e77da16c188","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProdType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"364af40e-06e2-4ad3-a28a-2f3e3ff5c364"},{"name":"제품 유형 데이터 수정","id":"ac730ff2-ae57-4a41-a3f1-5e23f966382d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types","description":"<p>제품 유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","prod-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f723c550-7995-4adb-af93-79aa325eb0d5","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProdType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"61a393f5-b9e8-4a33-a657-d518a4f1576d","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_type_cd\": \"string\",\n  \"prod_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProdType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ac730ff2-ae57-4a41-a3f1-5e23f966382d"},{"name":"제품 유형 데이터 삭제","id":"d7cce563-9c11-415c-9551-985f72fbb1eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types","description":"<p>제품 유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","prod-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c2c00464-3d5a-4df3-b3b7-dfba2223a18d","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProdType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2735ad05-3fc2-4700-8fc1-3ea4dd025b0a","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prod-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProdType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProdType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d7cce563-9c11-415c-9551-985f72fbb1eb"}],"id":"704adf23-1648-4163-bab1-d67478c7e9de","_postman_id":"704adf23-1648-4163-bab1-d67478c7e9de","description":""},{"name":"직급(Grade)","item":[{"name":"직급 대량 데이터 입력 (Excel Upload)","id":"810fbd52-469f-49f7-bc9a-0c187905dacd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades/excel-upload","description":"<p>직급 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","grades","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5ac24ed8-87d8-40ce-87d0-0dca14f3e043","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdGrade-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e1615997-12f4-4812-9edb-40445a388db5","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdGrade-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"810fbd52-469f-49f7-bc9a-0c187905dacd"},{"name":"직급 데이터 단일 조회","id":"ee5f6843-1894-4df4-9652-624413ef183a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/grade/:uuid","description":"<p>하나의 직급 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","grade",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 직급의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"187a1078-7ba7-4202-b5bb-01ad45419ba1","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/grade/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","grade",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 직급의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdGrade-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n        \"grade_cd\": \"string\",\n        \"grade_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"6c5e935c-1459-4372-a0a5-8011317045e2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/grade/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","grade",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 직급의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdGrade-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ee5f6843-1894-4df4-9652-624413ef183a"},{"name":"직급 데이터 조회","id":"daac0866-1eda-4587-b101-dfd697380056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/grades","description":"<p>직급 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","grades"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8c30dd28-994c-4162-b155-3b0f86c0f0be","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/grades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdGrade-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"grade_uuid\": \"62b22a66-f136-4ead-bc47-c0af186ac3f7\",\n        \"grade_cd\": \"string\",\n        \"grade_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0cf3a8d2-4902-4363-9ca5-878b1c3e81d6","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/grades"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdGrade-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"daac0866-1eda-4587-b101-dfd697380056"},{"name":"직급 데이터 생성","id":"0fa3264c-c4d5-4bc2-a474-1d3c643b76b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades","description":"<p>직급 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","grades"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"63470275-75e6-4995-986e-14dda2d924d0","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdGrade-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"576c6198-a5cb-4150-b158-7d190a30430b","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdGrade-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0fa3264c-c4d5-4bc2-a474-1d3c643b76b2"},{"name":"직급 데이터 수정","id":"5d17b673-2fb7-4e53-b773-bffffa97f443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades","description":"<p>직급 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","grades"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"78daa659-6988-4164-a5e8-36e2e1488360","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdGrade-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8e236e4f-0348-4ecb-8c44-cfd897cab992","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdGrade-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5d17b673-2fb7-4e53-b773-bffffa97f443"},{"name":"직급 데이터 수정","id":"f048f636-10f2-440c-82ce-4e0b7d44a8b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades","description":"<p>직급 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","grades"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fc93f7db-089d-41f7-a1f3-d7dacbbc9404","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdGrade-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"341e1dde-2034-4ca9-b73c-b3316b06b08e","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"grade_cd\": \"string\",\n  \"grade_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdGrade-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f048f636-10f2-440c-82ce-4e0b7d44a8b9"},{"name":"직급 데이터 삭제","id":"8f127a00-15c1-4586-a7bd-c6ce9f4a7aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades","description":"<p>직급 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","grades"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9279d05d-1761-48f9-a361-fa269c1b4a96","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdGrade-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d3cea884-700f-4af2-b637-b57998c72f64","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/grades"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdGrade-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdGrade\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8f127a00-15c1-4586-a7bd-c6ce9f4a7aa7"}],"id":"43569558-6a51-4e82-90e2-731d062ef452","_postman_id":"43569558-6a51-4e82-90e2-731d062ef452","description":""},{"name":"창고(Store)","item":[{"name":"창고 대량 데이터 입력 (Excel Upload)","id":"78464619-256d-4e6b-b5a7-eff4184f0d85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores/excel-upload","description":"<p>창고 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","stores","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"56249533-fca9-4fc9-a75e-04639bd6fc5a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdStore-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0178459a-2a3b-4c10-8ab4-45ec7b493540","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"factory_cd\": \"string\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"78464619-256d-4e6b-b5a7-eff4184f0d85"},{"name":"창고 데이터 단일 조회","id":"3136c93a-f507-4759-a55a-438516e213e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/store/:uuid","description":"<p>하나의 창고 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","store",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 창고의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"8ee78f11-4c58-4e9a-b45e-94432cea981b","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/store/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","store",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 창고의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdStore-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"reject_store_fg\": true,\n        \"return_store_fg\": true,\n        \"outgo_store_fg\": true,\n        \"final_insp_store_fg\": true,\n        \"outsourcing_store_fg\": true,\n        \"available_store_fg\": true,\n        \"position_type\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"23861b7e-7240-40b9-9347-32ccf40017ca","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/store/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","store",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 창고의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3136c93a-f507-4759-a55a-438516e213e1"},{"name":"창고 데이터 조회","id":"3f63e096-4c6f-4972-8c21-67c848d67c73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/stores?store_type=&factory_uuid=","description":"<p>창고 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","stores"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 창고 조회시 조회 유형을 입력합니다. <br /> \n[all]: 전체 창고 조회 <br />\n[available]: 가용 재고 창고 조회 <br />\n[reject]: 부적합 창고 조회 <br />\n[return]: 반출창고 조회 <br />\n[outgo]: 출하창고 조회 <br />\n[finalInsp]: 최종검사 창고 조회 <br />\n[outsourcing]: 외주창고 조회</p>\n","type":"text/plain"},"key":"store_type","value":""},{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 창고을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"c2cc2746-204a-4dee-a1ca-38aed87870ad","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/stores?store_type=&factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","stores"],"query":[{"key":"store_type","value":""},{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdStore-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"reject_store_fg\": true,\n        \"return_store_fg\": true,\n        \"outgo_store_fg\": true,\n        \"final_insp_store_fg\": true,\n        \"outsourcing_store_fg\": true,\n        \"available_store_fg\": true,\n        \"position_type\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"d33774ed-c931-454a-bca2-d8b447a7a472","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/stores?store_type=&factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","stores"],"query":[{"key":"store_type","value":""},{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3f63e096-4c6f-4972-8c21-67c848d67c73"},{"name":"창고 데이터 생성","id":"955520a6-c20a-473a-b6a2-99c0b60fc4fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores","description":"<p>창고 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","stores"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d767ad51-20de-4b94-82b6-9524ff21d507","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdStore-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4e23dff5-0a70-4432-9b2b-4a0ac13a26f2","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"955520a6-c20a-473a-b6a2-99c0b60fc4fd"},{"name":"창고 데이터 수정","id":"08a4c9ae-6df4-4574-8dcb-4a6263fc45c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores","description":"<p>창고 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","stores"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"bcdad197-2efa-490c-b559-331753daab92","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdStore-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0af4fc20-b92b-488d-ae6f-e0541b8bc3b4","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"08a4c9ae-6df4-4574-8dcb-4a6263fc45c1"},{"name":"창고 데이터 수정","id":"c5d060a5-db36-4d9b-a6ae-d52e99bdbaa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores","description":"<p>창고 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","stores"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ca655002-813b-49dd-a962-ce3a7930d3e0","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdStore-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ab996d94-8b05-438f-b04c-fa7f47c9237a","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"store_cd\": \"string\",\n  \"store_nm\": \"string\",\n  \"reject_store_fg\": true,\n  \"return_store_fg\": true,\n  \"outgo_store_fg\": true,\n  \"final_insp_store_fg\": true,\n  \"outsourcing_store_fg\": true,\n  \"available_store_fg\": true,\n  \"position_type\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c5d060a5-db36-4d9b-a6ae-d52e99bdbaa4"},{"name":"창고 데이터 삭제","id":"ed4168df-a2b8-45f1-afb1-748ca1a06919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores","description":"<p>창고 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","stores"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"df2cebd2-d474-4980-91a1-64bbdc76e19b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdStore-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b78a589e-c1dc-48ae-a9c4-c6df847d0e14","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/stores"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ed4168df-a2b8-45f1-afb1-748ca1a06919"}],"id":"58beafe8-8edc-4b68-b8cb-ec3d2ff66028","_postman_id":"58beafe8-8edc-4b68-b8cb-ec3d2ff66028","description":""},{"name":"품목별 작업장(RoutingWorkings)","item":[{"name":"품목별 작업장 데이터 단일 조회","id":"5b1665e5-d863-428a-b8f8-41e89067df47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/routing-workings/:uuid","description":"<p>하나의 품목별 작업장 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","routing-workings",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 품목별 작업장의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"3212a405-ab55-49f9-af56-9c8bbeb25251","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routing-workings/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","routing-workings",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 품목별 작업장의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingWorkings-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"routing_workings_uuid\": \"4eef610c-0797-4e01-976a-1e382b21017f\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"569886a0-6fd2-4899-8e70-7e9fe26c9bf5","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routing-workings/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","routing-workings",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 품목별 작업장의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5b1665e5-d863-428a-b8f8-41e89067df47"},{"name":"품목별 작업장 데이터 조회","id":"cd47a99b-c648-4c01-b101-46de53f14e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/routing-workingses?factory_uuid=&prod_uuid=","description":"<p>품목별 작업장 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","routing-workingses"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 품목별 작업장을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>품목의 UUID를 입력하여 품목에 따라 품목별 작업장을 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":""}],"variable":[]}},"response":[{"id":"fba24238-f30d-4a82-ad03-54ffd857d6de","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routing-workingses?factory_uuid=&prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","routing-workingses"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingWorkings-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"routing_workings_uuid\": \"4eef610c-0797-4e01-976a-1e382b21017f\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"c1b6cb7f-bff4-4839-81f9-34ebfe65ab05","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/routing-workingses?factory_uuid=&prod_uuid=","host":["https://isos.iptime.org:13221"],"path":["std","routing-workingses"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cd47a99b-c648-4c01-b101-46de53f14e27"},{"name":"품목별 작업장 데이터 생성","id":"c7845c96-fbd3-4482-b9f8-9a1daf2885a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses","description":"<p>품목별 작업장 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","routing-workingses"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e4332673-ef14-4782-87a7-638b63243012","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingWorkings-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"66709ede-43ec-4922-9afe-951e4a790902","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c7845c96-fbd3-4482-b9f8-9a1daf2885a2"},{"name":"품목별 작업장 데이터 수정","id":"8dfe3838-6f72-46ba-a0ac-9931a9dc035d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses","description":"<p>품목별 작업장 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","routing-workingses"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"32753867-bb18-4880-8797-416a51b2ef70","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingWorkings-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"bd9e4bd8-18d5-44fa-8e83-397d6896713b","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8dfe3838-6f72-46ba-a0ac-9931a9dc035d"},{"name":"품목별 작업장 데이터 수정","id":"5da18820-c8d0-461e-aaf9-489426d8ebfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses","description":"<p>품목별 작업장 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","routing-workingses"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"87e30119-04b4-4da7-ad6d-50367bc3c7ec","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingWorkings-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"01b27930-aeab-4730-aa84-28fc764400c3","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5da18820-c8d0-461e-aaf9-489426d8ebfd"},{"name":"품목별 작업장 데이터 삭제","id":"c9809b7b-1c89-48b3-a3b9-357271f77a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses","description":"<p>품목별 작업장 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","routing-workingses"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"240427a7-9219-4ca9-8fe0-4c6f53fd26db","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdRoutingWorkings-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b24044c5-118d-467b-9146-d6f743a0e936","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/routing-workingses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdRoutingWorkings-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdRoutingWorkings\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c9809b7b-1c89-48b3-a3b9-357271f77a1f"}],"id":"b2827944-233f-4ead-801a-49293a7d3f96","_postman_id":"b2827944-233f-4ead-801a-49293a7d3f96","description":""},{"name":"품목 유형(ItemType)","item":[{"name":"품목 유형 대량 데이터 입력 (Excel Upload)","id":"020d823f-c6db-47a5-ae78-24b657121e0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types/excel-upload","description":"<p>품목 유형 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","item-types","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c9d90ea3-e75e-4b9d-a9fb-2f1ecdc0976d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdItemType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4642440b-f7d4-46b3-bfbf-92c83f8cf8f8","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"020d823f-c6db-47a5-ae78-24b657121e0d"},{"name":"품목 유형 데이터 단일 조회","id":"fa97dd0d-e625-492a-a420-8877ff790bd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/item-type/:uuid","description":"<p>하나의 품목 유형 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","item-type",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 품목 유형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"a679ceaf-fd46-40e1-9d06-726a32000dc2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/item-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","item-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 품목 유형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdItemType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0f5f79ec-f68a-4992-8bb9-49278f50348f","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/item-type/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","item-type",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 품목 유형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fa97dd0d-e625-492a-a420-8877ff790bd4"},{"name":"품목 유형 데이터 조회","id":"064b7855-fc43-49f8-87d1-3bd4727a16f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/item-types","description":"<p>품목 유형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","item-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fcee206a-4866-4207-acbc-c3dd7612151a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/item-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdItemType-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"6adee496-7395-43b1-ba8c-019b4219c20a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/item-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"064b7855-fc43-49f8-87d1-3bd4727a16f2"},{"name":"품목 유형 데이터 생성","id":"fc69c97c-9b49-4ca8-8d59-9de183ae5717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types","description":"<p>품목 유형 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","item-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7506a2c0-f522-40ce-ad0d-a69e9c720084","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdItemType-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c1180590-8cba-444a-bc92-0fa249405944","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fc69c97c-9b49-4ca8-8d59-9de183ae5717"},{"name":"품목 유형 데이터 수정","id":"aa1d8ed2-6f67-46e0-b810-f21b2c4b436a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types","description":"<p>품목 유형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","item-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a2f9ab3b-5051-4fc6-9442-641a8f1f5ea2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdItemType-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d7ad7862-188a-4850-92de-f0ca2eeb6a23","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"aa1d8ed2-6f67-46e0-b810-f21b2c4b436a"},{"name":"품목 유형 데이터 수정","id":"245c5ba9-316f-4eb0-8e78-777438f1b898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types","description":"<p>품목 유형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","item-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"335a0c41-348e-41d4-80a3-39283a8fae55","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdItemType-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6eb2b703-9f84-4c2b-bd19-e4064ab3e967","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"item_type_cd\": \"string\",\n  \"item_type_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"245c5ba9-316f-4eb0-8e78-777438f1b898"},{"name":"품목 유형 데이터 삭제","id":"219c97ed-7c9a-43fa-b788-b733e23eac6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types","description":"<p>품목 유형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","item-types"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"62b01a06-351a-4649-8419-4800122eaea3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdItemType-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4ff0721d-3372-4ee4-8e38-b176b9f621eb","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/item-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdItemType-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdItemType\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"219c97ed-7c9a-43fa-b788-b733e23eac6e"}],"id":"f448c31c-47d8-4be8-b169-e1b6c7b765f5","_postman_id":"f448c31c-47d8-4be8-b169-e1b6c7b765f5","description":""},{"name":"품목(Prod)","item":[{"name":"품목 대량 데이터 입력 (Excel Upload)","id":"efd840a0-f44f-4784-ad84-927bb01cbc8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_cd\": \"string\",\n  \"prod_type_cd\": \"string\",\n  \"model_cd\": \"string\",\n  \"unit_cd\": \"string\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_cd\": \"string\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_cd\": \"string\",\n  \"inv_to_location_cd\": \"string\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods/excel-upload","description":"<p>품목 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","prods","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2e4e1636-ecb5-4327-a345-2d9ddcd85fa8","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_cd\": \"string\",\n  \"prod_type_cd\": \"string\",\n  \"model_cd\": \"string\",\n  \"unit_cd\": \"string\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_cd\": \"string\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_cd\": \"string\",\n  \"inv_to_location_cd\": \"string\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProd-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7c7b513c-8c54-43af-aa7e-4754184e3790","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_cd\": \"string\",\n  \"prod_type_cd\": \"string\",\n  \"model_cd\": \"string\",\n  \"unit_cd\": \"string\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_cd\": \"string\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_cd\": \"string\",\n  \"inv_to_location_cd\": \"string\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"efd840a0-f44f-4784-ad84-927bb01cbc8d"},{"name":"품목 데이터 단일 조회","id":"c3714c7f-fbb9-4285-a17b-768362a6661e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/prod/:uuid","description":"<p>하나의 품목 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","prod",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 품목의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"7346293d-a8f9-4618-8ae0-0acb649919ec","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/prod/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","prod",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 품목의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProd-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_fg\": true,\n        \"use_fg\": true,\n        \"active_fg\": true,\n        \"bom_type_cd\": \"string\",\n        \"bom_type_nm\": \"string\",\n        \"width\": 0,\n        \"length\": 0,\n        \"height\": 0,\n        \"material\": \"string\",\n        \"color\": \"string\",\n        \"weight\": 0,\n        \"thickness\": 0,\n        \"mat_order_fg\": true,\n        \"mat_unit_uuid\": \"117c146f-157e-4ed6-a007-478c888a314e\",\n        \"mat_unit_cd\": \"string\",\n        \"mat_unit_nm\": \"string\",\n        \"mat_order_min_qty\": 0,\n        \"mat_supply_days\": 0,\n        \"sal_order_fg\": true,\n        \"inv_use_fg\": true,\n        \"inv_unit_qty\": 0,\n        \"inv_safe_qty\": 0,\n        \"inv_to_store_uuid\": \"568c9603-ac4d-4f9f-a20d-5f5356a54780\",\n        \"inv_to_store_cd\": \"string\",\n        \"inv_to_store_nm\": \"string\",\n        \"inv_to_location_uuid\": \"66a71328-d72b-475b-af32-84965ce32397\",\n        \"inv_to_location_cd\": \"string\",\n        \"inv_to_location_nm\": \"string\",\n        \"qms_receive_insp_fg\": true,\n        \"qms_proc_insp_fg\": true,\n        \"qms_final_insp_fg\": true,\n        \"prd_active_fg\": true,\n        \"prd_plan_type_cd\": \"string\",\n        \"prd_plan_type_nm\": \"string\",\n        \"prd_min\": 0,\n        \"prd_max\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0dba406a-2899-4223-ada4-614cf00dadbf","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/prod/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","prod",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 품목의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c3714c7f-fbb9-4285-a17b-768362a6661e"},{"name":"품목 데이터 조회","id":"bb7e2fca-32a0-4a9b-88f6-3164121b54a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/prods?use_fg=&qms_receive_insp_fg=&qms_proc_insp_fg=&qms_final_insp_fg=&prd_active_fg=","description":"<p>품목 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","prods"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>품목의 사용여부에 따라 품목을 조회합니다.<br />\n[전체 조회시 입력하지 않습니다.] <br /> \n[true] 사용 품목 조회 <br />\n[false] 미사용 품목 조회</p>\n","type":"text/plain"},"key":"use_fg","value":""},{"description":{"content":"<p>품목의 수입검사여부에 따라 품목을 조회합니다.<br />\n[전체 조회시 입력하지 않습니다.] <br /> \n[true] 수입검사 대상 품목 조회 <br />\n[false] 수입검사 미대상 품목 조회</p>\n","type":"text/plain"},"key":"qms_receive_insp_fg","value":""},{"description":{"content":"<p>품목의 공정검사여부에 따라 품목을 조회합니다.<br />\n[전체 조회시 입력하지 않습니다.] <br /> \n[true] 공정검사 대상 품목 조회 <br />\n[false] 공정검사 미대상 품목 조회</p>\n","type":"text/plain"},"key":"qms_proc_insp_fg","value":""},{"description":{"content":"<p>품목의 최종검사여부에 따라 품목을 조회합니다.<br />\n[전체 조회시 입력하지 않습니다.] <br /> \n[true] 최종검사 대상 품목 조회 <br />\n[false] 최종검사 미대상 품목 조회</p>\n","type":"text/plain"},"key":"qms_final_insp_fg","value":""},{"description":{"content":"<p>품목의 생산품여부에 따라 품목을 조회합니다.<br />\n[전체 조회시 입력하지 않습니다.] <br /> \n[true] 생산품 조회 <br />\n[false] 생산품을 제외한 품목 조회</p>\n","type":"text/plain"},"key":"prd_active_fg","value":""}],"variable":[]}},"response":[{"id":"ae76030e-cb2a-403d-8d8a-5372dfc8caa4","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/prods?use_fg=&qms_receive_insp_fg=&qms_proc_insp_fg=&qms_final_insp_fg=&prd_active_fg=","host":["https://isos.iptime.org:13221"],"path":["std","prods"],"query":[{"key":"use_fg","value":""},{"key":"qms_receive_insp_fg","value":""},{"key":"qms_proc_insp_fg","value":""},{"key":"qms_final_insp_fg","value":""},{"key":"prd_active_fg","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProd-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_fg\": true,\n        \"use_fg\": true,\n        \"active_fg\": true,\n        \"bom_type_cd\": \"string\",\n        \"bom_type_nm\": \"string\",\n        \"width\": 0,\n        \"length\": 0,\n        \"height\": 0,\n        \"material\": \"string\",\n        \"color\": \"string\",\n        \"weight\": 0,\n        \"thickness\": 0,\n        \"mat_order_fg\": true,\n        \"mat_unit_uuid\": \"117c146f-157e-4ed6-a007-478c888a314e\",\n        \"mat_unit_cd\": \"string\",\n        \"mat_unit_nm\": \"string\",\n        \"mat_order_min_qty\": 0,\n        \"mat_supply_days\": 0,\n        \"sal_order_fg\": true,\n        \"inv_use_fg\": true,\n        \"inv_unit_qty\": 0,\n        \"inv_safe_qty\": 0,\n        \"inv_to_store_uuid\": \"568c9603-ac4d-4f9f-a20d-5f5356a54780\",\n        \"inv_to_store_cd\": \"string\",\n        \"inv_to_store_nm\": \"string\",\n        \"inv_to_location_uuid\": \"66a71328-d72b-475b-af32-84965ce32397\",\n        \"inv_to_location_cd\": \"string\",\n        \"inv_to_location_nm\": \"string\",\n        \"qms_receive_insp_fg\": true,\n        \"qms_proc_insp_fg\": true,\n        \"qms_final_insp_fg\": true,\n        \"prd_active_fg\": true,\n        \"prd_plan_type_cd\": \"string\",\n        \"prd_plan_type_nm\": \"string\",\n        \"prd_min\": 0,\n        \"prd_max\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"6d6b7dfa-ff04-426f-a26d-7d6ed4e77ea6","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/prods?use_fg=&qms_receive_insp_fg=&qms_proc_insp_fg=&qms_final_insp_fg=&prd_active_fg=","host":["https://isos.iptime.org:13221"],"path":["std","prods"],"query":[{"key":"use_fg","value":""},{"key":"qms_receive_insp_fg","value":""},{"key":"qms_proc_insp_fg","value":""},{"key":"qms_final_insp_fg","value":""},{"key":"prd_active_fg","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"bb7e2fca-32a0-4a9b-88f6-3164121b54a7"},{"name":"품목 데이터 생성","id":"cc5fd503-cef0-4731-80f4-db6ec0677e9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n  \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n  \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_uuid\": \"117c146f-157e-4ed6-a007-478c888a314e\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_uuid\": \"568c9603-ac4d-4f9f-a20d-5f5356a54780\",\n  \"inv_to_location_uuid\": \"66a71328-d72b-475b-af32-84965ce32397\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods","description":"<p>품목 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","prods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"92850298-acc6-403f-ab02-99db2e26288d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n  \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n  \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_uuid\": \"117c146f-157e-4ed6-a007-478c888a314e\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_uuid\": \"568c9603-ac4d-4f9f-a20d-5f5356a54780\",\n  \"inv_to_location_uuid\": \"66a71328-d72b-475b-af32-84965ce32397\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProd-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"403511f9-8a96-46b1-9988-782549d79231","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n  \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n  \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_uuid\": \"117c146f-157e-4ed6-a007-478c888a314e\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_uuid\": \"568c9603-ac4d-4f9f-a20d-5f5356a54780\",\n  \"inv_to_location_uuid\": \"66a71328-d72b-475b-af32-84965ce32397\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cc5fd503-cef0-4731-80f4-db6ec0677e9c"},{"name":"품목 데이터 수정","id":"000cd353-d0c0-4f75-b5b0-a397525f4bdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n  \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n  \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_uuid\": \"117c146f-157e-4ed6-a007-478c888a314e\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_uuid\": \"568c9603-ac4d-4f9f-a20d-5f5356a54780\",\n  \"inv_to_location_uuid\": \"66a71328-d72b-475b-af32-84965ce32397\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods","description":"<p>품목 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","prods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1494b542-0b35-424f-9eaa-71d9a7aa1bf9","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n  \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n  \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_uuid\": \"117c146f-157e-4ed6-a007-478c888a314e\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_uuid\": \"568c9603-ac4d-4f9f-a20d-5f5356a54780\",\n  \"inv_to_location_uuid\": \"66a71328-d72b-475b-af32-84965ce32397\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProd-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"94839b7b-b440-43ea-aa02-d7eb552e52a9","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n  \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n  \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_uuid\": \"117c146f-157e-4ed6-a007-478c888a314e\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_uuid\": \"568c9603-ac4d-4f9f-a20d-5f5356a54780\",\n  \"inv_to_location_uuid\": \"66a71328-d72b-475b-af32-84965ce32397\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"000cd353-d0c0-4f75-b5b0-a397525f4bdd"},{"name":"품목 데이터 수정","id":"8189b9de-8614-4b36-8254-549a6cbeb9a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n  \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n  \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_uuid\": \"117c146f-157e-4ed6-a007-478c888a314e\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_uuid\": \"568c9603-ac4d-4f9f-a20d-5f5356a54780\",\n  \"inv_to_location_uuid\": \"66a71328-d72b-475b-af32-84965ce32397\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods","description":"<p>품목 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","prods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4cbd2784-65a2-4b63-9f49-42d5ef01e90a","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n  \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n  \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_uuid\": \"117c146f-157e-4ed6-a007-478c888a314e\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_uuid\": \"568c9603-ac4d-4f9f-a20d-5f5356a54780\",\n  \"inv_to_location_uuid\": \"66a71328-d72b-475b-af32-84965ce32397\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProd-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"9f5e8c75-59e9-485c-ada7-bab494fa94f8","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_no\": \"string\",\n  \"prod_nm\": \"string\",\n  \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n  \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n  \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"rev\": \"string\",\n  \"prod_std\": \"string\",\n  \"lot_fg\": true,\n  \"use_fg\": true,\n  \"active_fg\": true,\n  \"bom_type_cd\": \"string\",\n  \"width\": 0,\n  \"length\": 0,\n  \"height\": 0,\n  \"material\": \"string\",\n  \"color\": \"string\",\n  \"weight\": 0,\n  \"thickness\": 0,\n  \"mat_order_fg\": true,\n  \"mat_unit_uuid\": \"117c146f-157e-4ed6-a007-478c888a314e\",\n  \"mat_order_min_qty\": 0,\n  \"mat_supply_days\": 0,\n  \"sal_order_fg\": true,\n  \"inv_use_fg\": true,\n  \"inv_unit_qty\": 0,\n  \"inv_safe_qty\": 0,\n  \"inv_to_store_uuid\": \"568c9603-ac4d-4f9f-a20d-5f5356a54780\",\n  \"inv_to_location_uuid\": \"66a71328-d72b-475b-af32-84965ce32397\",\n  \"qms_receive_insp_fg\": true,\n  \"qms_proc_insp_fg\": true,\n  \"qms_final_insp_fg\": true,\n  \"prd_active_fg\": true,\n  \"prd_plan_type_cd\": \"string\",\n  \"prd_min\": 0,\n  \"prd_max\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8189b9de-8614-4b36-8254-549a6cbeb9a1"},{"name":"품목 데이터 삭제","id":"d14b1e3b-d202-4bc4-85b0-fd33dc040bbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods","description":"<p>품목 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","prods"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"61c31f67-41cd-4539-ab89-e28d8b35c00b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdProd-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e05b0b25-45ec-4e62-8d50-031f3e790798","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/prods"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdProd-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdProd\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d14b1e3b-d202-4bc4-85b0-fd33dc040bbc"}],"id":"7fca0703-d80e-455e-8756-96853b5a09e1","_postman_id":"7fca0703-d80e-455e-8756-96853b5a09e1","description":""},{"name":"협력사 단가(VendorPrice)","item":[{"name":"협력사 단가 대량 데이터 입력 (Excel Upload)","id":"1e6d6807-e243-4401-bf9e-a9a94b891ac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"unit_cd\": \"string\",\n  \"price\": 0,\n  \"money_unit_cd\": \"string\",\n  \"price_type_cd\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices/excel-upload","description":"<p>협력사 단가 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","vendor-prices","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6578d045-ca6b-4984-988f-0fa48cbe371a","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"unit_cd\": \"string\",\n  \"price\": 0,\n  \"money_unit_cd\": \"string\",\n  \"price_type_cd\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdVendorPrice-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2e736fa4-1b24-4fe9-9c6e-00819db971d9","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"partner_cd\": \"string\",\n  \"prod_no\": \"string\",\n  \"rev\": \"string\",\n  \"unit_cd\": \"string\",\n  \"price\": 0,\n  \"money_unit_cd\": \"string\",\n  \"price_type_cd\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdVendorPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1e6d6807-e243-4401-bf9e-a9a94b891ac0"},{"name":"협력사 단가 데이터 단일 조회","id":"1f893157-c843-45fd-955f-b711e6ef25ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/vendor-price/:uuid","description":"<p>하나의 협력사 단가 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","vendor-price",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 협력사 단가의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"b106888e-cfcd-4fa7-b80f-111aa84560da","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/vendor-price/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","vendor-price",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 협력사 단가의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdVendorPrice-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"vendor_price_uuid\": \"a780f69f-37d7-4b1a-b537-bc8a381148b6\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"mat_order_min_qty\": 0,\n        \"qms_receive_insp_fg\": true,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n        \"price_type_cd\": \"string\",\n        \"price_type_nm\": \"string\",\n        \"price\": 0,\n        \"start_date\": \"2019-08-24\",\n        \"end_date\": \"2019-08-24\",\n        \"retroactive_price\": 0,\n        \"division\": 0,\n        \"unit_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e71730f4-2832-45fc-8164-fadc102e776f","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/vendor-price/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","vendor-price",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 협력사 단가의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdVendorPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1f893157-c843-45fd-955f-b711e6ef25ad"},{"name":"협력사 단가 데이터 조회","id":"70b584a4-61e7-4d8f-a6b0-1075cd62ccbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/vendor-prices?partner_uuid=&prod_uuid=&date=","description":"<p>협력사 단가 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","vendor-prices"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 협력사 단가를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>품목의 UUID를 입력하여 품목에 따라 협력사 단가를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":""},{"description":{"content":"<p>조회 할 협력사 단가의 기준일을 입력합니다. [YYYY-MM-DD 형태로 입력합니다.] [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"date","value":""}],"variable":[]}},"response":[{"id":"155f007e-4a2e-4a61-82f2-d9f5224bca63","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/vendor-prices?partner_uuid=&prod_uuid=&date=","host":["https://isos.iptime.org:13221"],"path":["std","vendor-prices"],"query":[{"key":"partner_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdVendorPrice-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"vendor_price_uuid\": \"a780f69f-37d7-4b1a-b537-bc8a381148b6\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"mat_order_min_qty\": 0,\n        \"qms_receive_insp_fg\": true,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n        \"price_type_cd\": \"string\",\n        \"price_type_nm\": \"string\",\n        \"price\": 0,\n        \"start_date\": \"2019-08-24\",\n        \"end_date\": \"2019-08-24\",\n        \"retroactive_price\": 0,\n        \"division\": 0,\n        \"unit_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"51cc6572-948e-4ae2-99dc-333eb5eb303b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/vendor-prices?partner_uuid=&prod_uuid=&date=","host":["https://isos.iptime.org:13221"],"path":["std","vendor-prices"],"query":[{"key":"partner_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdVendorPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"70b584a4-61e7-4d8f-a6b0-1075cd62ccbd"},{"name":"협력사 단가 데이터 생성","id":"e034ea89-2e91-4781-96c5-9a4111debc74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices","description":"<p>협력사 단가 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","vendor-prices"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"02dc767b-87e9-4520-82fc-92dd0740d949","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdVendorPrice-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"01297891-a1d6-479c-8e01-e035d1bb11b1","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdVendorPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e034ea89-2e91-4781-96c5-9a4111debc74"},{"name":"협력사 단가 데이터 수정","id":"6e5dbcba-60a0-4671-b27d-6be4a1bad624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices","description":"<p>협력사 단가 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","vendor-prices"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3327264a-9792-45ef-85ba-d180aef3d191","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdVendorPrice-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"30078a27-26fb-4ef3-b3d4-f356b16debc1","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdVendorPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6e5dbcba-60a0-4671-b27d-6be4a1bad624"},{"name":"협력사 단가 데이터 수정","id":"69b9ff03-825f-4953-8226-f7b10a94b042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices","description":"<p>협력사 단가 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","vendor-prices"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"804e5c09-4712-4881-9153-d2c98677a4ff","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdVendorPrice-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"37c7ff99-f6b4-404b-9971-03a9861669ef","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"price\": 0,\n  \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n  \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n  \"start_date\": \"2019-08-24\",\n  \"retroactive_price\": 0,\n  \"division\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdVendorPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"69b9ff03-825f-4953-8226-f7b10a94b042"},{"name":"협력사 단가 데이터 삭제","id":"12db8324-1ac9-4544-8a35-c2cff1ef07ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices","description":"<p>협력사 단가 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","vendor-prices"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ac4aedb2-93cc-4566-a9fd-f41e1d8a0937","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdVendorPrice-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"9201adf9-c6fb-4914-a9ad-4d32f7143017","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/vendor-prices"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdVendorPrice-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdVendorPrice\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"12db8324-1ac9-4544-8a35-c2cff1ef07ae"}],"id":"9c0e0bb7-c6cf-4533-9180-1f591a6f7034","_postman_id":"9c0e0bb7-c6cf-4533-9180-1f591a6f7034","description":""},{"name":"화폐단위(MoneyUnit)","item":[{"name":"화폐단위 대량 데이터 입력 (Excel Upload)","id":"3b83f218-1e04-44a0-bd12-375e264f7a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units/excel-upload","description":"<p>화폐단위 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","money-units","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fe802cdb-75f3-438e-bcc7-c51da6b79a71","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdMoneyUnit-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"bba25162-6ccd-446c-a4cf-4550f1808959","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdMoneyUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3b83f218-1e04-44a0-bd12-375e264f7a5a"},{"name":"화폐단위 데이터 단일 조회","id":"95230ec0-013a-4850-b046-892710f9ce05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/money-unit/:uuid","description":"<p>하나의 화폐단위 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","money-unit",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 화폐단위의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"6ba415bf-7303-4418-8ef8-f682a55ef33f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/money-unit/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","money-unit",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 화폐단위의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdMoneyUnit-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"9ec1d423-67b7-4b82-8bdd-a993fd4f403a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/money-unit/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","money-unit",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 화폐단위의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdMoneyUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"95230ec0-013a-4850-b046-892710f9ce05"},{"name":"화폐단위 데이터 조회","id":"4a4f3a1e-7f28-49f2-9e06-6362eb473e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/money-units","description":"<p>화폐단위 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","money-units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b2e6457c-ce90-4152-ab80-7bad6aa80697","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/money-units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdMoneyUnit-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"00eef56a-29b1-455c-9a94-39d75b3e66ae","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/money-units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdMoneyUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4a4f3a1e-7f28-49f2-9e06-6362eb473e05"},{"name":"화폐단위 데이터 생성","id":"537eff2b-dd38-46df-9746-ba5ac35e64b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units","description":"<p>화폐단위 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","money-units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ba3a5405-988b-4889-93e0-acb9960df116","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdMoneyUnit-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c5cf5a84-d867-45a9-b17a-003999d8abe7","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdMoneyUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"537eff2b-dd38-46df-9746-ba5ac35e64b9"},{"name":"화폐단위 데이터 수정","id":"38c882ba-6d98-427b-9198-d6bf4826ae1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units","description":"<p>화폐단위 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","money-units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a1131940-c990-4667-8a7a-835984ae1c88","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdMoneyUnit-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0766b736-bf3f-4dd7-b54c-c6a168714796","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdMoneyUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"38c882ba-6d98-427b-9198-d6bf4826ae1d"},{"name":"화폐단위 데이터 수정","id":"653d205a-3ded-4cee-9ed1-1341a9189621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units","description":"<p>화폐단위 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","money-units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"58937114-fda5-4055-af0b-54d09054735c","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdMoneyUnit-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"02faaa7c-dd23-4254-8d6a-fd4ea1be0ebe","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"money_unit_cd\": \"string\",\n  \"money_unit_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdMoneyUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"653d205a-3ded-4cee-9ed1-1341a9189621"},{"name":"화폐단위 데이터 삭제","id":"fc2db6f0-9e17-4fc6-b6e3-c6e4670c1299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units","description":"<p>화폐단위 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","money-units"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ecabf396-7508-47a0-abb5-68aa1d297030","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdMoneyUnit-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0e9fe929-068e-4e9c-970c-e102050de84b","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/money-units"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdMoneyUnit-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdMoneyUnit\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fc2db6f0-9e17-4fc6-b6e3-c6e4670c1299"}],"id":"6a2621c9-1419-4674-a04b-69065d465010","_postman_id":"6a2621c9-1419-4674-a04b-69065d465010","description":""},{"name":"회사(Company)","item":[{"name":"회사 대량 데이터 입력 (Excel Upload)","id":"4302b1b2-1c1f-4ff6-bf47-3683ac157998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies/excel-upload","description":"<p>회사 데이터를 대량으로 생성 및 수정합니다. <br />\nuuid를 기준으로 데이터를 생성 및 수정합니다. <br />\nuuid가 없는 항목은 생성, 있는 항목은 수정을 진행합니다. <br />\nExcel Upload에 사용합니다.</p>\n","urlObject":{"path":["std","companies","excel-upload"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"090c248f-147c-4029-87bf-16a23231c336","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies/excel-upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCompany-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"021ad937-7ea5-4641-9b41-e1e1c40cb17e","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies/excel-upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCompany-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4302b1b2-1c1f-4ff6-bf47-3683ac157998"},{"name":"회사 데이터 단일 조회","id":"82e11381-947e-4261-885d-69c44b8287f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/company/:uuid","description":"<p>하나의 회사 데이터를 조회합니다.</p>\n","urlObject":{"path":["std","company",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 회사의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"1a46f128-7ef1-48b0-a4d1-b7de05982a90","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/company/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","company",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 회사의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCompany-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"company_uuid\": \"aba69bec-94b3-48e8-9737-4f951465d0f8\",\n        \"company_nm\": \"string\",\n        \"company_no\": \"string\",\n        \"boss_nm\": \"string\",\n        \"tel\": \"string\",\n        \"fax\": \"string\",\n        \"post\": \"string\",\n        \"addr\": \"string\",\n        \"addr_detail\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"63b9b2fc-2b39-445d-aba9-a3a633524f0d","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/std/company/:uuid","host":["https://isos.iptime.org:13221"],"path":["std","company",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 회사의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCompany-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"82e11381-947e-4261-885d-69c44b8287f4"},{"name":"회사 데이터 조회","id":"ec3f6261-4be9-4bfb-a75e-f633ec7abab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/companies","description":"<p>회사 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["std","companies"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a40288eb-8038-4a4a-996c-28e58b489262","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCompany-S-0000\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"company_uuid\": \"aba69bec-94b3-48e8-9737-4f951465d0f8\",\n        \"company_nm\": \"string\",\n        \"company_no\": \"string\",\n        \"boss_nm\": \"string\",\n        \"tel\": \"string\",\n        \"fax\": \"string\",\n        \"post\": \"string\",\n        \"addr\": \"string\",\n        \"addr_detail\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"083813a3-2b4e-4bf1-a555-d8f0a25f97ab","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/std/companies"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCompany-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ec3f6261-4be9-4bfb-a75e-f633ec7abab9"},{"name":"회사 데이터 생성","id":"5736622e-8730-4993-9f36-8081693b59d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies","description":"<p>회사 데이터를 생성합니다.</p>\n","urlObject":{"path":["std","companies"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f4a3168e-dd5f-4ad5-a956-f9e3cefcc09d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCompany-S-0001\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a5b991cc-1c63-4e50-948c-b99080dfb6e1","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCompany-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5736622e-8730-4993-9f36-8081693b59d7"},{"name":"회사 데이터 수정","id":"c31a9761-9562-4427-9289-c44ef7162203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies","description":"<p>회사 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["std","companies"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a3ebb745-1188-4f41-9bad-8f47a0fd1f60","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCompany-S-0002\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e187268a-1827-4aae-8610-ab1a3f558f34","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCompany-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c31a9761-9562-4427-9289-c44ef7162203"},{"name":"회사 데이터 수정","id":"6afe13dc-65bd-4fa9-a823-b48119564ab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies","description":"<p>회사 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["std","companies"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"eff17e63-ec6d-4199-b529-5a8bdb78f763","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCompany-S-0003\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2fcd06a7-bfab-4c1c-9ef7-d7a7c6af8111","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"company_nm\": \"string\",\n  \"company_no\": \"string\",\n  \"boss_nm\": \"string\",\n  \"tel\": \"string\",\n  \"fax\": \"string\",\n  \"post\": \"string\",\n  \"addr\": \"string\",\n  \"addr_detail\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCompany-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6afe13dc-65bd-4fa9-a823-b48119564ab9"},{"name":"회사 데이터 삭제","id":"fe2b0708-6bc0-43d7-80a6-e05bb590be4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies","description":"<p>회사 데이터를 삭제합니다.</p>\n","urlObject":{"path":["std","companies"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"400ab2ec-4010-4ce3-a392-be621559fae0","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"stdCompany-S-0004\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5dd9e73a-0611-418e-9dce-74fba699131a","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/std/companies"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"stdCompany-E-9999\",\n  \"state\": {\n      \"state_tag\": \"stdCompany\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fe2b0708-6bc0-43d7-80a6-e05bb590be4c"}],"id":"c92f3bb8-cb2b-430a-8e5e-befec733e0b7","_postman_id":"c92f3bb8-cb2b-430a-8e5e-befec733e0b7","description":""}],"id":"7677f02d-91a5-4dbb-96c8-1eaa8e02449d","_postman_id":"7677f02d-91a5-4dbb-96c8-1eaa8e02449d","description":""},{"name":"mat","item":[{"name":"자재공정출고(Release)","item":[{"name":"자재공정출고현황 데이터 조회","id":"94297151-6242-4d57-a470-bc5b74d946c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/releases/report?factory_uuid=&sort_type=&start_date=&end_date=","description":"<p>자재공정출고현황을 조회합니다.</p>\n","urlObject":{"path":["mat","releases","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재공정출고현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 공정출고현황을 기준에 따라 정렬하여 조회합니다..<br />\n[store] 창고 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 발주일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>공정출고현황을 조회할 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>공정출고현황을 조회할 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"8d6c18fc-49a9-47fe-9dfc-1fbb58823b5d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/releases/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","releases","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matRelease-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": null,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"demand_qty\": 0,\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n        \"dept_cd\": \"string\",\n        \"dept_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"69d8f8a8-d435-4521-871b-93ba4bca9dcf","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/releases/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","releases","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"94297151-6242-4d57-a470-bc5b74d946c0"},{"name":"자재공정출고 데이터 단일 조회","id":"2e117c7a-e574-4d04-8e09-762452e430a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/release/:uuid","description":"<p>하나의 자재공정출고 데이터를 조회합니다.</p>\n","urlObject":{"path":["mat","release",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 자재공정출고의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"b46951b2-846a-45b7-9676-99b7e5bba7f9","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/release/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","release",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재공정출고의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matRelease-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": null,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"demand_id\": 0,\n        \"demand_type_cd\": \"string\",\n        \"demand_type_nm\": \"string\",\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"81e4e041-57d0-4b05-9672-16d7e73670c3","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/release/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","release",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재공정출고의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2e117c7a-e574-4d04-8e09-762452e430a7"},{"name":"자재공정출고 데이터 조회","id":"662a451b-28ff-4cf0-80e4-a9462d279f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/releases?factory_uuid=&start_date=&end_date=","description":"<p>자재공정출고 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["mat","releases"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재공정출고 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 자재공정출고 이력을 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 자재공정출고 이력을 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"e7192964-5bd0-4c05-890e-78bd6c882968","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/releases?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","releases"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matRelease-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": null,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"demand_uuid\": \"7411bf77-4af8-4731-a59a-c6106ccc7d2e\",\n        \"demand_type_cd\": \"string\",\n        \"demand_type_nm\": \"string\",\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"82cc7b36-ca63-48bb-86af-046305fb225e","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/releases?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","releases"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"662a451b-28ff-4cf0-80e4-a9462d279f1c"},{"name":"자재공정출고 데이터 생성","id":"f2a8d8ec-f797-4e37-8674-1427f01f76d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"demand_uuid\": \"7411bf77-4af8-4731-a59a-c6106ccc7d2e\",\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\",\r\n  \"barcode\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases","description":"<p>자재공정출고 데이터를 생성합니다.</p>\n","urlObject":{"path":["mat","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fc6fff51-06b9-48a1-9e3d-f28ab7b6bd26","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"demand_uuid\": \"7411bf77-4af8-4731-a59a-c6106ccc7d2e\",\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\",\r\n  \"barcode\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matRelease-S-0001\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"fd1f0fdb-69fd-428d-a795-96ea77ec78b2","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"demand_uuid\": \"7411bf77-4af8-4731-a59a-c6106ccc7d2e\",\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\",\r\n  \"barcode\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f2a8d8ec-f797-4e37-8674-1427f01f76d1"},{"name":"자재공정출고 데이터 수정","id":"de14c23a-5c50-4e78-a3d1-8335f41e4a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases","description":"<p>자재공정출고 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["mat","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a9a3f9ae-4c49-433e-9614-2d206a57bbee","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matRelease-S-0002\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"73a34e93-0fba-49f1-9b98-ed174c6f5a3d","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"de14c23a-5c50-4e78-a3d1-8335f41e4a05"},{"name":"자재공정출고 데이터 수정","id":"4fffef14-a2e7-4d5f-b592-04ccd2bc07ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases","description":"<p>자재공정출고 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["mat","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ab9db8df-bec7-4932-9630-22cd51e53bf7","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matRelease-S-0003\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"580fe892-9818-4734-bf16-d478271bc2d1","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4fffef14-a2e7-4d5f-b592-04ccd2bc07ed"},{"name":"자재공정출고 데이터 삭제","id":"fad57baf-2dee-43eb-9d61-91e20892fcce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases","description":"<p>자재공정출고 데이터를 삭제합니다.</p>\n","urlObject":{"path":["mat","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4fedfcf1-e43b-49ce-9901-a6e8d233f302","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matRelease-S-0004\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"eb95b8aa-86bc-4adf-bcd9-352d60c27e84","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fad57baf-2dee-43eb-9d61-91e20892fcce"}],"id":"18d351d9-5db2-4b7f-9d8d-0e65c90f69de","_postman_id":"18d351d9-5db2-4b7f-9d8d-0e65c90f69de","description":""},{"name":"자재반출(Return)","item":[{"name":"자재반출현황 데이터 조회","id":"50125771-f8b2-4251-8dfe-e3deec03c9d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/returns/report?factory_uuid=&sort_type=&start_date=&end_date=","description":"<p>자재반출현황을 조회합니다.</p>\n","urlObject":{"path":["mat","returns","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재반출현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 반출현황을 기준에 따라 정렬하여 조회합니다.<br />\n[partner] 거래처 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 발주일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>반출현황을 조회할 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>반출현황을 조회할 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"9b235e0a-44cb-403b-861e-e45e78bc6cf6","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/returns/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","returns","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_detail_uuid\": \"3cd6f6d2-15b7-4661-8872-90fdb1e37712\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"convert_value\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"supply_price\": 0,\n        \"tax\": 0,\n        \"total_price\": 0,\n        \"receive_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"9134022e-feff-4047-91b2-090dfa2ff552","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/returns/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","returns","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"50125771-f8b2-4251-8dfe-e3deec03c9d3"},{"name":"자재반출 데이터 단일 조회","id":"b550ddd3-1cc3-4cc2-aed2-e8ce86b17db5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/return/:uuid","description":"<p>하나의 자재반출 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","return",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 자재반출의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"cc029307-62b1-4061-88e4-8475b2a2d424","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/return/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","return",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재반출의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n        \"supplier_cd\": \"string\",\n        \"supplier_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"receive_stmt_no\": \"string\",\n        \"receive_date\": \"2019-08-24T14:15:22Z\",\n        \"receive_total_price\": 0,\n        \"receive_total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"37306de5-b7c4-4090-b4fa-755d19c8621b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/return/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","return",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재반출의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b550ddd3-1cc3-4cc2-aed2-e8ce86b17db5"},{"name":"단일 자재반출 전표 기준 하위 상세 데이터 조회","id":"fcf0e64a-b021-4485-9a1a-06df6697bfba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/return/:uuid/details?factory_uuid=&partner_uuid=","description":"<p>하나의 자재반출 전표 기준 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","return",":uuid","details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재반출 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 자재반출 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 자재반출의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"d1e9b955-f5af-4ef2-8935-13a1c3a859c2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/return/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["mat","return",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재반출의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_detail_uuid\": \"3cd6f6d2-15b7-4661-8872-90fdb1e37712\",\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"receive_qty\": 0,\n        \"qty\": 0,\n        \"convert_value\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"72f2a26f-0bd3-4e77-822e-b5d481d757d7","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/return/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["mat","return",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재반출의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fcf0e64a-b021-4485-9a1a-06df6697bfba"},{"name":"자재반출 데이터 및 하위 상세 데이터 조회","id":"2597cabc-2c92-4970-809e-77db02902d8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/return/:uuid/include-details?factory_uuid=&partner_uuid=","description":"<p>하나의 자재반출 데이터와 하위 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","return",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재반출 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 자재반출 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 자재반출의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"71356cf9-83cf-40bd-aa3e-734fc757f09a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/return/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["mat","return",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재반출의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n          \"partner_cd\": \"string\",\n          \"partner_nm\": \"string\",\n          \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n          \"supplier_cd\": \"string\",\n          \"supplier_nm\": \"string\",\n          \"stmt_no\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"total_price\": 0,\n          \"total_qty\": 0,\n          \"receive_stmt_no\": \"string\",\n          \"receive_date\": \"2019-08-24T14:15:22Z\",\n          \"receive_total_price\": 0,\n          \"receive_total_qty\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"return_detail_uuid\": \"3cd6f6d2-15b7-4661-8872-90fdb1e37712\",\n            \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n            \"seq\": 0,\n            \"stmt_no\": \"string\",\n            \"stmt_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n            \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n            \"prod_no\": \"string\",\n            \"prod_nm\": \"string\",\n            \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n            \"item_type_cd\": \"string\",\n            \"item_type_nm\": \"string\",\n            \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n            \"prod_type_cd\": \"string\",\n            \"prod_type_nm\": \"string\",\n            \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n            \"model_cd\": \"string\",\n            \"model_nm\": \"string\",\n            \"rev\": \"string\",\n            \"prod_std\": \"string\",\n            \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n            \"unit_cd\": \"string\",\n            \"unit_nm\": \"string\",\n            \"lot_no\": \"string\",\n            \"receive_qty\": 0,\n            \"qty\": 0,\n            \"convert_value\": 0,\n            \"price\": 0,\n            \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n            \"money_unit_cd\": \"string\",\n            \"money_unit_nm\": \"string\",\n            \"exchange\": \"string\",\n            \"total_price\": 0,\n            \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n            \"from_store_cd\": \"string\",\n            \"from_store_nm\": \"string\",\n            \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n            \"from_location_cd\": \"string\",\n            \"from_location_nm\": \"string\",\n            \"remark\": \"string\",\n            \"barcode\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"ae6d8a15-59ae-4487-90c6-c28695fc419b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/return/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["mat","return",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재반출의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2597cabc-2c92-4970-809e-77db02902d8a"},{"name":"자재반출 데이터 조회","id":"fa4de158-7d9d-41a7-acbf-feaf84d10185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/returns?factory_uuid=&start_date=&end_date=","description":"<p>자재반출 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","returns"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재반출 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 반출전표를 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 반출전표를 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"60f01e0e-6cf9-479d-ab16-8972996ffcf1","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/returns?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","returns"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n        \"supplier_cd\": \"string\",\n        \"supplier_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"receive_stmt_no\": \"string\",\n        \"receive_date\": \"2019-08-24T14:15:22Z\",\n        \"receive_total_price\": 0,\n        \"receive_total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8af607d2-c226-4d2c-94e9-40847f2f2049","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/returns?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","returns"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fa4de158-7d9d-41a7-acbf-feaf84d10185"},{"name":"자재반출 데이터 생성","id":"11cdc91c-2756-4b6c-833e-fa71ca1c1e12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"convert_value\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n      \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n      \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns","description":"<p>자재반출 전표 신규생성 및 상세전표를 추가 생성합니다. <br />\n상세전표 추가 생성시 header에 전표의 uuid를 입력해야 합니다.</p>\n","urlObject":{"path":["mat","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"34975dd7-a4ed-4086-ade4-6d17f15abe3b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"convert_value\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n      \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n      \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReturn-S-0001\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"20aa01d6-b772-4f2c-b64e-1621b0a3706a","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"convert_value\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n      \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n      \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"11cdc91c-2756-4b6c-833e-fa71ca1c1e12"},{"name":"자재반출 데이터 수정","id":"ae23a9a3-dd53-4c77-95f2-922d027e7d40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"convert_value\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns","description":"<p>자재반출 전표 및 하위 상세전표 데이터를 수정합니다.</p>\n","urlObject":{"path":["mat","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e5f84a37-2cec-4d8b-b680-942fe0fac015","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"convert_value\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReturn-S-0002\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b250f07c-bd55-4ae3-8a0d-c58d321ca683","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"convert_value\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ae23a9a3-dd53-4c77-95f2-922d027e7d40"},{"name":"자재반출 데이터 수정","id":"481e3e93-7d88-414a-8377-a9bf036acfb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"convert_value\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns","description":"<p>자재반출 전표 및 하위 상세전표 데이터를 부분 수정합니다.</p>\n","urlObject":{"path":["mat","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"69494a9a-bf4f-4191-89c1-b8b91a94c223","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"convert_value\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReturn-S-0003\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"718f04d2-36c8-410b-966e-dd148a4e2760","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"convert_value\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"481e3e93-7d88-414a-8377-a9bf036acfb3"},{"name":"자재반출 데이터 삭제","id":"78575107-f7a3-489a-b959-d126e5b0b4d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns","description":"<p>자재반출 전표 및 하위 상세전표 데이터를 삭제합니다. <br />\n전표의 하위 상세전표가 모두 삭제되는 경우 전표를 삭제합니다.</p>\n","urlObject":{"path":["mat","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"766d0ad4-85b6-447e-b525-7d1aaebb6c90","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReturn-S-0004\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e48e5691-db81-47c1-97f9-a9aaaee9ef3f","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"78575107-f7a3-489a-b959-d126e5b0b4d7"}],"id":"00d87fdd-41ad-44e5-b798-028da67ad314","_postman_id":"00d87fdd-41ad-44e5-b798-028da67ad314","description":""},{"name":"자재반출상세(ReturnDetail)","item":[{"name":"자재반출 상세 데이터 단일 조회","id":"e076731a-2326-4528-abc8-e27c3c2f17ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/return-detail/:uuid","description":"<p>하나의 자재반출 상세 데이터를 조회합니다. </p>\n","urlObject":{"path":["mat","return-detail",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 자재반출상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"8272c8ec-9bc9-469a-9be7-ea236996b140","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/return-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","return-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재반출상세의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReturnDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReturnDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_detail_uuid\": \"3cd6f6d2-15b7-4661-8872-90fdb1e37712\",\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"receive_qty\": 0,\n        \"qty\": 0,\n        \"convert_value\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"location_cd\": \"string\",\n        \"location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"3481bf2b-1101-42a1-8bc9-5d507256f7cd","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/return-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","return-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재반출상세의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReturnDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReturnDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e076731a-2326-4528-abc8-e27c3c2f17ab"},{"name":"자재반출 상세 데이터 조회","id":"0bfc6ede-159f-470a-ae90-8d7c94e06807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/return-details?factory_uuid=&partner_uuid=&start_date=&end_date=","description":"<p>자재반출 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","return-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재반출 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 자재반출 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>상세 반출전표를 조회할 반출전표 기준 시작일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 반출전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>상세 반출전표를 조회할 반출전표 기준 종료일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 반출전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"3e760383-b1a1-49ce-9d35-3a9973197c3a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/return-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","return-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReturnDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReturnDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_detail_uuid\": \"3cd6f6d2-15b7-4661-8872-90fdb1e37712\",\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"receive_qty\": 0,\n        \"qty\": 0,\n        \"convert_value\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"location_cd\": \"string\",\n        \"location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"dda605fb-3213-48e6-9cac-33e878954ac2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/return-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","return-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReturnDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReturnDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0bfc6ede-159f-470a-ae90-8d7c94e06807"}],"id":"0c840d7d-dc18-46c5-82b0-a66325276276","_postman_id":"0c840d7d-dc18-46c5-82b0-a66325276276","description":""},{"name":"자재발주(Order)","item":[{"name":"자재발주현황 데이터 조회","id":"748ed351-7824-463a-bf28-cb6654d7cbea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/orders/report?factory_uuid=&complete_state=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","description":"<p>자재발주현황을 조회합니다.</p>\n","urlObject":{"path":["mat","orders","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재발주현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 발주현황을 구매완료여부에 따라 조회합니다.<br />\n[all] 전체 조회 <br />\n[complete] 구매 완료항목만 조회 <br />\n[incomplete] 구매 미완료항목만 조회</p>\n","type":"text/plain"},"key":"complete_state","value":""},{"description":{"content":"<p>(Required) 발주현황을 기준에 따라 정렬하여 조회합니다.<br />\n[partner] 거래처 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 발주일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>발주현황을 조회할 발주전표 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 발주전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_reg_date","value":""},{"description":{"content":"<p>발주현황을 조회할 발주전표 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 발주전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_reg_date","value":""},{"description":{"content":"<p>발주현황을 조회할 기준 납기 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_due_date","value":""},{"description":{"content":"<p>발주현황을 조회할 기준 납기 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_due_date","value":""}],"variable":[]}},"response":[{"id":"59ac7124-d797-4b93-90df-6b70656d9265","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/orders/report?factory_uuid=&complete_state=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["mat","orders","report"],"query":[{"key":"factory_uuid","value":""},{"key":"complete_state","value":""},{"key":"sort_type","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"due_date\": \"2019-08-24T14:15:22Z\",\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"supply_price\": 0,\n        \"tax\": 0,\n        \"total_price\": 0,\n        \"receive_qty\": 0,\n        \"balance\": 0,\n        \"complete_state\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"621415b7-449d-4192-8b72-7586b1d15e6d","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/orders/report?factory_uuid=&complete_state=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["mat","orders","report"],"query":[{"key":"factory_uuid","value":""},{"key":"complete_state","value":""},{"key":"sort_type","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"748ed351-7824-463a-bf28-cb6654d7cbea"},{"name":"자재발주 데이터 단일 조회","id":"92dcbeae-c5db-4dc1-ba22-854b29b212bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/order/:uuid","description":"<p>하나의 자재발주 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","order",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 자재발주의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"1c8a485e-a705-4df3-a955-15414ca19d89","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/order/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","order",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재발주의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"42b7c64a-e592-4d9b-ad2f-52a821ebb849","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/order/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","order",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재발주의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"92dcbeae-c5db-4dc1-ba22-854b29b212bf"},{"name":"단일 자재발주 전표 기준 하위 상세 데이터 조회","id":"c092b986-1ca7-4250-aa6f-d314dc5f535b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/order/:uuid/details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","description":"<p>하나의 자재발주 전표 기준 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","order",":uuid","details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재발주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 자재발주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>(Required) 상세 발주전표를 구매완료여부에 따라 조회합니다.<br />\n[all] 전체 조회 <br />\n[complete] 구매 완료항목만 조회 <br />\n[incomplete] 구매 미완료항목만 조회</p>\n","type":"text/plain"},"key":"complete_state","value":""},{"description":{"content":"<p>상세 발주전표를 조회할 기준 납기 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_due_date","value":""},{"description":{"content":"<p>상세 발주전표를 조회할 기준 납기 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_due_date","value":""}],"variable":[{"description":{"content":"<p>(Required) 자재발주의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"138753d1-9460-4517-891a-7eda0eb3e3e2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/order/:uuid/details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["mat","order",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재발주의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_fg\": true,\n        \"complete_state\": \"string\",\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"due_date\": \"2019-08-24T14:15:22Z\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"91cfd5c7-2ce6-4f19-aeef-e535713bd77b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/order/:uuid/details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["mat","order",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재발주의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c092b986-1ca7-4250-aa6f-d314dc5f535b"},{"name":"자재발주 데이터 및 하위 상세 데이터 조회","id":"dcca50f8-4865-4649-9a13-9a27d42d0f1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/order/:uuid/include-details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","description":"<p>하나의 자재발주 데이터와 하위 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","order",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재발주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 자재발주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>(Required) 상세 발주전표를 구매완료여부에 따라 조회합니다.<br />\n[all] 전체 조회 <br />\n[complete] 구매 완료항목만 조회 <br />\n[incomplete] 구매 미완료항목만 조회</p>\n","type":"text/plain"},"key":"complete_state","value":""},{"description":{"content":"<p>상세 발주전표를 조회할 기준 납기 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_due_date","value":""},{"description":{"content":"<p>상세 발주전표를 조회할 기준 납기 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_due_date","value":""}],"variable":[{"description":{"content":"<p>(Required) 자재발주의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"67bab460-0060-41a7-86cf-5b20832f5d5e","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/order/:uuid/include-details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["mat","order",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재발주의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n          \"partner_cd\": \"string\",\n          \"partner_nm\": \"string\",\n          \"stmt_no\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"total_price\": 0,\n          \"total_qty\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n            \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n            \"seq\": 0,\n            \"stmt_no\": \"string\",\n            \"stmt_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n            \"prod_no\": \"string\",\n            \"prod_nm\": \"string\",\n            \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n            \"item_type_cd\": \"string\",\n            \"item_type_nm\": \"string\",\n            \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n            \"prod_type_cd\": \"string\",\n            \"prod_type_nm\": \"string\",\n            \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n            \"model_cd\": \"string\",\n            \"model_nm\": \"string\",\n            \"rev\": \"string\",\n            \"prod_std\": \"string\",\n            \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n            \"unit_cd\": \"string\",\n            \"unit_nm\": \"string\",\n            \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n            \"to_store_cd\": \"string\",\n            \"to_store_nm\": \"string\",\n            \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n            \"to_location_cd\": \"string\",\n            \"to_location_nm\": \"string\",\n            \"qty\": 0,\n            \"balance\": 0,\n            \"complete_fg\": true,\n            \"complete_state\": \"string\",\n            \"price\": 0,\n            \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n            \"money_unit_cd\": \"string\",\n            \"money_unit_nm\": \"string\",\n            \"exchange\": \"string\",\n            \"total_price\": 0,\n            \"unit_qty\": 0,\n            \"due_date\": \"2019-08-24T14:15:22Z\",\n            \"remark\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"248ed020-fb34-43a0-9492-1c398c76d6a5","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/order/:uuid/include-details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["mat","order",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재발주의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"dcca50f8-4865-4649-9a13-9a27d42d0f1d"},{"name":"자재발주 데이터 조회","id":"25c62e81-8824-4880-b94b-e13acdacdcff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/orders?factory_uuid=&start_date=&end_date=","description":"<p>자재발주 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","orders"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재발주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 발주전표를 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 발주전표를 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"be8c11a4-89a8-4ab7-a1b4-cd71ebcb2069","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/orders?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","orders"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"aaf1846e-1fd1-4ee6-8d3e-ecfa43a1e82b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/orders?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","orders"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"25c62e81-8824-4880-b94b-e13acdacdcff"},{"name":"자재발주 데이터 생성","id":"fa99db36-1824-4f3d-967f-4692e04ce0c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders","description":"<p>자재발주 전표 신규생성 및 상세전표를 추가 생성합니다. <br />\n상세전표 추가 생성시 header에 전표의 uuid를 입력해야 합니다.</p>\n","urlObject":{"path":["mat","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a55f8557-60f4-4efa-bbf3-3aa5e3d8ad46","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrder-S-0001\",\n  \"state\": {\n      \"state_tag\": \"matOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"61ed8fe7-3a61-468e-a6e8-7c1eb66e0baa","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fa99db36-1824-4f3d-967f-4692e04ce0c6"},{"name":"자재발주 데이터 수정","id":"2530079a-18ec-47f2-b29c-0576e1d928f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders","description":"<p>자재발주 전표 및 하위 상세전표 데이터를 수정합니다.</p>\n","urlObject":{"path":["mat","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9618accf-3fba-4ead-b1cf-987b3257915b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrder-S-0002\",\n  \"state\": {\n      \"state_tag\": \"matOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f55a2648-6e2e-43c3-8d75-004a625da47d","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2530079a-18ec-47f2-b29c-0576e1d928f9"},{"name":"자재발주 데이터 수정","id":"138189b0-2270-4409-a0c5-6f74b46898c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders","description":"<p>자재발주 전표 및 하위 상세전표 데이터를 부분 수정합니다.</p>\n","urlObject":{"path":["mat","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b3c7f22e-4934-4636-a477-742c610f3d79","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrder-S-0003\",\n  \"state\": {\n      \"state_tag\": \"matOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"385d3991-eaf1-4e99-b6f0-fde23c648624","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"138189b0-2270-4409-a0c5-6f74b46898c8"},{"name":"자재발주 데이터 삭제","id":"477f22a0-0829-4fb0-a03f-9b03ec11e047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders","description":"<p>자재발주 전표 및 하위 상세전표 데이터를 삭제합니다. <br />\n전표의 하위 상세전표가 모두 삭제되는 경우 전표를 삭제합니다.</p>\n","urlObject":{"path":["mat","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d1222419-070e-4cea-b8af-e8cc96a1a7f6","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrder-S-0004\",\n  \"state\": {\n      \"state_tag\": \"matOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8eabfcbe-a00a-48e6-802b-378c72f87c95","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"477f22a0-0829-4fb0-a03f-9b03ec11e047"}],"id":"f47de216-bba2-4076-b1da-572a71fc785e","_postman_id":"f47de216-bba2-4076-b1da-572a71fc785e","description":""},{"name":"자재발주상세(OrderDetail)","item":[{"name":"자재발주 완료여부 수정","id":"ef6ee45e-9494-4bbd-935e-be0980b433c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/order-details/complete","description":"<p>발주 데이터의 완료여부를 수정합니다.</p>\n","urlObject":{"path":["mat","order-details","complete"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"de3a1255-f71b-4ad2-a8dd-b533dbf30db1","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/order-details/complete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrderDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matOrderDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"62303529-8c28-4866-80c9-4b4f95aa54f9","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/order-details/complete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matOrderDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matOrderDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ef6ee45e-9494-4bbd-935e-be0980b433c3"},{"name":"자재발주 상세 데이터 단일 조회","id":"ca1e4c47-a82f-4839-8480-5d737dc57f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/order-detail/:uuid","description":"<p>하나의 자재발주 상세 데이터를 조회합니다.</p>\n","urlObject":{"path":["mat","order-detail",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 자재발주상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"0a75e393-3495-4cf4-8e71-1e028eb00940","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/order-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","order-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재발주상세의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrderDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matOrderDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_fg\": true,\n        \"complete_state\": \"string\",\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"due_date\": \"2019-08-24T14:15:22Z\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ea2b359b-56d0-489c-a782-d5a41f57bab1","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/order-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","order-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재발주상세의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matOrderDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matOrderDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ca1e4c47-a82f-4839-8480-5d737dc57f03"},{"name":"자재발주 상세 데이터 조회","id":"c70923f4-19fb-488d-a675-ebc1d50d8337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/order-details?factory_uuid=&partner_uuid=&complete_state=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","description":"<p>자재발주 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","order-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재발주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 자재발주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>(Required) 상세 발주전표를 구매완료여부에 따라 조회합니다.<br />\n[all] 전체 조회 <br />\n[complete] 구매 완료항목만 조회 <br />\n[incomplete] 구매 미완료항목만 조회</p>\n","type":"text/plain"},"key":"complete_state","value":""},{"description":{"content":"<p>상세 발주전표를 조회할 발주전표 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 발주전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_reg_date","value":""},{"description":{"content":"<p>상세 발주전표를 조회할 발주전표 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 발주전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_reg_date","value":""},{"description":{"content":"<p>상세 발주전표를 조회할 기준 납기 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_due_date","value":""},{"description":{"content":"<p>상세 발주전표를 조회할 기준 납기 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_due_date","value":""}],"variable":[]}},"response":[{"id":"8879d1da-b3cb-47c2-9e47-ccaa46567095","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/order-details?factory_uuid=&partner_uuid=&complete_state=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["mat","order-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matOrderDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matOrderDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_fg\": true,\n        \"complete_state\": \"string\",\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"due_date\": \"2019-08-24T14:15:22Z\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"7803009e-9073-41e8-a548-6aebe8618d76","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/order-details?factory_uuid=&partner_uuid=&complete_state=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["mat","order-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matOrderDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matOrderDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c70923f4-19fb-488d-a675-ebc1d50d8337"}],"id":"a9a39b66-58ba-498b-8850-51e6ecb83f53","_postman_id":"a9a39b66-58ba-498b-8850-51e6ecb83f53","description":""},{"name":"자재입하(Receive)","item":[{"name":"입하기준 lot 추적현황 데이터 조회","id":"33894a1c-7b12-4bec-873b-b5dc192ec180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/receives/lot-tracking?factory_uuid=&prod_uuid=&lot_no=","description":"<p>입하기준 lot 추적현황을 조회합니다.</p>\n","urlObject":{"path":["mat","receives","lot-tracking"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 공장의 UUID를 입력하여 공장에 따라 입하기준 lot 추적현황 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 입하되는 품번의 UUID를 입력하여 입하품번에 따라 입하기준 lot 추적현황 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"prod_uuid","value":""},{"description":{"content":"<p>(Required) 입하되는 lot_no를 입력하여 입하lot_no에 따라 입하기준 lot 추적현황 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"lot_no","value":""}],"variable":[]}},"response":[{"id":"7deec2ac-cbf9-40d7-a9c9-d76ab6ea0b43","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receives/lot-tracking?factory_uuid=&prod_uuid=&lot_no=","host":["https://isos.iptime.org:13221"],"path":["mat","receives","lot-tracking"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"lot_no","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceive-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"input_prod_no\": \"string\",\n        \"input_item_type_cd\": \"string\",\n        \"input_item_type_nm\": \"string\",\n        \"input_lot_no\": \"string\",\n        \"work_date\": \"2019-08-24T14:15:22Z\",\n        \"work_prod_no\": \"string\",\n        \"work_item_type_cd\": \"string\",\n        \"work_item_type_nm\": \"string\",\n        \"work_lot_no\": \"string\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"outgo_date\": \"2019-08-24T14:15:22Z\",\n        \"outgo_qty\": 0,\n        \"sortby\": \"string\",\n        \"lv\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"467e8b0e-a99f-44ac-a2b0-b8353faa0587","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receives/lot-tracking?factory_uuid=&prod_uuid=&lot_no=","host":["https://isos.iptime.org:13221"],"path":["mat","receives","lot-tracking"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"lot_no","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"33894a1c-7b12-4bec-873b-b5dc192ec180"},{"name":"자재입하현황 데이터 조회","id":"35cd9117-c245-44a7-8fa2-db071aff304c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/receives/report?factory_uuid=&sort_type=&start_date=&end_date=","description":"<p>자재입하현황을 조회합니다.</p>\n","urlObject":{"path":["mat","receives","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재입하현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 입하현황을 기준에 따라 정렬하여 조회합니다.<br />\n[partner] 거래처 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 입하일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>입하현황을 조회할 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>입하현황을 조회할 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"ba039109-5703-47e6-b65a-52a791db8f24","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receives/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","receives","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceive-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"order_qty\": 0,\n        \"lot_no\": \"string\",\n        \"manufactured_lot_no\": \"string\",\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"supply_price\": 0,\n        \"tax\": 0,\n        \"total_price\": 0,\n        \"income_qty\": 0,\n        \"insp_state\": \"string\",\n        \"insp_result_state\": \"string\",\n        \"reject_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a04ec0b2-7f99-4ac3-a071-177eba103f02","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receives/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","receives","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"35cd9117-c245-44a7-8fa2-db071aff304c"},{"name":"자재입하 데이터 단일 조회","id":"cd6afd3a-e83c-48f9-b5cf-d4ccc48fbac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/receive/:uuid","description":"<p>하나의 자재입하 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","receive",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 자재입하의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"aa488791-923d-4140-9ae0-412df85fb5c8","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receive/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","receive",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재입하의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceive-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n        \"supplier_cd\": \"string\",\n        \"supplier_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"order_stmt_no\": \"string\",\n        \"order_date\": \"2019-08-24T14:15:22Z\",\n        \"order_total_price\": 0,\n        \"order_total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f4b4e362-5067-4966-9386-e2a559ff33e6","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receive/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","receive",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재입하의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cd6afd3a-e83c-48f9-b5cf-d4ccc48fbac5"},{"name":"단일 자재입하 전표 기준 하위 상세 데이터 조회","id":"c03694d0-406e-4185-9107-220cc7ad727a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/receive/:uuid/details?factory_uuid=&partner_uuid=","description":"<p>하나의 자재입하 전표 기준 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","receive",":uuid","details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 자재입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 자재입하의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"7bf1227c-1cd7-44ff-af0d-094b2da66485","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receive/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["mat","receive",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재입하의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceive-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"manufactured_lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"insp_fg\": true,\n        \"insp_result\": \"string\",\n        \"carry_fg\": true,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"income_uuid\": \"156e9199-e6e6-4aa6-818a-f32bb7c879f2\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"49de9266-25d8-4d64-99df-3f2564492017","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receive/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["mat","receive",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재입하의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c03694d0-406e-4185-9107-220cc7ad727a"},{"name":"자재입하 데이터 및 하위 상세 데이터 조회","id":"346c8c30-6819-411e-b681-5edd1f0234c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/receive/:uuid/include-details?factory_uuid=&partner_uuid=","description":"<p>하나의 자재입하 데이터와 하위 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","receive",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 자재입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 자재입하의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"43459f18-e02a-4744-9a75-f3fe6b045f90","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receive/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["mat","receive",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재입하의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceive-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n          \"partner_cd\": \"string\",\n          \"partner_nm\": \"string\",\n          \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n          \"supplier_cd\": \"string\",\n          \"supplier_nm\": \"string\",\n          \"stmt_no\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"total_price\": 0,\n          \"total_qty\": 0,\n          \"order_stmt_no\": \"string\",\n          \"order_date\": \"2019-08-24T14:15:22Z\",\n          \"order_total_price\": 0,\n          \"order_total_qty\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n            \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n            \"seq\": 0,\n            \"stmt_no\": \"string\",\n            \"stmt_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n            \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n            \"prod_no\": \"string\",\n            \"prod_nm\": \"string\",\n            \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n            \"item_type_cd\": \"string\",\n            \"item_type_nm\": \"string\",\n            \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n            \"prod_type_cd\": \"string\",\n            \"prod_type_nm\": \"string\",\n            \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n            \"model_cd\": \"string\",\n            \"model_nm\": \"string\",\n            \"rev\": \"string\",\n            \"prod_std\": \"string\",\n            \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n            \"unit_cd\": \"string\",\n            \"unit_nm\": \"string\",\n            \"lot_no\": \"string\",\n            \"manufactured_lot_no\": \"string\",\n            \"order_qty\": 0,\n            \"qty\": 0,\n            \"price\": 0,\n            \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n            \"money_unit_cd\": \"string\",\n            \"money_unit_nm\": \"string\",\n            \"exchange\": \"string\",\n            \"total_price\": 0,\n            \"unit_qty\": 0,\n            \"insp_fg\": true,\n            \"insp_result\": \"string\",\n            \"carry_fg\": true,\n            \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n            \"to_store_cd\": \"string\",\n            \"to_store_nm\": \"string\",\n            \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n            \"to_location_cd\": \"string\",\n            \"to_location_nm\": \"string\",\n            \"remark\": \"string\",\n            \"barcode\": \"string\",\n            \"income_uuid\": \"156e9199-e6e6-4aa6-818a-f32bb7c879f2\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"3382acb6-7d5d-42e0-b282-3773fd7d6952","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receive/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["mat","receive",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 자재입하의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"346c8c30-6819-411e-b681-5edd1f0234c4"},{"name":"자재입하 데이터 조회","id":"754f4f76-0fc4-4ccf-99db-0152cc79eaa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/receives?factory_uuid=&start_date=&end_date=","description":"<p>자재입하 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","receives"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 입하전표를 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 입하전표를 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"a62fd7d5-2c37-4d54-81da-184b6c814531","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receives?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","receives"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceive-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n        \"supplier_cd\": \"string\",\n        \"supplier_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"order_stmt_no\": \"string\",\n        \"order_date\": \"2019-08-24T14:15:22Z\",\n        \"order_total_price\": 0,\n        \"order_total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"12f7c902-7814-4473-8c5c-f6b4907edc1a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receives?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","receives"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"754f4f76-0fc4-4ccf-99db-0152cc79eaa2"},{"name":"자재입하 데이터 생성","id":"c29ce65a-6ef4-48ba-a710-b1d905721200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"lot_no\": \"string\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"insp_fg\": true,\n      \"carry_fg\": true,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n      \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives","description":"<p>자재입하 전표 신규생성 및 상세전표를 추가 생성합니다. <br />\n상세전표 추가 생성시 header에 전표의 uuid를 입력해야 합니다.</p>\n","urlObject":{"path":["mat","receives"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ead0fc70-08d1-42d9-8f87-7d150bf163f2","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"lot_no\": \"string\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"insp_fg\": true,\n      \"carry_fg\": true,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n      \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceive-S-0001\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4bcbb35a-bb81-403a-82c5-7307053ea4e6","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"lot_no\": \"string\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"insp_fg\": true,\n      \"carry_fg\": true,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n      \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c29ce65a-6ef4-48ba-a710-b1d905721200"},{"name":"자재입하 데이터 수정","id":"812c38ad-f380-4369-aafe-4b77ff6ac6af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives","description":"<p>자재입하 전표 및 하위 상세전표 데이터를 수정합니다.</p>\n","urlObject":{"path":["mat","receives"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6962a6ca-67b5-4448-97a9-283549511392","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceive-S-0002\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a7a441f9-4a0e-481c-84e5-b332ce0a0c87","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"812c38ad-f380-4369-aafe-4b77ff6ac6af"},{"name":"자재입하 데이터 수정","id":"c77d0c79-0a0c-4d54-b705-844df05e4465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives","description":"<p>자재입하 전표 및 하위 상세전표 데이터를 부분 수정합니다.</p>\n","urlObject":{"path":["mat","receives"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0be6bf29-35dd-44f4-8216-602b1f54d0f5","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceive-S-0003\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"eaa4c90f-edf5-4d71-abce-823ed6f25134","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c77d0c79-0a0c-4d54-b705-844df05e4465"},{"name":"자재입하 데이터 삭제","id":"8b64c591-97c8-480f-a902-6908bee64275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives","description":"<p>자재입하 전표 및 하위 상세전표 데이터를 삭제합니다. <br />\n전표의 하위 상세전표가 모두 삭제되는 경우 전표를 삭제합니다.</p>\n","urlObject":{"path":["mat","receives"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3a46e6d3-17d9-471b-9f5c-8e4404f47fc3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceive-S-0004\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"14c61d05-7884-4701-bc7e-616236ad9eb3","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mat/receives"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8b64c591-97c8-480f-a902-6908bee64275"}],"id":"d175bf00-7d4f-469a-9236-11e2336623e4","_postman_id":"d175bf00-7d4f-469a-9236-11e2336623e4","description":""},{"name":"자재입하상세(ReceiveDetail)","item":[{"name":"자재입하 상세 데이터 단일 조회","id":"b475435c-f268-40a7-8a9f-754456c224d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/receive-detail/:uuid","description":"<p>하나의 자재입하 상세 데이터를 조회합니다. </p>\n","urlObject":{"path":["mat","receive-detail",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 자재입하상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"2ac510bb-77db-44e7-8f15-817db12352c8","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receive-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","receive-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재입하상세의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceiveDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReceiveDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"manufactured_lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"insp_fg\": true,\n        \"insp_result\": \"string\",\n        \"carry_fg\": true,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"income_uuid\": \"156e9199-e6e6-4aa6-818a-f32bb7c879f2\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"7dc537c7-e3f2-47de-80a5-8942316b046e","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receive-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["mat","receive-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 자재입하상세의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceiveDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceiveDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b475435c-f268-40a7-8a9f-754456c224d3"},{"name":"자재입하 상세 데이터 조회","id":"218e3072-2b5d-4c98-a6a4-45634f8daf09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mat/receive-details?factory_uuid=&partner_uuid=&start_date=&end_date=","description":"<p>자재입하 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["mat","receive-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 자재입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>상세 발주전표를 조회할 발주전표 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 발주전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>상세 발주전표를 조회할 발주전표 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 발주전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"9a5b2451-fdd0-4f5e-b833-4ca4b51d9523","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receive-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","receive-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"matReceiveDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"matReceiveDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"manufactured_lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"insp_fg\": true,\n        \"insp_result\": \"string\",\n        \"carry_fg\": true,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"income_uuid\": \"156e9199-e6e6-4aa6-818a-f32bb7c879f2\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"4b62c111-52f3-4ab4-96c7-2eca261355f8","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mat/receive-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["mat","receive-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"matReceiveDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"matReceiveDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"218e3072-2b5d-4c98-a6a4-45634f8daf09"}],"id":"5d4ad1e7-8e25-488f-8dac-d122c18c6eac","_postman_id":"5d4ad1e7-8e25-488f-8dac-d122c18c6eac","description":""}],"id":"6320b604-97ff-4220-bf26-b5a0a3319db4","_postman_id":"6320b604-97ff-4220-bf26-b5a0a3319db4","description":""},{"name":"prd","item":[{"name":"생산실적(Work)","item":[{"name":"생산실적 완료취소","id":"c3427bd5-3935-4e33-ac5c-aa7ee48a7472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works/cancel-complete","description":"<p>완료된 생산실적을 생산중 상태로 변경합니다. <br />\n❗ 지시가 이미 마감된 경우 데이터의 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","works","cancel-complete"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"88bd64dd-7978-4a37-88ef-f072d7b447cc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works/cancel-complete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWork-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6b3f61e6-b136-40cb-868e-fdca1531667c","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works/cancel-complete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWork-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c3427bd5-3935-4e33-ac5c-aa7ee48a7472"},{"name":"생산실적 완료","id":"ce649f42-bb51-4962-a19d-78f0fe3d4792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"end_date\": \"2019-08-24T14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works/complete","description":"<p>생산실적의 완료처리를 진행합니다. <br />\n❗ 완료일시를 입력하지 않을 경우 현재 일시가 저장됩니다.</p>\n","urlObject":{"path":["prd","works","complete"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f00404eb-5d76-4b37-bc18-37f646894d51","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"end_date\": \"2019-08-24T14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works/complete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWork-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d5ff3403-0a72-4070-af14-0141daf5c4f4","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"end_date\": \"2019-08-24T14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works/complete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWork-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ce649f42-bb51-4962-a19d-78f0fe3d4792"},{"name":"생산실적현황 데이터 조회","id":"065d1620-2977-48c2-8ef3-4f56ecb19848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/works/report?factory_uuid=&sort_type=&start_date=&end_date=","description":"<p>생산실적현황을 조회합니다.</p>\n","urlObject":{"path":["prd","works","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 생산실적현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 실적현황을 기준에 따라 정렬하여 조회합니다.<br />\n[proc] 공정 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 생산일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>실적현황을 조회할 실적번호 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 실적번호 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>실적현황을 조회할 실적번호 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 실적번호 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"63130cbb-5aeb-42f1-ae9b-3cb5a61e873e","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/works/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","works","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWork-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n        \"shift_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"total_qty\": 0,\n        \"qty\": 0,\n        \"reject_qty\": 0,\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"932785e9-2404-4eea-bb5b-fbfe11d64800","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/works/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","works","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWork-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"065d1620-2977-48c2-8ef3-4f56ecb19848"},{"name":"생산실적 데이터 단일 조회","id":"ec1e0e3b-a259-441c-ab62-7b30db53e8b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work/:uuid","description":"<p>하나의 생산실적 데이터를 조회합니다.</p>\n","urlObject":{"path":["prd","work",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 생산실적의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"e5c806a5-54ef-4835-8d22-c9e7ec053452","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 생산실적의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWork-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"order_no\": \"string\",\n        \"seq\": 0,\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n        \"mold_cd\": \"string\",\n        \"mold_nm\": \"string\",\n        \"mold_no\": \"string\",\n        \"mold_cavity\": 0,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"total_qty\": 0,\n        \"qty\": 0,\n        \"reject_qty\": 0,\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"work_time\": 0,\n        \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n        \"shift_nm\": \"string\",\n        \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n        \"worker_group_cd\": \"string\",\n        \"worker_group_nm\": \"string\",\n        \"worker_cnt\": 0,\n        \"worker_nm\": \"string\",\n        \"complete_state\": \"string\",\n        \"complete_fg\": true,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"order_remark\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"de2e4c2c-bf66-4a61-bad4-a7f1a4246a9e","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 생산실적의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\"state_cd\": \"prdWork-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ec1e0e3b-a259-441c-ab62-7b30db53e8b6"},{"name":"생산실적 데이터 조회","id":"7e983fda-abd5-4ecb-aca6-36f7f924e442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/works?factory_uuid=&order_uuid=&complete_fg=&start_date=&end_date=","description":"<p>생산실적 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","works"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 생산실적 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>작업지시의 UUID를 입력하여 작업지시에 따라 생산실적 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"order_uuid","value":""},{"description":{"content":"<p>완료여부에 따라 생산실적 데이터를 조회합니다. <br />\n[True] 생산 완료항목 조회 <br />\n[False] 생산 미완료항목 조회 <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"complete_fg","value":""},{"description":{"content":"<p>생산실적 내역을 조회할 기준 시작일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 생산실적 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>생산실적 내역을 조회할 기준 종료일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 생산실적 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"fcdda99d-2c48-4f5d-8efc-141124f3d14e","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/works?factory_uuid=&order_uuid=&complete_fg=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","works"],"query":[{"key":"factory_uuid","value":""},{"key":"order_uuid","value":""},{"key":"complete_fg","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWork-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"order_no\": \"string\",\n        \"seq\": 0,\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n        \"mold_cd\": \"string\",\n        \"mold_nm\": \"string\",\n        \"mold_no\": \"string\",\n        \"mold_cavity\": 0,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"total_qty\": 0,\n        \"qty\": 0,\n        \"reject_qty\": 0,\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"work_time\": 0,\n        \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n        \"shift_nm\": \"string\",\n        \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n        \"worker_group_cd\": \"string\",\n        \"worker_group_nm\": \"string\",\n        \"worker_cnt\": 0,\n        \"worker_nm\": \"string\",\n        \"complete_state\": \"string\",\n        \"complete_fg\": true,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"order_remark\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"12c4d659-d5b3-44c6-875f-df880b53f2c2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/works?factory_uuid=&order_uuid=&complete_fg=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","works"],"query":[{"key":"factory_uuid","value":""},{"key":"order_uuid","value":""},{"key":"complete_fg","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWork-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7e983fda-abd5-4ecb-aca6-36f7f924e442"},{"name":"생산실적 데이터 생성","id":"8a2365f5-a761-419b-8d31-e51ea9e2b9ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"mold_cavity\": 0,\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"reject_qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works","description":"<p>생산실적 데이터를 생성합니다. <br />\n작업지시 기준 실적 관련 하위 데이터[자재투입, 작업자투입, 공정순서 정보]를 함께 생성합니다. <br />\n✅ 작업지시에 긍형이 등록되어있는 경우 작업지시의 금형정보를 기초로 입력합니다. <br />\n❗ 지시가 이미 마감된 경우 데이터의 생성이 불가능합니다.</p>\n","urlObject":{"path":["prd","works"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"67b6234e-02a1-4158-b0d9-b938e5d37331","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"mold_cavity\": 0,\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"reject_qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWork-S-0001\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"59eb8938-0976-4ba7-9995-f361da35e81c","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"mold_cavity\": 0,\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"reject_qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWork-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8a2365f5-a761-419b-8d31-e51ea9e2b9ff"},{"name":"생산실적 데이터 수정","id":"2b12e39c-3cd1-4156-b915-415a168d34d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"mold_cavity\": 0,\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works","description":"<p>생산실적 데이터를 행(Row) 단위로 수정합니다. <br />\n❗ 실적이 이미 완료된 경우 데이터의 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","works"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"70fc5a1a-e24f-4c04-81ed-65660a0a9145","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"mold_cavity\": 0,\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWork-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"acec0ff4-bc95-483a-b3c8-88d4ea4265d4","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"mold_cavity\": 0,\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWork-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2b12e39c-3cd1-4156-b915-415a168d34d1"},{"name":"생산실적 데이터 수정","id":"3ff191e5-e5df-4d1c-8304-472e7b7aa02c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"mold_cavity\": 0,\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works","description":"<p>생산실적 데이터를 개별 항목 단위로 수정합니다. <br />\n❗ 실적이 이미 완료된 경우 데이터의 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","works"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fe2cba68-6a39-4b58-ae9d-bfa3777dbbc3","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"mold_cavity\": 0,\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWork-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8df05b95-bc89-4ab9-ac50-5a78bb17b4bd","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"mold_cavity\": 0,\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWork-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3ff191e5-e5df-4d1c-8304-472e7b7aa02c"},{"name":"생산실적 데이터 삭제","id":"5633f37e-e6be-474b-b837-a78a301ce6ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works","description":"<p>생산실적 및 하위데이터[자재투입, 작업자투입, 공정순서, 비가동, 부적합 정보]를 삭제합니다. <br />\n❗ 지시가 이미 마감된 경우 데이터의 삭제가 불가능합니다.</p>\n","urlObject":{"path":["prd","works"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"723b2d7c-2232-42be-bb36-fc1b21ef7e9b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWork-S-0004\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"46a843d2-23f4-40a1-bed3-866e95d4f82c","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/works"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWork-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWork\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5633f37e-e6be-474b-b837-a78a301ce6ab"}],"id":"2807c363-91c7-42d3-b99b-b9a289be3bb1","_postman_id":"2807c363-91c7-42d3-b99b-b9a289be3bb1","description":""},{"name":"실적-부적합(WorkReject)","item":[{"name":"실적-부적합 및 공정별 부적합 목록 조회","id":"33059478-2c3c-4d89-85d0-edd188b50e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-rejects/by-work?work_uuid=","description":"<p>생산실적 기준 공정별 부적합 List 및 현재 등록되어있는 부적합 조회</p>\n","urlObject":{"path":["prd","work-rejects","by-work"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 생산실적의 UUID를 입력하여 생산실적에 따라 실적별 부적합 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"work_uuid","value":""}],"variable":[]}},"response":[{"id":"67bdc855-ef7f-4119-be12-0ac7a9e01479","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-rejects/by-work?work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-rejects","by-work"],"query":[{"key":"work_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkReject-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_reject_uuid\": \"0c2d39e0-ff49-42cb-9dc8-90959c0ebba2\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"qty\": 0,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"5d7d6f55-4831-4548-8e5d-097c293203fb","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-rejects/by-work?work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-rejects","by-work"],"query":[{"key":"work_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"33059478-2c3c-4d89-85d0-edd188b50e2e"},{"name":"부적합현황 데이터 조회","id":"d8531f66-afdf-4e31-8222-e8c074bf06d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-rejects/report?factory_uuid=&sort_type=&start_date=&end_date=","description":"<p>부적합현황을 조회합니다.</p>\n","urlObject":{"path":["prd","work-rejects","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 생산실적의 부적합현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 부적합현황을 기준에 따라 정렬하여 조회합니다.<br />\n[proc] 공정 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[reject] 부적합항목 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>부적합현황을 조회할 실적번호 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 실적번호 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>부적합현황을 조회할 실적번호 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 실적번호 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"c0c3f856-34e6-4543-b9a5-7bb28e5fcd85","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-rejects/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","work-rejects","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkReject-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_reject_uuid\": \"0c2d39e0-ff49-42cb-9dc8-90959c0ebba2\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"total_qty\": 0,\n        \"qty\": 0,\n        \"reject_qty\": 0,\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"reject_proc_uuid\": \"d5bc3a7c-5fba-4b8b-ae1c-50625c23a261\",\n        \"reject_proc_cd\": \"string\",\n        \"reject_proc_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"reject_detail_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"}],"_postman_id":"d8531f66-afdf-4e31-8222-e8c074bf06d4"},{"name":"실적-부적합 데이터 단일 조회","id":"04865fa6-c182-4b81-963b-6fc7e53b31d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-reject/:uuid","description":"<p>하나의 작업실적의 부적합 데이터를 조회합니다.</p>\n","urlObject":{"path":["prd","work-reject",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 실적별 부적합의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"bb8661f3-3a04-46e7-accf-2b7e3b415564","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-reject/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work-reject",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 실적별 부적합의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkReject-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_reject_uuid\": \"0c2d39e0-ff49-42cb-9dc8-90959c0ebba2\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"qty\": 0,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a5b787a4-9c40-45c2-b0eb-6af4f753ed9b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-reject/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work-reject",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 실적별 부적합의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"04865fa6-c182-4b81-963b-6fc7e53b31d0"},{"name":"실적-부적합 데이터 조회","id":"b943a8d9-e6ee-43fa-84b3-99c5cac21889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-rejects?factory_uuid=&work_uuid=&reject_uuid=&reject_type_uuid=","description":"<p>생산실적의 부적합 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","work-rejects"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 실적별 부적합 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>생산실적의 UUID를 입력하여 생산실적에 따라 실적별 부적합 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"work_uuid","value":""},{"description":{"content":"<p>부적합의 UUID를 입력하여 부적합에 따라 실적별 부적합 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"reject_uuid","value":""},{"description":{"content":"<p>부적합 유형의 UUID를 입력하여 부적합 유형에 따라 실적별 부적합 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"reject_type_uuid","value":""}],"variable":[]}},"response":[{"id":"ea97a436-1f87-416f-9a53-c2be85d20fe1","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-rejects?factory_uuid=&work_uuid=&reject_uuid=&reject_type_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-rejects"],"query":[{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""},{"key":"reject_uuid","value":""},{"key":"reject_type_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkReject-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_reject_uuid\": \"0c2d39e0-ff49-42cb-9dc8-90959c0ebba2\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"qty\": 0,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"c07a1eb2-7b05-4b47-baab-d1984078a928","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-rejects?factory_uuid=&work_uuid=&reject_uuid=&reject_type_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-rejects"],"query":[{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""},{"key":"reject_uuid","value":""},{"key":"reject_type_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b943a8d9-e6ee-43fa-84b3-99c5cac21889"},{"name":"실적-부적합 데이터 생성","id":"c912a1b9-63f4-4b10-bcbc-4082160eafe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"work_routing_uuid\": \"734b785a-ab41-4c66-8beb-cd1510b27489\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"qty\": 0,\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects","description":"<p>실적-부적합 데이터를 생성합니다. <br />\n❗ 실적이 이미 완료상태일 경우 생성이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d765cf45-0061-4df9-8e7b-01bc5da4bb1d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"work_routing_uuid\": \"734b785a-ab41-4c66-8beb-cd1510b27489\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"qty\": 0,\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkReject-S-0001\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0895c382-fe84-4e82-b38f-5c65761cdf38","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"work_routing_uuid\": \"734b785a-ab41-4c66-8beb-cd1510b27489\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"qty\": 0,\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c912a1b9-63f4-4b10-bcbc-4082160eafe3"},{"name":"실적-부적합 데이터 수정","id":"44819f30-0fd7-43bd-af90-0a76a954a8a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects","description":"<p>실적-부적합 데이터를 행(Row) 단위로 수정합니다. <br />\n❗ 실적이 이미 완료상태일 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"76bf476e-b2a6-48ce-8775-eac80533c2e4","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkReject-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"34c45bdf-dfef-4201-9ee4-706238e5ea67","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"44819f30-0fd7-43bd-af90-0a76a954a8a0"},{"name":"실적-부적합 데이터 수정","id":"d2e383e0-2456-4a8b-bc0b-404dd4107d7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects","description":"<p>실적-부적합 데이터를 개별 항목 단위로 수정합니다. <br />\n❗ 실적이 이미 완료상태일 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"cb5e329f-ac30-4b86-a9fa-297df09baebe","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkReject-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0e8df7eb-f1f5-42ad-84da-4a3d9f8272af","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d2e383e0-2456-4a8b-bc0b-404dd4107d7b"},{"name":"실적-부적합 데이터 삭제","id":"9505c831-bc22-4e9e-a28f-9bddc4c07fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects","description":"<p>실적-부적합 데이터를 삭제합니다. <br />\n❗ 실적이 이미 완료상태일 경우 삭제가 불가능합니다.</p>\n","urlObject":{"path":["prd","work-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5dee9940-ad8d-47e5-afea-6564349b0a2e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkReject-S-0004\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0bb95e39-495a-457b-afb6-01b21476a1bc","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9505c831-bc22-4e9e-a28f-9bddc4c07fc8"}],"id":"096b786f-2d2e-4952-aa21-76a958182ecc","_postman_id":"096b786f-2d2e-4952-aa21-76a958182ecc","description":""},{"name":"실적-비가동(WorkDowntime)","item":[{"name":"비가동현황 데이터 조회","id":"58ba6bcc-4fc1-4f46-aa87-3e750832f4e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-downtimes/report?factory_uuid=&sort_type=&work_start_date=&work_end_date=&downtime_start_date=&downtime_end_date=","description":"<p>비가동현황을 조회합니다.</p>\n","urlObject":{"path":["prd","work-downtimes","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 생산실적의 비가동현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 비가동현황을 기준에 따라 정렬하여 조회합니다.<br />\n[proc] 공정 기준 정렬 조회 <br />\n[equip] 설비 기준 정렬 조회 <br />\n[downtime] 비가동항목 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>비가동현황을 조회할 실적번호 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 실적번호 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"work_start_date","value":""},{"description":{"content":"<p>비가동현황을 조회할 실적번호 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 실적번호 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"work_end_date","value":""},{"description":{"content":"<p>비가동현황을 조회할 비가동 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 비가동 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"downtime_start_date","value":""},{"description":{"content":"<p>비가동현황을 조회할 비가동 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 비가동 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"downtime_end_date","value":""}],"variable":[]}},"response":[{"id":"cbc8fe21-ce85-4f43-9162-6d12a1b40e22","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-downtimes/report?factory_uuid=&sort_type=&work_start_date=&work_end_date=&downtime_start_date=&downtime_end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","work-downtimes","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"work_start_date","value":""},{"key":"work_end_date","value":""},{"key":"downtime_start_date","value":""},{"key":"downtime_end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkDowntime-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_downtime_uuid\": \"f78bdb92-5351-4e58-b33e-4e133fd845af\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"total_qty\": 0,\n        \"qty\": 0,\n        \"reject_qty\": 0,\n        \"work_start_date\": \"2019-08-24T14:15:22Z\",\n        \"work_end_date\": \"2019-08-24T14:15:22Z\",\n        \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n        \"downtime_type_cd\": \"string\",\n        \"downtime_type_nm\": \"string\",\n        \"downtime_uuid\": \"0c07184a-ae75-4544-bcf7-6bbdf885effc\",\n        \"downtime_cd\": \"string\",\n        \"downtime_nm\": \"string\",\n        \"downtime_start_date\": \"2019-08-24T14:15:22Z\",\n        \"downtime_end_date\": \"2019-08-24T14:15:22Z\",\n        \"downtime\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"}],"_postman_id":"58ba6bcc-4fc1-4f46-aa87-3e750832f4e9"},{"name":"실적-비가동 데이터 단일 조회","id":"c0643fa4-a938-498b-936f-bd472795d73d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-downtime/:uuid","description":"<p>하나의 작업실적의 비가동 데이터를 조회합니다.</p>\n","urlObject":{"path":["prd","work-downtime",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 실적별 비가동의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"27a2bf7d-d55d-4d3c-b156-b71ee5c4fff5","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-downtime/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work-downtime",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 실적별 비가동의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkDowntime-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_downtime_uuid\": \"f78bdb92-5351-4e58-b33e-4e133fd845af\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"work_routing_uuid\": \"734b785a-ab41-4c66-8beb-cd1510b27489\",\n        \"proc_no\": 0,\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"downtime_uuid\": \"0c07184a-ae75-4544-bcf7-6bbdf885effc\",\n        \"downtime_cd\": \"string\",\n        \"downtime_nm\": \"string\",\n        \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n        \"downtime_type_cd\": \"string\",\n        \"downtime_type_nm\": \"string\",\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"downtime\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"24022031-1d8b-4e63-97d8-4240295a06bd","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-downtime/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work-downtime",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 실적별 비가동의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c0643fa4-a938-498b-936f-bd472795d73d"},{"name":"실적-비가동 데이터 조회","id":"b43c8679-4fa4-4f6b-8896-ba2fa06d63c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-downtimes?factory_uuid=&work_uuid=&downtime_uuid=&downtime_type_uuid=&eqm_failure_fg=&start_date=&end_date=","description":"<p>생산실적의 비가동 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","work-downtimes"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 실적별 비가동 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>생산실적의 UUID를 입력하여 생산실적에 따라 실적별 비가동 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"work_uuid","value":""},{"description":{"content":"<p>비가동의 UUID를 입력하여 비가동에 따라 실적별 비가동 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"downtime_uuid","value":""},{"description":{"content":"<p>비가동 유형의 UUID를 입력하여 비가동 유형에 따라 실적별 비가동 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"downtime_type_uuid","value":""},{"description":{"content":"<p>설비고장 여부에 따라 비가동 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"eqm_failure_fg","value":""},{"description":{"content":"<p>비가동 데이터를 조회할 기준 시작일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 비가동 데이터 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>비가동 데이터를 조회할 기준 종료일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 비가동 데이터 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"22db67e7-a0d4-4c82-8815-3d47ccccc023","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-downtimes?factory_uuid=&work_uuid=&downtime_uuid=&downtime_type_uuid=&eqm_failure_fg=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","work-downtimes"],"query":[{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""},{"key":"downtime_uuid","value":""},{"key":"downtime_type_uuid","value":""},{"key":"eqm_failure_fg","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkDowntime-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_downtime_uuid\": \"f78bdb92-5351-4e58-b33e-4e133fd845af\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"work_routing_uuid\": \"734b785a-ab41-4c66-8beb-cd1510b27489\",\n        \"proc_no\": 0,\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"downtime_uuid\": \"0c07184a-ae75-4544-bcf7-6bbdf885effc\",\n        \"downtime_cd\": \"string\",\n        \"downtime_nm\": \"string\",\n        \"downtime_type_uuid\": \"a7f4cf32-6ac0-4f7d-b2f2-ecaeae2a677b\",\n        \"downtime_type_cd\": \"string\",\n        \"downtime_type_nm\": \"string\",\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"downtime\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"1a060ac3-be64-4468-af1d-62450ef50e1a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-downtimes?factory_uuid=&work_uuid=&downtime_uuid=&downtime_type_uuid=&eqm_failure_fg=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","work-downtimes"],"query":[{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""},{"key":"downtime_uuid","value":""},{"key":"downtime_type_uuid","value":""},{"key":"eqm_failure_fg","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b43c8679-4fa4-4f6b-8896-ba2fa06d63c7"},{"name":"실적-비가동 데이터 생성","id":"97a39c34-b105-4ae9-b23e-fb1705f401d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"work_downtime_uuid\": \"f78bdb92-5351-4e58-b33e-4e133fd845af\",\n  \"work_routing_uuid\": \"734b785a-ab41-4c66-8beb-cd1510b27489\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"downtime_uuid\": \"0c07184a-ae75-4544-bcf7-6bbdf885effc\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"downtime\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes","description":"<p>실적-비가동 데이터를 생성합니다. <br />\n❗ 실적이 이미 완료상태일 경우 생성이 불가능합니다. <br />\n❗ 생산실적과 관련된 비가동을 등록할 경우 공정순서UUID(work_downtime_uuid)를 입력합니다. <br />\n❗ 생산실적과 관련되지 않은 비가동을 등록할 경우 설비UUID(equip_uuid)를 입력합니다. <br />\n❗ 공정순서와 설비의 UUID를 모두 입력한 경우 공정순서UUID를 우선적으로 입력합니다.</p>\n","urlObject":{"path":["prd","work-downtimes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"16a2f6cb-3235-475d-93b3-7069b3ce0def","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"work_downtime_uuid\": \"f78bdb92-5351-4e58-b33e-4e133fd845af\",\n  \"work_routing_uuid\": \"734b785a-ab41-4c66-8beb-cd1510b27489\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"downtime_uuid\": \"0c07184a-ae75-4544-bcf7-6bbdf885effc\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"downtime\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkDowntime-S-0001\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f015f015-420d-4763-9f75-56c3dcb199a7","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"work_downtime_uuid\": \"f78bdb92-5351-4e58-b33e-4e133fd845af\",\n  \"work_routing_uuid\": \"734b785a-ab41-4c66-8beb-cd1510b27489\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"downtime_uuid\": \"0c07184a-ae75-4544-bcf7-6bbdf885effc\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"downtime\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"97a39c34-b105-4ae9-b23e-fb1705f401d1"},{"name":"실적-비가동 데이터 수정","id":"310d03b1-7960-4ac3-a8ee-b2bbb0010120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"downtime\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes","description":"<p>실적-비가동 데이터를 행(Row) 단위로 수정합니다. <br />\n❗ 실적이 이미 완료상태일 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-downtimes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a71eed10-fc98-4317-aa75-dd4384b5ff82","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"downtime\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkDowntime-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4ceb77cd-285e-44ff-8112-16312be015e1","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"downtime\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"310d03b1-7960-4ac3-a8ee-b2bbb0010120"},{"name":"실적-비가동 데이터 수정","id":"ee4a5cf5-fbe1-48ec-85ce-9c7ed0686bb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"downtime\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes","description":"<p>실적-비가동 데이터를 개별 항목 단위로 수정합니다. <br />\n❗ 실적이 이미 완료상태일 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-downtimes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"934d1e81-17b7-4975-b606-12b76a6b550d","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"downtime\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkDowntime-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"eacef7c3-2b89-4d56-9df1-af3956c7903b","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"downtime\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ee4a5cf5-fbe1-48ec-85ce-9c7ed0686bb3"},{"name":"실적-비가동 데이터 삭제","id":"dd7daa3f-3792-4e86-bf5d-eefb0f98c494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes","description":"<p>실적-비가동 데이터를 삭제합니다. <br />\n❗ 실적이 이미 완료상태일 경우 삭제가 불가능합니다.</p>\n","urlObject":{"path":["prd","work-downtimes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"62eeb601-5ef3-4577-bf68-d5acc3c35da4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkDowntime-S-0004\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0c7b9124-6468-41ad-b12e-7d03fde54cf8","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-downtimes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkDowntime-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkDowntime\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"dd7daa3f-3792-4e86-bf5d-eefb0f98c494"}],"id":"3574ad83-1eb9-4b29-8537-530c1cebda69","_postman_id":"3574ad83-1eb9-4b29-8537-530c1cebda69","description":""},{"name":"실적-자재투입(WorkInput)","item":[{"name":"진행 중 실적-자재투입 데이터 조회","id":"03e80e91-c4e5-4d67-b173-89c7f4f0ae19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-inputs/ongoing?work_uuid=","description":"<p>진행중인 생산실적의 자재투입 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","work-inputs","ongoing"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 생산실적의 UUID를 입력하여 생산실적에 따라 자재투입 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"work_uuid","value":""}],"variable":[]}},"response":[{"id":"541f3ec7-f3e5-409b-8eb3-7181cd42c077","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-inputs/ongoing?work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-inputs","ongoing"],"query":[{"key":"work_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkInput-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"c_usage\": 0,\n        \"required_order_qty\": 0,\n        \"required_work_qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f8af500b-6921-4391-9f2a-619b84353bbf","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-inputs/ongoing?work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-inputs","ongoing"],"query":[{"key":"work_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"03e80e91-c4e5-4d67-b173-89c7f4f0ae19"},{"name":"진행 중 실적-자재투입 총 투입량 조회","id":"7c17db89-0113-48a4-bf99-6835e30e9ef8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-inputs/ongoing-group?work_uuid=","description":"<p>진행중인 생산실적의 자재투입 데이터의 품목기준 총 투입량을 조회합니다.</p>\n","urlObject":{"path":["prd","work-inputs","ongoing-group"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 생산실적의 UUID를 입력하여 생산실적에 따라 자재투입 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"work_uuid","value":""}],"variable":[]}},"response":[{"id":"35b6b36e-78a6-4dbd-ad91-fd695912bfe8","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-inputs/ongoing-group?work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-inputs","ongoing-group"],"query":[{"key":"work_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkInput-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"qty\": 0,\n        \"c_usage\": 0,\n        \"required_order_qty\": 0,\n        \"required_work_qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e6283116-9be0-4272-9573-dc67037ca792","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-inputs/ongoing-group?work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-inputs","ongoing-group"],"query":[{"key":"work_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7c17db89-0113-48a4-bf99-6835e30e9ef8"},{"name":"실적-자재투입 데이터 단일 조회","id":"7c34dd7e-001a-49f5-94bf-c5ac0ae2ef78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-input/:uuid","description":"<p>하나의 생산실적의 자재투입 데이터를 조회합니다.</p>\n","urlObject":{"path":["prd","work-input",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 실적별 자재투입의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"ebcf0abe-2773-46c9-8f70-3b19934312cf","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-input/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work-input",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 실적별 자재투입의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkInput-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"c_usage\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8696a09b-26d8-4278-be7f-ae977604809d","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-input/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work-input",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 실적별 자재투입의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7c34dd7e-001a-49f5-94bf-c5ac0ae2ef78"},{"name":"실적-자재투입 데이터 조회","id":"eaeba2b6-d7bd-4e80-b8ef-54d3ac7f14ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-inputs?factory_uuid=&work_uuid=","description":"<p>생산실적의 자재투입 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","work-inputs"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 실적별 자재투입 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>생산실적의 UUID를 입력하여 생산실적에 따라 실적별 자재투입 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"work_uuid","value":""}],"variable":[]}},"response":[{"id":"065eae4a-34d4-4193-8eb2-cfad56aa04f0","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-inputs?factory_uuid=&work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-inputs"],"query":[{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkInput-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"c_usage\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"cf10c68e-c9a8-4cc0-b170-8940363c0bb2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-inputs?factory_uuid=&work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-inputs"],"query":[{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"eaeba2b6-d7bd-4e80-b8ef-54d3ac7f14ea"},{"name":"실적-자재투입 데이터 생성","id":"35fefcdf-3dae-49b7-bd16-da281ba9d765","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs","description":"<p>실적-자재투입 데이터를 생성합니다. <br />\n❗ 실적이 이미 완료상태일 경우 생성이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3c969bd3-9a37-4629-9c53-7b4402011258","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkInput-S-0001\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e1ffc90e-918e-4519-8c92-f13e146f5c90","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"35fefcdf-3dae-49b7-bd16-da281ba9d765"},{"name":"실적-자재투입 데이터 수정","id":"9f3b4510-ca85-44fa-b7a3-00f04ce31ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs","description":"<p>실적-자재투입 데이터를 행(Row) 단위로 수정합니다. <br />\n❗ 실적이 이미 완료상태일 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"54539269-df31-428e-b926-093e01bd9c31","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkInput-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"19299d7d-239e-46ff-af5a-8a6939124777","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9f3b4510-ca85-44fa-b7a3-00f04ce31ced"},{"name":"실적-자재투입 데이터 수정","id":"a0632d90-9612-4769-b1b2-e153536d0c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs","description":"<p>실적-자재투입 데이터를 개별 항목 단위로 수정합니다. <br />\n❗ 실적이 이미 완료상태일 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5a9eec37-77ee-414b-b67f-de71c0d1f84b","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkInput-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"67eb48c7-601f-44b3-8599-1353bc04973e","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a0632d90-9612-4769-b1b2-e153536d0c09"},{"name":"실적-자재투입 데이터 삭제","id":"e953d8da-5c3c-4ea8-a79a-eabb15a7b1fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs","description":"<p>실적-자재투입 데이터를 삭제합니다. <br />\n❗ 실적이 이미 완료상태일 경우 삭제가 불가능합니다.</p>\n","urlObject":{"path":["prd","work-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5c54ed4f-6ebb-4bc1-8e83-a3acc8cdc150","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkInput-S-0004\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"80942966-4099-4095-b0b0-2b7ca7570134","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e953d8da-5c3c-4ea8-a79a-eabb15a7b1fb"},{"name":"실적기준 자재투입 데이터 전체삭제","id":"3ac662b5-0fd0-4e19-ba94-6978d4768b5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs/by-work","description":"<p>실적 데이터 기준으로 자재투입 데이터를 전체 삭제합니다. <br />\n❗ 실적이 이미 완료상태일 경우 삭제가 불가능합니다.</p>\n","urlObject":{"path":["prd","work-inputs","by-work"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4e3ac4fd-e64f-4b00-afdc-0c97cb1547ac","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs/by-work"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkInput-S-0005\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0005\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a2098304-2a31-410c-b8e2-62a38d951bf1","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-inputs/by-work"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3ac662b5-0fd0-4e19-ba94-6978d4768b5c"}],"id":"45808089-c92a-4a8d-9c39-0f5428246e32","_postman_id":"45808089-c92a-4a8d-9c39-0f5428246e32","description":""},{"name":"실적-작업자투입(WorkWorker)","item":[{"name":"실적-작업자투입 데이터 단일 조회","id":"c5c350f7-102f-4853-ac73-4bb6ff13d744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-worker/:uuid","description":"<p>하나의 생산실적의 작업자투입 데이터를 조회합니다.</p>\n","urlObject":{"path":["prd","work-worker",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 실적별 작업자투입의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"9e48f683-6c72-4577-9164-c018de161718","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-worker/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work-worker",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 실적별 작업자투입의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkWorker-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_worker_uuid\": \"b4e1177b-1be6-4ffa-b0cd-84b7fee359a3\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n        \"worker_nm\": \"string\",\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"work_time\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"86c745c1-66ac-41a9-ab75-f38cde123cfb","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-worker/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work-worker",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 실적별 작업자투입의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c5c350f7-102f-4853-ac73-4bb6ff13d744"},{"name":"실적-작업자투입 데이터 조회","id":"f39a9856-97fc-4219-91e2-80bdeaf9d4ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-workers?factory_uuid=&work_uuid=","description":"<p>생산실적의 작업자투입 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","work-workers"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 실적별 작업자투입 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>생산실적의 UUID를 입력하여 생산실적에 따라 실적별 작업자투입 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"work_uuid","value":""}],"variable":[]}},"response":[{"id":"98b4bc3f-59eb-49c8-86ab-4f0f8ec18318","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-workers?factory_uuid=&work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-workers"],"query":[{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkWorker-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_worker_uuid\": \"b4e1177b-1be6-4ffa-b0cd-84b7fee359a3\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n        \"worker_nm\": \"string\",\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"work_time\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"6e655d5b-f15f-496c-8e98-6e56110fc702","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-workers?factory_uuid=&work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-workers"],"query":[{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f39a9856-97fc-4219-91e2-80bdeaf9d4ea"},{"name":"실적-작업자투입 데이터 생성","id":"f6c8ac7f-f4e8-46ed-ae69-2bf32a15e6e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"work_time\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers","description":"<p>실적-작업자투입 데이터를 생성합니다. <br />\n❗ 실적이 이미 완료상태일 경우 생성이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2b9ca2c2-720f-4c9a-8cf1-3a05175c84a9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"work_time\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkWorker-S-0001\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5b6c3d2f-8ac5-4373-9c18-87d8e42055cc","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"work_time\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f6c8ac7f-f4e8-46ed-ae69-2bf32a15e6e7"},{"name":"실적-작업자투입 데이터 수정","id":"5043f454-6adf-4a80-8aae-8bbd3742f250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"work_time\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers","description":"<p>실적-작업자투입 데이터를 행(Row) 단위로 수정합니다. <br />\n❗ 실적이 이미 완료상태일 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"69197649-1cec-4df9-97c0-68509e039b2f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"work_time\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkWorker-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"827f5fae-795b-451e-8511-4b1ff1016f29","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"work_time\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5043f454-6adf-4a80-8aae-8bbd3742f250"},{"name":"실적-작업자투입 데이터 수정","id":"64d7eb55-2321-4941-b395-c80f68df6b6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"work_time\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers","description":"<p>실적-작업자투입 데이터를 개별 항목 단위로 수정합니다. <br />\n❗ 실적이 이미 완료상태일 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fe17f9e0-6a0c-4652-aeb1-9a66d46a9faa","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"work_time\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkWorker-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"3e00640a-510c-4bf6-ba76-aef94d875b1f","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"work_time\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"64d7eb55-2321-4941-b395-c80f68df6b6e"},{"name":"실적-작업자투입 데이터 삭제","id":"80052483-db77-43db-b670-a047e2b35fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers","description":"<p>실적-작업자투입 데이터를 삭제합니다. <br />\n❗ 실적이 이미 완료상태일 경우 삭제가 불가능합니다.</p>\n","urlObject":{"path":["prd","work-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"48905c83-d3ab-4c3f-87ac-bf7bd41df767","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkWorker-S-0004\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7ae1087d-223a-4393-b057-2c83771282d0","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"80052483-db77-43db-b670-a047e2b35fb0"}],"id":"7919f3fa-6464-4d22-9143-9a51d0c6cdca","_postman_id":"7919f3fa-6464-4d22-9143-9a51d0c6cdca","description":""},{"name":"실적-공정순서(WorkRouting)","item":[{"name":"실적-공정순서 데이터 단일 조회","id":"cbe53327-7476-4b8a-9a93-e802d5ee43d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-routing/:uuid","description":"<p>하나의 생산실적의 공정순서 데이터를 조회합니다.</p>\n","urlObject":{"path":["prd","work-routing",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 실적별 공정순서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"0d8bdf5b-06fb-4107-8138-736456439612","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-routing/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work-routing",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 실적별 공정순서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkRouting-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_routing_uuid\": \"734b785a-ab41-4c66-8beb-cd1510b27489\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"proc_no\": 0,\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"qty\": 0,\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"work_time\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"30f3497d-557b-4ef2-a311-72a8b6a1f55e","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-routing/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","work-routing",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 실적별 공정순서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cbe53327-7476-4b8a-9a93-e802d5ee43d8"},{"name":"실적-공정순서 데이터 조회","id":"a126d4f1-f5e0-4ea3-8904-9a5c85411cc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/work-routings?factory_uuid=&work_uuid=","description":"<p>생산실적의 공정순서 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","work-routings"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 실적별 공정순서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>생산실적의 UUID를 입력하여 생산실적에 따라 실적별 공정순서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"work_uuid","value":""}],"variable":[]}},"response":[{"id":"48c94e0b-698d-4cd7-805c-de376b58b136","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-routings?factory_uuid=&work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-routings"],"query":[{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkRouting-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdWorkRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_routing_uuid\": \"734b785a-ab41-4c66-8beb-cd1510b27489\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"proc_no\": 0,\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"qty\": 0,\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"work_time\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"61cab6a1-5c8a-46f0-8e82-6314a48c5817","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/work-routings?factory_uuid=&work_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","work-routings"],"query":[{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a126d4f1-f5e0-4ea3-8904-9a5c85411cc2"},{"name":"실적-공정순서 데이터 수정","id":"dce6f9e8-f895-44da-9060-2f88f58a3f99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-routings","description":"<p>실적-공정순서 데이터를 행(Row) 단위로 수정합니다. <br />\n❗ 실적이 이미 완료상태일 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-routings"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"25d2b2c8-cbb4-44de-8759-10dbe98d87cd","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-routings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkRouting-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdWorkRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"bb3f91e2-4063-4ed2-813c-7e34bcfdb500","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-routings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"dce6f9e8-f895-44da-9060-2f88f58a3f99"},{"name":"실적-공정순서 데이터 수정","id":"80ed86fc-e9d8-4abc-ae6b-5908f11fc880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-routings","description":"<p>실적-공정순서 데이터를 개별 항목 단위로 수정합니다. <br />\n❗ 실적이 이미 완료상태일 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","work-routings"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0f30b460-291f-4417-9399-14539ed6a092","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-routings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdWorkRouting-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdWorkRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"61893bcd-7470-4f55-9b17-40ad88f152ad","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/work-routings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdWorkRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdWorkRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"80ed86fc-e9d8-4abc-ae6b-5908f11fc880"}],"id":"dee91652-e905-438c-9007-e8f5c2142f1f","_postman_id":"dee91652-e905-438c-9007-e8f5c2142f1f","description":""},{"name":"자재반납(Return)","item":[{"name":"자재반납현황 데이터 조회","id":"a2d3d101-0fff-4f3b-94a8-3dffc8bf62d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/returns/report?factory_uuid=&sort_type=&start_date=&end_date=","description":"<p>자재반납현황을 조회합니다.</p>\n","urlObject":{"path":["prd","returns","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재반납현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 반납현황을 기준에  따라 정렬하여 조회합니다.<br />\n[store] 창고 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 발주일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>반납현황을 조회할 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>반납현황을 조회할 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"f3c4ef58-958d-4a42-83c5-e4fb549a42a6","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/returns/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","returns","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"92c08a12-ea87-40cd-8665-712c0ce4da79","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/returns/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","returns","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a2d3d101-0fff-4f3b-94a8-3dffc8bf62d2"},{"name":"자재반납 데이터 단일 조회","id":"e0bb21f3-a2a8-47ee-b213-ec95eb0911c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/return/:uuid","description":"<p>하나의 자재반납 데이터를 조회합니다.</p>\n","urlObject":{"path":["prd","return",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 자재반납의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"6d4706b8-c117-417f-8ac1-06c9d472eaa2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/return/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","return",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 자재반납의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"efd5f408-8199-40a2-a3fd-68e930ae2d61","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/return/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","return",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 자재반납의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e0bb21f3-a2a8-47ee-b213-ec95eb0911c0"},{"name":"자재반납 데이터 조회","id":"93349a49-545a-4579-a33e-4f64c8622899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/returns?factory_uuid=&from_store_uuid=&start_date=&end_date=","description":"<p>자재반납 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","returns"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재반납 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>출고 창고의 UUID를 입력하여 출고 창고에 따라 자재반납 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"from_store_uuid","value":""},{"description":{"content":"<p>(Required) 자재반납 이력을 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 자재반납 이력을 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"f7cee1c0-699b-4f25-8e57-83237ea9111e","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/returns?factory_uuid=&from_store_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","returns"],"query":[{"key":"factory_uuid","value":""},{"key":"from_store_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"81b0a6d8-7c2b-4b17-b40f-28a91f06e4ef","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/returns?factory_uuid=&from_store_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","returns"],"query":[{"key":"factory_uuid","value":""},{"key":"from_store_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"93349a49-545a-4579-a33e-4f64c8622899"},{"name":"자재반납 데이터 생성","id":"4ec3ce7f-088a-4507-a2d1-5d7a3dfa801f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns","description":"<p>자재반납 데이터를 생성합니다.</p>\n","urlObject":{"path":["prd","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e38e708d-42d9-4796-82f1-00f7b56fe5e9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdReturn-S-0001\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"192b84a0-d174-431f-bc28-052abaa35fcb","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4ec3ce7f-088a-4507-a2d1-5d7a3dfa801f"},{"name":"자재반납 데이터 수정","id":"ba3dd78e-6ed2-49fd-9020-db4c5a274fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns","description":"<p>자재반납 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["prd","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"927cd185-8507-47cd-a2f3-b6a1a350c790","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdReturn-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d82dbe2e-4d91-47e7-8d8f-c643cfdc0633","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ba3dd78e-6ed2-49fd-9020-db4c5a274fe8"},{"name":"자재반납 데이터 수정","id":"d1421122-ae2f-49f4-9bae-118df4b643a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns","description":"<p>자재반납 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["prd","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"343c628e-17d5-4c36-bf2c-06953b5d8920","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdReturn-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"61d77f15-94cc-401f-a94f-eb9051d4c63d","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d1421122-ae2f-49f4-9bae-118df4b643a1"},{"name":"자재반납 데이터 삭제","id":"42784614-b0e8-4181-901d-b0cd3a27e511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns","description":"<p>자재반납 데이터를 삭제합니다.</p>\n","urlObject":{"path":["prd","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7d086380-bf15-4b14-bf6c-1c673876121c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdReturn-S-0004\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d3311b8f-2d79-4c26-ab00-54357afe5c36","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"42784614-b0e8-4181-901d-b0cd3a27e511"}],"id":"7256dcdc-7976-48b4-bdce-55ecc4e222b0","_postman_id":"7256dcdc-7976-48b4-bdce-55ecc4e222b0","description":""},{"name":"자재출고요청(Demand)","item":[{"name":"자재출고요청 완료여부 수정","id":"f471c043-9365-4a91-bae5-3fcc332ad807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands/complete","description":"<p>자재출고요청 데이터의 완료여부를 수정합니다.</p>\n","urlObject":{"path":["prd","demands","complete"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ac3fdeda-4f4f-47ec-8b9a-890743544e44","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands/complete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdDemand-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"57712de5-47b7-4c62-b23f-d60e24970c05","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands/complete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdDemand-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f471c043-9365-4a91-bae5-3fcc332ad807"},{"name":"자재출고요청 데이터 단일 조회","id":"efa387c6-8f8d-486b-8a9a-d32c9b02fc0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/demand/:uuid","description":"<p>하나의 자재출고요청 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","demand",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 자재출고요청의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"bfc9b933-085d-425b-8ec1-97992d406b5f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/demand/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","demand",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 자재출고요청의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdDemand-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"demand_uuid\": \"7411bf77-4af8-4731-a59a-c6106ccc7d2e\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"demand_type_cd\": \"string\",\n        \"demand_type_nm\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_state\": \"string\",\n        \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n        \"dept_cd\": \"string\",\n        \"dept_nm\": \"string\",\n        \"due_date\": \"2019-08-24T14:15:22Z\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"6a509812-9ab6-420e-b7cf-b4d4a23799eb","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/demand/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","demand",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 자재출고요청의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdDemand-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"efa387c6-8f8d-486b-8a9a-d32c9b02fc0a"},{"name":"자재출고요청 데이터 조회","id":"35ce8d18-a65f-4c52-b83b-13e5a1e7969f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/demands?factory_uuid=&order_uuid=&to_store_uuid=&complete_state=&start_date=&end_date=","description":"<p>자재출고요청 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","demands"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 자재출고요청 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>작업지시의 UUID를 입력하여 작업지시에 따라 자재출고요청 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"order_uuid","value":""},{"description":{"content":"<p>입고창고의 UUID를 입력하여 입고창고에 따라 자재출고요청 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"to_store_uuid","value":""},{"description":{"content":"<p>(Required) 자재출고요청 데이터를 완료 여부에 따라 조회합니다. <br /> \n[all]: 전체 조회 <br />\n[complete]: 완료 항목 조회 <br />\n[incomplete]: 미완료 항목 조회 <br /></p>\n","type":"text/plain"},"key":"complete_state","value":""},{"description":{"content":"<p>(Required) 자재출고요청 이력을 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 자재출고요청 이력을 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"e6860db0-9c3d-4a4e-a667-d47a84056a8d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/demands?factory_uuid=&order_uuid=&to_store_uuid=&complete_state=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","demands"],"query":[{"key":"factory_uuid","value":""},{"key":"order_uuid","value":""},{"key":"to_store_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdDemand-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"demand_uuid\": \"7411bf77-4af8-4731-a59a-c6106ccc7d2e\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"demand_type_cd\": \"string\",\n        \"demand_type_nm\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_fg\": true,\n        \"complete_state\": \"string\",\n        \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n        \"dept_cd\": \"string\",\n        \"dept_nm\": \"string\",\n        \"due_date\": \"2019-08-24T14:15:22Z\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e79bf9ed-6407-4570-ae9a-83f5abbcd722","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/demands?factory_uuid=&order_uuid=&to_store_uuid=&complete_state=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","demands"],"query":[{"key":"factory_uuid","value":""},{"key":"order_uuid","value":""},{"key":"to_store_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdDemand-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"35ce8d18-a65f-4c52-b83b-13e5a1e7969f"},{"name":"자재출고요청 데이터 생성","id":"82ed58c9-9996-4329-84c5-91493dfdbfca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"demand_type_cd\": \"string\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"qty\": 0,\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"due_date\": \"2019-08-24T14:15:22Z\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands","description":"<p>자재출고요청 데이터를 생성합니다.</p>\n","urlObject":{"path":["prd","demands"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"bfb6f539-149d-4227-a4d3-5d151495f220","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"demand_type_cd\": \"string\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"qty\": 0,\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"due_date\": \"2019-08-24T14:15:22Z\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdDemand-S-0001\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7632c777-ab6b-436b-a25d-a2b92762920d","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"demand_type_cd\": \"string\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"qty\": 0,\n  \"dept_uuid\": \"90493964-7d5f-4e42-8234-a4a9171928a2\",\n  \"due_date\": \"2019-08-24T14:15:22Z\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdDemand-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"82ed58c9-9996-4329-84c5-91493dfdbfca"},{"name":"자재출고요청 데이터 수정","id":"f937744a-2fa2-4470-b08c-27c7913f086a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"due_date\": \"2019-08-24T14:15:22Z\",\n  \"complete_fg\": true,\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands","description":"<p>자재출고요청 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["prd","demands"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"df53db73-2295-40be-aae9-179076a9154e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"due_date\": \"2019-08-24T14:15:22Z\",\n  \"complete_fg\": true,\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdDemand-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"45ed09e6-73b6-4968-895c-50693be9b9b9","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"due_date\": \"2019-08-24T14:15:22Z\",\n  \"complete_fg\": true,\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdDemand-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f937744a-2fa2-4470-b08c-27c7913f086a"},{"name":"자재출고요청 데이터 수정","id":"6c6ee37d-1c1d-4ad3-81e7-c5b33a53637e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"due_date\": \"2019-08-24T14:15:22Z\",\n  \"complete_fg\": true,\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands","description":"<p>자재출고요청 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["prd","demands"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"604f433e-55e6-4c61-9cbd-eaea530c3ed0","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"due_date\": \"2019-08-24T14:15:22Z\",\n  \"complete_fg\": true,\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdDemand-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a6911db3-b50c-4e4a-8013-76f10e6ba68b","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"qty\": 0,\n  \"due_date\": \"2019-08-24T14:15:22Z\",\n  \"complete_fg\": true,\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdDemand-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6c6ee37d-1c1d-4ad3-81e7-c5b33a53637e"},{"name":"자재출고요청 데이터 삭제","id":"6d5c6337-1ca2-487b-9b1a-c51e9a117123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands","description":"<p>자재출고요청 데이터를 삭제합니다.</p>\n","urlObject":{"path":["prd","demands"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b182bbc9-0b80-45e6-9eaa-007ecc1537ca","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdDemand-S-0004\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2a36755d-5476-4061-b6d9-e6a9275a63e6","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/demands"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdDemand-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdDemand\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6d5c6337-1ca2-487b-9b1a-c51e9a117123"}],"id":"cbcd2139-5b5d-4c23-b68b-eb91dfe55e2d","_postman_id":"cbcd2139-5b5d-4c23-b68b-eb91dfe55e2d","description":""},{"name":"작업지시(Order)","item":[{"name":"작업지시 완료여부 수정","id":"b4e09115-4def-43fc-81ad-6063f857ea73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true,\n  \"complete_date\": \"2019-08-24T14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders/complete","description":"<p>작업지시의 완료여부를 수정합니다. <br />\n❗ 완료일시를 입력하지 않을 경우 현재 일시가 저장됩니다. <br />\n❗ 실적이 진행 중인 경우 완료여부의 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","orders","complete"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"13da244f-2d94-4a40-b656-3f0139df6763","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true,\n  \"complete_date\": \"2019-08-24T14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders/complete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrder-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"36c83ade-4a4b-4abb-b0c8-f32b9af515f3","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true,\n  \"complete_date\": \"2019-08-24T14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders/complete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b4e09115-4def-43fc-81ad-6063f857ea73"},{"name":"작업지시 작업조 수정","id":"a387fcca-9653-429a-85fb-abfebb5ac17d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders/worker-group","description":"<p>작업지시의 작업조를 수정합니다. <br />\n입력한 작업조에 속한 작업자를 지시-작업자투입 정보에 저장합니다. <br />\n❗ 실적이 진행 중이거나 지시가 마감된 경우 완료여부의 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","orders","worker-group"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6aa4ca92-71f8-443b-81eb-9023a836e2d2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders/worker-group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrder-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"acfed42e-e423-453a-a38d-f65a7e487ace","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders/worker-group"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a387fcca-9653-429a-85fb-abfebb5ac17d"},{"name":"작업지시 데이터 단일 조회","id":"21c1ff9a-a036-4cc5-b154-da11fd9aad84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/order/:uuid","description":"<p>하나의 작업지시 데이터를 조회합니다.</p>\n","urlObject":{"path":["prd","order",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 작업지시의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"a2b75290-a1a1-4bc9-82c5-8a69927cb734","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","order",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 작업지시의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"order_no\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n        \"mold_cd\": \"string\",\n        \"mold_nm\": \"string\",\n        \"mold_no\": \"string\",\n        \"mold_cavity\": 0,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"plan_qty\": 0,\n        \"qty\": 0,\n        \"accumulated_qty\": 0,\n        \"accumulated_reject_qty\": 0,\n        \"accumulated_total_qty\": 0,\n        \"seq\": 0,\n        \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n        \"shift_nm\": \"string\",\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n        \"worker_group_cd\": \"string\",\n        \"worker_group_nm\": \"string\",\n        \"worker_cnt\": 0,\n        \"sal_order_uuid\": \"ed6ca888-af22-49ac-8850-fc463fe641ee\",\n        \"sal_order_detail_uuid\": \"b605f1f4-0b20-4101-a926-74752a06f16b\",\n        \"work_fg\": true,\n        \"complete_fg\": true,\n        \"order_state\": \"string\",\n        \"complete_date\": \"2019-08-24T14:15:22Z\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8c8873ab-ba4f-420d-a1d2-d52ecab15677","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","order",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 작업지시의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"21c1ff9a-a036-4cc5-b154-da11fd9aad84"},{"name":"작업지시 데이터 조회","id":"8103616d-9b6b-4976-ad36-157602472c96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/orders?factory_uuid=&sal_order_detail_uuid=&order_state=&start_date=&end_date=","description":"<p>작업지시 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","orders"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 작업지시 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>수주상세의 UUID를 입력하여 수주상세에 따라 작업지시 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"sal_order_detail_uuid","value":""},{"description":{"content":"<p>(Required) 데이터 조회시 작업지시 진행상태 유형을 입력합니다. <br /> \n[all]: 지시내역 전체 조회 <br />\n[wait]: 대기중인 지시내역 조회 <br />\n[ongoing]: 생산 진행중인 지시내역 조회 <br />\n[complete]: 마감된 지시내역 조회</p>\n","type":"text/plain"},"key":"order_state","value":""},{"description":{"content":"<p>작업지시 내역을 조회할 기준 시작일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 작업지시 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>작업지시 내역을 조회할 기준 종료일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 작업지시 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"14315aa7-7981-464b-9de7-ca54256ff52b","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/orders?factory_uuid=&sal_order_detail_uuid=&order_state=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","orders"],"query":[{"key":"factory_uuid","value":""},{"key":"sal_order_detail_uuid","value":""},{"key":"order_state","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"order_no\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n        \"mold_cd\": \"string\",\n        \"mold_nm\": \"string\",\n        \"mold_no\": \"string\",\n        \"mold_cavity\": 0,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"plan_qty\": 0,\n        \"qty\": 0,\n        \"accumulated_qty\": 0,\n        \"accumulated_reject_qty\": 0,\n        \"accumulated_total_qty\": 0,\n        \"seq\": 0,\n        \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n        \"shift_nm\": \"string\",\n        \"start_date\": \"2019-08-24T14:15:22Z\",\n        \"end_date\": \"2019-08-24T14:15:22Z\",\n        \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n        \"worker_group_cd\": \"string\",\n        \"worker_group_nm\": \"string\",\n        \"worker_cnt\": 0,\n        \"sal_order_uuid\": \"ed6ca888-af22-49ac-8850-fc463fe641ee\",\n        \"sal_order_detail_uuid\": \"b605f1f4-0b20-4101-a926-74752a06f16b\",\n        \"work_fg\": true,\n        \"complete_fg\": true,\n        \"order_state\": \"string\",\n        \"complete_date\": \"2019-08-24T14:15:22Z\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"dbcf7bb2-8285-436d-8451-3bee007e5dc2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/orders?factory_uuid=&sal_order_detail_uuid=&order_state=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["prd","orders"],"query":[{"key":"factory_uuid","value":""},{"key":"sal_order_detail_uuid","value":""},{"key":"order_state","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8103616d-9b6b-4976-ad36-157602472c96"},{"name":"작업지시 데이터 생성","id":"ca12b17e-2d28-4567-9261-f498c9db7d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"order_no\": \"string\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"plan_qty\": 0,\n  \"qty\": 0,\n  \"seq\": 0,\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"sal_order_detail_uuid\": \"b605f1f4-0b20-4101-a926-74752a06f16b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders","description":"<p>작업지시 데이터를 생성합니다. <br />\n하위 데이터[자재투입, 작업자투입, 공정순서 정보]를 함께 생성합니다.</p>\n","urlObject":{"path":["prd","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"cd4f76a1-6732-4688-908f-eb17b8a6ea27","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"order_no\": \"string\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"plan_qty\": 0,\n  \"qty\": 0,\n  \"seq\": 0,\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"sal_order_detail_uuid\": \"b605f1f4-0b20-4101-a926-74752a06f16b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrder-S-0001\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b3117754-4741-4cd2-b06b-35c6ae8292c3","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"order_no\": \"string\",\n  \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"plan_qty\": 0,\n  \"qty\": 0,\n  \"seq\": 0,\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"worker_group_uuid\": \"0eb65a49-b62d-4ff5-b458-bee831df7ba2\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"sal_order_detail_uuid\": \"b605f1f4-0b20-4101-a926-74752a06f16b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ca12b17e-2d28-4567-9261-f498c9db7d2d"},{"name":"작업지시 데이터 수정","id":"152b9183-d2ee-494c-8591-2afc230573b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"order_no\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"qty\": 0,\n  \"seq\": 0,\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders","description":"<p>작업지시 데이터를 행(Row) 단위로 수정합니다. <br />\n❗ 실적이 이미 저장된 경우 금형, 시작 종료 예정일자, 비고 항목만 변경 가능합니다.</p>\n","urlObject":{"path":["prd","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"532d7506-bc0c-4a58-8bd8-45c100726295","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"order_no\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"qty\": 0,\n  \"seq\": 0,\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrder-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7692c48d-8e0b-4332-b6ac-7e9af1b40079","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"order_no\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"qty\": 0,\n  \"seq\": 0,\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"152b9183-d2ee-494c-8591-2afc230573b3"},{"name":"작업지시 데이터 수정","id":"20fa9e39-4d73-44e2-af08-985f8b300d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"order_no\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"qty\": 0,\n  \"seq\": 0,\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders","description":"<p>작업지시 데이터를 개별 항목 단위로 수정합니다. <br />\n❗ 실적이 이미 저장된 경우 금형, 시작 종료 예정일자, 비고 항목만 변경 가능합니다.</p>\n","urlObject":{"path":["prd","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"842035b0-86a4-4421-9d1c-6471440151d6","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"order_no\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"qty\": 0,\n  \"seq\": 0,\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrder-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"fe0247c6-aa95-4dc7-aba8-bf5e4619d7fa","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"order_no\": \"string\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"qty\": 0,\n  \"seq\": 0,\n  \"shift_uuid\": \"abdafd58-51c6-4e00-b4e0-b0d3f66de16f\",\n  \"start_date\": \"2019-08-24T14:15:22Z\",\n  \"end_date\": \"2019-08-24T14:15:22Z\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"20fa9e39-4d73-44e2-af08-985f8b300d0b"},{"name":"작업지시 데이터 삭제","id":"833137d1-f32c-4e1a-9aac-de641837378e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders","description":"<p>작업지시 및 하위데이터[자재투입, 작업자투입, 공정순서 정보]를 삭제합니다. <br />\n❗ 실적이 이미 저장되어 있거나 지시가 마감상태인 경우 삭제가 불가능합니다.</p>\n","urlObject":{"path":["prd","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"92b2a312-cd6c-4c39-8923-1c850183d036","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrder-S-0004\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"dd09de09-7a45-4c47-b4c6-caa835de5eaa","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"833137d1-f32c-4e1a-9aac-de641837378e"}],"id":"6e9f423e-fa70-4c0b-9b2e-0bae8501edcc","_postman_id":"6e9f423e-fa70-4c0b-9b2e-0bae8501edcc","description":""},{"name":"지시-공정순서(OrderRouting)","item":[{"name":"지시-공정순서 데이터 단일 조회","id":"c398d85a-8906-45a8-ad94-004aca8aa405","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/order-routing/:uuid","description":"<p>하나의 작업지시의 공정순서 데이터를 조회합니다.</p>\n","urlObject":{"path":["prd","order-routing",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 지시별 공정순서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"027f41ae-649d-4d0a-9cdd-8b8eb0215951","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-routing/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","order-routing",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 지시별 공정순서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderRouting-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdOrderRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_routing_uuid\": \"3992e7ad-90fd-4c36-813c-375ae7301dba\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"order_no\": \"string\",\n        \"proc_id\": 0,\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"proc_no\": 0,\n        \"workings_id\": 0,\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_id\": 0,\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"763287e7-8df7-4805-b64d-419984f9ff2e","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-routing/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","order-routing",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 지시별 공정순서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c398d85a-8906-45a8-ad94-004aca8aa405"},{"name":"지시-공정순서 데이터 조회","id":"b9d9d2de-2426-4f1d-8674-c20395f010b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/order-routings?factory_uuid=&order_uuid=","description":"<p>작업지시의 공정순서 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","order-routings"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 지시별 공정순서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>작업지시의 UUID를 입력하여 작업지시에 따라 지시별 공정순서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"order_uuid","value":""}],"variable":[]}},"response":[{"id":"2cec6917-eb1a-4b24-b963-2dbb069e63bb","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-routings?factory_uuid=&order_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","order-routings"],"query":[{"key":"factory_uuid","value":""},{"key":"order_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderRouting-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdOrderRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_routing_uuid\": \"3992e7ad-90fd-4c36-813c-375ae7301dba\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"order_no\": \"string\",\n        \"proc_uuid\": \"71ba9a28-4bd4-44d7-9b23-5e774ce38369\",\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"proc_no\": 0,\n        \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n        \"workings_cd\": \"string\",\n        \"workings_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0271aae2-1643-470e-8606-f890ca5fd473","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-routings?factory_uuid=&order_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","order-routings"],"query":[{"key":"factory_uuid","value":""},{"key":"order_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b9d9d2de-2426-4f1d-8674-c20395f010b2"},{"name":"지시-공정순서 데이터 수정","id":"fcfbae32-3c81-495a-a81b-be4a81572cda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-routings","description":"<p>지시-공정순서 데이터를 행(Row) 단위로 수정합니다. <br />\n❗ 실적이 이미 저장되어 있거나 지시가 마감상태인 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","order-routings"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"959570c7-31e2-4198-b777-ee8a0417d9ce","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-routings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderRouting-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdOrderRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"32b398d4-5a8d-43c1-b300-cc4e66df125c","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-routings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fcfbae32-3c81-495a-a81b-be4a81572cda"},{"name":"지시-공정순서 데이터 수정","id":"1870e8a7-56e1-47e1-a193-6f926831af65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-routings","description":"<p>지시-공정순서 데이터를 개별 항목 단위로 수정합니다. <br />\n❗ 실적이 이미 저장되어 있거나 지시가 마감상태인 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","order-routings"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"766ea58f-db09-463f-b885-75e442c7be80","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-routings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderRouting-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdOrderRouting\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e715661b-7892-4189-bcf1-6639f939f655","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-routings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderRouting-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderRouting\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1870e8a7-56e1-47e1-a193-6f926831af65"}],"id":"12a26b9f-d1bc-48a8-98f1-225a913ccf5b","_postman_id":"12a26b9f-d1bc-48a8-98f1-225a913ccf5b","description":""},{"name":"지시-자재투입(OrderInput)","item":[{"name":"지시-자재투입 데이터 단일 조회","id":"ca3459f5-7b86-4bf4-8b32-649f41fc97bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/order-input/:uuid","description":"<p>하나의 작업지시의 자재투입 데이터를 조회합니다.</p>\n","urlObject":{"path":["prd","order-input",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 지시별 자재투입의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"7639baf2-51df-4dc7-acff-b1eacddceafd","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-input/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","order-input",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 지시별 자재투입의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderInput-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_input_uuid\": \"e2dbf9d2-acec-4fe1-af17-be93f56bc370\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"order_no\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"c_usage\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8668266c-96cf-4d21-812e-9fed411daa8b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-input/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","order-input",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 지시별 자재투입의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ca3459f5-7b86-4bf4-8b32-649f41fc97bb"},{"name":"지시-자재투입 데이터 조회","id":"3129b2d6-2b03-4d7d-b808-ce554d301d55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/order-inputs?factory_uuid=&order_uuid=","description":"<p>작업지시의 자재투입 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","order-inputs"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 지시별 자재투입 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>작업지시의 UUID를 입력하여 작업지시에 따라 지시별 자재투입 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"order_uuid","value":""}],"variable":[]}},"response":[{"id":"964656e8-f167-4094-af05-4d63fb505afc","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-inputs?factory_uuid=&order_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","order-inputs"],"query":[{"key":"factory_uuid","value":""},{"key":"order_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderInput-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_input_uuid\": \"e2dbf9d2-acec-4fe1-af17-be93f56bc370\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"order_no\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"c_usage\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"84b12ab5-00a2-4722-9bb7-465d21ec6efd","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-inputs?factory_uuid=&order_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","order-inputs"],"query":[{"key":"factory_uuid","value":""},{"key":"order_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3129b2d6-2b03-4d7d-b808-ce554d301d55"},{"name":"지시-자재투입 데이터 생성","id":"52452c17-c34f-4766-8012-f21d25d214c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs","description":"<p>지시-자재투입 데이터를 생성합니다. <br />\n❗ 실적이 이미 저장되어 있거나 지시가 마감상태인 경우 생성이 불가능합니다.</p>\n","urlObject":{"path":["prd","order-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"82567f86-1fd1-442c-a162-b8c16bef236c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderInput-S-0001\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c8a3e84e-10f4-4521-ac72-1c714ec81447","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"52452c17-c34f-4766-8012-f21d25d214c7"},{"name":"지시-자재투입 데이터 수정","id":"3e0c2064-6bbd-4b03-ab30-d219e0b625ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs","description":"<p>지시-자재투입 데이터를 행(Row) 단위로 수정합니다. <br />\n❗ 실적이 이미 저장되어 있거나 지시가 마감상태인 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","order-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d5b3c0ac-a30b-442c-a1ef-982c288ac3ee","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderInput-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d66dd9b2-71ea-4062-83fc-5cc0c298c25a","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3e0c2064-6bbd-4b03-ab30-d219e0b625ab"},{"name":"지시-자재투입 데이터 수정","id":"9e4b4900-7405-4dc9-8845-d724d0e4e9fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs","description":"<p>지시-자재투입 데이터를 개별 항목 단위로 수정합니다. <br />\n❗ 실적이 이미 저장되어 있거나 지시가 마감상태인 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","order-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6d084190-c077-40be-b867-80fa20af081f","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderInput-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ed77a580-6bc1-4cf6-8ee1-4c526d7ed42c","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"c_usage\": 0,\n  \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9e4b4900-7405-4dc9-8845-d724d0e4e9fd"},{"name":"지시-자재투입 데이터 삭제","id":"007fbbce-ab2e-421c-915f-10c94508489e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs","description":"<p>지시-자재투입 데이터를 삭제합니다. <br />\n❗ 실적이 이미 저장되어 있거나 지시가 마감상태인 경우 삭제가 불가능합니다.</p>\n","urlObject":{"path":["prd","order-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ff488dbf-8a7f-4be7-8258-ad69313a122a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderInput-S-0004\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e7a1e8b3-a713-4703-8552-7fc5d9f8a923","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"007fbbce-ab2e-421c-915f-10c94508489e"}],"id":"1020ea01-5995-4de9-b0da-cf6a44823045","_postman_id":"1020ea01-5995-4de9-b0da-cf6a44823045","description":""},{"name":"지시-작업자투입(OrderWorker)","item":[{"name":"지시-작업자투입 데이터 단일 조회","id":"8072a5cc-2e56-4274-96f6-476e75d6460e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/order-worker/:uuid","description":"<p>하나의 작업지시의 작업자투입 데이터를 조회합니다.</p>\n","urlObject":{"path":["prd","order-worker",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 지시별 작업자투입의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"fbabe3d5-ba23-411c-9d42-59c0a1b6f4e6","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-worker/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","order-worker",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 지시별 작업자투입의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderWorker-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_worker_uuid\": \"23069454-65ea-4fe6-9161-02311496890b\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n        \"worker_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"9eaebd24-64b4-4bf9-8f3c-c307120ff3c4","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-worker/:uuid","host":["https://isos.iptime.org:13221"],"path":["prd","order-worker",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 지시별 작업자투입의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8072a5cc-2e56-4274-96f6-476e75d6460e"},{"name":"지시-작업자투입 데이터 조회","id":"82f39186-f67d-4188-9563-8dc1e2ad5f38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/prd/order-workers?factory_uuid=&order_uuid=","description":"<p>작업지시의 작업자투입 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["prd","order-workers"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 지시별 작업자투입 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>작업지시의 UUID를 입력하여 작업지시에 따라 지시별 작업자투입 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"order_uuid","value":""}],"variable":[]}},"response":[{"id":"30870e3b-9209-40e4-b6f9-be38e55bd398","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-workers?factory_uuid=&order_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","order-workers"],"query":[{"key":"factory_uuid","value":""},{"key":"order_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderWorker-S-0000\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_worker_uuid\": \"23069454-65ea-4fe6-9161-02311496890b\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\",\n        \"worker_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"9f5b8ea1-4366-4b4f-adc1-c78e43ceb2e0","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/prd/order-workers?factory_uuid=&order_uuid=","host":["https://isos.iptime.org:13221"],"path":["prd","order-workers"],"query":[{"key":"factory_uuid","value":""},{"key":"order_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"82f39186-f67d-4188-9563-8dc1e2ad5f38"},{"name":"지시-작업자투입 데이터 생성","id":"2876fc18-7b4f-43c1-99c2-0cdf431c10d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers","description":"<p>지시-작업자투입 데이터를 생성합니다. <br />\n❗ 실적이 이미 저장되어 있거나 지시가 마감상태인 경우 생성이 불가능합니다.</p>\n","urlObject":{"path":["prd","order-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b930cb3d-6ace-4d09-8aac-2e6898a09ac5","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderWorker-S-0001\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"cf0f354b-6c05-465c-b015-93a710b06595","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2876fc18-7b4f-43c1-99c2-0cdf431c10d6"},{"name":"지시-작업자투입 데이터 수정","id":"a8d9390b-2e38-47b0-a00b-f1d94f31eb36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers","description":"<p>지시-작업자투입 데이터를 행(Row) 단위로 수정합니다. <br />\n❗ 실적이 이미 저장되어 있거나 지시가 마감상태인 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","order-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"788b62be-1d80-440c-8a38-faf08b3d1d3c","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderWorker-S-0002\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"fa80b2b9-9f55-499b-94bb-a8eebab98864","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a8d9390b-2e38-47b0-a00b-f1d94f31eb36"},{"name":"지시-작업자투입 데이터 수정","id":"c82122d7-ea04-4d27-8c0f-6999cf45d4a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers","description":"<p>지시-작업자투입 데이터를 개별 항목 단위로 수정합니다. <br />\n❗ 실적이 이미 저장되어 있거나 지시가 마감상태인 경우 수정이 불가능합니다.</p>\n","urlObject":{"path":["prd","order-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1d98ca5f-50ab-4daa-aa13-a47d328e86e0","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderWorker-S-0003\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"5b7180a8-569d-4745-9fa3-6ebc50a82a38","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"worker_uuid\": \"ec176a37-82f2-4a08-a861-7e26fa883d95\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c82122d7-ea04-4d27-8c0f-6999cf45d4a5"},{"name":"지시-작업자투입 데이터 삭제","id":"ab4330b5-04aa-4691-abb0-112773fbef91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers","description":"<p>지시-작업자투입 데이터를 삭제합니다. <br />\n❗ 실적이 이미 저장되어 있거나 지시가 마감상태인 경우 삭제가 불가능합니다.</p>\n","urlObject":{"path":["prd","order-workers"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b4be7568-f97f-4c99-9092-435bcefa24ae","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"prdOrderWorker-S-0004\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b8aa09c6-ad9f-42af-9c70-6734096f75bf","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/prd/order-workers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"prdOrderWorker-E-9999\",\n  \"state\": {\n      \"state_tag\": \"prdOrderWorker\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ab4330b5-04aa-4691-abb0-112773fbef91"}],"id":"22acda21-e206-40d8-a3e3-da326c69c338","_postman_id":"22acda21-e206-40d8-a3e3-da326c69c338","description":""}],"id":"93f070bb-962e-41e2-9bac-df636bea65ce","_postman_id":"93f070bb-962e-41e2-9bac-df636bea65ce","description":""},{"name":"eqm","item":[{"name":"설비개정이력관리(History)","item":[{"name":"설비이력카드 데이터 조회","id":"a3033edf-99b7-4c4d-a4ab-cbca3aa68ff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/history/card?equip_uuid=","description":"<p>설비의 이력카드 데이터를 조회합니다.</p>\n","urlObject":{"path":["eqm","history","card"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 설비의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"key":"equip_uuid","value":""}],"variable":[]}},"response":[{"id":"1fd0c67a-f4b1-4143-9cf3-781076bbfa45","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/history/card?equip_uuid=","host":["https://isos.iptime.org:13221"],"path":["eqm","history","card"],"query":[{"key":"equip_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmHistory-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"equip\": {\n          \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n          \"equip_type_cd\": \"string\",\n          \"equip_type_nm\": \"string\",\n          \"equip_cd\": \"string\",\n          \"equip_nm\": \"string\",\n          \"workings_uuid\": \"b4b0c9b7-c5ca-49b2-9d22-f42e1e0ac641\",\n          \"workings_cd\": \"string\",\n          \"workings_nm\": \"string\",\n          \"manager_emp_uuid\": \"1d576b42-6fc3-4008-ae75-ca82f8cda0ae\",\n          \"manager_emp_cd\": \"string\",\n          \"manager_emp_nm\": \"string\",\n          \"sub_manager_emp_uuid\": \"ba469f83-967f-4357-bb10-d253e5c89576\",\n          \"sub_manager_emp_cd\": \"string\",\n          \"sub_manager_emp_nm\": \"string\",\n          \"equip_no\": \"string\",\n          \"equip_grade\": \"string\",\n          \"equip_model\": \"string\",\n          \"equip_std\": \"string\",\n          \"equip_spec\": \"string\",\n          \"voltage\": \"string\",\n          \"manufacturer\": \"string\",\n          \"purchase_partner\": \"string\",\n          \"purchase_date\": \"2019-08-24\",\n          \"purchase_tel\": \"string\",\n          \"purchase_price\": 0,\n          \"use_fg\": true,\n          \"prd_fg\": true,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"hisotries\": [\n          {\n            \"history_uuid\": \"d562941f-d29f-48d4-8e58-51dafb8c820d\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n            \"equip_type_cd\": \"string\",\n            \"equip_type_nm\": \"string\",\n            \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n            \"equip_cd\": \"string\",\n            \"equip_nm\": \"string\",\n            \"reg_date\": \"2019-08-24\",\n            \"contents\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ],\n        \"repair_hisotries\": [\n          {\n            \"repair_history_uuid\": \"b0932969-bb97-49ae-a67e-182b34c57961\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n            \"equip_cd\": \"string\",\n            \"equip_nm\": \"string\",\n            \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n            \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n            \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n            \"occur_emp_cd\": \"string\",\n            \"occur_emp_nm\": \"string\",\n            \"occur_reason\": \"string\",\n            \"occur_contents\": \"string\",\n            \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n            \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n            \"repair_time\": 0,\n            \"repair_place\": \"string\",\n            \"repair_price\": 0,\n            \"check_date\": \"2019-08-24T14:15:22Z\",\n            \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\",\n            \"check_emp_cd\": \"string\",\n            \"check_emp_nm\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ],\n        \"spare_parts\": [\n          {}\n        ],\n        \"images\": [\n          {}\n        ]\n      }\n    ]\n  }\n}"},{"id":"2e15c270-3daa-437b-8dcb-1713b931909f","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/history/card?equip_uuid=","host":["https://isos.iptime.org:13221"],"path":["eqm","history","card"],"query":[{"key":"equip_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a3033edf-99b7-4c4d-a4ab-cbca3aa68ff7"},{"name":"설비개정이력관리 데이터 단일 조회","id":"5dfca577-6eeb-41a9-8d24-981abf500edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/history/:uuid","description":"<p>하나의 설비개정이력관리 데이터를 조회합니다.</p>\n","urlObject":{"path":["eqm","history",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 설비개정이력관리의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"0d7b8496-6ebd-4ecf-85d6-ee087739aa67","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/history/:uuid","host":["https://isos.iptime.org:13221"],"path":["eqm","history",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비개정이력관리의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmHistory-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"history_uuid\": \"d562941f-d29f-48d4-8e58-51dafb8c820d\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"reg_date\": \"2019-08-24\",\n        \"contents\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"2191503a-b84c-4c42-9433-d1bb92cdaa19","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/history/:uuid","host":["https://isos.iptime.org:13221"],"path":["eqm","history",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비개정이력관리의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5dfca577-6eeb-41a9-8d24-981abf500edc"},{"name":"설비개정이력관리 데이터 조회","id":"8e046442-13b6-4d66-a6df-e24d72bfb324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/histories?factory_uuid=&equip_uuid=","description":"<p>설비개정이력관리 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["eqm","histories"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 설비개정이력 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>설비의 UUID를 입력하여 설비에 따라 설비개정이력 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"equip_uuid","value":""}],"variable":[]}},"response":[{"id":"b3baaff8-c288-4902-8245-f492c43fb1f0","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/histories?factory_uuid=&equip_uuid=","host":["https://isos.iptime.org:13221"],"path":["eqm","histories"],"query":[{"key":"factory_uuid","value":""},{"key":"equip_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmHistory-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"history_uuid\": \"d562941f-d29f-48d4-8e58-51dafb8c820d\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"reg_date\": \"2019-08-24\",\n        \"contents\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ca85d94f-e7f8-431a-8be7-fdf6e6251832","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/histories?factory_uuid=&equip_uuid=","host":["https://isos.iptime.org:13221"],"path":["eqm","histories"],"query":[{"key":"factory_uuid","value":""},{"key":"equip_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8e046442-13b6-4d66-a6df-e24d72bfb324"},{"name":"설비개정이력관리 데이터 생성","id":"4185df28-3e44-4ff0-a5bc-79481a39f77c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"reg_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories","description":"<p>설비개정이력관리 데이터를 생성합니다.</p>\n","urlObject":{"path":["eqm","histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c0435bc7-30d1-40ec-b96d-e887f297257d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"reg_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmHistory-S-0001\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a9b14c16-6dec-46d5-b7a3-8b8627548389","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"reg_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4185df28-3e44-4ff0-a5bc-79481a39f77c"},{"name":"설비개정이력관리 데이터 수정","id":"252677fb-58ab-40bb-8a08-2eb2cafc85bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"reg_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories","description":"<p>설비개정이력관리 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["eqm","histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1aa41658-4440-40ad-b988-f0a011cbdf37","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"reg_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmHistory-S-0002\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"fcd359df-7891-47eb-8b92-917aef7079f3","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"reg_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"252677fb-58ab-40bb-8a08-2eb2cafc85bf"},{"name":"설비개정이력관리 데이터 수정","id":"b5c8a34e-9999-4dac-8505-f7873b819941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"reg_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories","description":"<p>설비개정이력관리 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["eqm","histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"219f686f-17b1-4ab9-a46f-8b176e541a70","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"reg_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmHistory-S-0003\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"724de8d2-4b14-4dc1-8e40-d87cb20fd10e","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"reg_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b5c8a34e-9999-4dac-8505-f7873b819941"},{"name":"설비개정이력관리 데이터 삭제","id":"99a702bb-6c8b-4837-aba2-98fc93af36c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories","description":"<p>설비개정이력관리 데이터를 삭제합니다.</p>\n","urlObject":{"path":["eqm","histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3e0c4ebd-afc6-4b2b-a1f6-3b577cae8d8a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmHistory-S-0004\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1329343b-5021-4ea2-bfe8-2b6b4e2938c4","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"99a702bb-6c8b-4837-aba2-98fc93af36c4"}],"id":"05916429-1773-4e52-8c5c-f09f2c2a6559","_postman_id":"05916429-1773-4e52-8c5c-f09f2c2a6559","description":""},{"name":"설비검사기준서(Insp)","item":[{"name":"설비검사기준서 적용","id":"990ca496-2144-46a3-b71b-443174acebc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp/apply","description":"<p>설비검사기준서를 적용(활성화)합니다. <br />\n✅ 해당 설비에 기존에 적용중이였던 기준서가 해제되고 신규 기준서가 적용됩니다. <br />\n✅ 기준서의 적용일시는 등록 당시의 시간이 입력됩니다. <br /></p>\n","urlObject":{"path":["eqm","insp","apply"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"802d565e-b51a-4225-96db-94f63e72c52f","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp/apply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInsp-S-0002\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7af295b3-4335-41dd-be6d-9b8c4ed1d3b6","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp/apply"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"990ca496-2144-46a3-b71b-443174acebc9"},{"name":"설비검사기준서 적용해제","id":"57dfcc81-9253-4314-b846-6d29f846aa1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp/cancel-apply","description":"<p>설비검사기준서를 적용해제(비활성화)합니다.</p>\n","urlObject":{"path":["eqm","insp","cancel-apply"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"53c10e9e-cd14-4f9a-8532-adcc427e74f2","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp/cancel-apply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInsp-S-0002\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"34d7414a-39f8-46ce-8cff-f4f4689ab694","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp/cancel-apply"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"57dfcc81-9253-4314-b846-6d29f846aa1c"},{"name":"설비검사기준서 데이터 단일 조회","id":"3d1cd4a9-85b6-4803-8631-31ff5c0b292d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/insp/:uuid","description":"<p>하나의 설비검사기준서 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["eqm","insp",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 설비검사기준서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"2737e34c-ba0a-4602-97b3-cf5834bbe9cf","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp/:uuid","host":["https://isos.iptime.org:13221"],"path":["eqm","insp",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비검사기준서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_no\": \"string\",\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"apply_date\": \"2019-08-24T14:15:22Z\",\n        \"apply_fg\": true,\n        \"apply_state\": \"string\",\n        \"contents\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"af5207e2-a1b4-4782-a648-955941fab68a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp/:uuid","host":["https://isos.iptime.org:13221"],"path":["eqm","insp",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비검사기준서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3d1cd4a9-85b6-4803-8631-31ff5c0b292d"},{"name":"단일 설비검사기준서 기준 하위 상세 데이터 조회","id":"866a7f27-5fca-4e58-96f6-23cd9bec5fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/insp/:uuid/details?insp_type=","description":"<p>하나의 설비검사기준서 기준 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["eqm","insp",":uuid","details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 기준서 조회시 세부검사유형을 입력합니다. <br /> \n[all]: 전체 조회 <br />\n[daily]: 일상점검 기준서 조회 <br />\n[periodicity]: 정기점검 기준서 조회</p>\n","type":"text/plain"},"key":"insp_type","value":""}],"variable":[{"description":{"content":"<p>(Required) 설비검사기준서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"90d3897a-2dfd-4619-b1b0-43a802b6c7b8","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp/:uuid/details?insp_type=","host":["https://isos.iptime.org:13221"],"path":["eqm","insp",":uuid","details"],"query":[{"key":"insp_type","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 설비검사기준서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"seq\": 0,\n        \"insp_no\": \"string\",\n        \"insp_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_item_desc\": \"string\",\n        \"periodicity_fg\": true,\n        \"spec_std\": \"string\",\n        \"spec_min\": 0,\n        \"spec_max\": 0,\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"base_date\": \"2019-08-24\",\n        \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n        \"daily_insp_cycle_cd\": \"string\",\n        \"daily_insp_cycle_nm\": \"string\",\n        \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n        \"cycle_unit_cd\": \"string\",\n        \"cycle_unit_nm\": \"string\",\n        \"cycle\": 0,\n        \"sortby\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"4ae7207f-8def-418a-bac1-101c01cc7d80","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp/:uuid/details?insp_type=","host":["https://isos.iptime.org:13221"],"path":["eqm","insp",":uuid","details"],"query":[{"key":"insp_type","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 설비검사기준서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"866a7f27-5fca-4e58-96f6-23cd9bec5fad"},{"name":"설비검사기준서 데이터 및 하위 상세 데이터 조회","id":"82b53a44-4344-48da-99d2-025cacd00f05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/insp/:uuid/include-details?insp_type=","description":"<p>하나의 설비검사기준서 데이터와 하위 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["eqm","insp",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 기준서 조회시 세부검사유형을 입력합니다. <br /> \n[all]: 전체 조회 <br />\n[daily]: 일상점검 기준서 조회 <br />\n[periodicity]: 정기점검 기준서 조회</p>\n","type":"text/plain"},"key":"insp_type","value":""}],"variable":[{"description":{"content":"<p>(Required) 설비검사기준서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"ebb62810-eb7b-4b0e-9487-8f0b1c21f7e7","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp/:uuid/include-details?insp_type=","host":["https://isos.iptime.org:13221"],"path":["eqm","insp",":uuid","include-details"],"query":[{"key":"insp_type","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 설비검사기준서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"insp_no\": \"string\",\n          \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n          \"equip_type_cd\": \"string\",\n          \"equip_type_nm\": \"string\",\n          \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n          \"equip_cd\": \"string\",\n          \"equip_nm\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"apply_date\": \"2019-08-24T14:15:22Z\",\n          \"apply_fg\": true,\n          \"apply_state\": \"string\",\n          \"contents\": \"string\",\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n            \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n            \"seq\": 0,\n            \"insp_no\": \"string\",\n            \"insp_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n            \"insp_item_type_cd\": \"string\",\n            \"insp_item_type_nm\": \"string\",\n            \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n            \"insp_item_cd\": \"string\",\n            \"insp_item_nm\": \"string\",\n            \"insp_item_desc\": \"string\",\n            \"periodicity_fg\": true,\n            \"spec_std\": \"string\",\n            \"spec_min\": 0,\n            \"spec_max\": 0,\n            \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n            \"insp_tool_cd\": \"string\",\n            \"insp_tool_nm\": \"string\",\n            \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n            \"insp_method_cd\": \"string\",\n            \"insp_method_nm\": \"string\",\n            \"base_date\": \"2019-08-24\",\n            \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n            \"daily_insp_cycle_cd\": \"string\",\n            \"daily_insp_cycle_nm\": \"string\",\n            \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n            \"cycle_unit_cd\": \"string\",\n            \"cycle_unit_nm\": \"string\",\n            \"cycle\": 0,\n            \"sortby\": 0,\n            \"remark\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"3506eee3-678c-4b96-afe5-ef85615d400f","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp/:uuid/include-details?insp_type=","host":["https://isos.iptime.org:13221"],"path":["eqm","insp",":uuid","include-details"],"query":[{"key":"insp_type","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 설비검사기준서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"82b53a44-4344-48da-99d2-025cacd00f05"},{"name":"설비검사기준서 데이터 조회","id":"9540c4cd-41be-4a7a-a73f-87979093a0b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/insps?factory_uuid=&equip_uuid=&apply_fg=","description":"<p>설비검사기준서 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["eqm","insps"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 설비검사기준서 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>설비의 UUID를 입력하여 설비에 따라 설비검사기준서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"equip_uuid","value":""},{"description":{"content":"<p>기준서 적용여부에 따라 설비검사기준서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"apply_fg","value":""}],"variable":[]}},"response":[{"id":"0c96bd0c-6c2e-4002-8f8f-dc7d3fce09d5","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insps?factory_uuid=cca81ca6-e9ae-27b2-e435-bb96c7cd6804&equip_uuid=cca81ca6-e9ae-27b2-e435-bb96c7cd6804&apply_fg=true","host":["https://isos.iptime.org:13221"],"path":["eqm","insps"],"query":[{"key":"factory_uuid","value":"cca81ca6-e9ae-27b2-e435-bb96c7cd6804"},{"key":"equip_uuid","value":"cca81ca6-e9ae-27b2-e435-bb96c7cd6804"},{"key":"apply_fg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_no\": \"string\",\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"apply_date\": \"2019-08-24T14:15:22Z\",\n        \"apply_fg\": true,\n        \"apply_state\": \"string\",\n        \"contents\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"7f9e3038-8eb8-4abf-9c70-5101ee9a09ed","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insps?factory_uuid=cca81ca6-e9ae-27b2-e435-bb96c7cd6804&equip_uuid=cca81ca6-e9ae-27b2-e435-bb96c7cd6804&apply_fg=true","host":["https://isos.iptime.org:13221"],"path":["eqm","insps"],"query":[{"key":"factory_uuid","value":"cca81ca6-e9ae-27b2-e435-bb96c7cd6804"},{"key":"equip_uuid","value":"cca81ca6-e9ae-27b2-e435-bb96c7cd6804"},{"key":"apply_fg","value":"true"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9540c4cd-41be-4a7a-a73f-87979093a0b0"},{"name":"설비검사기준서 데이터 생성","id":"22f1d960-498b-4e70-801e-80db1b58071c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"insp_no\": \"string\",\n    \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n      \"insp_item_desc\": \"string\",\n      \"periodicity_fg\": true,\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n      \"base_date\": \"2019-08-24\",\n      \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n      \"cycle\": 0,\n      \"sortby\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps","description":"<p>설비검사기준서 기준서 신규생성 및 상세기준서를 추가 생성합니다. <br />\n상세기준서 추가 생성시 header에 기준서의 uuid를 입력해야 합니다. <br />\n✅ 기준서 적용여부(apply_fg)를 true로 입력 할 경우 해당 설비에 기존에 적용중이였던 기준서가 해제되고 신규 기준서가 적용됩니다. <br />\n✅ 기준서의 적용일시를 입력하지 않으면 등록 당시의 시간이 입력됩니다. <br />\n❗️ 설비정기점검(periodicity_fg: true)의 경우 주기 기준일(base_date), 주기단위UUID(cycle_unit_uuid), 점검주기(cycle) 항목을 필수 입력해야 합니다. <br />\n❗️ 설비일상점검(periodicity_fg: false)의 경우 일상점검주기UUID(daily_insp_cycle_uuid) 항목을 필수 입력해야 합니다. <br />\n❗️ 기준서 번호 자동발행 옵션이 입력되어있으면 기준서 번호(insp_no)를 입력하지 않습니다. <br />\n❗️ 기준서의 등록일시는 적용일시보다 늦을 수 없습니다.</p>\n","urlObject":{"path":["eqm","insps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5eac795f-870e-47e7-a216-399b06fb6e4b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"insp_no\": \"string\",\n    \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n      \"insp_item_desc\": \"string\",\n      \"periodicity_fg\": true,\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n      \"base_date\": \"2019-08-24\",\n      \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n      \"cycle\": 0,\n      \"sortby\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInsp-S-0001\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"25e9df95-1cd0-4c25-a8b1-3476fb37c028","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"insp_no\": \"string\",\n    \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n      \"insp_item_desc\": \"string\",\n      \"periodicity_fg\": true,\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n      \"base_date\": \"2019-08-24\",\n      \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n      \"cycle\": 0,\n      \"sortby\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"22f1d960-498b-4e70-801e-80db1b58071c"},{"name":"설비검사기준서 데이터 수정","id":"3a1808a1-3050-4b38-bde8-0a4e6b9012b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_item_desc\": \"string\",\n      \"periodicity_fg\": true,\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n      \"base_date\": \"2019-08-24\",\n      \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n      \"cycle\": 0,\n      \"sortby\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps","description":"<p>설비검사기준서 기준서 및 하위 상세기준서 데이터를 수정합니다. <br />\n❗️ 설비정기점검(periodicity_fg: true)의 경우 주기 기준일(base_date), 주기단위UUID(cycle_unit_uuid), 점검주기(cycle) 항목을 필수 입력해야 합니다. <br />\n❗️ 설비일상점검(periodicity_fg: false)의 경우 일상점검주기UUID(daily_insp_cycle_uuid) 항목을 필수 입력해야 합니다. <br />\n❗️ 기준서의 등록일시는 적용일시보다 늦을 수 없습니다.</p>\n","urlObject":{"path":["eqm","insps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"35571e27-8f4e-40c3-a5ef-f465fd9944f5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_item_desc\": \"string\",\n      \"periodicity_fg\": true,\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n      \"base_date\": \"2019-08-24\",\n      \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n      \"cycle\": 0,\n      \"sortby\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInsp-S-0002\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a0e747ce-02b6-4a1a-87a8-3b9ee36f493f","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_item_desc\": \"string\",\n      \"periodicity_fg\": true,\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n      \"base_date\": \"2019-08-24\",\n      \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n      \"cycle\": 0,\n      \"sortby\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3a1808a1-3050-4b38-bde8-0a4e6b9012b4"},{"name":"설비검사기준서 데이터 수정","id":"b7ededa8-ad5b-4d8d-9a22-06d67bfea945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_item_desc\": \"string\",\n      \"periodicity_fg\": true,\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n      \"base_date\": \"2019-08-24\",\n      \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n      \"cycle\": 0,\n      \"sortby\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps","description":"<p>설비검사기준서 기준서 및 하위 상세기준서 데이터를 부분 수정합니다. <br />\n❗️ 설비정기점검(periodicity_fg: true)의 경우 주기 기준일(base_date), 주기단위UUID(cycle_unit_uuid), 점검주기(cycle) 항목을 필수 입력해야 합니다. <br />\n❗️ 설비일상점검(periodicity_fg: false)의 경우 일상점검주기UUID(daily_insp_cycle_uuid) 항목을 필수 입력해야 합니다. <br />\n❗️ 기준서의 등록일시는 적용일시보다 늦을 수 없습니다.</p>\n","urlObject":{"path":["eqm","insps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b5879be6-128b-4bce-b454-e16ab60938f9","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_item_desc\": \"string\",\n      \"periodicity_fg\": true,\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n      \"base_date\": \"2019-08-24\",\n      \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n      \"cycle\": 0,\n      \"sortby\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInsp-S-0003\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2f9830e6-bc9e-4c73-b69c-ca5f1a78e269","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_item_desc\": \"string\",\n      \"periodicity_fg\": true,\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n      \"base_date\": \"2019-08-24\",\n      \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n      \"cycle\": 0,\n      \"sortby\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b7ededa8-ad5b-4d8d-9a22-06d67bfea945"},{"name":"설비검사기준서 데이터 삭제","id":"0f72d832-eae6-4aaa-9ea5-ade87da0cddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps","description":"<p>설비검사기준서 기준서 및 하위 상세기준서 데이터를 삭제합니다. <br />\n기준서의 하위 상세기준서가 모두 삭제되는 경우 기준서를 삭제합니다.</p>\n","urlObject":{"path":["eqm","insps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"907a9dab-386e-4450-a5f5-fb73b84c5cd4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInsp-S-0004\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b5fde309-b04a-42f1-8f28-749238edf19b","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0f72d832-eae6-4aaa-9ea5-ade87da0cddb"}],"id":"3209bf1c-2cc8-4273-9270-f79a6ed3d748","_postman_id":"3209bf1c-2cc8-4273-9270-f79a6ed3d748","description":""},{"name":"설비검사기준서상세(InspDetail)","item":[{"name":"설비검사기준서 상세 데이터 단일 조회","id":"a4524cd0-da0a-4b63-8a5b-b9a3f0e93a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/insp-detail/:uuid","description":"<p>하나의 설비검사기준서 상세 데이터를 조회합니다. </p>\n","urlObject":{"path":["eqm","insp-detail",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 설비검사기준서상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"669b18a9-98af-491c-bd3b-f25975a63e72","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["eqm","insp-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비검사기준서상세의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInspDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eqmInspDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"seq\": 0,\n        \"insp_no\": \"string\",\n        \"insp_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_item_desc\": \"string\",\n        \"periodicity_fg\": true,\n        \"spec_std\": \"string\",\n        \"spec_min\": 0,\n        \"spec_max\": 0,\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"base_date\": \"2019-08-24\",\n        \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n        \"daily_insp_cycle_cd\": \"string\",\n        \"daily_insp_cycle_nm\": \"string\",\n        \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n        \"cycle_unit_cd\": \"string\",\n        \"cycle_unit_nm\": \"string\",\n        \"cycle\": 0,\n        \"sortby\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"048c4ae5-76ad-471f-9236-7e924940028f","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["eqm","insp-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비검사기준서상세의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInspDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInspDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"seq\": 0,\n        \"insp_no\": \"string\",\n        \"insp_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_item_desc\": \"string\",\n        \"periodicity_fg\": true,\n        \"spec_std\": \"string\",\n        \"spec_min\": 0,\n        \"spec_max\": 0,\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"base_date\": \"2019-08-24\",\n        \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n        \"daily_insp_cycle_cd\": \"string\",\n        \"daily_insp_cycle_nm\": \"string\",\n        \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n        \"cycle_unit_cd\": \"string\",\n        \"cycle_unit_nm\": \"string\",\n        \"cycle\": 0,\n        \"sortby\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"}],"_postman_id":"a4524cd0-da0a-4b63-8a5b-b9a3f0e93a06"},{"name":"설비검사기준서 상세 데이터 조회","id":"cd3321e1-cfa8-47bb-a38e-b3b6392b3d7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/insp-details?factory_uuid=&insp_uuid=&insp_type=","description":"<p>설비검사기준서 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["eqm","insp-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 설비검사기준서 상세 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>설비검사기준서의 UUID를 입력하여 설비검사기준서에 따라 설비검사기준서 상세 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"insp_uuid","value":""},{"description":{"content":"<p>(Required) 기준서 조회시 세부검사유형을 입력합니다. <br /> \n[all]: 전체 조회 <br />\n[daily]: 일상점검 기준서 조회 <br />\n[periodicity]: 정기점검 기준서 조회</p>\n","type":"text/plain"},"key":"insp_type","value":""}],"variable":[]}},"response":[{"id":"ea1e8e0d-f400-4d3e-98e7-28084967aac2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp-details?factory_uuid=&insp_uuid=&insp_type=","host":["https://isos.iptime.org:13221"],"path":["eqm","insp-details"],"query":[{"key":"factory_uuid","value":""},{"key":"insp_uuid","value":""},{"key":"insp_type","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInspDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eqmInspDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"seq\": 0,\n        \"insp_no\": \"string\",\n        \"insp_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_item_desc\": \"string\",\n        \"periodicity_fg\": true,\n        \"spec_std\": \"string\",\n        \"spec_min\": 0,\n        \"spec_max\": 0,\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"base_date\": \"2019-08-24\",\n        \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n        \"daily_insp_cycle_cd\": \"string\",\n        \"daily_insp_cycle_nm\": \"string\",\n        \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n        \"cycle_unit_cd\": \"string\",\n        \"cycle_unit_nm\": \"string\",\n        \"cycle\": 0,\n        \"sortby\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0b17a9f7-e311-486b-8380-9fa85a0f7849","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp-details?factory_uuid=&insp_uuid=&insp_type=","host":["https://isos.iptime.org:13221"],"path":["eqm","insp-details"],"query":[{"key":"factory_uuid","value":""},{"key":"insp_uuid","value":""},{"key":"insp_type","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInspDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInspDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cd3321e1-cfa8-47bb-a38e-b3b6392b3d7a"}],"id":"71ac6b78-6339-4bf6-b065-2dcba2bff429","_postman_id":"71ac6b78-6339-4bf6-b065-2dcba2bff429","description":""},{"name":"설비검사성적서(InspResult)","item":[{"name":"설비검사성적서 데이터 단일 조회","id":"1dca2b8f-6688-45de-8fc5-c417a537c376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/insp-result/:uuid","description":"<p>하나의 설비검사성적서 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["eqm","insp-result",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 설비검사성적서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"ba39efe7-8b46-4025-9bb8-f05a7641c9da","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp-result/:uuid","host":["https://isos.iptime.org:13221"],"path":["eqm","insp-result",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비검사성적서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInspResult-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_no\": \"string\",\n        \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n        \"insp_no_sub\": \"string\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_item_desc\": \"string\",\n        \"periodicity_fg\": true,\n        \"spec_std\": \"string\",\n        \"spec_min\": 0,\n        \"spec_max\": 0,\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n        \"daily_insp_cycle_cd\": \"string\",\n        \"daily_insp_cycle_nm\": \"string\",\n        \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n        \"cycle_unit_cd\": \"string\",\n        \"cycle_unit_nm\": \"string\",\n        \"base_date\": \"2019-08-24\",\n        \"cycle\": 0,\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n        \"emp_cd\": \"string\",\n        \"emp_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"insp_value\": \"string\",\n        \"insp_result_fg\": true,\n        \"insp_result_state\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"710fd387-0017-44a2-a4dc-0e864b060f8c","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp-result/:uuid","host":["https://isos.iptime.org:13221"],"path":["eqm","insp-result",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 설비검사성적서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInspResult-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1dca2b8f-6688-45de-8fc5-c417a537c376"},{"name":"설비검사성적서 데이터 조회","id":"bd18749d-edbe-48e9-ae2a-ee3ca6240e19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/insp-results?factory_uuid=&equip_uuid=&insp_uuid=&insp_detail_uuid=&insp_type=&start_date=&end_date=","description":"<p>설비검사성적서 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["eqm","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 설비검사성적서 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>설비의 UUID를 입력하여 설비에 따라 설비검사성적서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"equip_uuid","value":""},{"description":{"content":"<p>설비검사기준서의 UUID를 입력하여 설비에 따라 설비검사성적서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"insp_uuid","value":""},{"description":{"content":"<p>설비검사기준서상세의 UUID를 입력하여 설비에 따라 설비검사성적서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"insp_detail_uuid","value":""},{"description":{"content":"<p>(Required) 성적서 조회시 세부검사유형을 입력합니다. <br /> \n[all]: 전체 조회 <br />\n[daily]: 일상점검 성적서 조회 <br />\n[periodicity]: 정기점검 성적서 조회</p>\n","type":"text/plain"},"key":"insp_type","value":""},{"description":{"content":"<p>설비검사 성적서를 조회할 기준 시작일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 설비검사 성적서 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>설비검사 성적서를 조회할 기준 종료일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 설비검사 성적서 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"c49ec18e-2c77-435d-955a-84b68d63bda4","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp-results?factory_uuid=&equip_uuid=&insp_uuid=&insp_detail_uuid=&insp_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["eqm","insp-results"],"query":[{"key":"factory_uuid","value":""},{"key":"equip_uuid","value":""},{"key":"insp_uuid","value":""},{"key":"insp_detail_uuid","value":""},{"key":"insp_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInspResult-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_no\": \"string\",\n        \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n        \"insp_no_sub\": \"string\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_item_desc\": \"string\",\n        \"periodicity_fg\": true,\n        \"spec_std\": \"string\",\n        \"spec_min\": 0,\n        \"spec_max\": 0,\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"daily_insp_cycle_uuid\": \"dce54efc-0f77-4b8f-85fb-6546b504f535\",\n        \"daily_insp_cycle_cd\": \"string\",\n        \"daily_insp_cycle_nm\": \"string\",\n        \"cycle_unit_uuid\": \"4cef0647-4690-454e-9c26-11145534d411\",\n        \"cycle_unit_cd\": \"string\",\n        \"cycle_unit_nm\": \"string\",\n        \"base_date\": \"2019-08-24\",\n        \"cycle\": 0,\n        \"equip_type_uuid\": \"70f014b5-48f6-420b-bca3-c6d2c7188597\",\n        \"equip_type_cd\": \"string\",\n        \"equip_type_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n        \"emp_cd\": \"string\",\n        \"emp_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"insp_value\": \"string\",\n        \"insp_result_fg\": true,\n        \"insp_result_state\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"2b4f1598-4f7f-4049-86e5-0ad652e90894","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/insp-results?factory_uuid=&equip_uuid=&insp_uuid=&insp_detail_uuid=&insp_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["eqm","insp-results"],"query":[{"key":"factory_uuid","value":""},{"key":"equip_uuid","value":""},{"key":"insp_uuid","value":""},{"key":"insp_detail_uuid","value":""},{"key":"insp_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInspResult-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"bd18749d-edbe-48e9-ae2a-ee3ca6240e19"},{"name":"설비검사성적서 데이터 생성","id":"dfa3b7c8-e6ad-4152-8107-1b690b356c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"insp_value\": \"string\",\n  \"insp_result_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results","description":"<p>설비검사성적서 데이터를 생성합니다. <br />\n❗️ 검사 값(insp_value)는 숫자형태의 값을 입력해야 합니다.</p>\n","urlObject":{"path":["eqm","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9bdfd7b0-966f-420c-b57b-34291a848873","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"insp_value\": \"string\",\n  \"insp_result_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInspResult-S-0001\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a64376b7-689a-406e-9320-9a3ea52214a7","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"insp_value\": \"string\",\n  \"insp_result_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInspResult-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"dfa3b7c8-e6ad-4152-8107-1b690b356c1f"},{"name":"설비검사성적서 데이터 수정","id":"d218e6b4-86de-47ed-ac79-4473cefe0696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"insp_value\": \"string\",\n  \"insp_result_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results","description":"<p>설비검사성적서 데이터를 행(Row) 단위로 수정합니다. <br />\n❗️ 검사 값(insp_value)는 숫자형태의 값을 입력해야 합니다.</p>\n","urlObject":{"path":["eqm","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5e21cb61-6169-4e62-b8d1-a917908d8a62","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"insp_value\": \"string\",\n  \"insp_result_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInspResult-S-0002\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b12b36c1-c262-4f13-a938-d6d0ea588039","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"insp_value\": \"string\",\n  \"insp_result_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInspResult-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d218e6b4-86de-47ed-ac79-4473cefe0696"},{"name":"설비검사성적서 데이터 수정","id":"0b670d9c-e38a-4816-b47c-368412afad92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"insp_value\": \"string\",\n  \"insp_result_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results","description":"<p>설비검사성적서 데이터를 개별 항목 단위로 수정합니다. <br />\n❗️ 검사 값(insp_value)는 숫자형태의 값을 입력해야 합니다.</p>\n","urlObject":{"path":["eqm","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2655606e-2f52-4e94-8da9-110c8e41fb61","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"insp_value\": \"string\",\n  \"insp_result_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInspResult-S-0003\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"9bc29a41-21fd-4f87-ba2c-02a78754894c","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"insp_value\": \"string\",\n  \"insp_result_fg\": true,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInspResult-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0b670d9c-e38a-4816-b47c-368412afad92"},{"name":"설비검사성적서 데이터 삭제","id":"d9699ddf-09be-4574-aa7a-1ed61d5dc031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results","description":"<p>설비수리이력관리 데이터를 삭제합니다.</p>\n","urlObject":{"path":["eqm","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f09e799d-9dd6-492d-95db-b414afaa5497","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eqmInspResult-S-0004\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"35bb5456-bb51-49fb-86db-61d34133991d","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmInspResult-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmInspResult\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d9699ddf-09be-4574-aa7a-1ed61d5dc031"}],"id":"32cfa529-c0ad-4b33-b05d-623973b8d477","_postman_id":"32cfa529-c0ad-4b33-b05d-623973b8d477","description":""},{"name":"설비수리이력관리(RepairHistory)","item":[{"name":"설비수리이력관리 데이터 단일 조회","id":"23d755fd-b845-47de-a382-12d00e2593af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/repair-history/:uuid","description":"<p>하나의 설비수리이력관리 데이터를 조회합니다.</p>\n","urlObject":{"path":["eqm","repair-history",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 설비수리이력관리의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"5e6bee40-a8be-4e96-bbfc-2f8f60c1056d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/repair-history/:uuid","host":["https://isos.iptime.org:13221"],"path":["eqm","repair-history",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 설비수리이력관리의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eeqmRepairHistory-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eeqmRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"repair_history_uuid\": \"b0932969-bb97-49ae-a67e-182b34c57961\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n        \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n        \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n        \"occur_emp_cd\": \"string\",\n        \"occur_emp_nm\": \"string\",\n        \"occur_reason\": \"string\",\n        \"occur_contents\": \"string\",\n        \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n        \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n        \"repair_time\": 0,\n        \"repair_place\": \"string\",\n        \"repair_price\": 0,\n        \"check_date\": \"2019-08-24T14:15:22Z\",\n        \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\",\n        \"check_emp_cd\": \"string\",\n        \"check_emp_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8a662565-7304-47ee-9fea-13fce5fc4dd1","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/repair-history/:uuid","host":["https://isos.iptime.org:13221"],"path":["eqm","repair-history",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 설비수리이력관리의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"23d755fd-b845-47de-a382-12d00e2593af"},{"name":"설비수리이력관리 데이터 조회","id":"59ce4b15-8b56-4aee-8578-ec54691a088a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/eqm/repair-histories?factory_uuid=","description":"<p>설비수리이력관리 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["eqm","repair-histories"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 생산실적 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""}],"variable":[]}},"response":[{"id":"b7620d7d-654e-4e0d-90ff-ff0d8803df0c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/repair-histories?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["eqm","repair-histories"],"query":[{"key":"factory_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eeqmRepairHistory-S-0000\",\n  \"state\": {\n      \"state_tag\": \"eeqmRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"repair_history_uuid\": \"b0932969-bb97-49ae-a67e-182b34c57961\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n        \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n        \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n        \"occur_emp_cd\": \"string\",\n        \"occur_emp_nm\": \"string\",\n        \"occur_reason\": \"string\",\n        \"occur_contents\": \"string\",\n        \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n        \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n        \"repair_time\": 0,\n        \"repair_place\": \"string\",\n        \"repair_price\": 0,\n        \"check_date\": \"2019-08-24T14:15:22Z\",\n        \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\",\n        \"check_emp_cd\": \"string\",\n        \"check_emp_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"68191819-0bdd-437c-810b-3cee59fef11c","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/eqm/repair-histories?factory_uuid=","host":["https://isos.iptime.org:13221"],"path":["eqm","repair-histories"],"query":[{"key":"factory_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"59ce4b15-8b56-4aee-8578-ec54691a088a"},{"name":"설비수리이력관리 데이터 생성","id":"1d8d4187-8ea6-438b-9b5b-eb2fb21b9b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"occur_reason\": \"string\",\n  \"occur_contents\": \"string\",\n  \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_place\": \"string\",\n  \"repair_price\": 0,\n  \"check_date\": \"2019-08-24T14:15:22Z\",\n  \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories","description":"<p>설비수리이력관리 데이터를 생성합니다.</p>\n","urlObject":{"path":["eqm","repair-histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"70139d2f-e158-4156-8d8c-4368bd1d2ba1","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"occur_reason\": \"string\",\n  \"occur_contents\": \"string\",\n  \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_place\": \"string\",\n  \"repair_price\": 0,\n  \"check_date\": \"2019-08-24T14:15:22Z\",\n  \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eeqmRepairHistory-S-0001\",\n  \"state\": {\n      \"state_tag\": \"eeqmRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e8f9f2a8-00f3-4871-901f-6275c0b978d0","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"occur_reason\": \"string\",\n  \"occur_contents\": \"string\",\n  \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_place\": \"string\",\n  \"repair_price\": 0,\n  \"check_date\": \"2019-08-24T14:15:22Z\",\n  \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1d8d4187-8ea6-438b-9b5b-eb2fb21b9b5b"},{"name":"설비수리이력관리 데이터 수정","id":"f36834c1-e58e-4962-b061-a4b8a4f79e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"occur_reason\": \"string\",\n  \"occur_contents\": \"string\",\n  \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_place\": \"string\",\n  \"repair_price\": 0,\n  \"check_date\": \"2019-08-24T14:15:22Z\",\n  \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories","description":"<p>설비수리이력관리 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["eqm","repair-histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3f55f3a4-7cfa-4687-8c3f-a94304696ed7","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"occur_reason\": \"string\",\n  \"occur_contents\": \"string\",\n  \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_place\": \"string\",\n  \"repair_price\": 0,\n  \"check_date\": \"2019-08-24T14:15:22Z\",\n  \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eeqmRepairHistory-S-0002\",\n  \"state\": {\n      \"state_tag\": \"eeqmRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"bd2587eb-a148-4e45-80ce-d42aa2372861","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"occur_reason\": \"string\",\n  \"occur_contents\": \"string\",\n  \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_place\": \"string\",\n  \"repair_price\": 0,\n  \"check_date\": \"2019-08-24T14:15:22Z\",\n  \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f36834c1-e58e-4962-b061-a4b8a4f79e69"},{"name":"설비수리이력관리 데이터 수정","id":"06990c70-b633-4d47-b884-cc14fcc72ea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"occur_reason\": \"string\",\n  \"occur_contents\": \"string\",\n  \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_place\": \"string\",\n  \"repair_price\": 0,\n  \"check_date\": \"2019-08-24T14:15:22Z\",\n  \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories","description":"<p>설비수리이력관리 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["eqm","repair-histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"bfecca15-d351-419c-84c1-8635fcac32b2","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"occur_reason\": \"string\",\n  \"occur_contents\": \"string\",\n  \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_place\": \"string\",\n  \"repair_price\": 0,\n  \"check_date\": \"2019-08-24T14:15:22Z\",\n  \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eeqmRepairHistory-S-0003\",\n  \"state\": {\n      \"state_tag\": \"eeqmRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b796481d-b6df-467c-b6a8-a9c08355e96e","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"equip_uuid\": \"6f1b24c4-b9f4-4541-a7cd-4fbacf5475f6\",\n  \"occur_start_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_end_date\": \"2019-08-24T14:15:22Z\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"occur_reason\": \"string\",\n  \"occur_contents\": \"string\",\n  \"repair_start_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_end_date\": \"2019-08-24T14:15:22Z\",\n  \"repair_place\": \"string\",\n  \"repair_price\": 0,\n  \"check_date\": \"2019-08-24T14:15:22Z\",\n  \"check_emp_uuid\": \"e670bbb3-3cac-4881-a306-c14be5e91ec0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"06990c70-b633-4d47-b884-cc14fcc72ea5"},{"name":"설비수리이력관리 데이터 삭제","id":"36d307a3-f8b7-451b-ae07-8e141b1a0b62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories","description":"<p>설비수리이력관리 데이터를 삭제합니다.</p>\n","urlObject":{"path":["eqm","repair-histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fc6ccb8d-6e2b-4cfa-856a-3ef06f6a066b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"eeqmRepairHistory-S-0004\",\n  \"state\": {\n      \"state_tag\": \"eeqmRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"9c163352-7b30-4853-859d-6b5ce5671f49","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/eqm/repair-histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"eqmRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"eqmRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"36d307a3-f8b7-451b-ae07-8e141b1a0b62"}],"id":"a37309e8-175c-4748-9ea6-3bcd83bfde9c","_postman_id":"a37309e8-175c-4748-9ea6-3bcd83bfde9c","description":""}],"id":"4f0cda3f-929f-47ac-83be-20d07dd04201","_postman_id":"4f0cda3f-929f-47ac-83be-20d07dd04201","description":""},{"name":"mld","item":[{"name":"금형관리(Mold)","item":[{"name":"금형 타수현황 조회","id":"9e2ba655-61af-4132-951c-c9ef632996f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/molds/report?reg_date=&use_fg=","description":"<p>금형의 타수현황을 조회합니다.</p>\n","urlObject":{"path":["mld","molds","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 금형의 타수현황을 조회 할 기준일자를 입력합니다.</p>\n","type":"text/plain"},"key":"reg_date","value":""},{"description":{"content":"<p>금형의 사용여부를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"use_fg","value":""}],"variable":[]}},"response":[{"id":"4854e816-4255-4be0-b73c-b161ce72f185","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/molds/report?reg_date=&use_fg=","host":["https://isos.iptime.org:13221"],"path":["mld","molds","report"],"query":[{"key":"reg_date","value":""},{"key":"use_fg","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldMold-S-0000\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n        \"mold_cd\": \"string\",\n        \"mold_nm\": \"string\",\n        \"mold_no\": \"string\",\n        \"cavity\": 0,\n        \"guarantee_cnt\": 0,\n        \"basic_cnt\": 0,\n        \"work_cnt\": 0,\n        \"accumulated_cnt\": 0,\n        \"remained_cnt\": 0,\n        \"guarantee_qty\": 0,\n        \"basic_qty\": 0,\n        \"work_qty\": 0,\n        \"remained_qty\": 0,\n        \"mold_rate\": 0,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"76cf213a-8d36-4be9-8ff8-6fc3e6c78fdc","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/molds/report?reg_date=&use_fg=","host":["https://isos.iptime.org:13221"],"path":["mld","molds","report"],"query":[{"key":"reg_date","value":""},{"key":"use_fg","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9e2ba655-61af-4132-951c-c9ef632996f5"},{"name":"금형 데이터 단일 조회","id":"f2979d63-8e8f-4350-927e-208d19b71f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/mold/:uuid","description":"<p>하나의 금형 데이터를 조회합니다.</p>\n","urlObject":{"path":["mld","mold",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 금형의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"fc750a23-bb5f-4477-a120-d04777ef9a1c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/mold/:uuid","host":["https://isos.iptime.org:13221"],"path":["mld","mold",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 금형의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldMold-S-0000\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"mold_cd\": \"string\",\n        \"mold_nm\": \"string\",\n        \"mold_no\": \"string\",\n        \"cavity\": 0,\n        \"guarantee_cnt\": 0,\n        \"basic_cnt\": 0,\n        \"manufacturer\": \"string\",\n        \"purchase_date\": \"2019-08-24\",\n        \"weight\": 0,\n        \"size\": \"string\",\n        \"use_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ace30818-74bd-42d4-8e6b-d46f7811b6fc","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/mold/:uuid","host":["https://isos.iptime.org:13221"],"path":["mld","mold",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 금형의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f2979d63-8e8f-4350-927e-208d19b71f5d"},{"name":"금형 데이터 조회","id":"4550021d-3083-45ae-b650-eb811130e6fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/molds?factory_uuid=&use_fg=","description":"<p>금형 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["mld","molds"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 금형 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>금형의 사용여부에 따라 금형 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"use_fg","value":""}],"variable":[]}},"response":[{"id":"acf057da-7aba-4a08-8387-e365d98c58a6","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/molds?factory_uuid=&use_fg=","host":["https://isos.iptime.org:13221"],"path":["mld","molds"],"query":[{"key":"factory_uuid","value":""},{"key":"use_fg","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldMold-S-0000\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"mold_cd\": \"string\",\n        \"mold_nm\": \"string\",\n        \"mold_no\": \"string\",\n        \"cavity\": 0,\n        \"guarantee_cnt\": 0,\n        \"basic_cnt\": 0,\n        \"manufacturer\": \"string\",\n        \"purchase_date\": \"2019-08-24\",\n        \"weight\": 0,\n        \"size\": \"string\",\n        \"use_fg\": true,\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"4f72f3ed-690c-4909-8c76-0da6ba57b1f2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/molds?factory_uuid=&use_fg=","host":["https://isos.iptime.org:13221"],"path":["mld","molds"],"query":[{"key":"factory_uuid","value":""},{"key":"use_fg","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4550021d-3083-45ae-b650-eb811130e6fa"},{"name":"금형 데이터 생성","id":"864d4d22-df69-48ce-97e1-de1a3ee7ea8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"mold_cd\": \"string\",\n  \"mold_nm\": \"string\",\n  \"mold_no\": \"string\",\n  \"cavity\": 0,\n  \"guarantee_cnt\": 0,\n  \"basic_cnt\": 0,\n  \"manufacturer\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"weight\": 0,\n  \"size\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds","description":"<p>금형 데이터를 생성합니다.</p>\n","urlObject":{"path":["mld","molds"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"cf6c1c99-035f-4917-a650-7d2d4ecb0309","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"mold_cd\": \"string\",\n  \"mold_nm\": \"string\",\n  \"mold_no\": \"string\",\n  \"cavity\": 0,\n  \"guarantee_cnt\": 0,\n  \"basic_cnt\": 0,\n  \"manufacturer\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"weight\": 0,\n  \"size\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldMold-S-0001\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"bd3ae8f2-3adb-47e1-815f-f0de201078a9","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"mold_cd\": \"string\",\n  \"mold_nm\": \"string\",\n  \"mold_no\": \"string\",\n  \"cavity\": 0,\n  \"guarantee_cnt\": 0,\n  \"basic_cnt\": 0,\n  \"manufacturer\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"weight\": 0,\n  \"size\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"864d4d22-df69-48ce-97e1-de1a3ee7ea8b"},{"name":"금형 데이터 수정","id":"22b80d3d-f475-4f6f-8785-eef73c8be01e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_cd\": \"string\",\n  \"mold_nm\": \"string\",\n  \"mold_no\": \"string\",\n  \"cavity\": 0,\n  \"guarantee_cnt\": 0,\n  \"basic_cnt\": 0,\n  \"manufacturer\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"weight\": 0,\n  \"size\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds","description":"<p>금형 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["mld","molds"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f756e7e1-a2c5-4913-9e5e-2456cb7ccc74","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_cd\": \"string\",\n  \"mold_nm\": \"string\",\n  \"mold_no\": \"string\",\n  \"cavity\": 0,\n  \"guarantee_cnt\": 0,\n  \"basic_cnt\": 0,\n  \"manufacturer\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"weight\": 0,\n  \"size\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldMold-S-0002\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c9834be0-8969-4607-94ce-551f9cc9db72","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_cd\": \"string\",\n  \"mold_nm\": \"string\",\n  \"mold_no\": \"string\",\n  \"cavity\": 0,\n  \"guarantee_cnt\": 0,\n  \"basic_cnt\": 0,\n  \"manufacturer\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"weight\": 0,\n  \"size\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"22b80d3d-f475-4f6f-8785-eef73c8be01e"},{"name":"금형 데이터 수정","id":"96908713-fedb-4aa4-b4b7-aa2207b1cceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_cd\": \"string\",\n  \"mold_nm\": \"string\",\n  \"mold_no\": \"string\",\n  \"cavity\": 0,\n  \"guarantee_cnt\": 0,\n  \"basic_cnt\": 0,\n  \"manufacturer\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"weight\": 0,\n  \"size\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds","description":"<p>금형 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["mld","molds"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7b3632c7-a82a-4708-8649-e23389df34fb","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_cd\": \"string\",\n  \"mold_nm\": \"string\",\n  \"mold_no\": \"string\",\n  \"cavity\": 0,\n  \"guarantee_cnt\": 0,\n  \"basic_cnt\": 0,\n  \"manufacturer\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"weight\": 0,\n  \"size\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldMold-S-0003\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2775fcea-baef-4f3e-98ba-448fdd8a3413","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_cd\": \"string\",\n  \"mold_nm\": \"string\",\n  \"mold_no\": \"string\",\n  \"cavity\": 0,\n  \"guarantee_cnt\": 0,\n  \"basic_cnt\": 0,\n  \"manufacturer\": \"string\",\n  \"purchase_date\": \"2019-08-24\",\n  \"weight\": 0,\n  \"size\": \"string\",\n  \"use_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"96908713-fedb-4aa4-b4b7-aa2207b1cceb"},{"name":"금형 데이터 삭제","id":"c379030d-b208-406a-9e2e-5ba84c77276c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds","description":"<p>금형 데이터를 삭제합니다.</p>\n","urlObject":{"path":["mld","molds"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f9b121fa-783b-4d25-8799-78d3fcda6f9e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldMold-S-0004\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2de6466d-8097-4043-8b67-2bbde08032b2","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/molds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c379030d-b208-406a-9e2e-5ba84c77276c"}],"id":"07c62d67-cabb-49af-b075-ccad9f809640","_postman_id":"07c62d67-cabb-49af-b075-ccad9f809640","description":""},{"name":"금형 문제점 관리(Problem)","item":[{"name":"금형 문제점 관리 데이터 단일 조회","id":"d3626de8-f4cb-4533-87ad-ef6c253301c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/problem/:uuid","description":"<p>하나의 금형 문제점 관리 데이터를 조회합니다.</p>\n","urlObject":{"path":["mld","problem",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 금형 문제점 관리의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"4574d8a2-2e51-4c57-9f9f-2cbc33fdfee1","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/problem/:uuid","host":["https://isos.iptime.org:13221"],"path":["mld","problem",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 금형 문제점 관리의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProblem-S-0000\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"problem_cd\": \"string\",\n        \"problem_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"98ddaf4e-2a36-4522-a2cd-37bd889c24c4","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/problem/:uuid","host":["https://isos.iptime.org:13221"],"path":["mld","problem",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 금형 문제점 관리의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProblem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d3626de8-f4cb-4533-87ad-ef6c253301c4"},{"name":"금형 문제점 관리 데이터 조회","id":"b1d4c5c2-a35c-43df-907b-de2a812aabb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/problems","description":"<p>금형 문제점 관리 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["mld","problems"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4c60624a-8638-4a71-8a63-f651a536420f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/problems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProblem-S-0000\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"problem_cd\": \"string\",\n        \"problem_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e1cf3b13-8e8c-4f9b-bb86-d62a12088c13","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/problems"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProblem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b1d4c5c2-a35c-43df-907b-de2a812aabb4"},{"name":"금형 문제점 관리 데이터 생성","id":"d64e586f-a3f0-4a1b-b7a9-952fc1bf9e9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"problem_cd\": \"string\",\n  \"problem_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems","description":"<p>금형 문제점 관리 데이터를 생성합니다.</p>\n","urlObject":{"path":["mld","problems"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6f4fcaf9-b449-4910-ac72-4d56364ee67c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"problem_cd\": \"string\",\n  \"problem_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProblem-S-0001\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d811a8bd-ba96-4671-9b07-21df35ff2fc9","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"problem_cd\": \"string\",\n  \"problem_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProblem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d64e586f-a3f0-4a1b-b7a9-952fc1bf9e9a"},{"name":"금형 문제점 관리 데이터 수정","id":"e4de4816-8b6c-43bb-8334-4eb5c938b163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"problem_cd\": \"string\",\n  \"problem_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems","description":"<p>금형 문제점 관리 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["mld","problems"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"523fa5e6-d983-4585-915d-af6c93cb7ffc","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"problem_cd\": \"string\",\n  \"problem_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProblem-S-0002\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"18fae856-82bc-4a4a-8fd4-acf7ddd6600a","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"problem_cd\": \"string\",\n  \"problem_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProblem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e4de4816-8b6c-43bb-8334-4eb5c938b163"},{"name":"금형 문제점 관리 데이터 수정","id":"b3f61e8d-34e7-4109-8e9e-ef31237cd8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"problem_cd\": \"string\",\n  \"problem_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems","description":"<p>금형 문제점 관리 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["mld","problems"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"185e956e-9a1b-4163-9a1c-d446e91bba60","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"problem_cd\": \"string\",\n  \"problem_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProblem-S-0003\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"fcd264f7-93bc-4d3f-b378-081526ec9fe8","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"problem_cd\": \"string\",\n  \"problem_nm\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProblem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b3f61e8d-34e7-4109-8e9e-ef31237cd8e0"},{"name":"금형 문제점 관리 데이터 삭제","id":"cd6b2b04-b310-4c00-8e78-819ee4f45e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems","description":"<p>금형 문제점 관리 데이터를 삭제합니다.</p>\n","urlObject":{"path":["mld","problems"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"caf4862f-7acb-4cb9-a1bc-1974da6b3e46","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProblem-S-0004\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ab432f00-c16b-4efd-84ac-8766a2b3c504","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/problems"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProblem-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProblem\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cd6b2b04-b310-4c00-8e78-819ee4f45e68"}],"id":"b01232c1-b966-409a-b74c-f4471ffe6794","_postman_id":"b01232c1-b966-409a-b74c-f4471ffe6794","description":""},{"name":"금형 수리이력 관리(RepairHistory)","item":[{"name":"금형 수리이력 관리 데이터 단일 조회","id":"e4cb861f-be99-444a-b1a7-70f15157dc6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/repair-history/:uuid","description":"<p>하나의 금형 수리이력 관리 데이터를 조회합니다.</p>\n","urlObject":{"path":["mld","repair-history",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 금형 수리이력 관리의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"268cdc7d-84bd-4bc8-9a52-e38ed4e0d0f3","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/repair-history/:uuid","host":["https://isos.iptime.org:13221"],"path":["mld","repair-history",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 금형 수리이력 관리의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldRepairHistory-S-0000\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"repair_history_uuid\": \"b0932969-bb97-49ae-a67e-182b34c57961\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n        \"mold_cd\": \"string\",\n        \"mold_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n        \"problem_cd\": \"string\",\n        \"problem_nm\": \"string\",\n        \"occur_date\": \"2019-08-24\",\n        \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n        \"occur_emp_cd\": \"string\",\n        \"occur_emp_nm\": \"string\",\n        \"repair_emp_uuid\": \"249a2dd0-acd0-4402-aa98-78c7b51d5050\",\n        \"repair_emp_cd\": \"string\",\n        \"repair_emp_nm\": \"string\",\n        \"repair_partner\": \"string\",\n        \"repair_no\": \"string\",\n        \"start_date\": \"2019-08-24\",\n        \"end_date\": \"2019-08-24\",\n        \"contents\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"13c7003d-d6ab-489c-aacf-4def11221d86","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/repair-history/:uuid","host":["https://isos.iptime.org:13221"],"path":["mld","repair-history",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 금형 수리이력 관리의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e4cb861f-be99-444a-b1a7-70f15157dc6c"},{"name":"금형 수리이력 관리 데이터 조회","id":"da7cb144-aef6-44ad-9489-551ed858d6c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/repair-histories","description":"<p>금형 수리이력 관리 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["mld","repair-histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8e52744f-95dc-4661-abad-5355134003a6","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/repair-histories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldRepairHistory-S-0000\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"repair_history_uuid\": \"b0932969-bb97-49ae-a67e-182b34c57961\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n        \"mold_cd\": \"string\",\n        \"mold_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n        \"problem_cd\": \"string\",\n        \"problem_nm\": \"string\",\n        \"occur_date\": \"2019-08-24\",\n        \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n        \"occur_emp_cd\": \"string\",\n        \"occur_emp_nm\": \"string\",\n        \"repair_emp_uuid\": \"249a2dd0-acd0-4402-aa98-78c7b51d5050\",\n        \"repair_emp_cd\": \"string\",\n        \"repair_emp_nm\": \"string\",\n        \"repair_partner\": \"string\",\n        \"repair_no\": \"string\",\n        \"start_date\": \"2019-08-24\",\n        \"end_date\": \"2019-08-24\",\n        \"contents\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b585ca09-de5c-4aab-9d01-7b76fa06ebac","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/repair-histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"da7cb144-aef6-44ad-9489-551ed858d6c3"},{"name":"금형 수리이력 관리 데이터 생성","id":"970d8eb1-4b71-43b3-9814-bea6f13620b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n  \"occur_date\": \"2019-08-24\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"repair_emp_uuid\": \"249a2dd0-acd0-4402-aa98-78c7b51d5050\",\n  \"repair_partner\": \"string\",\n  \"repair_no\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"end_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories","description":"<p>금형 수리이력 관리 데이터를 생성합니다.</p>\n","urlObject":{"path":["mld","repair-histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"40184cce-0da8-4869-8117-eb11c2a8060c","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n  \"occur_date\": \"2019-08-24\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"repair_emp_uuid\": \"249a2dd0-acd0-4402-aa98-78c7b51d5050\",\n  \"repair_partner\": \"string\",\n  \"repair_no\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"end_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldRepairHistory-S-0001\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"787905c1-77e5-43f7-8340-673efcc3761b","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n  \"occur_date\": \"2019-08-24\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"repair_emp_uuid\": \"249a2dd0-acd0-4402-aa98-78c7b51d5050\",\n  \"repair_partner\": \"string\",\n  \"repair_no\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"end_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"970d8eb1-4b71-43b3-9814-bea6f13620b1"},{"name":"금형 수리이력 관리 데이터 수정","id":"3d0fff81-cd46-48bd-8157-596f896aff16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n  \"occur_date\": \"2019-08-24\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"repair_emp_uuid\": \"249a2dd0-acd0-4402-aa98-78c7b51d5050\",\n  \"repair_partner\": \"string\",\n  \"repair_no\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"end_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories","description":"<p>금형 수리이력 관리 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["mld","repair-histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1118de04-ef46-4bdd-8bfc-18617dcea263","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n  \"occur_date\": \"2019-08-24\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"repair_emp_uuid\": \"249a2dd0-acd0-4402-aa98-78c7b51d5050\",\n  \"repair_partner\": \"string\",\n  \"repair_no\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"end_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldRepairHistory-S-0002\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7a9aa7cf-249c-4b59-8eab-920afc723b08","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n  \"occur_date\": \"2019-08-24\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"repair_emp_uuid\": \"249a2dd0-acd0-4402-aa98-78c7b51d5050\",\n  \"repair_partner\": \"string\",\n  \"repair_no\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"end_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3d0fff81-cd46-48bd-8157-596f896aff16"},{"name":"금형 수리이력 관리 데이터 수정","id":"d570b77a-0ee8-45e2-8718-95099b6ca8b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n  \"occur_date\": \"2019-08-24\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"repair_emp_uuid\": \"249a2dd0-acd0-4402-aa98-78c7b51d5050\",\n  \"repair_partner\": \"string\",\n  \"repair_no\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"end_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories","description":"<p>금형 수리이력 관리 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["mld","repair-histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4cb15b57-ba8e-4770-aef1-225e1f8dfbb8","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n  \"occur_date\": \"2019-08-24\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"repair_emp_uuid\": \"249a2dd0-acd0-4402-aa98-78c7b51d5050\",\n  \"repair_partner\": \"string\",\n  \"repair_no\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"end_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldRepairHistory-S-0003\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"860c7e18-b563-48cf-afb3-68d70cf066ee","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"problem_uuid\": \"843101f8-553d-456e-8833-7381e0a740f0\",\n  \"occur_date\": \"2019-08-24\",\n  \"occur_emp_uuid\": \"6323184c-d01b-4951-a420-141cf9b915ed\",\n  \"repair_emp_uuid\": \"249a2dd0-acd0-4402-aa98-78c7b51d5050\",\n  \"repair_partner\": \"string\",\n  \"repair_no\": \"string\",\n  \"start_date\": \"2019-08-24\",\n  \"end_date\": \"2019-08-24\",\n  \"contents\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d570b77a-0ee8-45e2-8718-95099b6ca8b7"},{"name":"금형 수리이력 관리 데이터 삭제","id":"e6f12081-5bbd-44f2-a0d1-6c1255486fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories","description":"<p>금형 수리이력 관리 데이터를 삭제합니다.</p>\n","urlObject":{"path":["mld","repair-histories"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d161341e-0896-4d76-90cb-ad6c1f5a36dc","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldRepairHistory-S-0004\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"39365e06-2353-4a94-b63b-cea0c4caffe2","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/repair-histories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldRepairHistory-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldRepairHistory\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e6f12081-5bbd-44f2-a0d1-6c1255486fc7"}],"id":"6034bfeb-dba4-4180-82dc-7e63f4c04043","_postman_id":"6034bfeb-dba4-4180-82dc-7e63f4c04043","description":""},{"name":"품목별 금형정보(ProdMold)","item":[{"name":"품목별 금형정보 데이터 단일 조회","id":"64ff7193-e9eb-4b3d-bb31-7bbf0a419f24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/prod-mold/:uuid","description":"<p>하나의 품목별 금형정보 데이터를 조회합니다.</p>\n","urlObject":{"path":["mld","prod-mold",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 품목별 금형정보의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"00b965e5-cf83-428f-8088-bb387822f036","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/prod-mold/:uuid","host":["https://isos.iptime.org:13221"],"path":["mld","prod-mold",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 품목별 금형정보의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProdMold-S-0000\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"prod_mold_uuid\": \"f5a4ea3f-e891-46eb-82a0-08de3b806d28\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n        \"mold_cd\": \"string\",\n        \"mold_nm\": \"string\",\n        \"mold_no\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"d2a5e17e-e289-4581-bde6-a4aca57d35d7","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/prod-mold/:uuid","host":["https://isos.iptime.org:13221"],"path":["mld","prod-mold",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 품목별 금형정보의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProdMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"64ff7193-e9eb-4b3d-bb31-7bbf0a419f24"},{"name":"품목별 금형정보 데이터 조회","id":"1fa5aa68-bfc8-412a-9032-454a90eaef65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/mld/prod-molds?factory_uuid&prod_uuid&prod_use_fg&mold_use_fg","description":"<p>품목별 금형정보 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["mld","prod-molds"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 품목별 금형정보를 조회합니다.\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":null},{"description":{"content":"<p>품목의 UUID를 입력하여 품목에 따라 품목별 금형정보를 조회합니다.\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":null},{"description":{"content":"<p>품목의 사용여부에 따라 품목별 금형정보를 조회합니다.\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_use_fg","value":null},{"description":{"content":"<p>금형의 사용여부에 따라 품목별 금형정보를 조회합니다.\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"mold_use_fg","value":null}],"variable":[]}},"response":[{"id":"1ff1aeb3-526d-41e4-bd86-ad4699ffaa9a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/prod-molds?factory_uuid=&prod_uuid=&prod_use_fg=&mold_use_fg=","host":["https://isos.iptime.org:13221"],"path":["mld","prod-molds"],"query":[{"key":"factory_uuid","value":"","type":"text"},{"key":"prod_uuid","value":"","type":"text"},{"key":"prod_use_fg","value":"","type":"text"},{"key":"mold_use_fg","value":"","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProdMold-S-0000\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"prod_mold_uuid\": \"f5a4ea3f-e891-46eb-82a0-08de3b806d28\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\",\n        \"mold_cd\": \"string\",\n        \"mold_nm\": \"string\",\n        \"mold_no\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ab632da4-c69e-489b-9222-a14c092cc34a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/mld/prod-molds?factory_uuid=&prod_uuid=&prod_use_fg=&mold_use_fg=","host":["https://isos.iptime.org:13221"],"path":["mld","prod-molds"],"query":[{"key":"factory_uuid","value":"","type":"text"},{"key":"prod_uuid","value":"","type":"text"},{"key":"prod_use_fg","value":"","type":"text"},{"key":"mold_use_fg","value":"","type":"text"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProdMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1fa5aa68-bfc8-412a-9032-454a90eaef65"},{"name":"품목별 금형정보 데이터 생성","id":"07713105-89d3-44b2-9b8e-5fd9da03cc0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds","description":"<p>품목별 금형정보 데이터를 생성합니다.</p>\n","urlObject":{"path":["mld","prod-molds"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b9a33d9e-e034-46f5-a09e-e7b6a8523190","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProdMold-S-0001\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"12fe2967-1abb-463e-b25e-58bb6b8557a1","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProdMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"07713105-89d3-44b2-9b8e-5fd9da03cc0d"},{"name":"품목별 금형정보 데이터 수정","id":"1e2e4ba2-8392-4987-ab76-d1e8b6bf4b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds","description":"<p>품목별 금형정보 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["mld","prod-molds"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9e568008-bb05-4a32-be5f-5d58ff0db963","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProdMold-S-0002\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a2d80a0e-b200-4e8c-8192-3433bae7142f","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProdMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1e2e4ba2-8392-4987-ab76-d1e8b6bf4b9c"},{"name":"품목별 금형정보 데이터 수정","id":"644aca6e-2776-484f-b996-a44decaced7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds","description":"<p>품목별 금형정보 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["mld","prod-molds"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9cbc4514-e993-4445-977e-20bb88646fe7","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProdMold-S-0003\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1a048276-0b8f-4bc7-a75e-d31ce35668a0","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"mold_uuid\": \"5859efe5-9407-44a1-a903-c9d1601e5219\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProdMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"644aca6e-2776-484f-b996-a44decaced7a"},{"name":"품목별 금형정보 데이터 삭제","id":"360e1d7a-5081-4b66-a314-543e895394a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds","description":"<p>품목별 금형정보 데이터를 삭제합니다.</p>\n","urlObject":{"path":["mld","prod-molds"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"d195db7b-7cd5-409f-8705-e8299366b54c","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"mldProdMold-S-0004\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"dc52ac04-fdfa-4d4e-b17d-5e0652e662d8","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/mld/prod-molds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"mldProdMold-E-9999\",\n  \"state\": {\n      \"state_tag\": \"mldProdMold\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"360e1d7a-5081-4b66-a314-543e895394a9"}],"id":"a0a81696-be22-4837-b2c4-850a2609da39","_postman_id":"a0a81696-be22-4837-b2c4-850a2609da39","description":""}],"id":"bc6ba14e-4426-49a4-84f6-ba802dc52ce8","_postman_id":"bc6ba14e-4426-49a4-84f6-ba802dc52ce8","description":""},{"name":"inv","item":[{"name":"재고관리(Store)","item":[{"name":"총괄수불부 조회","id":"f290ae20-377c-4556-8af1-5368a50228e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/stores/total-history?stock_type=&grouped_type=&start_date=&end_date=&reject_fg=&factory_uuid=&store_uuid=","description":"<p>기준 유형에 따라 총괄수불부를 조회합니다.</p>\n","urlObject":{"path":["inv","stores","total-history"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 재고 조회시 조회 유형을 입력합니다. <br /> \n[all]: 전체 재고 조회 <br />\n[available]: 가용 재고 조회 <br />\n[reject]: 부적합 재고 조회 <br />\n[return]: 반출 재고 조회 <br />\n[outgo]: 출하 재고 조회 <br />\n[finalIsnp]: 최종검사 재고 조회 <br />\n[outsourcing]: 외주 재고 조회</p>\n","type":"text/plain"},"key":"stock_type","value":""},{"description":{"content":"<p>(Required) 재고 조회시 분류 유형을 입력합니다. <br /> \n[all]: 공장, 품목, 부적합, LotNo, 창고, 위치 <br />\n[factory]: 공장, 품목, 부적합 <br />\n[store]: 공장, 품목, 부적합, 창고 <br />\n[lotNo]: 공장, 품목, 부적합, LotNo, 창고 <br />\n[location]: 공장, 품목, 부적합, 창고, 위치 <br /></p>\n","type":"text/plain"},"key":"grouped_type","value":""},{"description":{"content":"<p>(Required) 수불부를 조회 할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 수불부를 조회 할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""},{"description":{"content":"<p>(Required) 수불부 조회시 True를 입력하면 0 부적합내용을 구분하여 조회합니다.</p>\n","type":"text/plain"},"key":"reject_fg","value":""},{"description":{"content":"<p>(Required) 공장의 UUID를 입력하여 공장에 따라 수불부 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>창고의 UUID를 입력하여 창고에 따라 수불부 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"store_uuid","value":""}],"variable":[]}},"response":[{"id":"5932e699-6d4f-41ea-a050-1a6284f8922a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/total-history?stock_type=&grouped_type=&start_date=&end_date=&reject_fg=&factory_uuid=&store_uuid=","host":["https://isos.iptime.org:13221"],"path":["inv","stores","total-history"],"query":[{"key":"stock_type","value":""},{"key":"grouped_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""},{"key":"reject_fg","value":""},{"key":"factory_uuid","value":""},{"key":"store_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStore-S-0000\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\n        \"location_cd\": \"string\",\n        \"location_nm\": \"string\",\n        \"basic_stock\": 0,\n        \"in_qty\": 0,\n        \"out_qty\": 0,\n        \"update_qty\": 0,\n        \"final_stock\": 0\n      }\n    ]\n  }\n}"},{"id":"2feda55c-9dd1-4469-a77a-4f447b712e82","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/total-history?stock_type=&grouped_type=&start_date=&end_date=&reject_fg=&factory_uuid=&store_uuid=","host":["https://isos.iptime.org:13221"],"path":["inv","stores","total-history"],"query":[{"key":"stock_type","value":""},{"key":"grouped_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""},{"key":"reject_fg","value":""},{"key":"factory_uuid","value":""},{"key":"store_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f290ae20-377c-4556-8af1-5368a50228e8"},{"name":"개별수불부 조회","id":"4793aeed-affd-4e90-8728-05ef4e47017a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/stores/individual-history?start_date=&end_date=&factory_uuid=&store_uuid=","description":"<p>기준 유형에 따라 개별수불부를 조회합니다.</p>\n","urlObject":{"path":["inv","stores","individual-history"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 수불부를 조회 할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 수불부를 조회 할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""},{"description":{"content":"<p>(Required) 공장의 UUID를 입력하여 공장에 따라 수불부 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 창고의 UUID를 입력하여 창고에 따라 수불부 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"store_uuid","value":""}],"variable":[]}},"response":[{"id":"f2487aef-312c-4eff-9c91-f76941b58ad7","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/individual-history?start_date=&end_date=&factory_uuid=&store_uuid=\n","host":["https://isos.iptime.org:13221"],"path":["inv","stores","individual-history"],"query":[{"key":"start_date","value":""},{"key":"end_date","value":""},{"key":"factory_uuid","value":""},{"key":"store_uuid","value":"\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"state_cd\": \"invStore-S-0000\",\r\n  \"state\": {\r\n      \"state_tag\": \"invStore\",\r\n      \"type\": \"SUCCESS\",\r\n      \"state_no\": \"0000\"\r\n  },\r\n  \"message\": \"\",\r\n  \"datas\": {\r\n    \"value\": {\r\n      \"count\": 0\r\n    },\r\n    \"raws\": [\r\n      {\r\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\r\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n        \"factory_cd\": \"string\",\r\n        \"factory_nm\": \"string\",\r\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n        \"prod_no\": \"string\",\r\n        \"prod_nm\": \"string\",\r\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\r\n        \"item_type_cd\": \"string\",\r\n        \"item_type_nm\": \"string\",\r\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\r\n        \"prod_type_cd\": \"string\",\r\n        \"prod_type_nm\": \"string\",\r\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\r\n        \"model_cd\": \"string\",\r\n        \"model_nm\": \"string\",\r\n        \"rev\": \"string\",\r\n        \"prod_std\": \"string\",\r\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\r\n        \"unit_cd\": \"string\",\r\n        \"unit_nm\": \"string\",\r\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\r\n        \"reject_cd\": \"string\",\r\n        \"reject_nm\": \"string\",\r\n        \"lot_no\": \"string\",\r\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\r\n        \"store_cd\": \"string\",\r\n        \"store_nm\": \"string\",\r\n        \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\r\n        \"location_cd\": \"string\",\r\n        \"location_nm\": \"string\",\r\n        \"tran_type_uuid\": \"88390451-18cd-4869-b372-03688ab00bff\",\r\n        \"tran_type_cd\": \"string\",\r\n        \"tran_type_nm\": null,\r\n        \"basic_stock\": 0,\r\n        \"in_qty\": 0,\r\n        \"out_qty\": 0,\r\n        \"update_qty\": 0,\r\n        \"final_stock\": 0,\r\n        \"created_at\": \"2019-08-24T14:15:22Z\",\r\n        \"created_nm\": \"string\",\r\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\r\n        \"updated_nm\": \"string\"\r\n      }\r\n    ]\r\n  }\r\n}"},{"id":"6d34a93c-2eb7-48a8-86b1-f8eda5b1a032","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/individual-history?start_date=&end_date=&factory_uuid=&store_uuid=","host":["https://isos.iptime.org:13221"],"path":["inv","stores","individual-history"],"query":[{"key":"start_date","value":""},{"key":"end_date","value":""},{"key":"factory_uuid","value":""},{"key":"store_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4793aeed-affd-4e90-8728-05ef4e47017a"},{"name":"유형별수불부 조회","id":"e5b7c7f5-0365-410c-a235-0e2e2b4dc789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/stores/type-history?grouped_type=&start_date=&end_date=&reject_fg=&factory_uuid=&store_uuid=","description":"<p>기준 유형에 따라 수불유형별 수불부를 조회합니다.</p>\n","urlObject":{"path":["inv","stores","type-history"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 재고 조회시 분류 유형을 입력합니다. <br /> \n[all]: 공장, 품목, 부적합, LotNo, 창고, 위치 <br />\n[factory]: 공장, 품목, 부적합 <br />\n[store]: 공장, 품목, 부적합, 창고 <br />\n[lotNo]: 공장, 품목, 부적합, LotNo, 창고 <br />\n[location]: 공장, 품목, 부적합, 창고, 위치 <br /></p>\n","type":"text/plain"},"key":"grouped_type","value":""},{"description":{"content":"<p>(Required) 수불부를 조회 할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 수불부를 조회 할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""},{"description":{"content":"<p>(Required) 수불부 조회시 True를 입력하면 0 부적합내용을 구분하여 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"reject_fg","value":""},{"description":{"content":"<p>(Required) 공장의 UUID를 입력하여 공장에 따라 수불부 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>창고의 UUID를 입력하여 창고에 따라 수불부 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"store_uuid","value":""}],"variable":[]}},"response":[{"id":"e1e55460-aaec-4695-bbd8-bdc864571094","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/type-history?grouped_type=&start_date=&end_date=&reject_fg=&factory_uuid=&store_uuid=","host":["https://isos.iptime.org:13221"],"path":["inv","stores","type-history"],"query":[{"key":"grouped_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""},{"key":"reject_fg","value":""},{"key":"factory_uuid","value":""},{"key":"store_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStore-S-0000\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\n        \"location_cd\": \"string\",\n        \"location_nm\": \"string\",\n        \"tran_type_cd_in_qty\": 0,\n        \"tran_type_cd_out_qty\": 0\n      }\n    ]\n  }\n}"},{"id":"c99e0adb-a9ca-418a-b251-4d63d9742d6e","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/type-history?grouped_type=&start_date=&end_date=&reject_fg=&factory_uuid=&store_uuid=","host":["https://isos.iptime.org:13221"],"path":["inv","stores","type-history"],"query":[{"key":"grouped_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""},{"key":"reject_fg","value":""},{"key":"factory_uuid","value":""},{"key":"store_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e5b7c7f5-0365-410c-a235-0e2e2b4dc789"},{"name":"수불유형에 따라 수불이력 조회","id":"a8b8aaa8-66bc-4d3c-8f70-d98840498849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/stores/history-by-transaction?tran_type=&start_date=&end_date=&factory_uuid=&store_uuid=&location_uuid=","description":"<p>수불유형에 따라 수불이력을 조회합니다.</p>\n","urlObject":{"path":["inv","stores","history-by-transaction"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 데이터 조회시 수불 유형을 입력합니다. <br /> \n[matIncome]: 자재입하 수불내역 조회 <br />\n[matReturn]: 자재반출 수불내역 조회 <br />\n[matRelease]: 공정출고 수불내역 조회 <br />\n[prdReturn]: 자재반납 수불내역 조회 <br />\n[prdOutput]: 생산입고 수불내역 조회 <br />\n[prdInput]: 생산투입 수불내역 조회 <br />\n[prdReject]: 생산부적합 수불내역 조회 <br />\n[salIncome]: 제품입고 수불내역 조회 <br />\n[salRelease]: 제품출고 수불내역 조회 <br />\n[salOutgo]: 제품출하 수불내역 조회 <br />\n[salReturn]: 제품반입 수불내역 조회 <br />\n[outIncome]: 사급입고 수불내역 조회 <br />\n[outRelease]: 사급출고 수불내역 조회 <br />\n[inventory]: 재고실사 수불내역 조회 <br />\n[invMove]: 재고이동 수불내역 조회 <br />\n[invReject]: 재고부적합 수불내역 조회 <br />\n[qmsReceiveInspReject]: 수입검사부적합 수불내역 조회 <br />\n[qmsFinalInspIncome]: 최종검사입고 수불내역 조회 <br />\n[qmsFinalInspReject]: 최종검사부적합 수불내역 조회 <br />\n[qmsRework]: 부적합품판정(재작업) 수불내역 조회 <br />\n[qmsDisposal]: 부적합품판정(폐기) 수불내역 조회 <br />\n[qmsReturn]: 부적합품판정(반출대기) 수불내역 조회 <br />\n[qmsDisassemble]: 부적합품판정(분해) 수불내역 조회 <br />\n[qmsDisassembleIncome]: 부적합품판정(분해입고) 수불내역 조회 <br />\n[qmsDisassembleReturn]: 부적합품판정(분해반출대기) 수불내역 조회 <br />\n[etcIncome]: 기타입고 수불내역 조회 <br />\n[etcRelease]: 기타출고 수불내역 조회 <br /></p>\n","type":"text/plain"},"key":"tran_type","value":""},{"description":{"content":"<p>(Required) 수불이력을 조회 할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 수불이력을 조회 할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""},{"description":{"content":"<p>(Required) 공장의 UUID를 입력하여 공장에 따라 수불이력 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>창고의 UUID를 입력하여 창고에 따라 수불이력 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"store_uuid","value":""},{"description":{"content":"<p>위치의 UUID를 입력하여 위치에 따라 수불이력 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"location_uuid","value":""}],"variable":[]}},"response":[{"id":"ad369ea0-910f-49a1-afc2-4cda35630561","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/history-by-transaction?tran_type=&start_date=&end_date=&factory_uuid=&store_uuid=&location_uuid=","host":["https://isos.iptime.org:13221"],"path":["inv","stores","history-by-transaction"],"query":[{"key":"tran_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""},{"key":"factory_uuid","value":""},{"key":"store_uuid","value":""},{"key":"location_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"state_cd\": \"invStore-S-0000\",\r\n  \"state\": {\r\n      \"state_tag\": \"invStore\",\r\n      \"type\": \"SUCCESS\",\r\n      \"state_no\": \"0000\"\r\n  },\r\n  \"message\": \"\",\r\n  \"datas\": {\r\n    \"value\": {\r\n      \"count\": 0\r\n    },\r\n    \"raws\": [\r\n      {\r\n        \"tran_uuid\": \"8195f237-7ef0-462d-a93f-9f1c29c75cbf\",\r\n        \"inout_state\": \"string\",\r\n        \"tran_type_uuid\": \"88390451-18cd-4869-b372-03688ab00bff\",\r\n        \"tran_type_cd\": \"string\",\r\n        \"tran_type_nm\": null,\r\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\r\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n        \"factory_cd\": \"string\",\r\n        \"factory_nm\": \"string\",\r\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n        \"prod_no\": \"string\",\r\n        \"prod_nm\": \"string\",\r\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\r\n        \"item_type_cd\": \"string\",\r\n        \"item_type_nm\": \"string\",\r\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\r\n        \"prod_type_cd\": \"string\",\r\n        \"prod_type_nm\": \"string\",\r\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\r\n        \"model_cd\": \"string\",\r\n        \"model_nm\": \"string\",\r\n        \"rev\": \"string\",\r\n        \"prod_std\": \"string\",\r\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\r\n        \"unit_cd\": \"string\",\r\n        \"unit_nm\": \"string\",\r\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\r\n        \"reject_cd\": \"string\",\r\n        \"reject_nm\": \"string\",\r\n        \"lot_no\": \"string\",\r\n        \"qty\": 0,\r\n        \"stock\": 0,\r\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\r\n        \"store_cd\": \"string\",\r\n        \"store_nm\": \"string\",\r\n        \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\r\n        \"location_cd\": \"string\",\r\n        \"location_nm\": \"string\",\r\n        \"created_at\": \"2019-08-24T14:15:22Z\",\r\n        \"created_nm\": \"string\",\r\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\r\n        \"updated_nm\": \"string\"\r\n      }\r\n    ]\r\n  }\r\n}"},{"id":"348410ad-6f8a-47ee-a00e-268b773abd8c","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/history-by-transaction?tran_type=&start_date=&end_date=&factory_uuid=&store_uuid=&location_uuid=","host":["https://isos.iptime.org:13221"],"path":["inv","stores","history-by-transaction"],"query":[{"key":"tran_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""},{"key":"factory_uuid","value":""},{"key":"store_uuid","value":""},{"key":"location_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a8b8aaa8-66bc-4d3c-8f70-d98840498849"},{"name":"반출재고 조회(단위변환 포함)","id":"4a1bb66a-f833-4335-a49c-b3a012a022bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/stores/stocks/return?exclude_zero_fg=&exclude_minus_fg=&reg_date=&factory_uuid=&partner_uuid=&store_uuid=&location_uuid=","description":"<p>조회 조건에따라 반출대기 창고의 재고를 조회합니다.</p>\n","urlObject":{"path":["inv","stores","stocks","return"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>재고 조회시 True를 입력하면 0 재고를 제외하고 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"exclude_zero_fg","value":""},{"description":{"content":"<p>재고 조회시 True를 입력하면 마이너스(-) 재고를 제외하고 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"exclude_minus_fg","value":""},{"description":{"content":"<p>(Required) 재고수불이력을 조회 할 기준일자를 입력합니다. <br />\n해당 일자를 포함한 이전 일자까지의 재고이력을 조회합니다.</p>\n","type":"text/plain"},"key":"reg_date","value":""},{"description":{"content":"<p>(Required) 공장의 UUID를 입력하여 공장에 따라 재고 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 거래처의 UUID를 입력하여 거래처에 따라 재고 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>창고의 UUID를 입력하여 창고에 따라 재고 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"store_uuid","value":""},{"description":{"content":"<p>위치의 UUID를 입력하여 위치에 따라 재고 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"location_uuid","value":""}],"variable":[]}},"response":[{"id":"5ef4112b-c8d9-4c32-abb6-1f4d233f2c9f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/stocks/return?exclude_zero_fg=&exclude_minus_fg=&reg_date=&factory_uuid=&partner_uuid=&store_uuid=&location_uuid=","host":["https://isos.iptime.org:13221"],"path":["inv","stores","stocks","return"],"query":[{"key":"exclude_zero_fg","value":""},{"key":"exclude_minus_fg","value":""},{"key":"reg_date","value":""},{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"store_uuid","value":""},{"key":"location_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStore-S-0000\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\n        \"location_cd\": \"string\",\n        \"location_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"price\": 0,\n        \"exchange\": \"string\",\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n        \"price_type_cd\": \"string\",\n        \"price_type_nm\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"price_unit_uuid\": \"e5aff3e7-c85e-4bc9-a34f-ecb880c7ab56\",\n        \"price_unit_cd\": \"string\",\n        \"price_unit_nm\": \"string\",\n        \"convert_value\": 0,\n        \"return_qty\": 0\n      }\n    ]\n  }\n}"},{"id":"7d72257d-09b6-4445-a316-214f6006ed95","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/stocks/return?exclude_zero_fg=&exclude_minus_fg=&reg_date=&factory_uuid=&partner_uuid=&store_uuid=&location_uuid=","host":["https://isos.iptime.org:13221"],"path":["inv","stores","stocks","return"],"query":[{"key":"exclude_zero_fg","value":""},{"key":"exclude_minus_fg","value":""},{"key":"reg_date","value":""},{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"store_uuid","value":""},{"key":"location_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4a1bb66a-f833-4335-a49c-b3a012a022bb"},{"name":"재고현황 조회","id":"fc128aa2-1c6a-4e5a-80ad-c8445d3c1f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/stores/stocks?stock_type=&grouped_type=&price_type=&exclude_zero_fg=&exclude_minus_fg=&reg_date=&factory_uuid=&partner_uuid=&store_uuid=&location_uuid=&prod_uuid=&reject_uuid=&lot_no=","description":"<p>기준 유형에 따라 재고를 조회합니다.</p>\n","urlObject":{"path":["inv","stores","stocks"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 재고 조회시 조회 유형을 입력합니다. <br /> \n[all]: 전체 재고 조회 <br />\n[available]: 가용 재고 조회 <br />\n[reject]: 부적합 재고 조회 <br />\n[return]: 반출 재고 조회 <br />\n[outgo]: 출하 재고 조회 <br />\n[finalIsnp]: 최종검사 재고 조회 <br />\n[outsourcing]: 외주 재고 조회</p>\n","type":"text/plain"},"key":"stock_type","value":""},{"description":{"content":"<p>(Required) 재고 조회시 분류 유형을 입력합니다. <br /> \n[all]: 공장, 품목, 부적합, LotNo, 창고, 위치 <br />\n[factory]: 공장, 품목, 부적합 <br />\n[store]: 공장, 품목, 부적합, 창고 <br />\n[lotNo]: 공장, 품목, 부적합, LotNo, 창고 <br />\n[location]: 공장, 품목, 부적합, 창고, 위치 <br /></p>\n","type":"text/plain"},"key":"grouped_type","value":""},{"description":{"content":"<p>(Required) 재고 조회시 단가 유형을 입력합니다. <br /> \n[all]: 전체 재고 조회 <br />\n[purchase]: 구매단가 품목 조회 <br />\n[sales]: 판매단가 품목 조회 <br /></p>\n","type":"text/plain"},"key":"price_type","value":""},{"description":{"content":"<p>재고 조회시 True를 입력하면 0 재고를 제외하고 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"exclude_zero_fg","value":""},{"description":{"content":"<p>재고 조회시 True를 입력하면 마이너스(-) 재고를 제외하고 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"exclude_minus_fg","value":""},{"description":{"content":"<p>(Required) 재고수불이력을 조회 할 기준일자를 입력합니다. <br />\n해당 일자를 포함한 이전 일자까지의 재고이력을 조회합니다.</p>\n","type":"text/plain"},"key":"reg_date","value":""},{"description":{"content":"<p>(Required) 공장의 UUID를 입력하여 공장에 따라 재고 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 재고 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>창고의 UUID를 입력하여 창고에 따라 재고 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"store_uuid","value":""},{"description":{"content":"<p>위치의 UUID를 입력하여 위치에 따라 재고 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"location_uuid","value":""},{"description":{"content":"<p>품목의 UUID를 입력하여 품목에 따라 재고 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":""},{"description":{"content":"<p>부적합의 UUID를 입력하여 부적합에 따라 재고 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"reject_uuid","value":""},{"description":{"content":"<p>품목의 LOT NO를 입력하여 LOT NO에 따라 재고 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"lot_no","value":""}],"variable":[]}},"response":[{"id":"5244302e-49b0-417f-8cb7-b9e47b70862e","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/stocks?stock_type=&grouped_type=&price_type=&exclude_zero_fg=&exclude_minus_fg=&reg_date=&factory_uuid=&partner_uuid=&store_uuid=&location_uuid=&prod_uuid=&reject_uuid=&lot_no=","host":["https://isos.iptime.org:13221"],"path":["inv","stores","stocks"],"query":[{"key":"stock_type","value":""},{"key":"grouped_type","value":""},{"key":"price_type","value":""},{"key":"exclude_zero_fg","value":""},{"key":"exclude_minus_fg","value":""},{"key":"reg_date","value":""},{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"store_uuid","value":""},{"key":"location_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"reject_uuid","value":""},{"key":"lot_no","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStore-S-0000\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\n        \"location_cd\": \"string\",\n        \"location_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"price_type_uuid\": \"b2e80909-6224-47f3-9985-8fe2119ccd7b\",\n        \"price_type_cd\": \"string\",\n        \"price_type_nm\": \"string\",\n        \"exchange\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ef34da3e-8c27-4dae-a515-1b09240cc946","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores/stocks?stock_type=&grouped_type=&price_type=&exclude_zero_fg=&exclude_minus_fg=&reg_date=&factory_uuid=&partner_uuid=&store_uuid=&location_uuid=&prod_uuid=&reject_uuid=&lot_no=","host":["https://isos.iptime.org:13221"],"path":["inv","stores","stocks"],"query":[{"key":"stock_type","value":""},{"key":"grouped_type","value":""},{"key":"price_type","value":""},{"key":"exclude_zero_fg","value":""},{"key":"exclude_minus_fg","value":""},{"key":"reg_date","value":""},{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"store_uuid","value":""},{"key":"location_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"reject_uuid","value":""},{"key":"lot_no","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fc128aa2-1c6a-4e5a-80ad-c8445d3c1f94"},{"name":"재고수불 데이터 단일 조회","id":"83f2bfda-71b2-47f8-a338-80ed30a52c9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/store/:uuid","description":"<p>하나의 재고수불 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["inv","store",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 재고수불의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"7be4c30b-68dc-4669-9507-b8192b879a9a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/store/:uuid","host":["https://isos.iptime.org:13221"],"path":["inv","store",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 재고수불의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStore-S-0000\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"inv_store_uuid\": \"531fc1c7-3064-4d78-8a85-6c6b56147c07\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"inout_state\": \"string\",\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\n        \"location_cd\": \"string\",\n        \"location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"c0155560-8460-423d-9049-c243496c346d","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/store/:uuid","host":["https://isos.iptime.org:13221"],"path":["inv","store",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 재고수불의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"83f2bfda-71b2-47f8-a338-80ed30a52c9c"},{"name":"재고수불 데이터 조회","id":"2fd7e666-be87-4ef0-add9-023349e66497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/stores?factory_uuid=&store_uuid=&prod_uuid=&tran_type=&start_date=&end_date=","description":"<p>재고수불 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["inv","stores"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 재고수불 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>창고의 UUID를 입력하여 창고에 따라 재고수불 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"store_uuid","value":""},{"description":{"content":"<p>품목의 UUID를 입력하여 품목에 따라 재고수불 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":""},{"description":{"content":"<p>(Required) 데이터 조회시 수불 유형을 입력합니다. <br /> \n[all]: 수불유형 전체 조회 <br />\n[matIncome]: 자재입하 수불내역 조회 <br />\n[matReturn]: 자재반출 수불내역 조회 <br />\n[matRelease]: 공정출고 수불내역 조회 <br />\n[prdReturn]: 자재반납 수불내역 조회 <br />\n[prdOutput]: 생산입고 수불내역 조회 <br />\n[prdInput]: 생산투입 수불내역 조회 <br />\n[prdReject]: 생산부적합 수불내역 조회 <br />\n[salIncome]: 제품입고 수불내역 조회 <br />\n[salRelease]: 제품출고 수불내역 조회 <br />\n[salOutgo]: 제품출하 수불내역 조회 <br />\n[salReturn]: 제품반입 수불내역 조회 <br />\n[outIncome]: 사급입고 수불내역 조회 <br />\n[outRelease]: 사급출고 수불내역 조회 <br />\n[inventory]: 재고실사 수불내역 조회 <br />\n[invMove]: 재고이동 수불내역 조회 <br />\n[invReject]: 재고부적합 수불내역 조회 <br />\n[qmsReceiveInspReject]: 수입검사부적합 수불내역 조회 <br />\n[qmsFinalInspIncome]: 최종검사입고 수불내역 조회 <br />\n[qmsFinalInspReject]: 최종검사부적합 수불내역 조회 <br />\n[qmsRework]: 부적합품판정(재작업) 수불내역 조회 <br />\n[qmsDisposal]: 부적합품판정(폐기) 수불내역 조회 <br />\n[qmsReturn]: 부적합품판정(반출대기) 수불내역 조회 <br />\n[qmsDisassemble]: 부적합품판정(분해) 수불내역 조회 <br />\n[qmsDisassembleIncome]: 부적합품판정(분해입고) 수불내역 조회 <br />\n[qmsDisassembleReturn]: 부적합품판정(분해반출대기) 수불내역 조회 <br />\n[etcIncome]: 기타입고 수불내역 조회 <br />\n[etcRelease]: 기타출고 수불내역 조회 <br /></p>\n","type":"text/plain"},"key":"tran_type","value":""},{"description":{"content":"<p>(Required) 재고수불 이력을 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 재고수불 이력을 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"2d2fb482-de06-47e4-846c-55f922cbd0c6","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores?factory_uuid=&store_uuid=&prod_uuid=&tran_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["inv","stores"],"query":[{"key":"factory_uuid","value":""},{"key":"store_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"tran_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStore-S-0000\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"inv_store_uuid\": \"531fc1c7-3064-4d78-8a85-6c6b56147c07\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"tran_type_uuid\": \"88390451-18cd-4869-b372-03688ab00bff\",\n        \"tran_type_cd\": \"string\",\n        \"tran_type_nm\": null,\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"inout_state\": \"string\",\n        \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n        \"store_cd\": \"string\",\n        \"store_nm\": \"string\",\n        \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\n        \"location_cd\": \"string\",\n        \"location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a3b5fb14-016d-46bc-a67c-c5bc15ca7586","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stores?factory_uuid=&store_uuid=&prod_uuid=&tran_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["inv","stores"],"query":[{"key":"factory_uuid","value":""},{"key":"store_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"tran_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2fd7e666-be87-4ef0-add9-023349e66497"},{"name":"재고실사 데이터 생성","id":"713c03d8-dbaf-4f3b-b0b1-cb0ac31cb4b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores","description":"<p>재고실사 데이터를 생성합니다.</p>\n","urlObject":{"path":["inv","stores"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b0e253f0-1120-47bb-bdf2-230da572a21e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStore-S-0001\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"17ecb2a8-3d66-4aa4-9b99-62eab1cc59be","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"store_uuid\": \"7e082f8e-e16d-4f28-8630-b12776990068\",\n  \"location_uuid\": \"2ebaa572-44df-442a-a307-6994fb5a5291\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"713c03d8-dbaf-4f3b-b0b1-cb0ac31cb4b6"},{"name":"재고실사 데이터 수정","id":"7eac91ad-0196-4883-bd6a-9411e11a2a4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores","description":"<p>재고실사 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["inv","stores"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7e4f4bc5-e3fc-40d8-9701-f26b559d0779","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStore-S-0002\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c7afe277-6896-4343-a526-aa188ffa712e","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7eac91ad-0196-4883-bd6a-9411e11a2a4a"},{"name":"재고실사 데이터 수정","id":"77f22a17-eb8b-4f71-a016-a73291edfb75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores","description":"<p>재고실사 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["inv","stores"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e41fd04c-93e7-4266-8086-517afafcd226","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStore-S-0003\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ceb4edc1-ccab-4559-af7c-1b3e1fdb2cfd","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"77f22a17-eb8b-4f71-a016-a73291edfb75"},{"name":"재고실사 데이터 삭제","id":"60aaf40b-3202-41c7-aeea-47f2339a4c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores","description":"<p>재고실사 데이터를 삭제합니다.</p>\n","urlObject":{"path":["inv","stores"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"69ac83f1-2226-4f98-a15d-df95ec76f868","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStore-S-0004\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4b2e55fa-7c62-4133-8b9f-0771b94deab3","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stores"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStore-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStore\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"60aaf40b-3202-41c7-aeea-47f2339a4c69"}],"id":"6e44ef40-d80f-416f-ab30-535c453596dc","_postman_id":"6e44ef40-d80f-416f-ab30-535c453596dc","description":""},{"name":"재고부적합(StockReject)","item":[{"name":"재고부적합 데이터 단일 조회","id":"8d9f6672-ad44-4f52-94f5-900eae775eaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/stock-reject/:uuid","description":"<p>하나의 재고부적합 데이터를 조회합니다.</p>\n","urlObject":{"path":["inv","stock-reject",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 재고부적합의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"9286e3dd-4579-476b-9893-cf60445ef56f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stock-reject/:uuid","host":["https://isos.iptime.org:13221"],"path":["inv","stock-reject",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 재고부적합의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"state_cd\": \"invStockReject-S-0000\",\r\n  \"state\": {\r\n      \"state_tag\": \"invStockReject\",\r\n      \"type\": \"SUCCESS\",\r\n      \"state_no\": \"0000\"\r\n  },\r\n  \"message\": \"\",\r\n  \"datas\": {\r\n    \"value\": {\r\n      \"count\": 0\r\n    },\r\n    \"raws\": [\r\n      {\r\n        \"stock_reject_uuid\": \"92f88686-b857-4d11-8a57-8ec0529859d5\",\r\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n        \"factory_cd\": \"string\",\r\n        \"factory_nm\": \"string\",\r\n        \"reg_date\": null,\r\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n        \"prod_no\": \"string\",\r\n        \"prod_nm\": \"string\",\r\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\r\n        \"item_type_cd\": \"string\",\r\n        \"item_type_nm\": \"string\",\r\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\r\n        \"prod_type_cd\": \"string\",\r\n        \"prod_type_nm\": \"string\",\r\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\r\n        \"model_cd\": \"string\",\r\n        \"model_nm\": \"string\",\r\n        \"rev\": \"string\",\r\n        \"prod_std\": \"string\",\r\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\r\n        \"unit_cd\": \"string\",\r\n        \"unit_nm\": \"string\",\r\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\r\n        \"reject_type_cd\": \"string\",\r\n        \"reject_type_nm\": \"string\",\r\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\r\n        \"reject_cd\": \"string\",\r\n        \"reject_nm\": \"string\",\r\n        \"lot_no\": \"string\",\r\n        \"qty\": 0,\r\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n        \"from_store_cd\": \"string\",\r\n        \"from_store_nm\": \"string\",\r\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n        \"from_location_cd\": \"string\",\r\n        \"from_location_nm\": \"string\",\r\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n        \"to_store_cd\": \"string\",\r\n        \"to_store_nm\": \"string\",\r\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n        \"to_location_cd\": \"string\",\r\n        \"to_location_nm\": \"string\",\r\n        \"remark\": \"string\",\r\n        \"barcode\": \"string\",\r\n        \"created_at\": \"2019-08-24T14:15:22Z\",\r\n        \"created_nm\": \"string\",\r\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\r\n        \"updated_nm\": \"string\"\r\n      }\r\n    ]\r\n  }\r\n}"},{"id":"d5ec0a95-380c-4844-89e6-3fb1a64a5209","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stock-reject/:uuid","host":["https://isos.iptime.org:13221"],"path":["inv","stock-reject",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 재고부적합의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStockReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStockReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8d9f6672-ad44-4f52-94f5-900eae775eaf"},{"name":"재고부적합 데이터 조회","id":"d85e052a-2f92-4c91-8ff0-c82ac50e6a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/stock-rejects?factory_uuid=&from_store_uuid=&start_date=&end_date=","description":"<p>재고부적합 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["inv","stock-rejects"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 재고부적합 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>출고 창고의 UUID를 입력하여 출고 창고에 따라 재고부적합 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"from_store_uuid","value":""},{"description":{"content":"<p>(Required) 재고부적합 이력을 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 재고부적합 이력을 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"e1001db4-7047-4ab2-b8c5-b900b67ac0b6","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stock-rejects?factory_uuid=&from_store_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["inv","stock-rejects"],"query":[{"key":"factory_uuid","value":""},{"key":"from_store_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"state_cd\": \"invStockReject-S-0000\",\r\n  \"state\": {\r\n      \"state_tag\": \"invStockReject\",\r\n      \"type\": \"SUCCESS\",\r\n      \"state_no\": \"0000\"\r\n  },\r\n  \"message\": \"\",\r\n  \"datas\": {\r\n    \"value\": {\r\n      \"count\": 0\r\n    },\r\n    \"raws\": [\r\n      {\r\n        \"stock_reject_uuid\": \"92f88686-b857-4d11-8a57-8ec0529859d5\",\r\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n        \"factory_cd\": \"string\",\r\n        \"factory_nm\": \"string\",\r\n        \"reg_date\": null,\r\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n        \"prod_no\": \"string\",\r\n        \"prod_nm\": \"string\",\r\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\r\n        \"item_type_cd\": \"string\",\r\n        \"item_type_nm\": \"string\",\r\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\r\n        \"prod_type_cd\": \"string\",\r\n        \"prod_type_nm\": \"string\",\r\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\r\n        \"model_cd\": \"string\",\r\n        \"model_nm\": \"string\",\r\n        \"rev\": \"string\",\r\n        \"prod_std\": \"string\",\r\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\r\n        \"unit_cd\": \"string\",\r\n        \"unit_nm\": \"string\",\r\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\r\n        \"reject_type_cd\": \"string\",\r\n        \"reject_type_nm\": \"string\",\r\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\r\n        \"reject_cd\": \"string\",\r\n        \"reject_nm\": \"string\",\r\n        \"lot_no\": \"string\",\r\n        \"qty\": 0,\r\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n        \"from_store_cd\": \"string\",\r\n        \"from_store_nm\": \"string\",\r\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n        \"from_location_cd\": \"string\",\r\n        \"from_location_nm\": \"string\",\r\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n        \"to_store_cd\": \"string\",\r\n        \"to_store_nm\": \"string\",\r\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n        \"to_location_cd\": \"string\",\r\n        \"to_location_nm\": \"string\",\r\n        \"remark\": \"string\",\r\n        \"barcode\": \"string\",\r\n        \"created_at\": \"2019-08-24T14:15:22Z\",\r\n        \"created_nm\": \"string\",\r\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\r\n        \"updated_nm\": \"string\"\r\n      }\r\n    ]\r\n  }\r\n}"},{"id":"49194dc1-3ef7-4bfd-a2ae-03a22a227f83","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/stock-rejects?factory_uuid=&from_store_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["inv","stock-rejects"],"query":[{"key":"factory_uuid","value":""},{"key":"from_store_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStockReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStockReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d85e052a-2f92-4c91-8ff0-c82ac50e6a4e"},{"name":"재고부적합 데이터 생성","id":"26bdecb7-57d8-4c6f-821e-d6d5109022fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects","description":"<p>재고부적합 데이터를 생성합니다.</p>\n","urlObject":{"path":["inv","stock-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8b309e34-1259-418d-a780-59f883184a88","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStockReject-S-0001\",\n  \"state\": {\n      \"state_tag\": \"invStockReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4674f756-6cd7-4caa-9f09-884365cd4782","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStockReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStockReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"26bdecb7-57d8-4c6f-821e-d6d5109022fc"},{"name":"재고부적합 데이터 수정","id":"94135341-97b9-42f2-8859-81a342e20fb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects","description":"<p>재고부적합 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["inv","stock-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7a0cfd05-340b-480d-87f8-268b199fa955","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStockReject-S-0002\",\n  \"state\": {\n      \"state_tag\": \"invStockReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"01966aed-3d11-41cb-99d4-a3eb3fbc8666","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStockReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStockReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"94135341-97b9-42f2-8859-81a342e20fb5"},{"name":"재고부적합 데이터 수정","id":"b90c0864-70c2-4269-b9c9-ef3fe3e5d819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects","description":"<p>재고부적합 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["inv","stock-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"179108ab-9683-4499-b14a-2bba8bf45d1c","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStockReject-S-0003\",\n  \"state\": {\n      \"state_tag\": \"invStockReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"20fb621a-e974-485e-acdc-b1f2b24a960b","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStockReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStockReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b90c0864-70c2-4269-b9c9-ef3fe3e5d819"},{"name":"재고부적합 데이터 삭제","id":"7451de76-d1b8-469d-b5c9-1d9ecb955955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects","description":"<p>재고부적합 데이터를 삭제합니다.</p>\n","urlObject":{"path":["inv","stock-rejects"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a6c0d783-4b3c-4b93-85c5-e79a1d62807b","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invStockReject-S-0004\",\n  \"state\": {\n      \"state_tag\": \"invStockReject\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7e9b03db-0589-41b8-8ab2-56f072c38593","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/stock-rejects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invStockReject-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invStockReject\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7451de76-d1b8-469d-b5c9-1d9ecb955955"}],"id":"7a9902a5-6028-4911-b602-e9c6027065de","_postman_id":"7a9902a5-6028-4911-b602-e9c6027065de","description":""},{"name":"재고이동(Move)","item":[{"name":"재고이동 데이터 단일 조회","id":"74f2e2b0-6e18-423d-87f7-b347a1e612b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/move/:uuid","description":"<p>하나의 재고이동 데이터를 조회합니다.</p>\n","urlObject":{"path":["inv","move",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 재고이동의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"b63b9e22-d737-4964-8527-ae87ad5f1b49","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/move/:uuid","host":["https://isos.iptime.org:13221"],"path":["inv","move",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 재고이동의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"state_cd\": \"invMove-S-0000\",\r\n  \"state\": {\r\n      \"state_tag\": \"invMove\",\r\n      \"type\": \"SUCCESS\",\r\n      \"state_no\": \"0000\"\r\n  },\r\n  \"message\": \"\",\r\n  \"datas\": {\r\n    \"value\": {\r\n      \"count\": 0\r\n    },\r\n    \"raws\": [\r\n      {\r\n        \"move_uuid\": \"5a62deaa-2688-460f-8de9-3ea4ac9284cb\",\r\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n        \"factory_cd\": \"string\",\r\n        \"factory_nm\": \"string\",\r\n        \"reg_date\": null,\r\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n        \"prod_no\": \"string\",\r\n        \"prod_nm\": \"string\",\r\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\r\n        \"item_type_cd\": \"string\",\r\n        \"item_type_nm\": \"string\",\r\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\r\n        \"prod_type_cd\": \"string\",\r\n        \"prod_type_nm\": \"string\",\r\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\r\n        \"model_cd\": \"string\",\r\n        \"model_nm\": \"string\",\r\n        \"rev\": \"string\",\r\n        \"prod_std\": \"string\",\r\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\r\n        \"unit_cd\": \"string\",\r\n        \"unit_nm\": \"string\",\r\n        \"lot_no\": \"string\",\r\n        \"qty\": 0,\r\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n        \"from_store_cd\": \"string\",\r\n        \"from_store_nm\": \"string\",\r\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n        \"from_location_cd\": \"string\",\r\n        \"from_location_nm\": \"string\",\r\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n        \"to_store_cd\": \"string\",\r\n        \"to_store_nm\": \"string\",\r\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n        \"to_location_cd\": \"string\",\r\n        \"to_location_nm\": \"string\",\r\n        \"remark\": \"string\",\r\n        \"created_at\": \"2019-08-24T14:15:22Z\",\r\n        \"created_nm\": \"string\",\r\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\r\n        \"updated_nm\": \"string\"\r\n      }\r\n    ]\r\n  }\r\n}"},{"id":"c1d9fbe5-38b2-4a03-889e-89ae0f2c7e44","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/move/:uuid","host":["https://isos.iptime.org:13221"],"path":["inv","move",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 재고이동의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invMove-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invMove\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"74f2e2b0-6e18-423d-87f7-b347a1e612b7"},{"name":"재고이동 데이터 조회","id":"0357186b-7e20-43b3-9e74-b28bf6c0afc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/inv/moves?factory_uuid=&from_store_uuid=&start_date=&end_date=","description":"<p>재고이동 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["inv","moves"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 재고이동 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>출고 창고의 UUID를 입력하여 출고 창고에 따라 재고이동 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"from_store_uuid","value":""},{"description":{"content":"<p>(Required) 재고이동 이력을 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 재고이동 이력을 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"635cd005-d60a-427c-ad4f-d0ef126b877d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/moves?factory_uuid=&from_store_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["inv","moves"],"query":[{"key":"factory_uuid","value":""},{"key":"from_store_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"state_cd\": \"invMove-S-0000\",\r\n  \"state\": {\r\n      \"state_tag\": \"invMove\",\r\n      \"type\": \"SUCCESS\",\r\n      \"state_no\": \"0000\"\r\n  },\r\n  \"message\": \"\",\r\n  \"datas\": {\r\n    \"value\": {\r\n      \"count\": 0\r\n    },\r\n    \"raws\": [\r\n      {\r\n        \"move_uuid\": \"5a62deaa-2688-460f-8de9-3ea4ac9284cb\",\r\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n        \"factory_cd\": \"string\",\r\n        \"factory_nm\": \"string\",\r\n        \"reg_date\": null,\r\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n        \"prod_no\": \"string\",\r\n        \"prod_nm\": \"string\",\r\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\r\n        \"item_type_cd\": \"string\",\r\n        \"item_type_nm\": \"string\",\r\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\r\n        \"prod_type_cd\": \"string\",\r\n        \"prod_type_nm\": \"string\",\r\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\r\n        \"model_cd\": \"string\",\r\n        \"model_nm\": \"string\",\r\n        \"rev\": \"string\",\r\n        \"prod_std\": \"string\",\r\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\r\n        \"unit_cd\": \"string\",\r\n        \"unit_nm\": \"string\",\r\n        \"lot_no\": \"string\",\r\n        \"qty\": 0,\r\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n        \"from_store_cd\": \"string\",\r\n        \"from_store_nm\": \"string\",\r\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n        \"from_location_cd\": \"string\",\r\n        \"from_location_nm\": \"string\",\r\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n        \"to_store_cd\": \"string\",\r\n        \"to_store_nm\": \"string\",\r\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n        \"to_location_cd\": \"string\",\r\n        \"to_location_nm\": \"string\",\r\n        \"remark\": \"string\",\r\n        \"created_at\": \"2019-08-24T14:15:22Z\",\r\n        \"created_nm\": \"string\",\r\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\r\n        \"updated_nm\": \"string\"\r\n      }\r\n    ]\r\n  }\r\n}"},{"id":"d25cbd89-75ed-459c-84cf-1b171e5d2de3","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/inv/moves?factory_uuid=&from_store_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["inv","moves"],"query":[{"key":"factory_uuid","value":""},{"key":"from_store_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invMove-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invMove\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0357186b-7e20-43b3-9e74-b28bf6c0afc9"},{"name":"재고이동 데이터 생성","id":"50cbfc0d-792e-4ec8-bf1c-742950821d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves","description":"<p>재고이동 데이터를 생성합니다.</p>\n","urlObject":{"path":["inv","moves"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a89cbb13-a715-48b0-aac2-b93987b5daa9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invMove-S-0001\",\n  \"state\": {\n      \"state_tag\": \"invMove\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a2484638-0fd5-4ec1-be9e-be8ed569b065","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invMove-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invMove\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"50cbfc0d-792e-4ec8-bf1c-742950821d1c"},{"name":"재고이동 데이터 수정","id":"d39c29d6-ad57-4cbb-af9e-74a2a77bf77f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves","description":"<p>재고이동 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["inv","moves"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ec8746f8-5c48-411f-88b9-0dfeb5ca8070","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invMove-S-0002\",\n  \"state\": {\n      \"state_tag\": \"invMove\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c851d51b-7c71-4a5f-9951-1a8317d4e824","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invMove-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invMove\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d39c29d6-ad57-4cbb-af9e-74a2a77bf77f"},{"name":"재고이동 데이터 수정","id":"0bbe711a-76ed-450f-a582-903c7139f1ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves","description":"<p>재고이동 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["inv","moves"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"dbd2c22e-fbc4-48d4-ac20-9d188fe3f44c","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"invMove-S-0003\",\n  \"state\": {\n      \"state_tag\": \"invMove\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4ce367b2-92fe-4997-b5b6-145f4c816ac3","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invMove-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invMove\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0bbe711a-76ed-450f-a582-903c7139f1ab"},{"name":"재고이동 데이터 삭제","id":"ff164d81-07e6-47c7-ba30-0fdcfa2f507c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves","description":"<p>재고이동 데이터를 삭제합니다.</p>\n","urlObject":{"path":["inv","moves"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"20a64b34-31e9-4e3b-a9f5-d7e868fea3ec","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"invMove-S-0004\",\n  \"state\": {\n      \"state_tag\": \"invMove\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"},{"id":"04a5f276-859e-4f47-a585-ec6781e617b2","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/inv/moves"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"success\": false,\n \"state_cd\": \"invMove-E-9999\",\n  \"state\": {\n      \"state_tag\": \"invMove\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n \"message\": \"Error Message\",\n \"datas\": {\n  \"raws\": [],\n  \"value\": {}\n }\n}"}],"_postman_id":"ff164d81-07e6-47c7-ba30-0fdcfa2f507c"}],"id":"1878c063-9c6b-4cc0-8a84-92b321899552","_postman_id":"1878c063-9c6b-4cc0-8a84-92b321899552","description":""}],"id":"0d95c65e-901a-46f7-b0b2-b6cae69fff9d","_postman_id":"0d95c65e-901a-46f7-b0b2-b6cae69fff9d","description":""},{"name":"out","item":[{"name":"외주입하(Receive)","item":[{"name":"외주입하현황 데이터 조회","id":"0b4ef85b-c696-4730-80c2-e2fe39a09b9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/receives/report?factory_uuid=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","description":"<p>외주입하현황을 조회합니다.</p>\n","urlObject":{"path":["out","receives","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 외주입하현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 입하현황을 기준에 따라 정렬하여 조회합니다.<br />\n[partner] 거래처 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 입하일자 기준 정렬 조회 <br />\n[none] 소계 미조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>입하현황을 조회할 입하전표 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 입하전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_reg_date","value":""},{"description":{"content":"<p>입하현황을 조회할 입하전표 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 입하전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_reg_date","value":""},{"description":{"content":"<p>입하현황을 조회할 기준 납기 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_due_date","value":""},{"description":{"content":"<p>입하현황을 조회할 기준 납기 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_due_date","value":""}],"variable":[]}},"response":[{"id":"1f51bcea-a610-45ae-b4c5-108e986558a3","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receives/report?factory_uuid=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["out","receives","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReceive-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"order_qty\": 0,\n        \"lot_no\": \"string\",\n        \"manufactured_lot_no\": \"string\",\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"supply_price\": 0,\n        \"tax\": 0,\n        \"total_price\": 0,\n        \"income_qty\": 0,\n        \"insp_state\": \"string\",\n        \"insp_result_state\": \"string\",\n        \"reject_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"9673aa6d-80be-4f3f-9b07-19a5a0c2f5e6","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receives/report?factory_uuid=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["out","receives","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0b4ef85b-c696-4730-80c2-e2fe39a09b9e"},{"name":"외주입하 데이터 단일 조회","id":"3e64eebf-7c7e-471f-833a-1594eeb7a62f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/receive/:uuid","description":"<p>하나의 외주입하 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["out","receive",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 외주입하의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"da20b714-82cc-4179-90bd-2d629bbb6c77","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receive/:uuid","host":["https://isos.iptime.org:13221"],"path":["out","receive",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주입하의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReceive-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n        \"supplier_cd\": \"string\",\n        \"supplier_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0d2d84fb-8ea3-48ae-a701-04fb430386da","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receive/:uuid","host":["https://isos.iptime.org:13221"],"path":["out","receive",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주입하의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3e64eebf-7c7e-471f-833a-1594eeb7a62f"},{"name":"단일 외주입하 전표 기준 하위 상세 데이터 조회","id":"ac3c0545-b7bd-4415-91c3-540a2178c557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/receive/:uuid/details?factory_uuid=&partner_uuid=","description":"<p>하나의 외주입하 전표 기준 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["out","receive",":uuid","details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 외주입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 외주입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 외주입하의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"523a038c-c2df-47de-b1c2-d493e57ee9a6","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receive/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["out","receive",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주입하의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReceive-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"manufactured_lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"insp_fg\": true,\n        \"insp_result\": \"string\",\n        \"carry_fg\": true,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"income_uuid\": \"156e9199-e6e6-4aa6-818a-f32bb7c879f2\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b4c25da9-f416-4e4e-96ba-f28dfd2848eb","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receive/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["out","receive",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주입하의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ac3c0545-b7bd-4415-91c3-540a2178c557"},{"name":"외주입하 데이터 및 하위 상세 데이터 조회","id":"30a75d7a-5790-4086-9653-74970df23e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/receive/:uuid/include-details?factory_uuid=&partner_uuid=","description":"<p>하나의 외주입하 데이터와 하위 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["out","receive",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 외주입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 외주입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 외주입하의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"29f6b044-a318-4f9d-9ae9-e76a1a2c3999","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receive/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["out","receive",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주입하의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReceive-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n          \"partner_cd\": \"string\",\n          \"partner_nm\": \"string\",\n          \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n          \"supplier_cd\": \"string\",\n          \"supplier_nm\": \"string\",\n          \"stmt_no\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"total_price\": 0,\n          \"total_qty\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n            \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n            \"seq\": 0,\n            \"stmt_no\": \"string\",\n            \"stmt_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n            \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n            \"prod_no\": \"string\",\n            \"prod_nm\": \"string\",\n            \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n            \"item_type_cd\": \"string\",\n            \"item_type_nm\": \"string\",\n            \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n            \"prod_type_cd\": \"string\",\n            \"prod_type_nm\": \"string\",\n            \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n            \"model_cd\": \"string\",\n            \"model_nm\": \"string\",\n            \"rev\": \"string\",\n            \"prod_std\": \"string\",\n            \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n            \"unit_cd\": \"string\",\n            \"unit_nm\": \"string\",\n            \"lot_no\": \"string\",\n            \"manufactured_lot_no\": \"string\",\n            \"order_qty\": 0,\n            \"qty\": 0,\n            \"price\": 0,\n            \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n            \"money_unit_cd\": \"string\",\n            \"money_unit_nm\": \"string\",\n            \"exchange\": \"string\",\n            \"total_price\": 0,\n            \"unit_qty\": 0,\n            \"insp_fg\": true,\n            \"insp_result\": \"string\",\n            \"carry_fg\": true,\n            \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n            \"to_store_cd\": \"string\",\n            \"to_store_nm\": \"string\",\n            \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n            \"to_location_cd\": \"string\",\n            \"to_location_nm\": \"string\",\n            \"remark\": \"string\",\n            \"barcode\": \"string\",\n            \"income_uuid\": \"156e9199-e6e6-4aa6-818a-f32bb7c879f2\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"69d8ef3c-a10e-43e5-b914-9e4bad2d10b5","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receive/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["out","receive",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주입하의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"30a75d7a-5790-4086-9653-74970df23e73"},{"name":"외주입하 데이터 조회","id":"f21b9e3e-142b-4760-82a2-ea8eb51e067d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/receives?factory_uuid=&start_date=&end_date=","description":"<p>외주입하 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["out","receives"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 외주입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 입하전표를 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 입하전표를 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"422c6c36-3355-436b-88bd-1db84f8ff23d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receives?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["out","receives"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReceive-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n        \"supplier_cd\": \"string\",\n        \"supplier_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"dc52f832-2cbd-4263-a993-c83b75744f56","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receives?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["out","receives"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f21b9e3e-142b-4760-82a2-ea8eb51e067d"},{"name":"외주입하 데이터 생성","id":"96d9260e-bc70-44d4-873c-0dc4c53ff1f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"lot_no\": \"string\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"insp_fg\": true,\n      \"carry_fg\": true,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n      \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives","description":"<p>외주입하 전표 신규생성 및 상세전표를 추가 생성합니다. <br />\n상세전표 추가 생성시 header에 전표의 uuid를 입력해야 합니다.</p>\n","urlObject":{"path":["out","receives"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"26e2db5d-b000-4b10-a548-dc00c72fa038","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"lot_no\": \"string\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"insp_fg\": true,\n      \"carry_fg\": true,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n      \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReceive-S-0001\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0af74184-9607-4e79-9a4d-4730b9117acc","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n      \"lot_no\": \"string\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"insp_fg\": true,\n      \"carry_fg\": true,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n      \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"96d9260e-bc70-44d4-873c-0dc4c53ff1f5"},{"name":"외주입하 데이터 수정","id":"006c3e68-7001-420e-b6ec-c32a714f67f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives","description":"<p>외주입하 전표 및 하위 상세전표 데이터를 수정합니다.</p>\n","urlObject":{"path":["out","receives"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6d88dc97-25a1-4e39-bc3b-339e6fcd591e","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReceive-S-0002\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"6bf4392d-ea88-4db0-95d5-8cfdf796e70e","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"006c3e68-7001-420e-b6ec-c32a714f67f2"},{"name":"외주입하 데이터 수정","id":"86a36995-fa9d-4287-86a3-0c64555a53a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives","description":"<p>외주입하 전표 및 하위 상세전표 데이터를 부분 수정합니다.</p>\n","urlObject":{"path":["out","receives"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a0928fe5-8cc3-455b-8f23-c9db4e9f5259","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReceive-S-0003\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0ed31833-a1ea-4ced-95c8-698cbd348f7a","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"supplier_uuid\": \"a417ea8f-ecf3-4be0-b8fa-8fad04492f28\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"manufactured_lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"success\": false,\n \"state_cd\": \"outReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n \"message\": \"Error Message\",\n \"datas\": {\n  \"raws\": [],\n  \"value\": {}\n }\n}"}],"_postman_id":"86a36995-fa9d-4287-86a3-0c64555a53a8"},{"name":"외주입하 데이터 삭제","id":"53da65f0-7bd4-4e59-9d98-e0fc6c6df234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives","description":"<p>외주입하 전표 및 하위 상세전표 데이터를 삭제합니다. <br />\n전표의 하위 상세전표가 모두 삭제되는 경우 전표를 삭제합니다.</p>\n","urlObject":{"path":["out","receives"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a32dc90f-99d8-40bc-a894-b9ed848d67ae","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReceive-S-0004\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"3c617524-85df-4b64-b858-d5e805d8aa76","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/receives"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReceive-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReceive\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"53da65f0-7bd4-4e59-9d98-e0fc6c6df234"}],"id":"1a3a7315-81db-4e74-b121-d58908748177","_postman_id":"1a3a7315-81db-4e74-b121-d58908748177","description":""},{"name":"외주입하상세(ReceiveDetail)","item":[{"name":"외주입하 상세 데이터 단일 조회","id":"6e8bf10f-d04a-4dcc-a74a-202212a54469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/receive-detail/:uuid","description":"<p>하나의 외주입하 상세 데이터를 조회합니다. </p>\n","urlObject":{"path":["out","receive-detail",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 외주입하상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"a970877e-c234-44d1-8e3f-08a5c293ac8e","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receive-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["out","receive-detail",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주입하상세의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReceiveDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outReceiveDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"manufactured_lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"insp_fg\": true,\n        \"insp_result\": \"string\",\n        \"carry_fg\": true,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"income_uuid\": \"156e9199-e6e6-4aa6-818a-f32bb7c879f2\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"56c4cc57-7fe3-4c23-9fc9-fba73977840a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receive-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["out","receive-detail",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주입하상세의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReceiveDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReceiveDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6e8bf10f-d04a-4dcc-a74a-202212a54469"},{"name":"외주입하 상세 데이터 조회","id":"cf6ba2b2-d535-4439-9ebb-f9d6f3d35760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/receive-details?factory_uuid=&partner_uuid=&start_date=&end_date=","description":"<p>외주입하 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["out","receive-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 외주입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 외주입하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>상세 입하전표를 조회할 입하전표 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 입하전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>상세 입하전표를 조회할 입하전표 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 입하전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"e02792ef-8e58-400a-9a93-45cf19feee65","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receive-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["out","receive-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReceiveDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outReceiveDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"manufactured_lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"insp_fg\": true,\n        \"insp_result\": \"string\",\n        \"carry_fg\": true,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"income_uuid\": \"156e9199-e6e6-4aa6-818a-f32bb7c879f2\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f7710eac-f30e-4738-b996-3f238de6877b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/receive-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["out","receive-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReceiveDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReceiveDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cf6ba2b2-d535-4439-9ebb-f9d6f3d35760"}],"id":"11c63e84-bd1a-4195-a3ab-b0faf474c3c1","_postman_id":"11c63e84-bd1a-4195-a3ab-b0faf474c3c1","description":""},{"name":"외주출고(Release)","item":[{"name":"외주출고현황 데이터 조회","id":"7f123e4e-9572-463e-826b-a7ab12b1890c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/releases/report?factory_uuid=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","description":"<p>외주출고현황을 조회합니다.</p>\n","urlObject":{"path":["out","releases","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 외주출고현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 출고현황을 기준에 따라 정렬하여 조회합니다.<br />\n[partner] 거래처 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 출고일자 기준 정렬 조회 <br />\n[none] 소계 미조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>출고현황을 조회할 출고전표 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 출고전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_reg_date","value":""},{"description":{"content":"<p>출고현황을 조회할 출고전표 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 출고전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_reg_date","value":""},{"description":{"content":"<p>출고현황을 조회할 기준 납기 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_due_date","value":""},{"description":{"content":"<p>출고현황을 조회할 기준 납기 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_due_date","value":""}],"variable":[]}},"response":[{"id":"21025210-3ade-4010-bc94-4cf672ed8c6a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/releases/report?factory_uuid=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["out","releases","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outRelease-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"order_qty\": 0,\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"supply_price\": 0,\n        \"tax\": 0,\n        \"total_price\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"2b1cc5ab-ab6a-4eb3-b2f7-ff9d4267ae10","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/releases/report?factory_uuid=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["out","releases","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7f123e4e-9572-463e-826b-a7ab12b1890c"},{"name":"외주출고 데이터 단일 조회","id":"99483968-9fbb-41d7-8a17-313b362564b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/release/:uuid","description":"<p>하나의 외주출고 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["out","release",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 외주출고의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"013caa4c-854f-472c-a686-c95b51b08399","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/release/:uuid","host":["https://isos.iptime.org:13221"],"path":["out","release",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주출고의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outRelease-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n        \"delivery_cd\": \"string\",\n        \"delivery_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0ad8d500-7ec6-4606-ae30-331140593324","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/release/:uuid","host":["https://isos.iptime.org:13221"],"path":["out","release",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주출고의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"99483968-9fbb-41d7-8a17-313b362564b4"},{"name":"단일 외주출고 전표 기준 하위 상세 데이터 조회","id":"a3017c70-8ba3-40f4-bcb4-e557543a469b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/release/:uuid/details?factory_uuid=&partner_uuid=","description":"<p>하나의 외주출고 전표 기준 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["out","release",":uuid","details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 외주출고 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 외주출고 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 외주출고의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"9525fb92-313e-4044-9161-8ad44f672151","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/release/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["out","release",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주출고의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outRelease-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"release_detail_uuid\": \"217cb752-3451-423b-8eed-bfbeb24c1d90\",\n        \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"44d61c33-854e-4dfd-85f3-6afd0ecb6ce5","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/release/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["out","release",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주출고의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a3017c70-8ba3-40f4-bcb4-e557543a469b"},{"name":"외주출고 데이터 및 하위 상세 데이터 조회","id":"f2b5337f-8ae1-4dff-a09e-85e544aa4781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/release/:uuid/include-details?factory_uuid=&partner_uuid=","description":"<p>하나의 외주출고 데이터와 하위 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["out","release",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 외주출고 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 외주출고 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 외주출고의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"4bf59cbc-8b77-4556-996f-4d475da7458c","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/release/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["out","release",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주출고의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outRelease-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n          \"partner_cd\": \"string\",\n          \"partner_nm\": \"string\",\n          \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n          \"delivery_cd\": \"string\",\n          \"delivery_nm\": \"string\",\n          \"stmt_no\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"total_price\": 0,\n          \"total_qty\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"release_detail_uuid\": \"217cb752-3451-423b-8eed-bfbeb24c1d90\",\n            \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n            \"seq\": 0,\n            \"stmt_no\": \"string\",\n            \"stmt_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n            \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n            \"prod_no\": \"string\",\n            \"prod_nm\": \"string\",\n            \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n            \"item_type_cd\": \"string\",\n            \"item_type_nm\": \"string\",\n            \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n            \"prod_type_cd\": \"string\",\n            \"prod_type_nm\": \"string\",\n            \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n            \"model_cd\": \"string\",\n            \"model_nm\": \"string\",\n            \"rev\": \"string\",\n            \"prod_std\": \"string\",\n            \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n            \"unit_cd\": \"string\",\n            \"unit_nm\": \"string\",\n            \"lot_no\": \"string\",\n            \"order_qty\": 0,\n            \"qty\": 0,\n            \"price\": 0,\n            \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n            \"money_unit_cd\": \"string\",\n            \"money_unit_nm\": \"string\",\n            \"exchange\": \"string\",\n            \"total_price\": 0,\n            \"unit_qty\": 0,\n            \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n            \"from_store_cd\": \"string\",\n            \"from_store_nm\": \"string\",\n            \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n            \"from_location_cd\": \"string\",\n            \"from_location_nm\": \"string\",\n            \"remark\": \"string\",\n            \"barcode\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"33fec121-5226-4304-a334-0dcc2529e1e6","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/release/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["out","release",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주출고의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f2b5337f-8ae1-4dff-a09e-85e544aa4781"},{"name":"외주출고 데이터 조회","id":"7e47803e-211e-4f45-8ca5-f3baf0108a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/releases?factory_uuid=&start_date=&end_date=","description":"<p>외주출고 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["out","releases"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 외주출고 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 출하전표를 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 출하전표를 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"b6296b8f-0e4c-49e4-a035-c7d2bddaa070","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/releases?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["out","releases"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outRelease-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n        \"delivery_cd\": \"string\",\n        \"delivery_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"fe6b894c-c4cb-4b2b-95a1-964cf27d9083","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/releases?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["out","releases"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7e47803e-211e-4f45-8ca5-f3baf0108a1d"},{"name":"외주출고 데이터 생성","id":"7ccbfd53-1954-49c4-a3cb-7cc03ba6cbc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n      \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases","description":"<p>외주출고 전표 신규생성 및 상세전표를 추가 생성합니다. <br />\n상세전표 추가 생성시 header에 전표의 uuid를 입력해야 합니다.</p>\n","urlObject":{"path":["out","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"e4db71c3-5496-46ec-8d89-ab2261f8c131","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n      \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outRelease-S-0001\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"40e3924d-06a1-4050-a1a1-014fa681f8d9","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n      \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7ccbfd53-1954-49c4-a3cb-7cc03ba6cbc7"},{"name":"외주출고 데이터 수정","id":"d6e28e89-0b86-4f96-bddc-bee9c78ad7bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases","description":"<p>외주출고 전표 및 하위 상세전표 데이터를 수정합니다.</p>\n","urlObject":{"path":["out","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ee1de560-2651-4553-bc4f-f2cd5dffed03","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outRelease-S-0002\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"70d69622-a1bb-4960-9054-5b4133a23e1e","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d6e28e89-0b86-4f96-bddc-bee9c78ad7bc"},{"name":"외주출고 데이터 수정","id":"c73759ec-b21c-41ee-bce7-894ae92820ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases","description":"<p>외주출고 전표 및 하위 상세전표 데이터를 부분 수정합니다.</p>\n","urlObject":{"path":["out","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"622dcb4e-d3ff-4cc5-af14-6d929cb53621","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outRelease-S-0003\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ab105f28-1aff-49bc-9a5c-ced08508212b","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c73759ec-b21c-41ee-bce7-894ae92820ee"},{"name":"외주출고 데이터 삭제","id":"f4a40497-d162-40cf-908f-683cacf5f683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases","description":"<p>외주출고 전표 및 하위 상세전표 데이터를 삭제합니다. <br />\n전표의 하위 상세전표가 모두 삭제되는 경우 전표를 삭제합니다.</p>\n","urlObject":{"path":["out","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"b88b0550-f2d3-4bf0-93a7-d95ee5b0fee3","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outRelease-S-0004\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"60608db2-1ab1-4e9e-9d0b-b4538ffcb798","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f4a40497-d162-40cf-908f-683cacf5f683"}],"id":"8d18923c-b5a6-4aef-81c6-6cdf370f9e32","_postman_id":"8d18923c-b5a6-4aef-81c6-6cdf370f9e32","description":""},{"name":"외주출고상세(ReleaseDetail)","item":[{"name":"외주출고 상세 데이터 단일 조회","id":"aae3cfb5-34d1-459a-bbac-1ada0c1ea8b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/release-detail/:uuid","description":"<p>하나의 외주출고 상세 데이터를 조회합니다.</p>\n","urlObject":{"path":["out","release-detail",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 외주출고상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"cb5a7474-8bc1-40fc-9ac5-3d8dc8c0c872","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/release-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["out","release-detail",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주출고상세의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReleaseDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outReleaseDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"release_detail_uuid\": \"217cb752-3451-423b-8eed-bfbeb24c1d90\",\n        \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"c106231e-67ac-4291-a35e-18bbdc2ed18a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/release-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["out","release-detail",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주출고상세의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReleaseDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReleaseDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"aae3cfb5-34d1-459a-bbac-1ada0c1ea8b9"},{"name":"외주출고 상세 데이터 조회","id":"dbccb8af-7a92-4d86-80a6-981c0983087c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/release-details?factory_uuid=&partner_uuid=&start_date=&end_date=","description":"<p>외주출고 상세 목록을 조회합니다.</p>\n","urlObject":{"path":["out","release-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 외주출고 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 외주출고 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>상세 출하전표를 조회할 출하전표 기준 시작일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 출하전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>상세 출하전표를 조회할 출하전표 기준 종료일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 출하전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"a7744dad-ac84-4458-80f3-f1c3f41faee9","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/release-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["out","release-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outReleaseDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outReleaseDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"release_detail_uuid\": \"217cb752-3451-423b-8eed-bfbeb24c1d90\",\n        \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"07db61d9-54e5-406d-a3bc-c1509990f3ba","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/release-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["out","release-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outReleaseDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outReleaseDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"dbccb8af-7a92-4d86-80a6-981c0983087c"}],"id":"ef92a34c-5595-446f-a17a-39632f907841","_postman_id":"ef92a34c-5595-446f-a17a-39632f907841","description":""},{"name":"외주투입(WorkInput)","item":[{"name":"외주투입 데이터 단일 조회","id":"75fb4166-940b-49bf-95c7-37cc3658dcb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/work-input/:uuid","description":"<p>하나의 외주투입된 데이터를 조회합니다.</p>\n","urlObject":{"path":["out","work-input",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 외주투입의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"453cff65-04b6-40db-afbf-8aea46040471","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/work-input/:uuid","host":["https://isos.iptime.org:13221"],"path":["out","work-input",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주투입의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outWorkInput-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\",\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"p_prod_std\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"c_usage\": 0,\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"16bfa7f0-f598-4b41-ad4e-e5b334689969","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/out/work-input/:uuid","host":["https://isos.iptime.org:13221"],"path":["out","work-input",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 외주투입의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"75fb4166-940b-49bf-95c7-37cc3658dcb9"},{"name":"외주투입 데이터 조회","id":"154774a8-27e2-4d28-be92-df9f7b38e01a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/work-inputs","description":"<p>외주투입 목록을 조회합니다.</p>\n","urlObject":{"path":["out","work-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1d2f1c6e-155f-49c1-bca2-bc10e58320c1","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/work-inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outWorkInput-S-0000\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\",\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"p_prod_std\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"c_usage\": 0,\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ab08bea7-2760-49c0-9a01-d7d5b4ec4977","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/out/work-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"154774a8-27e2-4d28-be92-df9f7b38e01a"},{"name":"외주투입 데이터 생성","id":"78c2a08e-0ccc-4c32-a972-5cb503eca393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_id\": 0,\n  \"receive_detail_id\": 0,\n  \"prod_id\": 0,\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"from_store_id\": 0,\n  \"from_location_id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs","description":"<p>외주투입 데이터를 생성합니다.</p>\n","urlObject":{"path":["out","work-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c0c186b9-f3cc-419b-829f-3d590314af7d","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_id\": 0,\n  \"receive_detail_id\": 0,\n  \"prod_id\": 0,\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"from_store_id\": 0,\n  \"from_location_id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outWorkInput-S-0001\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"41083aa8-8cd2-47a6-8caa-4bf9a56bdbb8","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_id\": 0,\n  \"receive_detail_id\": 0,\n  \"prod_id\": 0,\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"from_store_id\": 0,\n  \"from_location_id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"78c2a08e-0ccc-4c32-a972-5cb503eca393"},{"name":"외주투입 데이터 수정","id":"d154ba50-e7d1-442c-ae53-35ced1aff32a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\",\n  \"factory_id\": 0,\n  \"receive_detail_id\": 0,\n  \"prod_id\": 0,\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"from_store_id\": 0,\n  \"from_location_id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs","description":"<p>외주투입 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["out","work-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2d6dc452-7e2b-4ffa-b7db-98e2c76b13b0","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\",\n  \"factory_id\": 0,\n  \"receive_detail_id\": 0,\n  \"prod_id\": 0,\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"from_store_id\": 0,\n  \"from_location_id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outWorkInput-S-0002\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"28a7b2e8-b0f6-4c38-8045-c742b8b1c9a7","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\",\n  \"factory_id\": 0,\n  \"receive_detail_id\": 0,\n  \"prod_id\": 0,\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"from_store_id\": 0,\n  \"from_location_id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d154ba50-e7d1-442c-ae53-35ced1aff32a"},{"name":"외주투입 데이터 수정","id":"25e0f0de-fee2-40d7-975a-78a1bdba873a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\",\n  \"factory_id\": 0,\n  \"receive_detail_id\": 0,\n  \"prod_id\": 0,\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"from_store_id\": 0,\n  \"from_location_id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs","description":"<p>외주투입 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["out","work-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8fe6197e-3434-49d1-be6b-4cb425469ac5","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\",\n  \"factory_id\": 0,\n  \"receive_detail_id\": 0,\n  \"prod_id\": 0,\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"from_store_id\": 0,\n  \"from_location_id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outWorkInput-S-0003\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1c848cb6-5d01-40f7-afc4-59df2eef914a","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\",\n  \"factory_id\": 0,\n  \"receive_detail_id\": 0,\n  \"prod_id\": 0,\n  \"lot_no\": \"string\",\n  \"qty\": 0,\n  \"c_usage\": 0,\n  \"from_store_id\": 0,\n  \"from_location_id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"25e0f0de-fee2-40d7-975a-78a1bdba873a"},{"name":"외주투입 데이터 삭제","id":"d0a55bf4-a021-47fb-b8eb-5c2c4c474f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs","description":"<p>외주투입 데이터를 삭제합니다.</p>\n","urlObject":{"path":["out","work-inputs"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"23a26e3c-6261-45af-854e-a622c0a725b5","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"outWorkInput-S-0004\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1e715520-b9d8-4091-bbf2-66139fdade53","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"work_input_uuid\": \"e2c33691-8702-476b-be46-2cd069f1d2c4\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/out/work-inputs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"outWorkInput-E-9999\",\n  \"state\": {\n      \"state_tag\": \"outWorkInput\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d0a55bf4-a021-47fb-b8eb-5c2c4c474f69"}],"id":"179098d6-7831-46de-a510-91e4db087218","_postman_id":"179098d6-7831-46de-a510-91e4db087218","description":""}],"id":"0cfa8ea5-760a-48e2-a427-d6f786bcb1d3","_postman_id":"0cfa8ea5-760a-48e2-a427-d6f786bcb1d3","description":""},{"name":"qms","item":[{"name":"검사기준서(Insp)","item":[{"name":"검사기준서 적용","id":"8bb2400d-df5b-45de-b706-6d7c626e65cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps/apply","description":"<p>검사기준서를 적용(활성화)합니다. <br />\n❗ 공정검사 기준서는 해당 품번의 생산이 진행중일 경우 기준서 적용이 불가능합니다.</p>\n","urlObject":{"path":["qms","insps","apply"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"0b00ada8-d1d4-426a-8a91-8dfdebbe8d64","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps/apply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0002\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8f0c1dd0-448c-4ecc-9770-a831251cb029","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps/apply"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8bb2400d-df5b-45de-b706-6d7c626e65cb"},{"name":"검사기준서 적용해제","id":"107328ad-c0ba-4559-aaa8-d787017844bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps/cancel-apply","description":"<p>검사기준서를 적용해제(비활성화)합니다.</p>\n","urlObject":{"path":["qms","insps","cancel-apply"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a9ea0db7-5cfa-4995-af42-47926add2c94","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps/cancel-apply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0002\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0799e574-1700-4484-9c37-7e4c08863a42","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps/cancel-apply"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"107328ad-c0ba-4559-aaa8-d787017844bd"},{"name":"검사기준서 데이터 단일 조회","id":"a680ee22-63e9-4d70-a3c7-c8ea1b1be70a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/insp/:uuid","description":"<p>하나의 검사기준서 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["qms","insp",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 검사기준서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"0f7280ab-243b-4e25-85b6-69642205ec50","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp/:uuid","host":["https://isos.iptime.org:13221"],"path":["qms","insp",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 검사기준서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_type_cd\": \"string\",\n        \"insp_type_nm\": \"string\",\n        \"insp_no\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"apply_date\": \"2019-08-24T14:15:22Z\",\n        \"apply_fg\": true,\n        \"apply_state\": \"string\",\n        \"contents\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f4138d62-e46d-405f-ad3b-df5f9efc64b1","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp/:uuid","host":["https://isos.iptime.org:13221"],"path":["qms","insp",":uuid"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 검사기준서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a680ee22-63e9-4d70-a3c7-c8ea1b1be70a"},{"name":"단일 검사기준서 기준 하위 상세 데이터 조회","id":"5edc6dde-7f72-40cc-8a1c-e6230b750e26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/insp/:uuid/details","description":"<p>하나의 검사기준서 기준 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["qms","insp",":uuid","details"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 검사기준서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"string","value":"","key":"uuid"}]}},"response":[{"id":"cb96608c-44a9-4b46-b7c6-7c345e78578e","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp/:uuid/details","host":["https://isos.iptime.org:13221"],"path":["qms","insp",":uuid","details"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 검사기준서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"seq\": 0,\n        \"insp_no\": \"string\",\n        \"insp_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_desc\": \"string\",\n        \"spec_std\": \"string\",\n        \"spec_min\": 0,\n        \"spec_max\": 0,\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"sortby\": 0,\n        \"position_no\": 0,\n        \"special_property\": \"string\",\n        \"worker_sample_cnt\": 0,\n        \"worker_insp_cycle\": \"string\",\n        \"inspector_sample_cnt\": 0,\n        \"inspector_insp_cycle\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"1fab7272-964c-4072-b31f-68294d346d89","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp/:uuid/details","host":["https://isos.iptime.org:13221"],"path":["qms","insp",":uuid","details"],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 검사기준서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5edc6dde-7f72-40cc-8a1c-e6230b750e26"},{"name":"검사기준서 데이터 및 하위 상세 데이터 조회","id":"7f3e3454-99e6-445a-8fa3-2c5889e60db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/insp/:uuid/include-details?insp_detail_type=","description":"<p>하나의 검사기준서 데이터와 하위 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["qms","insp",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 기준서 조회시 세부검사유형을 입력합니다. <br /> \n[selfProc]: 자주검사 성적서 조회 <br />\n[patrolProc]: 순회검사 성적서 조회 <br />\n[matReceive]: 자재수입검사 성적서 조회 <br />\n[outReceive]: 외주수입검사 성적서 조회 <br />\n[finalInsp]: 최종검사 성적서 조회 <br /></p>\n","type":"text/plain"},"key":"insp_detail_type","value":""}],"variable":[{"description":{"content":"<p>(Required) 검사기준서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"string","value":"","key":"uuid"}]}},"response":[{"id":"04fa1864-b353-41e6-9d88-84af262dade8","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp/:uuid/include-details?insp_detail_type=","host":["https://isos.iptime.org:13221"],"path":["qms","insp",":uuid","include-details"],"query":[{"key":"insp_detail_type","value":""}],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 검사기준서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"insp_type_cd\": \"string\",\n          \"insp_type_nm\": \"string\",\n          \"insp_no\": \"string\",\n          \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n          \"prod_no\": \"string\",\n          \"prod_nm\": \"string\",\n          \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n          \"item_type_cd\": \"string\",\n          \"item_type_nm\": \"string\",\n          \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n          \"prod_type_cd\": \"string\",\n          \"prod_type_nm\": \"string\",\n          \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n          \"model_cd\": \"string\",\n          \"model_nm\": \"string\",\n          \"rev\": \"string\",\n          \"prod_std\": \"string\",\n          \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n          \"unit_cd\": \"string\",\n          \"unit_nm\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"apply_date\": \"2019-08-24T14:15:22Z\",\n          \"apply_fg\": true,\n          \"apply_state\": \"string\",\n          \"contents\": \"string\",\n          \"max_sample_cnt\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n            \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n            \"seq\": 0,\n            \"insp_no\": \"string\",\n            \"insp_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n            \"insp_item_cd\": \"string\",\n            \"insp_item_nm\": \"string\",\n            \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n            \"insp_item_type_cd\": \"string\",\n            \"insp_item_type_nm\": \"string\",\n            \"insp_item_desc\": \"string\",\n            \"spec_std\": \"string\",\n            \"spec_min\": 0,\n            \"spec_max\": 0,\n            \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n            \"insp_method_cd\": \"string\",\n            \"insp_method_nm\": \"string\",\n            \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n            \"insp_tool_cd\": \"string\",\n            \"insp_tool_nm\": \"string\",\n            \"sortby\": 0,\n            \"position_no\": 0,\n            \"special_property\": \"string\",\n            \"sample_cnt\": 0,\n            \"insp_cycle\": \"string\",\n            \"remark\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"b71656fd-ceb2-4478-9425-71f6024b2ef9","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp/:uuid/include-details?insp_detail_type=","host":["https://isos.iptime.org:13221"],"path":["qms","insp",":uuid","include-details"],"query":[{"key":"insp_detail_type","value":""}],"variable":[{"key":"uuid","value":"","type":"text","enabled":true,"description":"(Required) 검사기준서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7f3e3454-99e6-445a-8fa3-2c5889e60db6"},{"name":"입하내역대비 수입검사 검사기준서 데이터 및 하위 상세 데이터 조회","id":"f4fe9039-9637-4f8b-aefe-8b667da7150d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/insp/receive/include-details?insp_detail_type=&receive_detail_uuid=","description":"<p>자재 또는 외주 입하상세내역을 통하여 수입검사 기준서 및 상세내역 조회</p>\n","urlObject":{"path":["qms","insp","receive","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 조회 할 기준서의 세부검사 유형을 입력합니다. <br /> \n[matReceive]: 자재수입검사 <br />\n[outReceive]: 외주수입검사</p>\n","type":"text/plain"},"key":"insp_detail_type","value":""},{"description":{"content":"<p>(Required) 자재 또는 외주 입하상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"key":"receive_detail_uuid","value":""}],"variable":[]}},"response":[{"id":"bb63f3e2-48b7-4f42-a99f-e2e0e9681038","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp/receive/include-details?insp_detail_type=&receive_detail_uuid=","host":["https://isos.iptime.org:13221"],"path":["qms","insp","receive","include-details"],"query":[{"key":"insp_detail_type","value":""},{"key":"receive_detail_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"insp_type_cd\": \"string\",\n          \"insp_type_nm\": \"string\",\n          \"insp_no\": \"string\",\n          \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n          \"prod_no\": \"string\",\n          \"prod_nm\": \"string\",\n          \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n          \"item_type_cd\": \"string\",\n          \"item_type_nm\": \"string\",\n          \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n          \"prod_type_cd\": \"string\",\n          \"prod_type_nm\": \"string\",\n          \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n          \"model_cd\": \"string\",\n          \"model_nm\": \"string\",\n          \"rev\": \"string\",\n          \"prod_std\": \"string\",\n          \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n          \"unit_cd\": \"string\",\n          \"unit_nm\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"apply_date\": \"2019-08-24T14:15:22Z\",\n          \"apply_fg\": true,\n          \"contents\": \"string\",\n          \"max_sample_cnt\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n            \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n            \"seq\": 0,\n            \"insp_no\": \"string\",\n            \"insp_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n            \"insp_item_cd\": \"string\",\n            \"insp_item_nm\": \"string\",\n            \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n            \"insp_item_type_cd\": \"string\",\n            \"insp_item_type_nm\": \"string\",\n            \"insp_item_desc\": \"string\",\n            \"spec_std\": \"string\",\n            \"spec_min\": 0,\n            \"spec_max\": 0,\n            \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n            \"insp_method_cd\": \"string\",\n            \"insp_method_nm\": \"string\",\n            \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n            \"insp_tool_cd\": \"string\",\n            \"insp_tool_nm\": \"string\",\n            \"sortby\": 0,\n            \"position_no\": 0,\n            \"special_property\": \"string\",\n            \"sample_cnt\": 0,\n            \"insp_cycle\": \"string\",\n            \"remark\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"f3abe84e-ce33-4ea4-9d15-b6592cfcc193","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp/receive/include-details?insp_detail_type=&receive_detail_uuid=","host":["https://isos.iptime.org:13221"],"path":["qms","insp","receive","include-details"],"query":[{"key":"insp_detail_type","value":""},{"key":"receive_detail_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f4fe9039-9637-4f8b-aefe-8b667da7150d"},{"name":"생산실적대비 공정검사 검사기준서 데이터 및 하위 상세 데이터 조회","id":"c2226e70-f310-422f-be8e-d05d66f3650f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/insp/proc/include-details?insp_detail_type=&work_uuid=","description":"<p>생산실적내역을 통하여 공정검사 기준서 및 상세내역 조회</p>\n","urlObject":{"path":["qms","insp","proc","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 조회 할 기준서의 세부검사 유형을 입력합니다. <br /> \n[selfProc]: 자주검사 <br />\n[patrolProc]: 순회검사</p>\n","type":"text/plain"},"key":"insp_detail_type","value":""},{"description":{"content":"<p>(Required) 생산실적의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"key":"work_uuid","value":""}],"variable":[]}},"response":[{"id":"37fc9f90-bd19-4ac0-974d-c551c0a48561","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp/proc/include-details?insp_detail_type=&work_uuid=","host":["https://isos.iptime.org:13221"],"path":["qms","insp","proc","include-details"],"query":[{"key":"insp_detail_type","value":""},{"key":"work_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"insp_type_cd\": \"string\",\n          \"insp_type_nm\": \"string\",\n          \"insp_no\": \"string\",\n          \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n          \"prod_no\": \"string\",\n          \"prod_nm\": \"string\",\n          \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n          \"item_type_cd\": \"string\",\n          \"item_type_nm\": \"string\",\n          \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n          \"prod_type_cd\": \"string\",\n          \"prod_type_nm\": \"string\",\n          \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n          \"model_cd\": \"string\",\n          \"model_nm\": \"string\",\n          \"rev\": \"string\",\n          \"prod_std\": \"string\",\n          \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n          \"unit_cd\": \"string\",\n          \"unit_nm\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"apply_date\": \"2019-08-24T14:15:22Z\",\n          \"apply_fg\": true,\n          \"contents\": \"string\",\n          \"max_sample_cnt\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n            \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n            \"seq\": 0,\n            \"insp_no\": \"string\",\n            \"insp_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n            \"insp_item_cd\": \"string\",\n            \"insp_item_nm\": \"string\",\n            \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n            \"insp_item_type_cd\": \"string\",\n            \"insp_item_type_nm\": \"string\",\n            \"insp_item_desc\": \"string\",\n            \"spec_std\": \"string\",\n            \"spec_min\": 0,\n            \"spec_max\": 0,\n            \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n            \"insp_method_cd\": \"string\",\n            \"insp_method_nm\": \"string\",\n            \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n            \"insp_tool_cd\": \"string\",\n            \"insp_tool_nm\": \"string\",\n            \"sortby\": 0,\n            \"position_no\": 0,\n            \"special_property\": \"string\",\n            \"sample_cnt\": 0,\n            \"insp_cycle\": \"string\",\n            \"remark\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"fdab151f-13ef-4cc0-8bd0-74164f66658f","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp/proc/include-details?insp_detail_type=&work_uuid=","host":["https://isos.iptime.org:13221"],"path":["qms","insp","proc","include-details"],"query":[{"key":"insp_detail_type","value":""},{"key":"work_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c2226e70-f310-422f-be8e-d05d66f3650f"},{"name":"검사기준서 데이터 조회","id":"bc02388e-114f-403e-9140-65a560d20763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/insps?factory_uuid=&prod_uuid=&insp_type_cd=&apply_fg=","description":"<p>검사기준서 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["qms","insps"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 검사기준서 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>품목의 UUID를 입력하여 품목에 따라 검사기준서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":""},{"description":{"content":"<p>기준서 유형 코드에 따라 검사기준서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"insp_type_cd","value":""},{"description":{"content":"<p>기준서 적용여부에 따라 검사기준서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"apply_fg","value":""}],"variable":[]}},"response":[{"id":"893af171-0b77-4dee-81cc-f54759dbcc26","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insps?factory_uuid=&prod_uuid=&insp_type_cd=&apply_fg=","host":["https://isos.iptime.org:13221"],"path":["qms","insps"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"insp_type_cd","value":""},{"key":"apply_fg","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_type_cd\": \"string\",\n        \"insp_type_nm\": \"string\",\n        \"insp_no\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"apply_date\": \"2019-08-24T14:15:22Z\",\n        \"apply_fg\": true,\n        \"apply_state\": \"string\",\n        \"contents\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"6e4e6744-0ca1-4ea7-bbf4-be11487e07f6","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insps?factory_uuid=&prod_uuid=&insp_type_cd=&apply_fg=","host":["https://isos.iptime.org:13221"],"path":["qms","insps"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"insp_type_cd","value":""},{"key":"apply_fg","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"bc02388e-114f-403e-9140-65a560d20763"},{"name":"검사기준서 데이터 생성","id":"a8d6e2f4-a9ba-4ed8-828d-860b96f4af12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"insp_type_cd\": \"string\",\n    \"insp_no\": \"string\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n      \"insp_item_desc\": \"string\",\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"sortby\": 0,\n      \"position_no\": 0,\n      \"special_property\": \"string\",\n      \"worker_sample_cnt\": 0,\n      \"worker_insp_cycle\": \"string\",\n      \"inspector_sample_cnt\": 0,\n      \"inspector_insp_cycle\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps","description":"<p>검사기준서 기준서 신규생성 및 상세기준서를 추가 생성합니다. <br />\n상세기준서 추가 생성시 header에 기준서의 uuid를 입력해야 합니다. <br />\n❗ 공정검사 기준서는 해당 품번의 생산이 진행중일 경우 기준서 적용이 불가능합니다.</p>\n","urlObject":{"path":["qms","insps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1be2f87b-0c7f-4e94-8841-f18154b5e854","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"insp_type_cd\": \"string\",\n    \"insp_no\": \"string\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n      \"insp_item_desc\": \"string\",\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"sortby\": 0,\n      \"position_no\": 0,\n      \"special_property\": \"string\",\n      \"worker_sample_cnt\": 0,\n      \"worker_insp_cycle\": \"string\",\n      \"inspector_sample_cnt\": 0,\n      \"inspector_insp_cycle\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0001\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7f0045ea-3e99-4118-b481-b66639696502","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"insp_type_cd\": \"string\",\n    \"insp_no\": \"string\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n      \"insp_item_desc\": \"string\",\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"sortby\": 0,\n      \"position_no\": 0,\n      \"special_property\": \"string\",\n      \"worker_sample_cnt\": 0,\n      \"worker_insp_cycle\": \"string\",\n      \"inspector_sample_cnt\": 0,\n      \"inspector_insp_cycle\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a8d6e2f4-a9ba-4ed8-828d-860b96f4af12"},{"name":"검사기준서 데이터 수정","id":"3377beba-0de8-4450-a542-02cb0dc0ddb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"insp_item_desc\": \"string\",\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"sortby\": 0,\n      \"position_no\": 0,\n      \"special_property\": \"string\",\n      \"worker_sample_cnt\": 0,\n      \"worker_insp_cycle\": \"string\",\n      \"inspector_sample_cnt\": 0,\n      \"inspector_insp_cycle\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps","description":"<p>검사기준서 기준서 및 하위 상세기준서 데이터를 수정합니다. <br />\n❗ 공정검사 기준서는 해당 품번의 생산이 진행중일 경우 기준서 적용이 불가능합니다.</p>\n","urlObject":{"path":["qms","insps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"158dc1e4-7f9b-412b-9ed8-56f75660ca24","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"insp_item_desc\": \"string\",\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"sortby\": 0,\n      \"position_no\": 0,\n      \"special_property\": \"string\",\n      \"worker_sample_cnt\": 0,\n      \"worker_insp_cycle\": \"string\",\n      \"inspector_sample_cnt\": 0,\n      \"inspector_insp_cycle\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0002\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"83169393-0506-4672-8b5b-8c724ce85cfa","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"insp_item_desc\": \"string\",\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"sortby\": 0,\n      \"position_no\": 0,\n      \"special_property\": \"string\",\n      \"worker_sample_cnt\": 0,\n      \"worker_insp_cycle\": \"string\",\n      \"inspector_sample_cnt\": 0,\n      \"inspector_insp_cycle\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3377beba-0de8-4450-a542-02cb0dc0ddb2"},{"name":"검사기준서 데이터 수정","id":"43f35391-4485-4e30-8853-e8a788c7839e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"insp_item_desc\": \"string\",\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"sortby\": 0,\n      \"position_no\": 0,\n      \"special_property\": \"string\",\n      \"worker_sample_cnt\": 0,\n      \"worker_insp_cycle\": \"string\",\n      \"inspector_sample_cnt\": 0,\n      \"inspector_insp_cycle\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps","description":"<p>검사기준서 기준서 및 하위 상세기준서 데이터를 부분 수정합니다. <br />\n❗ 공정검사 기준서는 해당 품번의 생산이 진행중일 경우 기준서 적용이 불가능합니다.</p>\n","urlObject":{"path":["qms","insps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"449663c8-fb70-45b4-a664-b6e3f0395d91","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"insp_item_desc\": \"string\",\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"sortby\": 0,\n      \"position_no\": 0,\n      \"special_property\": \"string\",\n      \"worker_sample_cnt\": 0,\n      \"worker_insp_cycle\": \"string\",\n      \"inspector_sample_cnt\": 0,\n      \"inspector_insp_cycle\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0003\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"064d8ee5-dae6-4fa2-a4fc-3dc7cfe827c3","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_no\": \"string\",\n    \"apply_fg\": true,\n    \"apply_date\": \"2019-08-24T14:15:22Z\",\n    \"contents\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"insp_item_desc\": \"string\",\n      \"spec_std\": \"string\",\n      \"spec_min\": 0,\n      \"spec_max\": 0,\n      \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n      \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n      \"sortby\": 0,\n      \"position_no\": 0,\n      \"special_property\": \"string\",\n      \"worker_sample_cnt\": 0,\n      \"worker_insp_cycle\": \"string\",\n      \"inspector_sample_cnt\": 0,\n      \"inspector_insp_cycle\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"43f35391-4485-4e30-8853-e8a788c7839e"},{"name":"검사기준서 데이터 삭제","id":"f602c7ef-6401-41ec-aae4-082eb2d8892a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps","description":"<p>검사기준서 기준서 및 하위 상세기준서 데이터를 삭제합니다. <br />\n기준서의 하위 상세기준서가 모두 삭제되는 경우 기준서를 삭제합니다.</p>\n","urlObject":{"path":["qms","insps"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f9a86e5f-655a-4881-84ef-295cd4cf5702","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInsp-S-0004\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"02d75a71-8aa9-4eed-ae2b-59ec7264b6e6","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/insps"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f602c7ef-6401-41ec-aae4-082eb2d8892a"}],"id":"20275cd1-6930-46bb-809b-a83414dfaa7f","_postman_id":"20275cd1-6930-46bb-809b-a83414dfaa7f","description":""},{"name":"검사기준서상세(InspDetail)","item":[{"name":"검사기준서 상세 데이터 단일 조회","id":"73238a33-2d97-4947-8c54-f06dfedf5522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/insp-detail/:uuid","description":"<p>하나의 검사기준서 상세 데이터를 조회합니다. </p>\n","urlObject":{"path":["qms","insp-detail",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 검사기준서상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"90afcb49-0746-4357-84e7-cd8234189a1a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["qms","insp-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사기준서상세의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInspDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsInspDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"seq\": 0,\n        \"insp_no\": \"string\",\n        \"insp_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_desc\": \"string\",\n        \"spec_std\": \"string\",\n        \"spec_min\": 0,\n        \"spec_max\": 0,\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"sortby\": 0,\n        \"position_no\": 0,\n        \"special_property\": \"string\",\n        \"worker_sample_cnt\": 0,\n        \"worker_insp_cycle\": \"string\",\n        \"inspector_sample_cnt\": 0,\n        \"inspector_insp_cycle\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"25032050-f623-4010-a110-c95f45e1722d","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["qms","insp-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 검사기준서상세의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInspDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInspDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"73238a33-2d97-4947-8c54-f06dfedf5522"},{"name":"검사기준서 상세 데이터 조회","id":"5b384530-b408-47f9-b781-34311e85291a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/insp-details?factory_uuid=&insp_uuid=","description":"<p>검사기준서 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["qms","insp-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 검사기준서 상세 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>검사기준서의 UUID를 입력하여 검사기준서에 따라 검사기준서 상세 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"insp_uuid","value":""}],"variable":[]}},"response":[{"id":"7cdd7015-5d95-4df5-9460-34d57344833d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp-details?factory_uuid=&insp_uuid=","host":["https://isos.iptime.org:13221"],"path":["qms","insp-details"],"query":[{"key":"factory_uuid","value":""},{"key":"insp_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsInspDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsInspDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"seq\": 0,\n        \"insp_no\": \"string\",\n        \"insp_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_desc\": \"string\",\n        \"spec_std\": \"string\",\n        \"spec_min\": 0,\n        \"spec_max\": 0,\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"sortby\": 0,\n        \"position_no\": 0,\n        \"special_property\": \"string\",\n        \"worker_sample_cnt\": 0,\n        \"worker_insp_cycle\": \"string\",\n        \"inspector_sample_cnt\": 0,\n        \"inspector_insp_cycle\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"5ad5655d-6275-4cab-93e0-4f5f5901e1f6","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/insp-details?factory_uuid=&insp_uuid=","host":["https://isos.iptime.org:13221"],"path":["qms","insp-details"],"query":[{"key":"factory_uuid","value":""},{"key":"insp_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsInspDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsInspDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"5b384530-b408-47f9-b781-34311e85291a"}],"id":"8e5becb1-d682-4984-8912-69d906147905","_postman_id":"8e5becb1-d682-4984-8912-69d906147905","description":""},{"name":"공정검사 성적서(ProcInsp)","item":[{"name":"공정검사 성적서 최대 차수 조회","id":"aa643834-b593-4d04-8902-421d37c017be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/proc/insp-result/max-seq?work_uuid=&insp_detail_type=","description":"<p>생산실적기준 공정검사 성적서의 최대 차수를 조회합니다.</p>\n","urlObject":{"path":["qms","proc","insp-result","max-seq"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 생산실적의 UUID를 입력하여 생산실적에 따라 공정검사 성적서의 최대 차수를 조회합니다.</p>\n","type":"text/plain"},"key":"work_uuid","value":""},{"description":{"content":"<p>(Required) 성적서의 최대 차수 조회시 세부검사유형을 입력합니다. <br /> \n[selfProc]: 자주검사 조회 <br />\n[patrolProc]: 순회검사 조회</p>\n","type":"text/plain"},"key":"insp_detail_type","value":""}],"variable":[]}},"response":[{"id":"1590c22a-4c5e-4bc2-a2d2-ceb1e7ea29e4","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/proc/insp-result/max-seq?work_uuid=&insp_detail_type=","host":["https://isos.iptime.org:13221"],"path":["qms","proc","insp-result","max-seq"],"query":[{"key":"work_uuid","value":""},{"key":"insp_detail_type","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsProcInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"seq\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"d75f865a-3ab7-499b-80cf-f5a4ba26133c","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/proc/insp-result/max-seq?work_uuid=&insp_detail_type=","host":["https://isos.iptime.org:13221"],"path":["qms","proc","insp-result","max-seq"],"query":[{"key":"work_uuid","value":""},{"key":"insp_detail_type","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsProcInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"aa643834-b593-4d04-8902-421d37c017be"},{"name":"실적대비 공정검사 성적서상세 데이터 조회","id":"40672122-d8b2-4d2e-ba72-12c76d0ba5ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/proc/insp-results/report?work_uuid=&insp_detail_type=","description":"<p>생산실적 및 세부검사유형에 따라 공정검사 성적서상세 데이터를 조회합니다.</p>\n","urlObject":{"path":["qms","proc","insp-results","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 생산실적의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"key":"work_uuid","value":""},{"description":{"content":"<p>(Required) 공정검사 성적서 조회시 공정검사 유형을 입력합니다. <br /> \n[all]: 전체 조회 <br />\n[selfProc]: 자주검사 성적서 조회 <br />\n[patrolProc]: 순회검사 성적서 조회 <br /></p>\n","type":"text/plain"},"key":"insp_detail_type","value":""}],"variable":[]}},"response":[{"id":"41829054-a6f4-4d94-ba43-7b43e641d26b","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/proc/insp-results/report?work_uuid=&insp_detail_type=","host":["https://isos.iptime.org:13221"],"path":["qms","proc","insp-results","report"],"query":[{"key":"work_uuid","value":""},{"key":"insp_detail_type","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsProcInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0,\n      \"max_sample_cnt\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_result_detail_info_uuid\": \"7aea4853-f9c7-405b-bdce-42e43a9e4a9a\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n        \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n        \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n        \"insp_item_type_cd\": \"string\",\n        \"insp_item_type_nm\": \"string\",\n        \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n        \"insp_item_cd\": \"string\",\n        \"insp_item_nm\": \"string\",\n        \"insp_item_desc\": \"string\",\n        \"spec_std\": \"string\",\n        \"spec_min\": 0,\n        \"spec_max\": 0,\n        \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n        \"insp_method_cd\": \"string\",\n        \"insp_method_nm\": \"string\",\n        \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n        \"insp_tool_cd\": \"string\",\n        \"insp_tool_nm\": \"string\",\n        \"sample_cnt\": 0,\n        \"insp_cycle\": \"string\",\n        \"sortby\": 0,\n        \"insp_result_fg\": true,\n        \"insp_result_state\": \"string\",\n        \"remark\": \"string\",\n        \"xn_insp_result_detail_value_uuid\": \"40d4eb89-4072-4bbd-b675-3cc1c3463916\",\n        \"xn_sample_no\": 0,\n        \"xn_insp_value\": 0,\n        \"xn_insp_result_fg\": true,\n        \"xn_insp_result_state\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8a75aceb-e74b-44d8-99ab-cd71e0d94bbe","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/proc/insp-results/report?work_uuid=&insp_detail_type=","host":["https://isos.iptime.org:13221"],"path":["qms","proc","insp-results","report"],"query":[{"key":"work_uuid","value":""},{"key":"insp_detail_type","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsProcInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"40672122-d8b2-4d2e-ba72-12c76d0ba5ae"},{"name":"공정검사 성적서 및 하위 상세 데이터 조회","id":"cd28be58-6015-4508-be80-54980ad378d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/proc/insp-result/:uuid/include-details","description":"<p>하나의 공정검사 성적서 데이터와 하위 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["qms","proc","insp-result",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 공정검사 성적서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"0bfa0d99-c0e8-4538-abbd-ce441d768b97","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/proc/insp-result/:uuid/include-details","host":["https://isos.iptime.org:13221"],"path":["qms","proc","insp-result",":uuid","include-details"],"variable":[{"key":"uuid","value":"","description":"(Required) 공정검사 성적서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsProcInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"insp_type_cd\": \"string\",\n          \"insp_type_nm\": \"string\",\n          \"insp_detail_type_cd\": \"string\",\n          \"insp_detail_type_nm\": \"string\",\n          \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n          \"seq\": 0,\n          \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n          \"insp_no\": \"string\",\n          \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n          \"prod_no\": \"string\",\n          \"prod_nm\": \"string\",\n          \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n          \"item_type_cd\": \"string\",\n          \"item_type_nm\": \"string\",\n          \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n          \"prod_type_cd\": \"string\",\n          \"prod_type_nm\": \"string\",\n          \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n          \"model_cd\": \"string\",\n          \"model_nm\": \"string\",\n          \"rev\": \"string\",\n          \"prod_std\": \"string\",\n          \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n          \"unit_cd\": \"string\",\n          \"unit_nm\": \"string\",\n          \"lot_no\": \"string\",\n          \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n          \"emp_cd\": \"string\",\n          \"emp_nm\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"insp_result_fg\": true,\n          \"insp_result_state\": \"string\",\n          \"insp_qty\": 0,\n          \"pass_qty\": 0,\n          \"reject_qty\": 0,\n          \"max_sample_cnt\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"insp_result_detail_info_uuid\": \"7aea4853-f9c7-405b-bdce-42e43a9e4a9a\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n            \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n            \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n            \"insp_item_type_cd\": \"string\",\n            \"insp_item_type_nm\": \"string\",\n            \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n            \"insp_item_cd\": \"string\",\n            \"insp_item_nm\": \"string\",\n            \"insp_item_desc\": \"string\",\n            \"spec_std\": \"string\",\n            \"spec_min\": 0,\n            \"spec_max\": 0,\n            \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n            \"insp_method_cd\": \"string\",\n            \"insp_method_nm\": \"string\",\n            \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n            \"insp_tool_cd\": \"string\",\n            \"insp_tool_nm\": \"string\",\n            \"sample_cnt\": 0,\n            \"insp_cycle\": \"string\",\n            \"sortby\": 0,\n            \"insp_result_fg\": true,\n            \"insp_result_state\": \"string\",\n            \"remark\": \"string\",\n            \"xn_insp_result_detail_value_uuid\": \"40d4eb89-4072-4bbd-b675-3cc1c3463916\",\n            \"xn_sample_no\": 0,\n            \"xn_insp_value\": 0,\n            \"xn_insp_result_fg\": true,\n            \"xn_insp_result_state\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"a7193ca6-98cb-4ffd-ac23-cee195777ccc","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/proc/insp-result/:uuid/include-details","host":["https://isos.iptime.org:13221"],"path":["qms","proc","insp-result",":uuid","include-details"],"variable":[{"key":"uuid","value":"","description":"(Required) 공정검사 성적서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsProcInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cd28be58-6015-4508-be80-54980ad378d2"},{"name":"공정검사 성적서 데이터 조회","id":"7b619926-36af-453e-967d-e1a629e69dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/proc/insp-results?insp_detail_type=&factory_uuid=&work_uuid=&start_date=&end_date=","description":"<p>공정검사 성적서 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["qms","proc","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 공정검사 성적서 조회시 공정검사 유형을 입력합니다. <br /> \n[all]: 전체 조회 <br />\n[selfProc]: 자주검사 성적서 조회 <br />\n[patrolProc]: 순회검사 성적서 조회 <br /></p>\n","type":"text/plain"},"key":"insp_detail_type","value":""},{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 공정검사 성적서 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>생산실적의 UUID를 입력하여 생산실적에 따라 공정검사 성적서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"work_uuid","value":""},{"description":{"content":"<p>공정검사 성적서를 조회할 기준 시작일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 공정검사 성적서 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>공정검사 성적서를 조회할 기준 종료일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 공정검사 성적서 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"e77d12f1-887b-4c40-bf79-961195fb7e2b","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/proc/insp-results?insp_detail_type=&factory_uuid=&work_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["qms","proc","insp-results"],"query":[{"key":"insp_detail_type","value":""},{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsProcInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_type_cd\": \"string\",\n        \"insp_type_nm\": \"string\",\n        \"insp_detail_type_cd\": \"string\",\n        \"insp_detail_type_nm\": \"string\",\n        \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n        \"seq\": 0,\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"insp_no\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n        \"emp_cd\": \"string\",\n        \"emp_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"insp_result_fg\": true,\n        \"insp_result_state\": \"string\",\n        \"insp_qty\": 0,\n        \"pass_qty\": 0,\n        \"reject_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0a2e3c0e-1c1a-44ff-b13f-3359b796ad14","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/proc/insp-results?insp_detail_type=&factory_uuid=&work_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["qms","proc","insp-results"],"query":[{"key":"insp_detail_type","value":""},{"key":"factory_uuid","value":""},{"key":"work_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsProcInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7b619926-36af-453e-967d-e1a629e69dad"},{"name":"공정검사 성적서 데이터 생성","id":"3ce7ef01-5893-4846-8faa-063b5a7c72b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n    \"insp_detail_type_cd\": \"string\",\n    \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"lot_no\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/proc/insp-results","description":"<p>공정검사 성적서 및 상세 내용을 생성합니다.</p>\n","urlObject":{"path":["qms","proc","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f1a595ae-acb9-475e-9b74-df5d8cbf9743","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n    \"insp_detail_type_cd\": \"string\",\n    \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"lot_no\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/proc/insp-results"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsProcInsp-S-0001\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"71514fda-6216-4a5e-a7a6-61ea629500d2","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"work_uuid\": \"09aa6932-1bbd-49b9-ad41-e906e554dede\",\n    \"insp_detail_type_cd\": \"string\",\n    \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"lot_no\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/proc/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsProcInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3ce7ef01-5893-4846-8faa-063b5a7c72b7"},{"name":"공정검사 성적서 데이터 수정","id":"8336fb4a-e5a0-4fdd-b466-04fd8521fee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n          \"delete_fg\": true,\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/proc/insp-results","description":"<p>공정검사 성적서 및 상세 내용을 수정합니다. <br />\n상세 성적서에 값을 추가로 입력 할 경우 성적서 세부 값의 uuid 를 비우고 입력합니다.</p>\n","urlObject":{"path":["qms","proc","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"07d9a5df-6e8f-420e-a0c3-2444c8f2cf86","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n          \"delete_fg\": true,\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/proc/insp-results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsProcInsp-S-0002\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a14f0fe2-e096-4207-8d73-d345cc7f7ccc","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n          \"delete_fg\": true,\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/proc/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsProcInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8336fb4a-e5a0-4fdd-b466-04fd8521fee7"},{"name":"공정검사 성적서 데이터 삭제","id":"9ba3af34-2400-42ba-9764-0a6dcda684c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/proc/insp-results","description":"<p>공정검사 성적서 하위 상세성적서 데이터를 삭제합니다.</p>\n","urlObject":{"path":["qms","proc","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ea54ae88-f0ea-4efc-8872-bd94430e1a8a","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/proc/insp-results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsProcInsp-S-0004\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"25fed3f5-9314-4d02-8e50-34f3d38290a4","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/proc/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsProcInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsProcInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9ba3af34-2400-42ba-9764-0a6dcda684c9"}],"id":"cc37bd4d-7ebd-4f1b-a495-078988cadffa","_postman_id":"cc37bd4d-7ebd-4f1b-a495-078988cadffa","description":""},{"name":"수입검사 성적서(ReceiveInsp)","item":[{"name":"수입검사 성적서 대기목록(미완료) 조회","id":"9cc3cb9f-c42c-4194-b920-9a2a32359ab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/receive/insp-result/waiting?insp_detail_type=&factory_uuid=&partner_uuid=&start_date=&end_date=","description":"<p>수입검사 성적서 입력이 미완료된 대기항목을 조회합니다.</p>\n","urlObject":{"path":["qms","receive","insp-result","waiting"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 수입검사 성적서 대기목록 조회시 수입검사 유형을 입력합니다. <br /> \n[all]: 전체 조회 <br />\n[matReceive]: 자재입하 수입검사 성적서 조회 <br />\n[outReceive]: 외주입하 수입검사 성적서 조회 <br /></p>\n","type":"text/plain"},"key":"insp_detail_type","value":""},{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 성적서 대기목록 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 성적서 대기목록 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>성적서 대기목록을 조회할 입하일 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 입하일 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>성적서 대기목록을 조회할 입하일 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 입하일 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"9f25d007-9869-4adb-bcb2-9b2a8ae66cae","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/receive/insp-result/waiting?insp_detail_type=&factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["qms","receive","insp-result","waiting"],"query":[{"key":"insp_detail_type","value":""},{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsReceiveInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"receive_uuid\": \"e04c5009-58f7-449c-a199-f51a94f39651\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"insp_detail_type_cd\": \"string\",\n        \"insp_detail_type_nm\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"insp_fg\": true,\n        \"insp_result\": \"string\",\n        \"carry_fg\": true,\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"343d6e12-60e7-4dca-997a-f7a929e0a315","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/receive/insp-result/waiting?insp_detail_type=&factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["qms","receive","insp-result","waiting"],"query":[{"key":"insp_detail_type","value":""},{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsReceiveInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9cc3cb9f-c42c-4194-b920-9a2a32359ab1"},{"name":"수입검사 성적서 및 하위 상세 데이터 조회","id":"cd12564e-425a-420b-baf3-8e18a3e0bc09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/receive/insp-result/:uuid/include-details","description":"<p>하나의 수입검사 성적서 데이터와 하위 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["qms","receive","insp-result",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 수입검사 성적서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"f7c263e5-6749-4e9a-a118-99de18a64365","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/receive/insp-result/:uuid/include-details","host":["https://isos.iptime.org:13221"],"path":["qms","receive","insp-result",":uuid","include-details"],"variable":[{"key":"uuid","value":"","description":"(Required) 수입검사 성적서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsReceiveInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"insp_type_cd\": \"string\",\n          \"insp_type_nm\": \"string\",\n          \"insp_detail_type_cd\": \"string\",\n          \"insp_detail_type_nm\": \"string\",\n          \"insp_handling_type_cd\": \"string\",\n          \"insp_handling_type_nm\": \"string\",\n          \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n          \"stmt_no_sub\": \"string\",\n          \"receive_date\": \"2019-08-24T14:15:22Z\",\n          \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n          \"partner_nm\": \"string\",\n          \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n          \"insp_no\": \"string\",\n          \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n          \"prod_no\": \"string\",\n          \"prod_nm\": \"string\",\n          \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n          \"item_type_cd\": \"string\",\n          \"item_type_nm\": \"string\",\n          \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n          \"prod_type_cd\": \"string\",\n          \"prod_type_nm\": \"string\",\n          \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n          \"model_cd\": \"string\",\n          \"model_nm\": \"string\",\n          \"rev\": \"string\",\n          \"prod_std\": \"string\",\n          \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n          \"unit_cd\": \"string\",\n          \"unit_nm\": \"string\",\n          \"lot_no\": \"string\",\n          \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n          \"emp_cd\": \"string\",\n          \"emp_nm\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"insp_result_fg\": true,\n          \"insp_result_state\": \"string\",\n          \"insp_qty\": 0,\n          \"pass_qty\": 0,\n          \"reject_qty\": 0,\n          \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n          \"reject_cd\": \"string\",\n          \"reject_nm\": \"string\",\n          \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n          \"reject_type_cd\": \"string\",\n          \"reject_type_nm\": \"string\",\n          \"max_sample_cnt\": 0,\n          \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n          \"to_store_cd\": \"string\",\n          \"to_store_nm\": \"string\",\n          \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n          \"to_location_cd\": \"string\",\n          \"to_location_nm\": \"string\",\n          \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n          \"reject_store_cd\": \"string\",\n          \"reject_store_nm\": \"string\",\n          \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n          \"reject_location_cd\": \"string\",\n          \"reject_location_nm\": \"string\",\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"insp_result_detail_info_uuid\": \"7aea4853-f9c7-405b-bdce-42e43a9e4a9a\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n            \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n            \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n            \"insp_item_type_cd\": \"string\",\n            \"insp_item_type_nm\": \"string\",\n            \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n            \"insp_item_cd\": \"string\",\n            \"insp_item_nm\": \"string\",\n            \"insp_item_desc\": \"string\",\n            \"spec_std\": \"string\",\n            \"spec_min\": 0,\n            \"spec_max\": 0,\n            \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n            \"insp_method_cd\": \"string\",\n            \"insp_method_nm\": \"string\",\n            \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n            \"insp_tool_cd\": \"string\",\n            \"insp_tool_nm\": \"string\",\n            \"sample_cnt\": 0,\n            \"insp_cycle\": \"string\",\n            \"sortby\": 0,\n            \"insp_result_fg\": true,\n            \"insp_result_state\": \"string\",\n            \"remark\": \"string\",\n            \"xn_insp_result_detail_value_uuid\": \"40d4eb89-4072-4bbd-b675-3cc1c3463916\",\n            \"xn_sample_no\": 0,\n            \"xn_insp_value\": 0,\n            \"xn_insp_result_fg\": true,\n            \"xn_insp_result_state\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"8da8248c-db51-4bc3-a5b4-becdc7d95931","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/receive/insp-result/:uuid/include-details","host":["https://isos.iptime.org:13221"],"path":["qms","receive","insp-result",":uuid","include-details"],"variable":[{"key":"uuid","value":"","description":"(Required) 수입검사 성적서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsReceiveInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cd12564e-425a-420b-baf3-8e18a3e0bc09"},{"name":"수입검사 성적서 데이터 조회","id":"02cc8077-c5d1-4352-81ea-856cf477b81e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/receive/insp-results?insp_detail_type=&factory_uuid=&receive_detail_uuid=&start_date=&end_date=","description":"<p>수입검사 성적서 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["qms","receive","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 수입검사 성적서 조회시 수입검사 유형을 입력합니다. <br /> \n[all]: 전체 조회 <br />\n[matReceive]: 자재입하 수입검사 성적서 조회 <br />\n[outReceive]: 외주입하 수입검사 성적서 조회 <br /></p>\n","type":"text/plain"},"key":"insp_detail_type","value":""},{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 수입검사 성적서 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>자재 또는 외주입하 상세의 UUID를 입력하여 자재 또는 외주입하 상세에 따라 수입검사 성적서 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"receive_detail_uuid","value":""},{"description":{"content":"<p>수입검사 성적서를 조회할 기준 시작일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 수입검사 성적서 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>수입검사 성적서를 조회할 기준 종료일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 수입검사 성적서 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"dab55f92-d1d5-4a68-a5a8-0e9a5db662ed","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/receive/insp-results?insp_detail_type=&factory_uuid=&receive_detail_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["qms","receive","insp-results"],"query":[{"key":"insp_detail_type","value":""},{"key":"factory_uuid","value":""},{"key":"receive_detail_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsReceiveInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_type_cd\": \"string\",\n        \"insp_type_nm\": \"string\",\n        \"insp_detail_type_cd\": \"string\",\n        \"insp_detail_type_nm\": \"string\",\n        \"insp_handling_type_cd\": \"string\",\n        \"insp_handling_type_nm\": \"string\",\n        \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n        \"receive_date\": \"2019-08-24T14:15:22Z\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_nm\": \"string\",\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"insp_no\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n        \"emp_cd\": \"string\",\n        \"emp_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"insp_result_fg\": true,\n        \"insp_result_state\": \"string\",\n        \"insp_qty\": 0,\n        \"pass_qty\": 0,\n        \"reject_qty\": 0,\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n        \"reject_store_cd\": \"string\",\n        \"reject_store_nm\": \"string\",\n        \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n        \"reject_location_cd\": \"string\",\n        \"reject_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"54ff48b9-446c-4679-b6d4-3b6a1da3d190","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/receive/insp-results?insp_detail_type=&factory_uuid=&receive_detail_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["qms","receive","insp-results"],"query":[{"key":"insp_detail_type","value":""},{"key":"factory_uuid","value":""},{"key":"receive_detail_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsReceiveInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"02cc8077-c5d1-4352-81ea-856cf477b81e"},{"name":"수입검사 성적서 데이터 생성","id":"8421d35c-fd31-4bdc-801e-db3941a398fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n    \"insp_detail_type_cd\": \"string\",\n    \"insp_handling_type_cd\": \"string\",\n    \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n    \"lot_no\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/receive/insp-results","description":"<p>수입검사 성적서 및 상세 내용을 생성합니다.</p>\n","urlObject":{"path":["qms","receive","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"9ffe7b71-3d86-4a39-823c-81b736573659","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n    \"insp_detail_type_cd\": \"string\",\n    \"insp_handling_type_cd\": \"string\",\n    \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n    \"lot_no\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/receive/insp-results"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsReceiveInsp-S-0001\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f4aa7cdc-f7e0-49c6-9284-7c7419fd81de","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"receive_detail_uuid\": \"f030aa64-ba90-4500-a80e-402b6f9065b6\",\n    \"insp_detail_type_cd\": \"string\",\n    \"insp_handling_type_cd\": \"string\",\n    \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n    \"lot_no\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/receive/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsReceiveInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8421d35c-fd31-4bdc-801e-db3941a398fa"},{"name":"수입검사 성적서 데이터 수정","id":"e6ca23c6-138d-40da-8b9d-7e2e3218ff7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_detail_type_cd\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n          \"delete_fg\": true,\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/receive/insp-results","description":"<p>수입검사 성적서 및 상세 내용을 수정합니다. <br />\n상세 성적서에 값을 추가로 입력 할 경우 성적서 세부 값의 uuid 를 비우고 입력합니다.</p>\n","urlObject":{"path":["qms","receive","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"6a2c35fb-b3c9-4ffb-9386-2a6d37b53731","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_detail_type_cd\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n          \"delete_fg\": true,\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/receive/insp-results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsReceiveInsp-S-0002\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c41084f2-b081-4927-bde9-777b4b0c196d","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"insp_detail_type_cd\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n          \"delete_fg\": true,\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/receive/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsReceiveInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e6ca23c6-138d-40da-8b9d-7e2e3218ff7a"},{"name":"수입검사 성적서 데이터 삭제","id":"630e0c9c-62a2-48e7-b3f7-5369858f87af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_detail_type_cd\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/receive/insp-results","description":"<p>수입검사 성적서 하위 상세성적서 데이터를 삭제합니다.</p>\n","urlObject":{"path":["qms","receive","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"715e9f53-069b-4bb7-a442-bb95d4a2673f","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_detail_type_cd\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/receive/insp-results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsReceiveInsp-S-0004\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7e6b3f27-93fe-4166-a12d-cf54a7a3415f","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"insp_detail_type_cd\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/receive/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsReceiveInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsReceiveInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"630e0c9c-62a2-48e7-b3f7-5369858f87af"}],"id":"8d64117c-a6d9-4a65-92fa-3243638109ec","_postman_id":"8d64117c-a6d9-4a65-92fa-3243638109ec","description":""},{"name":"최종검사 성적서(FinalInsp)","item":[{"name":"최종검사 성적서 및 하위 상세 데이터 조회","id":"188546ac-0600-4922-a690-5cfd91989015","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/final/insp-result/:uuid/include-details","description":"<p>하나의 최종검사 성적서 데이터와 하위 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["qms","final","insp-result",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 최종검사 성적서의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"7c837c7c-3a6f-4faa-9974-52efb1bf2ef0","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/final/insp-result/:uuid/include-details","host":["https://isos.iptime.org:13221"],"path":["qms","final","insp-result",":uuid","include-details"],"variable":[{"key":"uuid","value":"","description":"(Required) 최종검사 성적서의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsFinalInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsFinalInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"insp_type_cd\": \"string\",\n          \"insp_type_nm\": \"string\",\n          \"insp_handling_type_cd\": \"string\",\n          \"insp_handling_type_nm\": \"string\",\n          \"seq\": 0,\n          \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n          \"insp_no\": \"string\",\n          \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n          \"prod_no\": \"string\",\n          \"prod_nm\": \"string\",\n          \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n          \"item_type_cd\": \"string\",\n          \"item_type_nm\": \"string\",\n          \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n          \"prod_type_cd\": \"string\",\n          \"prod_type_nm\": \"string\",\n          \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n          \"model_cd\": \"string\",\n          \"model_nm\": \"string\",\n          \"rev\": \"string\",\n          \"prod_std\": \"string\",\n          \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n          \"unit_cd\": \"string\",\n          \"unit_nm\": \"string\",\n          \"lot_no\": \"string\",\n          \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n          \"emp_cd\": \"string\",\n          \"emp_nm\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"insp_result_fg\": true,\n          \"insp_result_state\": \"string\",\n          \"insp_qty\": 0,\n          \"pass_qty\": 0,\n          \"reject_qty\": 0,\n          \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n          \"reject_cd\": \"string\",\n          \"reject_nm\": \"string\",\n          \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n          \"reject_type_cd\": \"string\",\n          \"reject_type_nm\": \"string\",\n          \"max_sample_cnt\": 0,\n          \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n          \"from_store_cd\": \"string\",\n          \"from_store_nm\": \"string\",\n          \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n          \"from_location_cd\": \"string\",\n          \"from_location_nm\": \"string\",\n          \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n          \"to_store_cd\": \"string\",\n          \"to_store_nm\": \"string\",\n          \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n          \"to_location_cd\": \"string\",\n          \"to_location_nm\": \"string\",\n          \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n          \"reject_store_cd\": \"string\",\n          \"reject_store_nm\": \"string\",\n          \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n          \"reject_location_cd\": \"string\",\n          \"reject_location_nm\": \"string\",\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"insp_result_detail_info_uuid\": \"7aea4853-f9c7-405b-bdce-42e43a9e4a9a\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n            \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n            \"insp_item_type_uuid\": \"80450bd1-1b8a-4817-bb9d-ee085d593b33\",\n            \"insp_item_type_cd\": \"string\",\n            \"insp_item_type_nm\": \"string\",\n            \"insp_item_uuid\": \"6be2d36f-14b7-40ba-94ea-486891f6aa50\",\n            \"insp_item_cd\": \"string\",\n            \"insp_item_nm\": \"string\",\n            \"insp_item_desc\": \"string\",\n            \"spec_std\": \"string\",\n            \"spec_min\": 0,\n            \"spec_max\": 0,\n            \"insp_method_uuid\": \"a0728070-1c8b-40b5-b63d-d943f2f13032\",\n            \"insp_method_cd\": \"string\",\n            \"insp_method_nm\": \"string\",\n            \"insp_tool_uuid\": \"d50a4756-1a66-4a64-aafd-b2d5fbe9d7ee\",\n            \"insp_tool_cd\": \"string\",\n            \"insp_tool_nm\": \"string\",\n            \"sample_cnt\": 0,\n            \"insp_cycle\": \"string\",\n            \"sortby\": 0,\n            \"insp_result_fg\": true,\n            \"insp_result_state\": \"string\",\n            \"remark\": \"string\",\n            \"xn_insp_result_detail_value_uuid\": \"40d4eb89-4072-4bbd-b675-3cc1c3463916\",\n            \"xn_sample_no\": 0,\n            \"xn_insp_value\": 0,\n            \"xn_insp_result_fg\": true,\n            \"xn_insp_result_state\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"56972fba-aae3-4892-ae46-8d460220c6b3","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/final/insp-result/:uuid/include-details","host":["https://isos.iptime.org:13221"],"path":["qms","final","insp-result",":uuid","include-details"],"variable":[{"key":"uuid","value":"","description":"(Required) 최종검사 성적서의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsFinalInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsFinalInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"188546ac-0600-4922-a690-5cfd91989015"},{"name":"최종검사 성적서 데이터 조회","id":"f351c102-573e-4992-a356-e98abdee03f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/final/insp-results?factory_uuid=&start_date=&end_date=","description":"<p>최종검사 성적서 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["qms","final","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 최종검사 성적서 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>최종검사 성적서를 조회할 기준 시작일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 최종검사 성적서 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>최종검사 성적서를 조회할 기준 종료일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 최종검사 성적서 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"30eaef18-0257-45b8-9e53-e668e4cc927a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/final/insp-results?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["qms","final","insp-results"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsFinalInsp-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsFinalInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"insp_result_uuid\": \"11c8f37c-3b36-408b-a130-1ac226611c57\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"insp_type_cd\": \"string\",\n        \"insp_type_nm\": \"string\",\n        \"insp_handling_type_cd\": \"string\",\n        \"insp_handling_type_nm\": \"string\",\n        \"seq\": 0,\n        \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n        \"insp_no\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n        \"emp_cd\": \"string\",\n        \"emp_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"insp_result_fg\": true,\n        \"insp_result_state\": \"string\",\n        \"insp_qty\": 0,\n        \"pass_qty\": 0,\n        \"reject_qty\": 0,\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n        \"reject_store_cd\": \"string\",\n        \"reject_store_nm\": \"string\",\n        \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n        \"reject_location_cd\": \"string\",\n        \"reject_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"527ace91-d684-4d49-a041-9757d384fd0d","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/final/insp-results?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["qms","final","insp-results"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsFinalInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsFinalInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f351c102-573e-4992-a356-e98abdee03f2"},{"name":"최종검사 성적서 데이터 생성","id":"a6d6f0d6-4054-4279-b908-db87384e582d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"insp_handling_type_cd\": \"string\",\n    \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"lot_no\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n    \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/final/insp-results","description":"<p>최종검사 성적서 및 상세 내용을 생성합니다.</p>\n","urlObject":{"path":["qms","final","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"67fd852a-86dc-478d-9bac-21057fb77d8b","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"insp_handling_type_cd\": \"string\",\n    \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"lot_no\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n    \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/final/insp-results"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsFinalInsp-S-0001\",\n  \"state\": {\n      \"state_tag\": \"qmsFinalInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"984e8fef-3021-4f7e-a43b-72fc5645c389","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"insp_handling_type_cd\": \"string\",\n    \"insp_uuid\": \"73878665-f7f9-4b92-9595-4d6fa8e1831c\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"lot_no\": \"string\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n    \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"insp_detail_uuid\": \"6dcb2848-1560-4d5f-a932-6acf9c33e2a4\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/final/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsFinalInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsFinalInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a6d6f0d6-4054-4279-b908-db87384e582d"},{"name":"최종검사 성적서 데이터 수정","id":"61cffe95-5483-405f-9755-c96e24805944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n    \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n          \"delete_fg\": true,\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/final/insp-results","description":"<p>최종검사 성적서 및 상세 내용을 수정합니다. <br />\n상세 성적서에 값을 추가로 입력 할 경우 성적서 세부 값의 uuid 를 비우고 입력합니다.</p>\n","urlObject":{"path":["qms","final","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3f978056-4488-43ae-ba6b-935af528ba51","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n    \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n          \"delete_fg\": true,\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/final/insp-results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsFinalInsp-S-0002\",\n  \"state\": {\n      \"state_tag\": \"qmsFinalInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"731780bb-a67b-4e60-8422-566aa05d5f9c","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"emp_uuid\": \"37df3864-785e-44b1-8683-7515308e2954\",\n    \"insp_result_fg\": true,\n    \"insp_qty\": 0,\n    \"pass_qty\": 0,\n    \"reject_qty\": 0,\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n    \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"reject_store_uuid\": \"6aa2d0e2-319a-489f-be07-640b5062e127\",\n    \"reject_location_uuid\": \"93e65870-6777-419f-b9cd-dcf837e47374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"values\": [\n        {\n          \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n          \"delete_fg\": true,\n          \"sample_no\": 0,\n          \"insp_result_fg\": true,\n          \"insp_value\": 0\n        }\n      ],\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"insp_result_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/final/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsFinalInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsFinalInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"61cffe95-5483-405f-9755-c96e24805944"},{"name":"최종검사 성적서 데이터 삭제","id":"ec175762-7f35-48ae-9f93-543f7fa55814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/final/insp-results","description":"<p>최종검사 성적서 하위 상세성적서 데이터를 삭제합니다.</p>\n","urlObject":{"path":["qms","final","insp-results"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"917b9c0a-5ea4-4353-b38b-77195f38fd78","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/final/insp-results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsFinalInsp-S-0004\",\n  \"state\": {\n      \"state_tag\": \"qmsFinalInsp\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"7837b5fa-bb24-48c4-895c-d6bce0b7553d","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/final/insp-results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsFinalInsp-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsFinalInsp\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ec175762-7f35-48ae-9f93-543f7fa55814"}],"id":"46230437-2759-41ba-923a-6e79204376d9","_postman_id":"46230437-2759-41ba-923a-6e79204376d9","description":""},{"name":"부적합품판정(Rework)","item":[{"name":"부적합품 판정 데이터 단일 조회","id":"b54e48a2-b4e3-4494-a2e1-d2bed76775c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/rework/:uuid","description":"<p>하나의 부적합품 판정 데이터를 조회합니다. </p>\n","urlObject":{"path":["qms","rework",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 부적합품 판정의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"6fe458c5-814b-4496-bac6-aa9b048699d0","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/rework/:uuid","host":["https://isos.iptime.org:13221"],"path":["qms","rework",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 부적합품 판정의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsRework-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"rework_uuid\": \"676fb8bc-e8ad-4d7d-8099-98f8edabc2aa\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"insp_type_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"rework_type_cd\": \"string\",\n        \"rework_type_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"323cb92a-6839-4a1c-9b96-1802901be6d0","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/rework/:uuid","host":["https://isos.iptime.org:13221"],"path":["qms","rework",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 부적합품 판정의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsRework-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b54e48a2-b4e3-4494-a2e1-d2bed76775c1"},{"name":"부적합품 판정 및 분해이력 데이터 생성","id":"4df22bea-d9eb-41fc-8f20-66fcb3486bce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"lot_no\": \"string\",\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"qty\": 0,\n    \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n    \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"income_qty\": 0,\n      \"return_qty\": 0,\n      \"disposal_qty\": 0,\n      \"income_store_uuid\": \"b5fa0669-adab-453d-b112-8dfbf2a24403\",\n      \"income_location_uuid\": \"60b37f04-cffb-403c-878e-dbf10506fed2\",\n      \"return_store_uuid\": \"8a3e6549-6123-4fcc-b8ce-2fa9a94ee937\",\n      \"return_location_uuid\": \"0866848d-3b59-49f3-8433-2c42a647c426\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks/disassembles","description":"<p>부적합품 판정 신규생성 및 분해이력을 추가 생성합니다. <br />\n분해이력 추가 생성시 header에 부적합품 판정의 uuid를 입력해야 합니다.</p>\n","urlObject":{"path":["qms","reworks","disassembles"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a0a23bde-87bf-4f2d-9fce-e2c912400aad","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"lot_no\": \"string\",\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"qty\": 0,\n    \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n    \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"income_qty\": 0,\n      \"return_qty\": 0,\n      \"disposal_qty\": 0,\n      \"income_store_uuid\": \"b5fa0669-adab-453d-b112-8dfbf2a24403\",\n      \"income_location_uuid\": \"60b37f04-cffb-403c-878e-dbf10506fed2\",\n      \"return_store_uuid\": \"8a3e6549-6123-4fcc-b8ce-2fa9a94ee937\",\n      \"return_location_uuid\": \"0866848d-3b59-49f3-8433-2c42a647c426\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks/disassembles"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsRework-S-0001\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b62fbeed-460e-45e8-b7dd-b7362a83ee0f","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n    \"lot_no\": \"string\",\n    \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n    \"qty\": 0,\n    \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n    \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n    \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n    \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"income_qty\": 0,\n      \"return_qty\": 0,\n      \"disposal_qty\": 0,\n      \"income_store_uuid\": \"b5fa0669-adab-453d-b112-8dfbf2a24403\",\n      \"income_location_uuid\": \"60b37f04-cffb-403c-878e-dbf10506fed2\",\n      \"return_store_uuid\": \"8a3e6549-6123-4fcc-b8ce-2fa9a94ee937\",\n      \"return_location_uuid\": \"0866848d-3b59-49f3-8433-2c42a647c426\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks/disassembles"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsRework-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"4df22bea-d9eb-41fc-8f20-66fcb3486bce"},{"name":"부적합품판정 데이터 조회","id":"86260712-908d-45ac-a98f-dbba5a5b9b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/reworks?factory_uuid=&prod_uuid=&rework_type_cd=&start_date=&end_date=","description":"<p>부적합품판정 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["qms","reworks"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 부적합품판정 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>품목의 UUID를 입력하여 품목에 따라 부적합품판정 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":""},{"description":{"content":"<p>부적합품 판정 유형 코드에 따라 부적합품판정 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"rework_type_cd","value":""},{"description":{"content":"<p>(Required) 부적합품판정 이력을 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 부적합품판정 이력을 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"961ec6de-0d41-4009-95e5-a6abc38da941","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/reworks?factory_uuid=&prod_uuid=&rework_type_cd=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["qms","reworks"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"rework_type_cd","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsRework-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"rework_uuid\": \"676fb8bc-e8ad-4d7d-8099-98f8edabc2aa\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"insp_type_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"rework_type_cd\": \"string\",\n        \"rework_type_nm\": \"string\",\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"84453bbd-a8ff-4454-8779-ab03de7f53f9","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/reworks?factory_uuid=&prod_uuid=&rework_type_cd=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["qms","reworks"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"rework_type_cd","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsRework-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"86260712-908d-45ac-a98f-dbba5a5b9b80"},{"name":"부적합품판정 데이터 생성","id":"e416fab2-f165-4a13-a10b-89a0a0f99b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"rework_type_cd\": \"string\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"qty\": 0,\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks","description":"<p>부적합품판정 데이터를 생성합니다. <br /></p>\n","urlObject":{"path":["qms","reworks"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2fb87efc-2bd5-4436-b7e7-23d6e5b2595e","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"rework_type_cd\": \"string\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"qty\": 0,\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsRework-S-0001\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b7602d9f-ca8a-4d74-b0a8-82500b9cf824","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n  \"reg_date\": \"2019-08-24T14:15:22Z\",\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n  \"lot_no\": \"string\",\n  \"rework_type_cd\": \"string\",\n  \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n  \"qty\": 0,\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsRework-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e416fab2-f165-4a13-a10b-89a0a0f99b14"},{"name":"부적합품판정 데이터 수정","id":"614244a8-df5e-4085-8f13-890b757983da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks","description":"<p>부적합품판정 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["qms","reworks"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a4862493-8ecf-409c-b40a-3299f0ef3796","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsRework-S-0002\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"15bfcc79-b014-43ed-bc5e-eb718ddee71d","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsRework-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"614244a8-df5e-4085-8f13-890b757983da"},{"name":"부적합품판정 데이터 수정","id":"7eae4f0b-a030-43cd-8a4c-c47162626273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks","description":"<p>부적합품판정 데이터를 부분 수정합니다.</p>\n","urlObject":{"path":["qms","reworks"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2d8c12ae-9b15-45bc-94b0-1a70cd6c7c4a","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsRework-S-0003\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e742eb3b-15fa-4b81-a523-4fa409dcaf98","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsRework-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7eae4f0b-a030-43cd-8a4c-c47162626273"},{"name":"부적합품판정 데이터 삭제","id":"9a68e7ff-9aa3-4957-8572-738f2770d3de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks","description":"<p>부적합품판정 데이터를 삭제합니다.</p>\n","urlObject":{"path":["qms","reworks"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"3b5632a3-c970-474b-bde9-7f5707e35473","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsRework-S-0004\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"3a28ee1e-640e-41cf-a131-119a6066da37","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/qms/reworks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsRework-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsRework\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9a68e7ff-9aa3-4957-8572-738f2770d3de"}],"id":"a830d885-622c-42ec-96be-43fc00236560","_postman_id":"a830d885-622c-42ec-96be-43fc00236560","description":""},{"name":"부적합품판정 분해이력(ReworkDisassemble)","item":[{"name":"부적합품판정 분해이력 단일 데이터 조회","id":"63d89794-93a4-4e27-983f-ea388743faf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/rework-disassemble/:uuid","description":"<p>하나의 부적합품판정 분해이력 단일 데이터를 조회합니다. </p>\n","urlObject":{"path":["qms","rework-disassemble",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 부적합품판정 분해의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"93f9c476-ce2c-41a9-9521-f0229714f1fd","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/rework-disassemble/:uuid","host":["https://isos.iptime.org:13221"],"path":["qms","rework-disassemble",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 부적합품판정 분해의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsReworkDisassemble-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsReworkDisassemble\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"rework_disassemble_uuid\": \"372ccd19-0e5a-467c-af03-beedb19e2956\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"rework_uuid\": \"676fb8bc-e8ad-4d7d-8099-98f8edabc2aa\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"income_qty\": 0,\n        \"return_qty\": 0,\n        \"disposal_qty\": 0,\n        \"income_store_uuid\": \"b5fa0669-adab-453d-b112-8dfbf2a24403\",\n        \"income_store_cd\": \"string\",\n        \"income_store_nm\": \"string\",\n        \"income_location_uuid\": \"60b37f04-cffb-403c-878e-dbf10506fed2\",\n        \"income_location_cd\": \"string\",\n        \"income_location_nm\": \"string\",\n        \"return_store_uuid\": \"8a3e6549-6123-4fcc-b8ce-2fa9a94ee937\",\n        \"return_store_cd\": \"string\",\n        \"return_store_nm\": \"string\",\n        \"return_location_uuid\": \"0866848d-3b59-49f3-8433-2c42a647c426\",\n        \"return_location_cd\": \"string\",\n        \"return_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"110c9f76-21ac-4543-bc9d-c10149d86893","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/rework-disassemble/:uuid","host":["https://isos.iptime.org:13221"],"path":["qms","rework-disassemble",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 부적합품판정 분해의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsReworkDisassemble-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsReworkDisassemble\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"63d89794-93a4-4e27-983f-ea388743faf6"},{"name":"부적합품판정 분해이력 데이터 조회","id":"0dd0227c-8a2c-4d74-a541-1a9a9d5582e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/qms/rework-disassembles?factory_uuid=&prod_uuid=&rework_uuid=","description":"<p>부적합품판정 분해이력 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["qms","rework-disassembles"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 분해이력 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>품목의 UUID를 입력하여 품목에 따라 분해이력 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"prod_uuid","value":""},{"description":{"content":"<p>부적합품 판정 UUID를 입력하여 부적합품 판정에 따라 분해이력 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"rework_uuid","value":""}],"variable":[]}},"response":[{"id":"31514453-d13f-467d-8d7c-232d0685ff69","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/rework-disassembles?factory_uuid=&prod_uuid=&rework_uuid=","host":["https://isos.iptime.org:13221"],"path":["qms","rework-disassembles"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"rework_uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"qmsReworkDisassemble-S-0000\",\n  \"state\": {\n      \"state_tag\": \"qmsReworkDisassemble\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"rework_disassemble_uuid\": \"372ccd19-0e5a-467c-af03-beedb19e2956\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"rework_uuid\": \"676fb8bc-e8ad-4d7d-8099-98f8edabc2aa\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"income_qty\": 0,\n        \"return_qty\": 0,\n        \"disposal_qty\": 0,\n        \"income_store_uuid\": \"b5fa0669-adab-453d-b112-8dfbf2a24403\",\n        \"income_store_cd\": \"string\",\n        \"income_store_nm\": \"string\",\n        \"income_location_uuid\": \"60b37f04-cffb-403c-878e-dbf10506fed2\",\n        \"income_location_cd\": \"string\",\n        \"income_location_nm\": \"string\",\n        \"return_store_uuid\": \"8a3e6549-6123-4fcc-b8ce-2fa9a94ee937\",\n        \"return_store_cd\": \"string\",\n        \"return_store_nm\": \"string\",\n        \"return_location_uuid\": \"0866848d-3b59-49f3-8433-2c42a647c426\",\n        \"return_location_cd\": \"string\",\n        \"return_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"1e5d008d-810c-4bcd-a5f1-d7517964cc22","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/qms/rework-disassembles?factory_uuid=&prod_uuid=&rework_uuid=","host":["https://isos.iptime.org:13221"],"path":["qms","rework-disassembles"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"rework_uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"qmsReworkDisassemble-E-9999\",\n  \"state\": {\n      \"state_tag\": \"qmsReworkDisassemble\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0dd0227c-8a2c-4d74-a541-1a9a9d5582e3"}],"id":"4215c342-cfe4-4318-98c8-9cb6c5099fc9","_postman_id":"4215c342-cfe4-4318-98c8-9cb6c5099fc9","description":""}],"id":"13e9753d-a598-4857-937c-da0e7a18e643","_postman_id":"13e9753d-a598-4857-937c-da0e7a18e643","description":""},{"name":"sal","item":[{"name":"제품반입(Return)","item":[{"name":"제품반입현황 데이터 조회","id":"e7a6fcc2-6bab-4c30-b7f6-e09040c1743f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/returns/report?factory_uuid=&sort_type=&start_date=&end_date","description":"<p>제품반입현황을 조회합니다.</p>\n","urlObject":{"path":["sal","returns","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품반입현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 반입현황을 기준에 따라 정렬하여 조회합니다.<br />\n[partner] 거래처 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 발주일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>반입현황을 조회할 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>반입현황을 조회할 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":null}],"variable":[]}},"response":[{"id":"f9290b7d-a862-4019-9f51-c5999624092e","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/returns/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","returns","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_detail_uuid\": \"3cd6f6d2-15b7-4661-8872-90fdb1e37712\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"supply_price\": 0,\n        \"tax\": 0,\n        \"total_price\": 0,\n        \"outgo_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"9b5d3041-8d23-4667-b949-29eb9ba7e1e3","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/returns/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","returns","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e7a6fcc2-6bab-4c30-b7f6-e09040c1743f"},{"name":"제품반입 데이터 단일 조회","id":"42cc24b0-0125-4f01-b0d0-c6b96f57882e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/return/:uuid","description":"<p>하나의 제품반입 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["sal","return",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 제품반입의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"2f7d62b6-0837-4076-a1b7-1d0438d211b9","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/return/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","return",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품반입의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n        \"delivery_cd\": \"string\",\n        \"delivery_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"outgo_stmt_no\": \"string\",\n        \"outgo_date\": \"2019-08-24T14:15:22Z\",\n        \"outgo_total_price\": 0,\n        \"outgo_total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"384748e6-a37d-4b80-9cc9-db6a994d2e58","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/return/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","return",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품반입의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"42cc24b0-0125-4f01-b0d0-c6b96f57882e"},{"name":"단일 제품반입 전표 기준 하위 상세 데이터 조회","id":"0d712763-a4b8-4e67-8085-0186eaeb8470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/return/:uuid/details?factory_uuid=&partner_uuid=","description":"<p>하나의 제품반입 전표 기준 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["sal","return",":uuid","details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품반입 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 제품반입 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 제품반입의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"6a755196-fdd7-4016-8bb9-a2d3f5642949","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/return/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["sal","return",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품반입의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_detail_uuid\": \"3cd6f6d2-15b7-4661-8872-90fdb1e37712\",\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"outgo_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"5d33ba01-60c9-4321-8fde-cccd7cc8f063","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/return/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["sal","return",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품반입의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0d712763-a4b8-4e67-8085-0186eaeb8470"},{"name":"제품반입 데이터 및 하위 상세 데이터 조회","id":"2a69be2a-9926-4021-9079-1880f2b7f461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/return/:uuid/include-details?factory_uuid=&partner_uuid=","description":"<p>하나의 제품반입 데이터와 하위 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["sal","return",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품반입 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 제품반입 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 제품반입의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"1ebc4a18-f921-44ac-acea-28e1a103adc2","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/return/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["sal","return",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품반입의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n          \"partner_cd\": \"string\",\n          \"partner_nm\": \"string\",\n          \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n          \"delivery_cd\": \"string\",\n          \"delivery_nm\": \"string\",\n          \"stmt_no\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"total_price\": 0,\n          \"total_qty\": 0,\n          \"outgo_stmt_no\": \"string\",\n          \"outgo_date\": \"2019-08-24T14:15:22Z\",\n          \"outgo_total_price\": 0,\n          \"outgo_total_qty\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"return_detail_uuid\": \"3cd6f6d2-15b7-4661-8872-90fdb1e37712\",\n            \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n            \"seq\": 0,\n            \"stmt_no\": \"string\",\n            \"stmt_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n            \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n            \"prod_no\": \"string\",\n            \"prod_nm\": \"string\",\n            \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n            \"item_type_cd\": \"string\",\n            \"item_type_nm\": \"string\",\n            \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n            \"prod_type_cd\": \"string\",\n            \"prod_type_nm\": \"string\",\n            \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n            \"model_cd\": \"string\",\n            \"model_nm\": \"string\",\n            \"rev\": \"string\",\n            \"prod_std\": \"string\",\n            \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n            \"unit_cd\": \"string\",\n            \"unit_nm\": \"string\",\n            \"lot_no\": \"string\",\n            \"outgo_qty\": 0,\n            \"qty\": 0,\n            \"price\": 0,\n            \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n            \"money_unit_cd\": \"string\",\n            \"money_unit_nm\": \"string\",\n            \"exchange\": \"string\",\n            \"total_price\": 0,\n            \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n            \"reject_type_cd\": \"string\",\n            \"reject_type_nm\": \"string\",\n            \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n            \"reject_cd\": \"string\",\n            \"reject_nm\": \"string\",\n            \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n            \"to_store_cd\": \"string\",\n            \"to_store_nm\": \"string\",\n            \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n            \"to_location_cd\": \"string\",\n            \"to_location_nm\": \"string\",\n            \"remark\": \"string\",\n            \"barcode\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"787d9692-57df-4606-b03e-8e6216240998","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/return/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["sal","return",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품반입의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"2a69be2a-9926-4021-9079-1880f2b7f461"},{"name":"제품반입 데이터 조회","id":"7ef99756-d60b-47ed-a14d-182bdbf05795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/returns?factory_uuid=&start_date=&end_date=","description":"<p>제품반입 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["sal","returns"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품반입 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 반입전표를 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 반입전표를 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"59c45874-9124-4a0a-9085-9c1ebda07710","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/returns?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","returns"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salReturn-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n        \"delivery_cd\": \"string\",\n        \"delivery_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"outgo_stmt_no\": \"string\",\n        \"outgo_date\": \"2019-08-24T14:15:22Z\",\n        \"outgo_total_price\": 0,\n        \"outgo_total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"c6717bd1-0835-41e9-9b23-969f45e44492","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/returns?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","returns"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7ef99756-d60b-47ed-a14d-182bdbf05795"},{"name":"제품반입 데이터 생성","id":"9266bfe1-45f0-4608-a0a6-5d206c364524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n      \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n      \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n      \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns","description":"<p>제품반입 전표 신규생성 및 상세전표를 추가 생성합니다. <br />\n상세전표 추가 생성시 header에 전표의 uuid를 입력해야 합니다.</p>\n","urlObject":{"path":["sal","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7e7ab858-16e2-4cb8-ac1a-e323666917de","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n      \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n      \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n      \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salReturn-S-0001\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"c7fce64c-79cc-4148-afaf-986a4e624f41","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n      \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n      \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n      \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9266bfe1-45f0-4608-a0a6-5d206c364524"},{"name":"제품반입 데이터 수정","id":"e9904728-4fca-46e9-98cc-4a84bc25d578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns","description":"<p>제품반입 전표 및 하위 상세전표 데이터를 수정합니다.</p>\n","urlObject":{"path":["sal","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"f8310a9b-f851-4775-b467-6cceb81ea955","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salReturn-S-0002\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"f18e6c47-43ab-407c-88eb-9f64d850a618","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e9904728-4fca-46e9-98cc-4a84bc25d578"},{"name":"제품반입 데이터 수정","id":"28b9d5ef-9733-4cb4-9428-47f986c228c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns","description":"<p>제품반입 전표 및 하위 상세전표 데이터를 부분 수정합니다.</p>\n","urlObject":{"path":["sal","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"61986f50-eb3c-4c33-88c4-3a7a98cb6d36","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salReturn-S-0003\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"29e29a4d-b0ec-4870-8955-cb98b14a91dc","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"28b9d5ef-9733-4cb4-9428-47f986c228c9"},{"name":"제품반입 데이터 삭제","id":"071a9495-13b4-4dc0-916b-cbbbe89abbf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns","description":"<p>제품반입 전표 및 하위 상세전표 데이터를 삭제합니다. <br />\n전표의 하위 상세전표가 모두 삭제되는 경우 전표를 삭제합니다.</p>\n","urlObject":{"path":["sal","returns"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"22217927-cf31-4fff-83c2-ac000ac8c00e","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salReturn-S-0004\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b8740bb9-63f7-4989-8a7a-bb931b2eb0be","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/returns"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salReturn-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salReturn\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"071a9495-13b4-4dc0-916b-cbbbe89abbf2"}],"id":"3dad7a67-e4a5-4a88-a971-fb58d03ce1ff","_postman_id":"3dad7a67-e4a5-4a88-a971-fb58d03ce1ff","description":""},{"name":"제품반입상세(ReturnDetail)","item":[{"name":"제품반입 상세 데이터 단일 조회","id":"de67606c-913d-4604-a705-fca3ad3fea34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/return-detail/:uuid","description":"<p>하나의 제품반입 상세 데이터를 조회합니다. </p>\n","urlObject":{"path":["sal","return-detail",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 제품반입상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"9dab17ef-2845-411d-92b2-6c13b9ce7ab9","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/return-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","return-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품반입상세의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salReturnDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salReturnDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_detail_uuid\": \"3cd6f6d2-15b7-4661-8872-90fdb1e37712\",\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"outgo_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"d54b73e4-163b-4861-b4fb-d0e00f6349c9","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/return-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","return-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품반입상세의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salReturnDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salReturnDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"de67606c-913d-4604-a705-fca3ad3fea34"},{"name":"제품반입 상세 데이터 조회","id":"e4f6dfb1-835a-4764-a557-8fdedcffa535","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/return-details?factory_uuid=&partner_uuid=&start_date=&end_date=","description":"<p>제품반입 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["sal","return-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품반입 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 제품반입 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>상세 반입전표를 조회할 반입전표 기준 시작일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 반입전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>상세 반입전표를 조회할 반입전표 기준 종료일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 반입전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"c2a32610-047e-4a79-9bff-178b108d8199","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/return-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","return-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salReturnDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salReturnDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"return_detail_uuid\": \"3cd6f6d2-15b7-4661-8872-90fdb1e37712\",\n        \"return_uuid\": \"4b780299-1b8a-40d6-afbc-d465faccd2e0\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"outgo_qty\": 0,\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"reject_type_uuid\": \"e13e9f79-d0de-42e6-9ee4-7e2c15a7a820\",\n        \"reject_type_cd\": \"string\",\n        \"reject_type_nm\": \"string\",\n        \"reject_uuid\": \"7c1d6514-fba9-4893-85db-563cd9f42c3d\",\n        \"reject_cd\": \"string\",\n        \"reject_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"63a17502-038b-4a05-b1ec-542f116dc7b2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/return-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","return-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salReturnDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salReturnDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e4f6dfb1-835a-4764-a557-8fdedcffa535"}],"id":"fdcd3e9d-c905-4ff2-a8c1-9b7f3aab24ab","_postman_id":"fdcd3e9d-c905-4ff2-a8c1-9b7f3aab24ab","description":""},{"name":"제품수주(Order)","item":[{"name":"제품수주현황 데이터 조회","id":"1f9727df-ff15-4685-ba85-2662661cc8c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/orders/report?factory_uuid=&complete_state=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","description":"<p>제품수주현황을 조회합니다.</p>\n","urlObject":{"path":["sal","orders","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품수주현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 수주현황을 판매완료여부에 따라 조회합니다.<br />\n[all] 전체 조회 <br />\n[complete] 판매 완료항목만 조회 <br />\n[incomplete] 판매 미완료항목만 조회</p>\n","type":"text/plain"},"key":"complete_state","value":""},{"description":{"content":"<p>(Required) 수주현황을 기준에 따라 정렬하여 조회합니다.<br />\n[partner] 거래처 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 수주일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>수주현황을 조회할 수주전표 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 수주전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_reg_date","value":""},{"description":{"content":"<p>수주현황을 조회할 수주전표 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 수주전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_reg_date","value":""},{"description":{"content":"<p>수주현황을 조회할 기준 납기 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_due_date","value":""},{"description":{"content":"<p>수주현황을 조회할 기준 납기 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_due_date","value":""}],"variable":[]}},"response":[{"id":"4a811c4b-69b2-402b-a1d9-3021974083ca","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/orders/report?factory_uuid=&complete_state=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["sal","orders","report"],"query":[{"key":"factory_uuid","value":""},{"key":"complete_state","value":""},{"key":"sort_type","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"due_date\": \"2019-08-24T14:15:22Z\",\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"supply_price\": 0,\n        \"tax\": 0,\n        \"total_price\": 0,\n        \"outgo_qty\": 0,\n        \"balance\": 0,\n        \"complete_state\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"fb1b3e58-bd0d-4830-9b29-a4b6c4017080","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/orders/report?factory_uuid=&complete_state=&sort_type=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["sal","orders","report"],"query":[{"key":"factory_uuid","value":""},{"key":"complete_state","value":""},{"key":"sort_type","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"1f9727df-ff15-4685-ba85-2662661cc8c6"},{"name":"제품수주 데이터 단일 조회","id":"733c65b1-e86a-455e-9a97-ef738a93ffad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/order/:uuid","description":"<p>하나의 제품수주 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","order",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 제품수주의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"c147473d-c77e-41ad-bffa-8f502509fc9d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/order/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","order",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품수주의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"db66eca9-a0f8-4f4d-9ff0-3d6240e7dfb3","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/order/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","order",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품수주의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"733c65b1-e86a-455e-9a97-ef738a93ffad"},{"name":"단일 제품수주 전표 기준 하위 상세 데이터 조회","id":"cd830a45-9e2f-444d-9a64-3e15f012cebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/order/:uuid/details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","description":"<p>하나의 제품수주 전표 기준 수주상세 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","order",":uuid","details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품수주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 제품수주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>(Required) 상세 수주전표를 판매완료여부에 따라 조회합니다.<br />\n[all] 전체 조회 <br />\n[complete] 판매 완료항목만 조회 <br />\n[incomplete] 판매 미완료항목만 조회</p>\n","type":"text/plain"},"key":"complete_state","value":""},{"description":{"content":"<p>상세 수주전표를 조회할 기준 납기 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_due_date","value":""},{"description":{"content":"<p>상세 수주전표를 조회할 기준 납기 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_due_date","value":""}],"variable":[{"description":{"content":"<p>(Required) 제품수주의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"da0eb087-18de-426e-bc18-f3cafd633123","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/order/:uuid/details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["sal","order",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품수주의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_fg\": true,\n        \"complete_state\": \"string\",\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"due_date\": \"2019-08-24T14:15:22Z\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"edfb4cf4-3344-4e45-ad09-2569820c2749","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/order/:uuid/details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["sal","order",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품수주의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cd830a45-9e2f-444d-9a64-3e15f012cebf"},{"name":"제품수주 데이터 및 하위 상세 데이터 조회","id":"3fa78429-ed86-4352-9591-5813e9c01f6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/order/:uuid/include-details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","description":"<p>하나의 제품수주 데이터와 하위 수주상세 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","order",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품수주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 제품수주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>(Required) 상세 수주전표를 판매완료여부에 따라 조회합니다.<br />\n[all] 전체 조회 <br />\n[complete] 판매 완료항목만 조회 <br />\n[incomplete] 판매 미완료항목만 조회</p>\n","type":"text/plain"},"key":"complete_state","value":""},{"description":{"content":"<p>상세 수주전표를 조회할 기준 납기 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_due_date","value":""},{"description":{"content":"<p>상세 수주전표를 조회할 기준 납기 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_due_date","value":""}],"variable":[{"description":{"content":"<p>(Required) 제품수주의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"ffd6510c-c195-4bef-a4b7-2da721ff0dcb","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/order/:uuid/include-details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["sal","order",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품수주의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n          \"partner_cd\": \"string\",\n          \"partner_nm\": \"string\",\n          \"stmt_no\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"total_price\": 0,\n          \"total_qty\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n            \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n            \"seq\": 0,\n            \"stmt_no\": \"string\",\n            \"stmt_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n            \"prod_no\": \"string\",\n            \"prod_nm\": \"string\",\n            \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n            \"item_type_cd\": \"string\",\n            \"item_type_nm\": \"string\",\n            \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n            \"prod_type_cd\": \"string\",\n            \"prod_type_nm\": \"string\",\n            \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n            \"model_cd\": \"string\",\n            \"model_nm\": \"string\",\n            \"rev\": \"string\",\n            \"prod_std\": \"string\",\n            \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n            \"unit_cd\": \"string\",\n            \"unit_nm\": \"string\",\n            \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n            \"to_store_cd\": \"string\",\n            \"to_store_nm\": \"string\",\n            \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n            \"to_location_cd\": \"string\",\n            \"to_location_nm\": \"string\",\n            \"qty\": 0,\n            \"balance\": 0,\n            \"complete_fg\": true,\n            \"complete_state\": \"string\",\n            \"price\": 0,\n            \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n            \"money_unit_cd\": \"string\",\n            \"money_unit_nm\": \"string\",\n            \"exchange\": \"string\",\n            \"total_price\": 0,\n            \"unit_qty\": 0,\n            \"due_date\": \"2019-08-24T14:15:22Z\",\n            \"remark\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"b2546b62-3f99-4206-9f14-d806be9101a0","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/order/:uuid/include-details?factory_uuid=&partner_uuid=&complete_state=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["sal","order",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품수주의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3fa78429-ed86-4352-9591-5813e9c01f6a"},{"name":"제품수주 데이터 조회","id":"f02ef3ed-4daf-49ff-8e4e-e39cd993d5e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/orders?factory_uuid=&start_date=&end_date=","description":"<p>제품수주 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","orders"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품수주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 수주전표를 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 수주전표를 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"6435005d-45c4-4d2e-ba6b-0b5e406e5670","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/orders?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","orders"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b2fc2d23-d8e0-47c3-a0ed-c75603ba7b27","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/orders?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","orders"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f02ef3ed-4daf-49ff-8e4e-e39cd993d5e7"},{"name":"제품수주 데이터 생성","id":"0a91639f-6578-42aa-bc02-606a75bfe3dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders","description":"<p>제품수주 전표 신규생성 및 상세전표를 추가 생성합니다. <br />\n상세전표 추가 생성시 header에 전표의 uuid를 입력해야 합니다.</p>\n","urlObject":{"path":["sal","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"11dec68c-627c-4434-bbf7-3a651ac6e236","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrder-S-0001\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"909e0d5c-82cf-4a5c-b76d-2a2dbd3bbb83","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"0a91639f-6578-42aa-bc02-606a75bfe3dd"},{"name":"제품수주 데이터 수정","id":"b6758b24-cdb5-4a03-8b7a-bd7469875116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders","description":"<p>제품수주 전표 및 하위 상세전표 데이터를 수정합니다.</p>\n","urlObject":{"path":["sal","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1839ebe8-bae1-4ac3-93a2-de0d68d44ed6","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrder-S-0002\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0fd37d97-00c9-4ca6-b782-a32485ebeb74","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b6758b24-cdb5-4a03-8b7a-bd7469875116"},{"name":"제품수주 데이터 수정","id":"44b29fce-8cd7-4665-bd89-2b76c41cd085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders","description":"<p>제품수주 전표 및 하위 상세전표 데이터를 부분 수정합니다.</p>\n","urlObject":{"path":["sal","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"a4ae6a41-63cc-4e80-b131-6643658ac989","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrder-S-0003\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"dbd07b59-dc9b-4d7b-aefb-4398683c51b6","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"due_date\": \"2019-08-24T14:15:22Z\",\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"44b29fce-8cd7-4665-bd89-2b76c41cd085"},{"name":"제품수주 데이터 삭제","id":"54c0e812-8e24-43e8-84a5-b3c296345847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders","description":"<p>제품수주 전표 및 하위 상세전표 데이터를 삭제합니다. <br />\n전표의 하위 상세전표가 모두 삭제되는 경우 전표를 삭제합니다.</p>\n","urlObject":{"path":["sal","orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1228fa99-7608-47a2-8f05-0319414f6c65","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrder-S-0004\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"8810f2c8-9143-4941-ad69-c53f25b00bfc","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"54c0e812-8e24-43e8-84a5-b3c296345847"}],"id":"2ec65312-2f40-4498-b367-05d24bf22088","_postman_id":"2ec65312-2f40-4498-b367-05d24bf22088","description":""},{"name":"제품수주상세(OrderDetail)","item":[{"name":"제품수주 완료여부 수정","id":"dc8e16f0-dcdc-40d4-96a2-4faeedf685ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/order-details/complete","description":"<p>수주 데이터의 완료여부를 수정합니다.</p>\n","urlObject":{"path":["sal","order-details","complete"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"fe98c950-64c3-450a-8a94-8eb204edf0c5","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/order-details/complete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrderDetail-S-0002\",\n  \"state\": {\n      \"state_tag\": \"salOrderDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"0a4ae43e-4fdb-49c5-8705-823d8f27ccd1","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/order-details/complete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrderDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrderDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"dc8e16f0-dcdc-40d4-96a2-4faeedf685ff"},{"name":"제품수주 상세 데이터 단일 조회","id":"76efe9da-72bb-4b74-8b53-eac092d971b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/order-detail/:uuid","description":"<p>하나의 제품수주 상세 데이터를 조회합니다.</p>\n","urlObject":{"path":["sal","order-detail",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 제품수주상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"dae68aad-a756-457a-ab97-db3cfad8a14f","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/order-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","order-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품수주상세의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrderDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOrderDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_fg\": true,\n        \"complete_state\": \"string\",\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"due_date\": \"2019-08-24T14:15:22Z\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ee0985dd-e189-4d80-a9bd-f468d2eb0199","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/order-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","order-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품수주상세의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrderDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrderDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"76efe9da-72bb-4b74-8b53-eac092d971b2"},{"name":"제품수주 상세 데이터 조회","id":"9e1c01fd-a00e-4880-a64d-d7c79db44277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/order-details?factory_uuid=&partner_uuid=&complete_state=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","description":"<p>제품수주 상세 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","order-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품수주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 제품수주 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>(Required) 상세 수주전표를 판매완료여부에 따라 조회합니다.<br />\n[all] 전체 조회 <br />\n[complete] 판매 완료항목만 조회 <br />\n[incomplete] 판매 미완료항목만 조회</p>\n","type":"text/plain"},"key":"complete_state","value":""},{"description":{"content":"<p>상세 수주전표를 조회할 수주전표 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 수주전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_reg_date","value":""},{"description":{"content":"<p>상세 수주전표를 조회할 수주전표 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 수주전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_reg_date","value":""},{"description":{"content":"<p>상세 수주전표를 조회할 기준 납기 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_due_date","value":""},{"description":{"content":"<p>상세 수주전표를 조회할 기준 납기 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 납기일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_due_date","value":""}],"variable":[]}},"response":[{"id":"bae85787-af7a-4a46-8f14-1e8454220b84","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/order-details?factory_uuid=&partner_uuid=&complete_state=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["sal","order-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOrderDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOrderDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_fg\": true,\n        \"complete_state\": \"string\",\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"due_date\": \"2019-08-24T14:15:22Z\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"dcead2da-4006-43c2-b659-14191061cc5a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/order-details?factory_uuid=&partner_uuid=&complete_state=&start_reg_date=&end_reg_date=&start_due_date=&end_due_date=","host":["https://isos.iptime.org:13221"],"path":["sal","order-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_reg_date","value":""},{"key":"end_reg_date","value":""},{"key":"start_due_date","value":""},{"key":"end_due_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOrderDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOrderDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9e1c01fd-a00e-4880-a64d-d7c79db44277"}],"id":"d8e521d8-7b1d-4997-85cd-2d92cedf376e","_postman_id":"d8e521d8-7b1d-4997-85cd-2d92cedf376e","description":""},{"name":"제품입고(Income)","item":[{"name":"제품입고현황 데이터 조회","id":"d8f08bcd-486b-405b-84f4-8221fe5fbd5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/incomes/report?factory_uuid=&sort_type=&start_date=&end_date=","description":"<p>제품입고현황을 조회합니다.</p>\n","urlObject":{"path":["sal","incomes","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품입고현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 입고현황을 기준에 따라 정렬하여 조회합니다.<br />\n[store] 창고 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 발주일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>입고현황을 조회할 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>입고현황을 조회할 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"06a241b0-0364-4a7a-bfdc-02a0ee9a1214","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/incomes/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","incomes","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salIncome-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"income_uuid\": \"156e9199-e6e6-4aa6-818a-f32bb7c879f2\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": null,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"7f1de74b-fa98-49d4-b541-b6d1e4fe3a89","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/incomes/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","incomes","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salIncome-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d8f08bcd-486b-405b-84f4-8221fe5fbd5a"},{"name":"제품입고 데이터 단일 조회","id":"3c034528-6a88-4b32-9ed1-0cb242c91078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/income/:uuid","description":"<p>하나의 제품입고 데이터를 조회합니다.</p>\n","urlObject":{"path":["sal","income",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 제품입고의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"7eba533f-b671-4722-a3e6-5e1a135a0677","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/income/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","income",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품입고의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salIncome-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"income_uuid\": \"156e9199-e6e6-4aa6-818a-f32bb7c879f2\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": null,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"9d393b09-cdda-4c1e-8c69-68efae9406c2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/income/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","income",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품입고의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salIncome-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3c034528-6a88-4b32-9ed1-0cb242c91078"},{"name":"제품입고 데이터 조회","id":"9a7d04cb-01f2-46b9-8068-9a994c132fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/incomes?factory_uuid=&from_store_uuid=&start_date=&end_date=","description":"<p>제품입고 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","incomes"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품입고 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>출고 창고의 UUID를 입력하여 출고 창고에 따라 제품입고 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"from_store_uuid","value":""},{"description":{"content":"<p>(Required) 제품입고 이력을 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 제품입고 이력을 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"c121af70-8118-4227-873f-3ed1946a3168","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/incomes?factory_uuid=&from_store_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","incomes"],"query":[{"key":"factory_uuid","value":""},{"key":"from_store_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salIncome-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"income_uuid\": \"156e9199-e6e6-4aa6-818a-f32bb7c879f2\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": null,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"1a10b134-85ec-4159-b2b9-fdc4ca324e96","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/incomes?factory_uuid=&from_store_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","incomes"],"query":[{"key":"factory_uuid","value":""},{"key":"from_store_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salIncome-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"9a7d04cb-01f2-46b9-8068-9a994c132fca"},{"name":"제품입고 데이터 생성","id":"8ee75aef-cc5e-4ec6-b3bc-a5c2bc099f0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes","description":"<p>제품입고 데이터를 생성합니다.</p>\n","urlObject":{"path":["sal","incomes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"c062d8c3-e269-4093-97a3-c3334c9366a9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salIncome-S-0001\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"a936c7fe-3a99-4bb0-a942-63df5a50405e","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salIncome-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"8ee75aef-cc5e-4ec6-b3bc-a5c2bc099f0c"},{"name":"제품입고 데이터 수정","id":"278b6b66-1358-4a82-baf9-c2f65f9e621a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes","description":"<p>제품입고 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["sal","incomes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"5a906dbb-fd8d-49d3-a6bf-a145fa8faebf","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salIncome-S-0002\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"e959c54f-3464-4c6d-ac42-8e3eebfb6595","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salIncome-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"278b6b66-1358-4a82-baf9-c2f65f9e621a"},{"name":"제품입고 데이터 수정","id":"78588b87-590f-435a-9d50-3d72f962a1d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes","description":"<p>제품입고 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["sal","incomes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"8d0e66c8-55c3-43e3-84b1-f0b2714f41d4","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salIncome-S-0003\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1f33722d-c243-4444-ac5f-0e8429bb7d36","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salIncome-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"78588b87-590f-435a-9d50-3d72f962a1d0"},{"name":"제품입고 데이터 삭제","id":"60b6f652-ee9d-4bfc-b685-a19b5610e84b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes","description":"<p>제품입고 데이터를 삭제합니다.</p>\n","urlObject":{"path":["sal","incomes"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"620252d3-8c55-4d94-995f-560cc47987d4","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salIncome-S-0004\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"eb62f8ed-335e-40ba-81b2-68f2e64d6738","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/incomes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salIncome-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salIncome\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"60b6f652-ee9d-4bfc-b685-a19b5610e84b"}],"id":"a6da6c9e-e1de-4305-b322-0354da824ad2","_postman_id":"a6da6c9e-e1de-4305-b322-0354da824ad2","description":""},{"name":"제품출고(Release)","item":[{"name":"제품출고현황 데이터 조회","id":"b8c015a4-1022-4f85-bc7c-0a24c2d84963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/releases/report?factory_uuid=&sort_type=&start_date=&end_date=","description":"<p>제품출고현황을 조회합니다.</p>\n","urlObject":{"path":["sal","releases","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품출고현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 출고현황을 기준에 따라 정렬하여 조회합니다.<br />\n[store] 창고 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 발주일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>출고현황을 조회할 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>출고현황을 조회할 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"da27df5c-0726-483a-a927-5d20fdec1361","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/releases/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","releases","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salRelease-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": null,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a015d7d3-189c-4b18-9e46-3289bd450847","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/releases/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","releases","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"b8c015a4-1022-4f85-bc7c-0a24c2d84963"},{"name":"제품출고 데이터 단일 조회","id":"d982b6b5-a7be-4a1f-9d8b-a9f56e4420a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/release/:uuid","description":"<p>하나의 제품출고 데이터를 조회합니다.</p>\n","urlObject":{"path":["sal","release",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 제품출고의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"0937cadb-9c03-4393-8923-b66dba1d9adc","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/release/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","release",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출고의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salRelease-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": null,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"order_qty\": 0,\n        \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n        \"outgo_order_qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e372d6e3-a265-4723-95e6-b878f9dd8b7b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/release/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","release",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출고의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"d982b6b5-a7be-4a1f-9d8b-a9f56e4420a1"},{"name":"제품출고 데이터 조회","id":"e8397938-329c-4bc8-92bc-8b9bd1554602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/releases?factory_uuid=&start_date=&end_date=","description":"<p>제품출고 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","releases"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품출고 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 제품출고 이력을 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 제품출고 이력을 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"b2ab8e46-aaec-4a7c-ad65-a69b6955d776","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/releases?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","releases"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salRelease-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"release_uuid\": \"551ee4f2-ac7f-445e-8d45-b67da3515a77\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": null,\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"order_qty\": 0,\n        \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n        \"outgo_order_qty\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\n        \"to_store_cd\": \"string\",\n        \"to_store_nm\": \"string\",\n        \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\n        \"to_location_cd\": \"string\",\n        \"to_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"df73a13f-8401-4f7d-bd48-a8e97a77d40b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/releases?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","releases"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e8397938-329c-4bc8-92bc-8b9bd1554602"},{"name":"제품출고 데이터 생성","id":"83b0aa74-3e25-416b-ba49-ce28694ebd40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\r\n  \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\",\r\n  \"barcode\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases","description":"<p>제품출고 데이터를 생성합니다.</p>\n","urlObject":{"path":["sal","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"850f22ba-0180-45fb-bc64-aa32adb58722","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\r\n  \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\",\r\n  \"barcode\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salRelease-S-0001\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"04934cce-8b86-4fd5-90e0-3f49f3632be4","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\r\n  \"reg_date\": null,\r\n  \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\r\n  \"lot_no\": \"string\",\r\n  \"qty\": 0,\r\n  \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\r\n  \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\r\n  \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\r\n  \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\r\n  \"to_store_uuid\": \"b0b3d184-9f76-4e7b-a856-1cb6671387c8\",\r\n  \"to_location_uuid\": \"16f99b89-4779-4086-993c-b92835b88374\",\r\n  \"remark\": \"string\",\r\n  \"barcode\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"83b0aa74-3e25-416b-ba49-ce28694ebd40"},{"name":"제품출고 데이터 수정","id":"ee976cf8-6557-4637-9d61-8370b98a13a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases","description":"<p>제품출고 데이터를 행(Row) 단위로 수정합니다.</p>\n","urlObject":{"path":["sal","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"63f23c0b-46d5-4593-b124-f0426cc2823a","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salRelease-S-0002\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"80f5404c-3cae-4632-b5b1-c4dafa290f75","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ee976cf8-6557-4637-9d61-8370b98a13a7"},{"name":"제품출고 데이터 수정","id":"f13fa42b-0d7c-48a7-8b37-44e59c3589d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases","description":"<p>제품출고 데이터를 개별 항목 단위로 수정합니다.</p>\n","urlObject":{"path":["sal","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"43c191c7-f701-4192-b143-97ebbf15876e","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salRelease-S-0003\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b1f94965-66a6-4d85-9c99-82e72d0ddd92","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"qty\": 0,\n  \"remark\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"f13fa42b-0d7c-48a7-8b37-44e59c3589d3"},{"name":"제품출고 데이터 삭제","id":"a7b6a933-11cf-4d07-b801-a9f182d55fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases","description":"<p>제품출고 데이터를 삭제합니다.</p>\n","urlObject":{"path":["sal","releases"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"2c17d1d2-0141-4644-ab49-9e4490d9d459","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salRelease-S-0004\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"b7e1e8bf-93e3-411c-b808-100cd91e5372","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/releases"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salRelease-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salRelease\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a7b6a933-11cf-4d07-b801-a9f182d55fda"}],"id":"6c24a616-5e31-4d14-b43a-326b356f3202","_postman_id":"6c24a616-5e31-4d14-b43a-326b356f3202","description":""},{"name":"제품출하지시(OutgoOrder)","item":[{"name":"제품출하지시현황 데이터 조회","id":"cb830ed7-09d3-4f8c-964b-4aa2532225a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo-orders/report?factory_uuid=&sort_type=&start_date=&end_date=","description":"<p>제품출하지시현황을 조회합니다.</p>\n","urlObject":{"path":["sal","outgo-orders","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품출하지시현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 출하지시현황을 기준에 따라 정렬하여 조회합니다.<br />\n[partner] 거래처 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 출하지시일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>출하지시현황을 조회할 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>출하지시현황을 조회할 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"7437ec86-c25d-4b99-aeb3-f78861f7f43a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-orders/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-orders","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"order_qty\": 0,\n        \"outgo_qty\": 0,\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_state\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"07205d6b-b169-4187-9b3d-238e660a45d5","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-orders/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-orders","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"cb830ed7-09d3-4f8c-964b-4aa2532225a7"},{"name":"제품출하지시 데이터 단일 조회","id":"83942375-4ca0-4e41-91f6-9bd0197d4db1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo-order/:uuid","description":"<p>하나의 제품출하지시 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","outgo-order",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 제품출하지시의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"9fb6469c-bcf0-4a0b-b3d0-d636401a84c1","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-order/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-order",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하지시의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n        \"delivery_cd\": \"string\",\n        \"delivery_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_qty\": 0,\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"order_stmt_no\": \"string\",\n        \"order_total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0ab2b9e6-fbb8-4efa-b935-dff3f62635ab","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-order/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-order",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하지시의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"83942375-4ca0-4e41-91f6-9bd0197d4db1"},{"name":"단일 제품출하지시 기준 하위 상세 데이터 조회","id":"a633e737-e521-4c94-82a0-fbe3aa9ca094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo-order/:uuid/details?complete_state=","description":"<p>하나의 제품출하지시 기준 수주상세 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","outgo-order",":uuid","details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 출하지시를 출하완료여부에 따라 조회합니다.<br />\n[all] 전체 조회 <br />\n[complete] 출하 완료항목만 조회 <br />\n[incomplete] 출하 미완료항목만 조회</p>\n","type":"text/plain"},"key":"complete_state","value":""}],"variable":[{"description":{"content":"<p>(Required) 제품출하지시의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"594905a3-04a8-4123-aae6-03d158830e80","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-order/:uuid/details?complete_state=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-order",":uuid","details"],"query":[{"key":"complete_state","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하지시의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n        \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n        \"seq\": 0,\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_fg\": true,\n        \"complete_state\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0970683f-d84d-446a-87ba-f160f3c7f502","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-order/:uuid/details?complete_state=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-order",":uuid","details"],"query":[{"key":"complete_state","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하지시의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"a633e737-e521-4c94-82a0-fbe3aa9ca094"},{"name":"제품출하지시 데이터 및 하위 상세 데이터 조회","id":"c7bac7c3-5d76-4dd5-8ec4-fbadc3ffca6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo-order/:uuid/include-details?complete_state=","description":"<p>하나의 제품출하지시 데이터와 하위 수주상세 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","outgo-order",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 상세 출하지시를 출하완료여부에 따라 조회합니다.<br />\n[all] 전체 조회 <br />\n[complete] 출하 완료항목만 조회 <br />\n[incomplete] 출하 미완료항목만 조회</p>\n","type":"text/plain"},"key":"complete_state","value":""}],"variable":[{"description":{"content":"<p>(Required) 제품출하지시의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"ac5932e0-b032-427a-bf97-826ffca49012","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-order/:uuid/include-details?complete_state=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-order",":uuid","include-details"],"query":[{"key":"complete_state","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하지시의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n          \"partner_cd\": \"string\",\n          \"partner_nm\": \"string\",\n          \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n          \"delivery_cd\": \"string\",\n          \"delivery_nm\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"total_qty\": 0,\n          \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n          \"order_stmt_no\": \"string\",\n          \"order_total_qty\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n            \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n            \"seq\": 0,\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n            \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n            \"prod_no\": \"string\",\n            \"prod_nm\": \"string\",\n            \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n            \"item_type_cd\": \"string\",\n            \"item_type_nm\": \"string\",\n            \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n            \"prod_type_cd\": \"string\",\n            \"prod_type_nm\": \"string\",\n            \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n            \"model_cd\": \"string\",\n            \"model_nm\": \"string\",\n            \"rev\": \"string\",\n            \"prod_std\": \"string\",\n            \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n            \"unit_cd\": \"string\",\n            \"unit_nm\": \"string\",\n            \"order_qty\": 0,\n            \"qty\": 0,\n            \"balance\": 0,\n            \"complete_fg\": true,\n            \"complete_state\": \"string\",\n            \"remark\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"bce4051f-0c37-4898-868c-52a10c05736a","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-order/:uuid/include-details?complete_state=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-order",":uuid","include-details"],"query":[{"key":"complete_state","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하지시의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c7bac7c3-5d76-4dd5-8ec4-fbadc3ffca6b"},{"name":"제품출하지시 데이터 조회","id":"6d36bf93-370a-4e89-bb06-8bee015361b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo-orders?factory_uuid=&start_date=&end_date=","description":"<p>제품출하지시 데이터 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","outgo-orders"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품출하지시 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 출하지시를 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 출하지시를 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"3acdc043-d371-4dc0-8592-d8652d66a2ef","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-orders?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-orders"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrder-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n        \"delivery_cd\": \"string\",\n        \"delivery_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_qty\": 0,\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"order_stmt_no\": \"string\",\n        \"order_total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"15a00531-1926-41b7-a99d-2b9d64332614","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-orders?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-orders"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6d36bf93-370a-4e89-bb06-8bee015361b4"},{"name":"제품출하지시 데이터 생성","id":"764d94a6-0aa4-4a0a-b212-6df8c92cda3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"qty\": 0,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders","description":"<p>제품출하지시 전표 신규생성 및 상세전표를 추가 생성합니다. <br />\n상세전표 추가 생성시 header에 전표의 uuid를 입력해야 합니다.</p>\n","urlObject":{"path":["sal","outgo-orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"16a31c64-daa3-4e85-8cc1-1dd23a2b63a3","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"qty\": 0,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrder-S-0001\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"1d57180f-9b16-4dc2-8924-d8da86c21eb2","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"qty\": 0,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"764d94a6-0aa4-4a0a-b212-6df8c92cda3a"},{"name":"제품출하지시 데이터 수정","id":"6aa232c6-52cc-4b5e-84fd-b239449d01ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders","description":"<p>제품출하지시 전표 및 하위 상세전표 데이터를 수정합니다.</p>\n","urlObject":{"path":["sal","outgo-orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"ea2dfd28-e3d9-4aa2-b8b3-01e5e8516a8b","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrder-S-0002\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"127e5026-990a-4086-a418-fd28c9dbf7a5","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"6aa232c6-52cc-4b5e-84fd-b239449d01ff"},{"name":"제품출하지시 데이터 수정","id":"e18aa23a-7eb6-42c4-a436-223d77c5a3fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders","description":"<p>제품출하지시 전표 및 하위 상세전표 데이터를 부분 수정합니다.</p>\n","urlObject":{"path":["sal","outgo-orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"7faba688-f32b-47dd-80ef-6724c283b275","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrder-S-0003\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"2d1a7742-1baf-47ca-b3dc-76b887dd0235","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"complete_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"e18aa23a-7eb6-42c4-a436-223d77c5a3fd"},{"name":"제품출하지시 데이터 삭제","id":"fec8b463-cd11-4c9a-839e-01005c673540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders","description":"<p>제품출하지시 전표 및 하위 상세전표 데이터를 삭제합니다. <br />\n전표의 하위 상세전표가 모두 삭제되는 경우 전표를 삭제합니다.</p>\n","urlObject":{"path":["sal","outgo-orders"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"84ccb706-e0cb-41e6-94de-34681ae715db","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrder-S-0004\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"84f84360-61ad-40fd-845c-dd50f75eb2e4","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrder-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrder\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"fec8b463-cd11-4c9a-839e-01005c673540"}],"id":"1722f74b-7e9c-47eb-9989-6b05429fcb8d","_postman_id":"1722f74b-7e9c-47eb-9989-6b05429fcb8d","description":""},{"name":"제품출하지시상세(OutgoOrderDetail)","item":[{"name":"제품출하지시 완료여부 수정","id":"343e4f9b-ad96-4180-b134-fa3579483a48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-order-details/complete","description":"<p>제품출하지시의 완료여부를 수정합니다.</p>\n","urlObject":{"path":["sal","outgo-order-details","complete"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"764b1f93-7033-49d2-94f5-4214e8dc3555","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-order-details/complete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrderDetail-S-0002\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrderDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"38fb5010-5982-4e18-86cd-ead7c83ecaac","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n  \"complete_fg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgo-order-details/complete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrderDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrderDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"343e4f9b-ad96-4180-b134-fa3579483a48"},{"name":"제품출하지시 상세 데이터 단일 조회","id":"3e348021-2aae-4dfa-a3bc-3e55ac3da918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo-order-detail/:uuid","description":"<p>하나의 제품출하지시 상세 데이터를 조회합니다.</p>\n","urlObject":{"path":["sal","outgo-order-detail",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 제품출하지시상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"d56c5dc6-8019-45a9-80b9-f5c033b0de44","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-order-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-order-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하지시상세의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrderDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrderDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n        \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n        \"seq\": 0,\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_fg\": true,\n        \"complete_state\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ff609158-c4dc-4f59-ad07-e120b5e707f2","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-order-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-order-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하지시상세의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrderDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrderDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3e348021-2aae-4dfa-a3bc-3e55ac3da918"},{"name":"제품출하지시 상세 데이터 조회","id":"c1538b5e-0d60-4e4d-8b4c-ef1ccef4383e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo-order-details?factory_uuid=&partner_uuid=&complete_state=&start_date=&end_date=","description":"<p>제품출하지시 상세 목록을 조회합니다.</p>\n","urlObject":{"path":["sal","outgo-order-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 출하지시상세 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 출하지시상세 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>(Required) 상세 출하지시를 출하완료여부에 따라 조회합니다.<br />\n[all] 전체 조회 <br />\n[complete] 출하 완료항목만 조회 <br />\n[incomplete] 출하 미완료항목만 조회</p>\n","type":"text/plain"},"key":"complete_state","value":""},{"description":{"content":"<p>상세 출하지시를 조회할 출하지시 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 출하지시 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>상세 출하지시를 조회할 출하지시 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 출하지시 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"a5625b3a-5179-4cd7-89a5-f6bd8078216a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-order-details?factory_uuid=&partner_uuid=&complete_state=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-order-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoOrderDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrderDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n        \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n        \"seq\": 0,\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"order_qty\": 0,\n        \"qty\": 0,\n        \"balance\": 0,\n        \"complete_fg\": true,\n        \"complete_state\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e4ae8330-a15e-4e14-965c-6d2cc18f110b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-order-details?factory_uuid=&partner_uuid=&complete_state=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-order-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"complete_state","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoOrderDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoOrderDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"c1538b5e-0d60-4e4d-8b4c-ef1ccef4383e"}],"id":"74d7deba-9014-4781-b055-956ccae4b9e7","_postman_id":"74d7deba-9014-4781-b055-956ccae4b9e7","description":""},{"name":"제품출하(Outgo)","item":[{"name":"출하기준 lot 추적현황 데이터 조회","id":"26be92a1-fd67-43e4-9604-1b80d57e6828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgos/lot-tracking?factory_uuid=&prod_uuid=&lot_no=","description":"<p>출하기준 lot 추적현황을 조회합니다.</p>\n","urlObject":{"path":["sal","outgos","lot-tracking"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>(Required) 공장의 UUID를 입력하여 공장에 따라 출하기준 lot 추적현황 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 출하되는 품번의 UUID를 입력하여 출하품번에 따라 출하기준 lot 추적현황 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"prod_uuid","value":""},{"description":{"content":"<p>(Required) 출하되는 lot_no를 입력하여 출하lot_no에 따라 출하기준 lot 추적현황 데이터를 조회합니다.</p>\n","type":"text/plain"},"key":"lot_no","value":""}],"variable":[]}},"response":[{"id":"e6e3fbf5-746b-43f5-8007-3a7ca1119c60","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgos/lot-tracking?factory_uuid=&prod_uuid=&lot_no=","host":["https://isos.iptime.org:13221"],"path":["sal","outgos","lot-tracking"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"lot_no","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgo-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"proc_cd\": \"string\",\n        \"proc_nm\": \"string\",\n        \"equip_cd\": \"string\",\n        \"equip_nm\": \"string\",\n        \"work_prod_no\": \"string\",\n        \"work_item_type_cd\": \"string\",\n        \"work_item_type_nm\": \"string\",\n        \"work_lot_no\": \"string\",\n        \"work_date\": \"2019-08-24T14:15:22Z\",\n        \"input_prod_no\": \"string\",\n        \"input_item_type_cd\": \"string\",\n        \"input_item_type_nm\": \"string\",\n        \"input_lot_no\": \"string\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"receive_date\": \"2019-08-24T14:15:22Z\",\n        \"receive_qty\": 0,\n        \"sortby\": \"string\",\n        \"lv\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"19419ae1-9b5c-492b-837e-d5a7c780cb10","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgos/lot-tracking?factory_uuid=&prod_uuid=&lot_no=","host":["https://isos.iptime.org:13221"],"path":["sal","outgos","lot-tracking"],"query":[{"key":"factory_uuid","value":""},{"key":"prod_uuid","value":""},{"key":"lot_no","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgo-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"26be92a1-fd67-43e4-9604-1b80d57e6828"},{"name":"제품출하현황 데이터 조회","id":"abcf8823-32b0-422f-9d0f-97b1c244c095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgos/report?factory_uuid=&sort_type=&start_date=&end_date=","description":"<p>제품출하현황을 조회합니다.</p>\n","urlObject":{"path":["sal","outgos","report"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품출하현황 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 출하현황을 기준에 따라 정렬하여 조회합니다.<br />\n[partner] 거래처 기준 정렬 조회 <br />\n[prod] 품목 기준 정렬 조회 <br />\n[date] 출하일자 기준 정렬 조회 <br /></p>\n","type":"text/plain"},"key":"sort_type","value":""},{"description":{"content":"<p>출하현황을 조회할 기준 시작일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>출하현황을 조회할 기준 종료일자를 입력합니다. [전체 조회시 입력하지 않습니다.] <br />\n❗ 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"504e6a66-36cf-4eaa-b6c1-961d17c62e9a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgos/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgos","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgo-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"order_qty\": 0,\n        \"outgo_order_qty\": 0,\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"supply_price\": 0,\n        \"tax\": 0,\n        \"total_price\": 0,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"23a46343-a84f-4610-a955-62bb6a34ad3b","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgos/report?factory_uuid=&sort_type=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgos","report"],"query":[{"key":"factory_uuid","value":""},{"key":"sort_type","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgo-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"abcf8823-32b0-422f-9d0f-97b1c244c095"},{"name":"제품출하 데이터 단일 조회","id":"3a5de098-1e10-4664-92cf-fbe7304c87f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo/:uuid","description":"<p>하나의 제품출하 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["sal","outgo",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 제품출하의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"382701aa-c441-4ef3-ace2-5cefdd50527a","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","outgo",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgo-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n        \"delivery_cd\": \"string\",\n        \"delivery_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"order_stmt_no\": \"string\",\n        \"order_date\": \"2019-08-24T14:15:22Z\",\n        \"order_total_price\": 0,\n        \"order_total_qty\": 0,\n        \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n        \"outgo_order_date\": \"2019-08-24T14:15:22Z\",\n        \"outgo_order_total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"e1e253c2-b526-4897-9f18-b6d9228816cb","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","outgo",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgo-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"3a5de098-1e10-4664-92cf-fbe7304c87f5"},{"name":"단일 제품출하 전표 기준 하위 상세 데이터 조회","id":"67e07d87-b064-4022-88ab-ce464d7fde26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo/:uuid/details?factory_uuid=&partner_uuid=","description":"<p>하나의 제품출하 전표 기준 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["sal","outgo",":uuid","details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품출하 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 제품출하 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 제품출하의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"38302b27-5f9f-4077-bc5d-08fa4239ab08","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgo-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n        \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"order_qty\": 0,\n        \"outgo_order_qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"carry_fg\": true,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b351f368-da1f-4d38-aefa-3d97ddbdeced","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo/:uuid/details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo",":uuid","details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgo-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"67e07d87-b064-4022-88ab-ce464d7fde26"},{"name":"제품출하 데이터 및 하위 상세 데이터 조회","id":"791bd7e9-0d55-4fed-8755-5751c3c6afa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo/:uuid/include-details?factory_uuid=&partner_uuid=","description":"<p>하나의 제품출하 데이터와 하위 발주상세 목록을 조회합니다. </p>\n","urlObject":{"path":["sal","outgo",":uuid","include-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품출하 데이터를 조회합니다. <br /> \n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 제품출하 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""}],"variable":[{"description":{"content":"<p>(Required) 제품출하의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"967f1d17-4bea-42cb-b9ac-1cc5b757bf8d","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgo-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"header\": {\n          \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n          \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n          \"factory_cd\": \"string\",\n          \"factory_nm\": \"string\",\n          \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n          \"partner_cd\": \"string\",\n          \"partner_nm\": \"string\",\n          \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n          \"delivery_cd\": \"string\",\n          \"delivery_nm\": \"string\",\n          \"stmt_no\": \"string\",\n          \"reg_date\": \"2019-08-24T14:15:22Z\",\n          \"total_price\": 0,\n          \"total_qty\": 0,\n          \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n          \"order_stmt_no\": \"string\",\n          \"order_date\": \"2019-08-24T14:15:22Z\",\n          \"order_total_price\": 0,\n          \"order_total_qty\": 0,\n          \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n          \"outgo_order_date\": \"2019-08-24T14:15:22Z\",\n          \"outgo_order_total_qty\": 0,\n          \"remark\": \"string\",\n          \"created_at\": \"2019-08-24T14:15:22Z\",\n          \"created_nm\": \"string\",\n          \"updated_at\": \"2019-08-24T14:15:22Z\",\n          \"updated_nm\": \"string\"\n        },\n        \"details\": [\n          {\n            \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n            \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n            \"seq\": 0,\n            \"stmt_no\": \"string\",\n            \"stmt_no_sub\": \"string\",\n            \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n            \"factory_cd\": \"string\",\n            \"factory_nm\": \"string\",\n            \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n            \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n            \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n            \"prod_no\": \"string\",\n            \"prod_nm\": \"string\",\n            \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n            \"item_type_cd\": \"string\",\n            \"item_type_nm\": \"string\",\n            \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n            \"prod_type_cd\": \"string\",\n            \"prod_type_nm\": \"string\",\n            \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n            \"model_cd\": \"string\",\n            \"model_nm\": \"string\",\n            \"rev\": \"string\",\n            \"prod_std\": \"string\",\n            \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n            \"unit_cd\": \"string\",\n            \"unit_nm\": \"string\",\n            \"lot_no\": \"string\",\n            \"qty\": 0,\n            \"order_qty\": 0,\n            \"outgo_order_qty\": 0,\n            \"price\": 0,\n            \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n            \"money_unit_cd\": \"string\",\n            \"money_unit_nm\": \"string\",\n            \"exchange\": \"string\",\n            \"total_price\": 0,\n            \"unit_qty\": 0,\n            \"carry_fg\": true,\n            \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n            \"from_store_cd\": \"string\",\n            \"from_store_nm\": \"string\",\n            \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n            \"from_location_cd\": \"string\",\n            \"from_location_nm\": \"string\",\n            \"remark\": \"string\",\n            \"barcode\": \"string\",\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"created_nm\": \"string\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_nm\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"24aaa81b-2f00-49fd-9b8d-5b395c1e2687","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo/:uuid/include-details?factory_uuid=&partner_uuid=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo",":uuid","include-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""}],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgo-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"791bd7e9-0d55-4fed-8755-5751c3c6afa4"},{"name":"제품출하 데이터 조회","id":"11741d41-6692-4700-b9d6-50a107fa57ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgos?factory_uuid=&start_date=&end_date=","description":"<p>제품출하 데이터 목록을 조회합니다. </p>\n","urlObject":{"path":["sal","outgos"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품출하 데이터를 조회합니다. [전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>(Required) 출하전표를 조회할 기준 시작일자를 입력합니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>(Required) 출하전표를 조회할 기준 종료일자를 입력합니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"fe4dc775-92f1-474e-b7f1-572bfdc4ed19","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgos?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgos"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgo-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n        \"partner_cd\": \"string\",\n        \"partner_nm\": \"string\",\n        \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n        \"delivery_cd\": \"string\",\n        \"delivery_nm\": \"string\",\n        \"stmt_no\": \"string\",\n        \"reg_date\": \"2019-08-24T14:15:22Z\",\n        \"total_price\": 0,\n        \"total_qty\": 0,\n        \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n        \"order_stmt_no\": \"string\",\n        \"order_date\": \"2019-08-24T14:15:22Z\",\n        \"order_total_price\": 0,\n        \"order_total_qty\": 0,\n        \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n        \"outgo_order_date\": \"2019-08-24T14:15:22Z\",\n        \"outgo_order_total_qty\": 0,\n        \"remark\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"22126bf2-aa87-4e06-9f30-b0bb73119cfe","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgos?factory_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgos"],"query":[{"key":"factory_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgo-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"11741d41-6692-4700-b9d6-50a107fa57ae"},{"name":"제품출하 데이터 생성","id":"7e5819d1-74ca-48bd-a033-0a92551a79ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n    \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n      \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n      \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos","description":"<p>제품출하 전표 신규생성 및 상세전표를 추가 생성합니다. <br />\n상세전표 추가 생성시 header에 전표의 uuid를 입력해야 합니다.</p>\n","urlObject":{"path":["sal","outgos"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"59c8ec7f-8604-4510-9ac0-57c69435e5de","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n    \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n      \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n      \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgo-S-0001\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0001\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"48fc8de7-7ac7-4d7a-a705-152ef797a93b","name":"General Error (500)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n    \"partner_uuid\": \"89979ef2-9d28-4a0f-b3d2-ff5781f0b1b4\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"reg_date\": \"2019-08-24T14:15:22Z\",\n    \"order_uuid\": \"e56795c7-0bc3-4742-a52f-988d2af8608f\",\n    \"outgo_order_uuid\": \"a53dac69-5c11-4d43-9787-7deab7228692\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n      \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n      \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n      \"lot_no\": \"string\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n      \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n      \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n      \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n      \"remark\": \"string\",\n      \"barcode\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgo-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"7e5819d1-74ca-48bd-a033-0a92551a79ec"},{"name":"제품출하 데이터 수정","id":"ca59cb8e-d571-4062-a009-f35bd1b609c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos","description":"<p>제품출하 전표 및 하위 상세전표 데이터를 수정합니다.</p>\n","urlObject":{"path":["sal","outgos"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"4a474677-7e71-437a-8e22-47eee09b5276","name":"Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgo-S-0002\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0002\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"4f8436e8-c09e-4e59-9052-e3bf9f28e493","name":"General Error (500)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgo-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"ca59cb8e-d571-4062-a009-f35bd1b609c3"},{"name":"제품출하 데이터 수정","id":"143c925f-f23e-4eba-a2e9-624186468147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos","description":"<p>제품출하 전표 및 하위 상세전표 데이터를 부분 수정합니다.</p>\n","urlObject":{"path":["sal","outgos"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"57caff35-6dbd-4a86-87a8-f72591ba1ad6","name":"Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgo-S-0003\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0003\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"13951a20-22dd-46c7-9daf-365907b0f097","name":"General Error (500)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n    \"delivery_uuid\": \"f9f56889-950f-4613-9325-4e1b2883b546\",\n    \"stmt_no\": \"string\",\n    \"remark\": \"string\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\",\n      \"qty\": 0,\n      \"price\": 0,\n      \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n      \"exchange\": \"string\",\n      \"unit_qty\": 0,\n      \"carry_fg\": true,\n      \"remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgo-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"143c925f-f23e-4eba-a2e9-624186468147"},{"name":"제품출하 데이터 삭제","id":"97b17d91-d1fb-46b3-8ea0-773636ff8497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos","description":"<p>제품출하 전표 및 하위 상세전표 데이터를 삭제합니다. <br />\n전표의 하위 상세전표가 모두 삭제되는 경우 전표를 삭제합니다.</p>\n","urlObject":{"path":["sal","outgos"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[]}},"response":[{"id":"1ed8f515-131a-4a74-981d-8f0f81a4cd86","name":"Deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgo-S-0004\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0004\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": []\n  }\n}"},{"id":"ddfc214e-9b3c-403c-8c61-0a4c77c7c615","name":"General Error (500)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"header\": {\n    \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n  },\n  \"details\": [\n    {\n      \"uuid\": \"095be615-a8ad-4c33-8e9c-c7612fbf6c9f\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://isos.iptime.org:13221/sal/outgos"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgo-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgo\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"97b17d91-d1fb-46b3-8ea0-773636ff8497"}],"id":"79a07c3f-8806-4fd7-a527-10c00c15969d","_postman_id":"79a07c3f-8806-4fd7-a527-10c00c15969d","description":""},{"name":"제품출하상세(OutgoDetail)","item":[{"name":"제품출하 상세 데이터 단일 조회","id":"aad184e6-3709-4dc9-acb9-65d9f1f9457a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo-detail/:uuid","description":"<p>하나의 제품출하 상세 데이터를 조회합니다. </p>\n","urlObject":{"path":["sal","outgo-detail",":uuid"],"host":["https://isos.iptime.org:13221"],"query":[],"variable":[{"description":{"content":"<p>(Required) 제품출하상세의 UUID 를 입력합니다.</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"1cdbffab-2c6e-4470-bb81-052bee8f58f0","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하상세의 UUID 를 입력합니다."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgoDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n        \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"order_qty\": 0,\n        \"outgo_order_qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"carry_fg\": true,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"fe25b031-c12a-427d-9cc9-ad3c77cbef72","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-detail/:uuid","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-detail",":uuid"],"variable":[{"key":"uuid","value":"","description":"(Required) 제품출하상세의 UUID 를 입력합니다."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"aad184e6-3709-4dc9-acb9-65d9f1f9457a"},{"name":"제품출하 상세 데이터 조회","id":"be9b61f0-51fd-48fa-878b-8207cbc08759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://isos.iptime.org:13221/sal/outgo-details?factory_uuid=&partner_uuid=&start_date=&end_date=","description":"<p>제품출하 상세 목록을 조회합니다. </p>\n","urlObject":{"path":["sal","outgo-details"],"host":["https://isos.iptime.org:13221"],"query":[{"description":{"content":"<p>공장의 UUID를 입력하여 공장에 따라 제품출하 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"factory_uuid","value":""},{"description":{"content":"<p>거래처의 UUID를 입력하여 거래처에 따라 제품출하 데이터를 조회합니다. <br />\n[전체 조회시 입력하지 않습니다.]</p>\n","type":"text/plain"},"key":"partner_uuid","value":""},{"description":{"content":"<p>상세 출하전표를 조회할 출하전표 기준 시작일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 출하전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>상세 출하전표를 조회할 출하전표 기준 종료일자를 입력합니다. <br />\n[전체 조회시 입력하지 않습니다.] <br />\n❗ 출하전표 기준일자 검색 조건은 시작, 종료일자가 모두 입력되어야 동작됩니다.</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"7b741e07-51a7-471c-99c6-59e362ea7ef8","name":"Read OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"state_cd\": \"salOutgoDetail-S-0000\",\n  \"state\": {\n      \"state_tag\": \"salOutgoDetail\",\n      \"type\": \"SUCCESS\",\n      \"state_no\": \"0000\"\n  },\n  \"message\": \"\",\n  \"datas\": {\n    \"value\": {\n      \"count\": 0\n    },\n    \"raws\": [\n      {\n        \"outgo_detail_uuid\": \"774766bf-a6df-4b48-a33e-7ab339eab2e1\",\n        \"outgo_uuid\": \"70d2603a-9a44-4c36-bd85-f136c7f1aea1\",\n        \"seq\": 0,\n        \"stmt_no\": \"string\",\n        \"stmt_no_sub\": \"string\",\n        \"factory_uuid\": \"b1f5a104-b87b-4c37-b3d5-7229537cfc2c\",\n        \"factory_cd\": \"string\",\n        \"factory_nm\": \"string\",\n        \"order_detail_uuid\": \"32bf1607-d712-4135-8a67-46fbac0051fe\",\n        \"outgo_order_detail_uuid\": \"504bb4ac-753f-484e-804c-37aa05017fd0\",\n        \"prod_uuid\": \"73cc37cd-29ff-4875-976c-9132df1d9ba3\",\n        \"prod_no\": \"string\",\n        \"prod_nm\": \"string\",\n        \"item_type_uuid\": \"3e2903a3-87f7-40e5-8bc8-041b850254bb\",\n        \"item_type_cd\": \"string\",\n        \"item_type_nm\": \"string\",\n        \"prod_type_uuid\": \"977bc6d2-0ba4-43e5-90e8-8f81ec5cc180\",\n        \"prod_type_cd\": \"string\",\n        \"prod_type_nm\": \"string\",\n        \"model_uuid\": \"e630cd00-a263-42ca-9b5b-b1fe718847fc\",\n        \"model_cd\": \"string\",\n        \"model_nm\": \"string\",\n        \"rev\": \"string\",\n        \"prod_std\": \"string\",\n        \"unit_uuid\": \"d7df516d-347d-4c8b-b756-5618e9285215\",\n        \"unit_cd\": \"string\",\n        \"unit_nm\": \"string\",\n        \"lot_no\": \"string\",\n        \"qty\": 0,\n        \"order_qty\": 0,\n        \"outgo_order_qty\": 0,\n        \"price\": 0,\n        \"money_unit_uuid\": \"eb1421c1-ac1e-4ddc-87f6-7574bfbce5a1\",\n        \"money_unit_cd\": \"string\",\n        \"money_unit_nm\": \"string\",\n        \"exchange\": \"string\",\n        \"total_price\": 0,\n        \"unit_qty\": 0,\n        \"carry_fg\": true,\n        \"from_store_uuid\": \"3177f9cc-461f-408c-bae3-b2be5856fc69\",\n        \"from_store_cd\": \"string\",\n        \"from_store_nm\": \"string\",\n        \"from_location_uuid\": \"5ef7a2f0-2e4a-483e-ac5d-b0539473639b\",\n        \"from_location_cd\": \"string\",\n        \"from_location_nm\": \"string\",\n        \"remark\": \"string\",\n        \"barcode\": \"string\",\n        \"created_at\": \"2019-08-24T14:15:22Z\",\n        \"created_nm\": \"string\",\n        \"updated_at\": \"2019-08-24T14:15:22Z\",\n        \"updated_nm\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"2e856a56-ca25-48ab-a663-03917ad7a2dd","name":"General Error (500)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://isos.iptime.org:13221/sal/outgo-details?factory_uuid=&partner_uuid=&start_date=&end_date=","host":["https://isos.iptime.org:13221"],"path":["sal","outgo-details"],"query":[{"key":"factory_uuid","value":""},{"key":"partner_uuid","value":""},{"key":"start_date","value":""},{"key":"end_date","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"state_cd\": \"salOutgoDetail-E-9999\",\n  \"state\": {\n      \"state_tag\": \"salOutgoDetail\",\n      \"type\": \"ERROR\",\n      \"state_no\": \"9999\"\n  },\n  \"message\": \"Error Message\",\n  \"datas\": {\n    \"raws\": [],\n    \"value\": {}\n  }\n}"}],"_postman_id":"be9b61f0-51fd-48fa-878b-8207cbc08759"}],"id":"e2ea9841-ed16-4127-9029-334e23a83ab1","_postman_id":"e2ea9841-ed16-4127-9029-334e23a83ab1","description":""}],"id":"5a852e25-f0fc-4133-99ef-b6fad7bb4b60","_postman_id":"5a852e25-f0fc-4133-99ef-b6fad7bb4b60","description":""}],"variable":[{"key":"baseUrl","value":"https://isos.iptime.org:13221","type":"string"}]}