{"info":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","description":"<html><head></head><body><p>Vertex Flow &amp; Design Stream OpenAPI specification opens the product life cycle data to the digital world.</p>\n<h1 id=\"version-2024-2023-2021\">Version 2024 (2023 - 2021)</h1>\n<hr>\n<h1 id=\"overview\">Overview</h1>\n<hr>\n<p>With Vertex OpenAPI (Flow or Design Stream) service you can share your product related data on mobile, desktop or B2B level systems (e.g. ERP/CRM). OpenAPi is based on OAS3 standard. You can find more info about Vertex products at <a href=\"https://kbfi.vertex.fi\">https://kbfi.vertex.fi</a>.</p>\n<p>Want to try? If you have some questions or ideas feel free to contact us: helpdesk(at)vertex.fi</p>\n<h1 id=\"authentication\">Authentication</h1>\n<hr>\n<p>OpenAPi authentication is based on Bearer token (JWT).</p>\n<h1 id=\"errors-status-codes\">Errors &amp; Status codes</h1>\n<hr>\n<p>Generic error response is JSON formatted:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n \"fields\":{},\n \"type\":\"UNAUTHORIZED\",\n \"userMessage\":\"The provided token is not valid\",\n \"devMessage\":\"Specify valid token in request header.\"\n}\n\n</code></pre><h2 id=\"fields\">fields</h2>\n<p>More detailed error nformation for application user. E.g. what data is missing or incorrect</p>\n<h2 id=\"type-of-errors\">type (of errors)</h2>\n<p>Internal error codes for application developer to handle certain error cases:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>FIELD_VALIDATION,         // missing required attribute etc...\nINTERNAL,                 // unexpected error\nINVALID_CREDENTIALS,      // wrong or missing username or password\nUNAUTHORIZED,             // missing user credentials (no valid token etc...)\nACCESS_DENIED,            // no permissions\nRESOURCE_NOT_FOUND,       // object with the requested code not found\nRESOURCE_EXPIRED,         // requested object is no longer valid\nRESOURCE_ALREADY_EXISTS,  // object with the same code already exists\nOTHER\n\n</code></pre><h2 id=\"usermessage\">userMessage</h2>\n<p>Message tells to the end user what has happened.</p>\n<h2 id=\"devmessage\">devMessage</h2>\n<p>Message tells what kind of parameters etc. is needed to make successful API request.</p>\n<h1 id=\"change-log\">Change log</h1>\n<hr>\n<ul>\n<li><p>Version 1.0.0, Initial implementation. 2019-11-30</p>\n</li>\n<li><p>Version 1.0.1, Error response and status code refactoring. 2020-02-21</p>\n</li>\n<li><p>Version 1.1.1, Initial API for Flow/DS 2021. 2020-11-20</p>\n</li>\n<li><p>Version 1.2.0, New features added. 2021-01-08</p>\n</li>\n<li><p>Version 1.3.0, New features and bug fixes. 2021-01-25</p>\n</li>\n<li><p>Version 1.4.0, New features and bug fixes. 2020-02-12</p>\n</li>\n<li><p>Version 1.5.0, Improvements and bug fixes. 2020-03-26</p>\n</li>\n<li><p>Version 1.6.0, Improvements and bug fixes. 2021-04-16</p>\n</li>\n<li><p>Version 1.7.0, Improvements (e.g. unique code as path parameter may include / char) and bug fixes. 2022-01-31</p>\n</li>\n<li><p>Version 1.8.0, Minor improvements and bug fixes. 2022-05-20</p>\n</li>\n<li><p>Version 1.8.1, Transfer status (ERP) info added into object data and bug fixes. 2023-03-16</p>\n</li>\n<li><p>Version 1.9.0, Improvements: Adding multiple files for document and create item with BOM with one single post. 2023-04-28</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Version 2024 (2023 - 2021)","slug":"version-2024-2023-2021"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Errors & Status codes","slug":"errors-status-codes"},{"content":"Change log","slug":"change-log"}],"owner":"3502772","collectionId":"59c44566-403d-491f-b0a5-6f1b191aa6dc","publishedId":"SztA8V9h","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-05-05T09:55:56.000Z"},"item":[{"name":"users","item":[{"name":"Login user into the system","event":[{"listen":"test","script":{"id":"dbdcb473-7bab-422e-a6f4-9486d68b928a","exec":["/*","* Postman contains a powerful runtime based on Node.js that allows you to add dynamic behavior to requests and collections.","* This allows you to write test suites, build requests that can contain dynamic parameters, pass data between requests, and a lot more","* https://www.getpostman.com/docs/v6/postman/scripts/intro_to_scripts","*","* Postman Sandbox API Reference","* https://www.getpostman.com/docs/postman/scripts/postman_sandbox_api_reference","* ","* Use Chai BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework.","* https://www.chaijs.com/","*/","","var data = responseBody;","postman.setEnvironmentVariable(\"token\", data);","","pm.test(\"Status code is 200\", function() {","   pm.response.to.have.status(200); ","});",""],"type":"text/javascript"}}],"id":"c55d1fed-2316-45b4-820f-b47aac3e8d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \t\"username\":\"Seppo\",\n\t\"password\":\"xxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/rest/v1/users/login","description":"<p>Authenticate user using username and password</p>\n","urlObject":{"path":["api","rest","v1","users","login"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"3174d27f-5ba4-4041-ab53-23bbe48d6a6f","name":"Invalid username or password","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"<string>\",\n    \"password\": \"<string>\"\n}"},"url":"http://localhost:8080/api/rest/v1/users/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Invalid username or password."},{"id":"1c804221-57c3-4513-89d0-9783138472e1","name":"Login user into the system","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \t\"username\":\"Sami\",\n\t\"password\":\"Sami\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/rest/v1/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"306"},{"key":"Date","value":"Wed, 08 Dec 2021 08:40:21 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"eyJraWQiOiI1IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJTYW1pIiwiYXVkIjoiVmVydGV4IE9wZW5BUEkiLCJpc3MiOiJWZXJ0ZXggU3lzdGVtcyBPeSIsImV4cCI6MTYzODk1NjQyMSwiaWF0IjoxNjM4OTUyODIxLCJ1c2VySWQiOiJTYW1pIiwianRpIjoiODE2ZDEyZjctN2FiMC00OTQ4LTlmYmYtNGMxNTc0YTE2ZWE0In0.2E0m-bEaRbUXMVXg16HPWkMXDamUy9U-Wbsl9ttHE2I"}],"_postman_id":"c55d1fed-2316-45b4-820f-b47aac3e8d1e"},{"name":"Hello OpenApi","event":[{"listen":"test","script":{"id":"9ff00ac5-5829-4d7e-84aa-8685511209c0","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","    // valid return value","    pm.test(\"Response body is correct\", function () {","        pm.response.to.have.body(\"Hello OpenApi\");","    });","});"],"type":"text/javascript"}}],"id":"9099aabb-5336-4e6a-8c94-4acd58e79523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/users/hello","description":"<p>My first OpenAPI function.</p>\n","urlObject":{"path":["api","rest","v1","users","hello"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"1ebc0b56-20f9-41da-b534-39eec105d1d8","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/users/hello"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"9099aabb-5336-4e6a-8c94-4acd58e79523"},{"name":"Gets the username of the logged user","event":[{"listen":"test","script":{"id":"13331923-a68a-4dd5-8dee-04d43ee1cfa0","exec":["var userSchema = {","    \"$schema\": \"http://json-schema.org/draft-07/schema\",","    \"$id\": \"http://example.com/example.json\",","    \"type\": \"object\",","    \"title\": \"The Root Schema\",","    \"description\": \"The root schema comprises the entire JSON document.\",","    \"default\": {},","    \"additionalProperties\": true,","    \"required\": [","        \"id\",","        \"name\",","        \"username\",","        \"properties\"","    ],","    \"properties\": {","        \"id\": {","            \"$id\": \"#/properties/id\",","            \"type\": \"string\",","            \"title\": \"The Id Schema\",","            \"description\": \"An explanation about the purpose of this instance.\",","            \"default\": \"\",","            \"examples\": [","                \"5\"","            ]","        },","        \"name\": {","            \"$id\": \"#/properties/name\",","            \"type\": \"string\",","            \"title\": \"The Name Schema\",","            \"description\": \"An explanation about the purpose of this instance.\",","            \"default\": \"\",","            \"examples\": [","                \"Sami Suunnittelija\"","            ]","        },","        \"username\": {","            \"$id\": \"#/properties/username\",","            \"type\": \"string\",","            \"title\": \"The Username Schema\",","            \"description\": \"An explanation about the purpose of this instance.\",","            \"default\": \"\",","            \"examples\": [","                \"Sami\"","            ]","        },","        \"properties\": {","            \"$id\": \"#/properties/properties\",","            \"type\": \"object\",","            \"title\": \"The Properties Schema\",","            \"description\": \"An explanation about the purpose of this instance.\",","            \"default\": {},","            \"examples\": [","                {","                    \"CONTENTLANG\": \"fi\",","                    \"LOCALE\": \"en_FI\"","                }","            ],","            \"additionalProperties\": true,","            \"required\": [","                \"LOCALE\",","                \"CONTENTLANG\"","            ],","            \"properties\": {","                \"LOCALE\": {","                    \"$id\": \"#/properties/properties/properties/LOCALE\",","                    \"type\": \"string\",","                    \"title\": \"The Locale Schema\",","                    \"description\": \"An explanation about the purpose of this instance.\",","                    \"default\": \"\",","                    \"examples\": [","                        \"en_FI\"","                    ]","                },","                \"CONTENTLANG\": {","                    \"$id\": \"#/properties/properties/properties/CONTENTLANG\",","                    \"type\": \"string\",","                    \"title\": \"The Contentlang Schema\",","                    \"description\": \"An explanation about the purpose of this instance.\",","                    \"default\": \"\",","                    \"examples\": [","                        \"fi\"","                    ]","                }","            }","        }","    }","};","","pm.test(\"Status code is 200\", function () {","   pm.response.to.have.status(200);","   var jsonData = pm.response.json();","   ","   pm.test(\"Schema is valid\", function() {","    var schemaOk = tv4.validate(jsonData, userSchema, false, true);","    console.log(\"Schema error description (if any): \" + tv4.error);","    pm.expect(schemaOk).to.be.true; ","   });","   ","   pm.test(\"Password exposed\", function() {","       pm.expect(pm.response.text()).not.to.include(\"password\");","   });","   ","   pm.test(\"Save logged in user fullname to environment available for forecoming tests\", function() {","      postman.setEnvironmentVariable(\"fullname\",jsonData.name); ","   });","});"],"type":"text/javascript"}}],"id":"2a8bceef-88ff-4974-ac9b-9afaa77d8ca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/users/current","description":"<p>Get current user's user information.</p>\n","urlObject":{"path":["api","rest","v1","users","current"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"a6bc4ca5-ff36-4f9c-a70b-066f639be292","name":"No content","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/users/current"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bce97361-a5dd-4dbd-81fb-32c62e65e0ca","name":"Gets the username of the logged user","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/users/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Date","value":"Fri, 01 Nov 2019 13:45:51 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Sami Suunnittelija\"\n}"}],"_postman_id":"2a8bceef-88ff-4974-ac9b-9afaa77d8ca4"},{"name":"Gets the username information (any user)","event":[{"listen":"test","script":{"id":"e3ffb05c-3b72-449f-b150-295d87dad101","exec":["var userSchema = {","    \"$schema\": \"http://json-schema.org/draft-07/schema\",","    \"$id\": \"http://example.com/example.json\",","    \"type\": \"object\",","    \"title\": \"The Root Schema\",","    \"description\": \"The root schema comprises the entire JSON document.\",","    \"default\": {},","    \"additionalProperties\": true,","    \"required\": [","        \"id\",","        \"name\",","        \"username\",","        \"properties\"","    ],","    \"properties\": {","        \"id\": {","            \"$id\": \"#/properties/id\",","            \"type\": \"string\",","            \"title\": \"The Id Schema\",","            \"description\": \"An explanation about the purpose of this instance.\",","            \"default\": \"\",","            \"examples\": [","                \"su\"","            ]","        },","        \"name\": {","            \"$id\": \"#/properties/name\",","            \"type\": \"string\",","            \"title\": \"The Name Schema\",","            \"description\": \"An explanation about the purpose of this instance.\",","            \"default\": \"\",","            \"examples\": [","                \"System Administrator\"","            ]","        },","        \"username\": {","            \"$id\": \"#/properties/username\",","            \"type\": \"string\",","            \"title\": \"The Username Schema\",","            \"description\": \"An explanation about the purpose of this instance.\",","            \"default\": \"\",","            \"examples\": [","                \"sysadmin\"","            ]","        },","        \"properties\": {","            \"$id\": \"#/properties/properties\",","            \"type\": \"null\",","            \"title\": \"The Properties Schema\",","            \"description\": \"An explanation about the purpose of this instance.\",","            \"default\": null,","            \"examples\": [","                null","            ]","        }","    }","};","","pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","  var jsonData = pm.response.json();","   ","  pm.test(\"Schema is valid\", function() {","    var schemaOk = tv4.validate(jsonData, userSchema, false, true);","    console.log(\"Schema error description (if any): \" + tv4.error);","    pm.expect(schemaOk).to.be.true; ","  });","   ","  pm.test(\"Password exposed\", function() {","    pm.expect(pm.response.text()).not.to.include(\"password\");","  });","});"],"type":"text/javascript"}}],"id":"69449abd-7e9d-4a9e-a4e1-7568423414b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/users/:userId","description":"<p>Get user information by the user ID.</p>\n","urlObject":{"path":["api","rest","v1","users",":userId"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"su","key":"userId"}]}},"response":[{"id":"2a276f8d-1e77-46f0-933f-837d078a4cc4","name":"Gets the user information (any user)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/users/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"29"},{"key":"Date","value":"Fri, 01 Nov 2019 13:30:40 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Sami Suunnittelija\"\n}"}],"_postman_id":"69449abd-7e9d-4a9e-a4e1-7568423414b6"}],"id":"1f76d8d7-eea5-4f85-a52c-4db47abe4281","_postman_id":"1f76d8d7-eea5-4f85-a52c-4db47abe4281","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"objects","item":[{"name":"find","item":[{"name":"Search for objects","id":"a8e8496e-c7a4-48e2-b4b6-c7bc7ecb18f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/objects/find/:searchString","description":"<ul>\n<li></li>\n</ul>\n","urlObject":{"path":["api","rest","v1","objects","find",":searchString"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"612d90eb-a131-4d10-84a0-c8f92faaf341","description":{"content":"<p>Any serch string</p>\n","type":"text/plain"},"type":"string","value":"","key":"searchString"}]}},"response":[{"id":"59c04432-5684-4f97-845b-c1a0465329ac","name":"Search for objects","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/objects/find/Kiteen*"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7631"},{"key":"Date","value":"Fri, 01 Nov 2019 14:02:48 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"baseClass\": \"doc\",\n        \"type\": \"model\",\n        \"objCode\": \"SER000002\",\n        \"revision\": \"0\",\n        \"revisionCount\": 16,\n        \"label\": \"SER000002, Kiteennostolaite, kokoonpano\",\n        \"name\": \"SER000002\",\n        \"author\": \"Seppo Suunnittelupäällikkö\",\n        \"creator\": \"Seppo Suunnittelupäällikkö\",\n        \"owner\": \"\",\n        \"status\": \"draft\",\n        \"dated\": null,\n        \"creationTime\": 1516800649000,\n        \"modifiedTime\": 1516800649000,\n        \"description\": \"Kiteennostolaite, kokoonpano\",\n        \"thumbnailSource\": null,\n        \"thumbnailMimeType\": null,\n        \"thumbnail\": null,\n        \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACoSURBVHjaYvz//z8DLQATA40AC7oA35ZNZHvhk48fI1aDQYZ+lpVl4GVkJN3UR4/wBwVZhg5oGGMDX4Ap5/+/f3jV8JJqMMjQ4H//GXY+fUpdF4NcCjIUOcYHNIxHDR4E6ZiNmZlBSVyCqDIEZ1mBDbAD8XV2NgZ2OTkw/ycQ/8JS1PI+fkx6zmNHY7MTUZ7QL/I+EygTyIo8UOBTUtAjA8YhV+cBBBgAJ7g22LXw6kkAAAAASUVORK5CYII=\",\n        \"extAttributes\": {\n            \"ZMAX\": null,\n            \"DESCR1_FI\": null,\n            \"DESCR2_EN\": null,\n            \"CREATELIGHTSAT\": null,\n            \"DESCR3_FI\": \"\",\n            \"DRAWN_BY\": \"RS\",\n            \"XMAX\": null,\n            \"CREATEIFC\": null,\n            \"CREATESAT\": null,\n            \"AMOUNTEQ\": null,\n            \"DICTIONARYID2\": null,\n            \"DICTIONARYID3\": null,\n            \"CONN_ID\": null,\n            \"YMIN\": null,\n            \"SAVE_TIME\": \"2003-03-21 10:05:51\",\n            \"CREATESTEP\": null,\n            \"WEIGHT\": \"\",\n            \"CREATELIGHTMODEL\": null,\n            \"DESCR3_EN\": null,\n            \"YMAX\": null,\n            \"DESCR2_FI\": \"\",\n            \"MEASURED\": null,\n            \"DESCR1_EN\": null,\n            \"PARAMETERS\": null,\n            \"D_DATE\": \"2018-01-24\",\n            \"NOUPDATE\": \"\",\n            \"REV_BY\": null,\n            \"ZMIN\": null,\n            \"XMIN\": null,\n            \"DIMEQ\": \"\",\n            \"CREATEREFMODEL\": null,\n            \"CREATELIGHTSTEP\": null,\n            \"CHANGEDOCID\": null\n        },\n        \"connections\": null\n    },\n    {\n        \"baseClass\": \"doc\",\n        \"type\": \"drawing\",\n        \"objCode\": \"10280\",\n        \"revision\": \"0\",\n        \"revisionCount\": 9,\n        \"label\": \"10280, Kiteennostolaite, kokoonpano\",\n        \"name\": \"10280\",\n        \"author\": \"Seppo Suunnittelupäällikkö\",\n        \"creator\": \"Mikko Suunnittelija\",\n        \"owner\": \"\",\n        \"status\": \"approved\",\n        \"dated\": null,\n        \"creationTime\": 1047373398000,\n        \"modifiedTime\": 1516794801000,\n        \"description\": \"Kiteennostolaite, kokoonpano\",\n        \"thumbnailSource\": null,\n        \"thumbnailMimeType\": null,\n        \"thumbnail\": null,\n        \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACJSURBVHja7JWLCsAgCEXVot+uPrzchA1GGGy5BoMuGER0NB+EzAwzRDBJ/wN7WXLOw4mOMaJ6IMVLKfGI5N5xF1qjnrNa692I1Re/kmMNroIREYjIBPfWaHdYu2cpqLemoOdoTd5HI60NyNVkWEIIdrD0sdgpAZdSwDn3HNz2o1W4fpDp4E2AAQCfAYhpRLDuRQAAAABJRU5ErkJggg==\",\n        \"extAttributes\": {\n            \"DESCR1_FI\": \"Kiteennostolaite, kokoonpano\",\n            \"SPBOOKLET\": \"\",\n            \"DESCR2_EN\": \"\",\n            \"DESCR3_FI\": \"\",\n            \"DRAWN_BY\": \"MP\",\n            \"MOD_ID\": \"\",\n            \"DICTIONARYID2\": null,\n            \"DICTIONARYID3\": null,\n            \"CONN_ID\": \"\",\n            \"REPLACED\": \"\",\n            \"MANUFBOOKLET\": null,\n            \"R_DESCR_EN\": null,\n            \"TOLER\": \"\",\n            \"REPLACE\": \"\",\n            \"WEIGHT\": \"\",\n            \"ES_KENT\": null,\n            \"DESCR3_EN\": \"\",\n            \"DESCR2_FI\": \"\",\n            \"MEASURED\": null,\n            \"DESCR1_EN\": \"\",\n            \"D_DATE\": \"2002-01-09\",\n            \"REV_BY\": null,\n            \"TRANSFERED_I\": null,\n            \"CHANGEDOCID\": \"\",\n            \"WPBOOKLET\": null\n        },\n        \"connections\": null\n    },\n    {\n        \"baseClass\": \"item\",\n        \"type\": \"item\",\n        \"objCode\": \"10280\",\n        \"revision\": \"1\",\n        \"revisionCount\": 4,\n        \"label\": \"10280, Kiteennostolaite, kokoonpano\",\n        \"name\": \"10280\",\n        \"author\": \"Seppo Suunnittelupäällikkö\",\n        \"creator\": \"Seppo Suunnittelupäällikkö\",\n        \"owner\": \"\",\n        \"status\": \"approved\",\n        \"dated\": null,\n        \"creationTime\": 1515052272000,\n        \"modifiedTime\": 1515053767000,\n        \"description\": \"Kiteennostolaite, kokoonpano\",\n        \"thumbnailSource\": null,\n        \"thumbnailMimeType\": null,\n        \"thumbnail\": null,\n        \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n        \"extAttributes\": {\n            \"DESCR1_FI\": \"Kiteennostolaite, kokoonpano\",\n            \"DESCR2_EN\": \"\",\n            \"ABC_CLASS\": \"A\",\n            \"ITEMGROUP\": \"SUB_ASSEMBLY\",\n            \"INSTOCK\": \"\",\n            \"SPAREPART\": \"\",\n            \"DICTIONARYID2\": \"\",\n            \"PURCHASE\": \"\",\n            \"DENSITY\": \"\",\n            \"USE_PURCHASECOST\": \"\",\n            \"DESCRIPTION2_FI\": \"\",\n            \"SPDESCR1_EN\": \"\",\n            \"COLOR\": \"\",\n            \"SALESDESCR1_FI\": \"\",\n            \"SPDESCR1_SV\": \"\",\n            \"COMPONENT_REPRE\": \"\",\n            \"MODBOOKLET_IMG\": \"\",\n            \"WEARPART\": \"\",\n            \"SALESDICTIONARYID1\": \"\",\n            \"WEIGHT\": \"0.0\",\n            \"SPEC\": \"\",\n            \"STANDARD\": \"\",\n            \"UNIT\": \"KPL\",\n            \"DESCR2_FI\": \"\",\n            \"EDITABLE_UNITPRICE\": \"true\",\n            \"MEASURED\": \"\",\n            \"ALLOWPRICING\": \"\",\n            \"DESCR1_EN\": \"\",\n            \"COMPONENT_LIBRARY\": \"\",\n            \"DESCRIPTION2_EN\": \"\",\n            \"COMPONENT_PARAMETERS\": \"\",\n            \"TEMPLATEITEM\": \"\",\n            \"PREVENTTRANSFER\": \"\",\n            \"PDMTAGID\": \"\",\n            \"TRANSFERED_I\": null,\n            \"SPDESCR1_FI\": \"\",\n            \"PIC_ID\": \"10280\",\n            \"SPDICTIONARYID1\": \"\",\n            \"VENDOR\": \"\",\n            \"MODBOOKLET\": \"true\",\n            \"MARK_STD\": \"\",\n            \"SALESDESCR1_EN\": \"\",\n            \"SPDESCR1_DE\": \"\"\n        },\n        \"connections\": null\n    },\n    {\n        \"baseClass\": \"product\",\n        \"type\": \"product\",\n        \"objCode\": \"T0004\",\n        \"revision\": \"0\",\n        \"revisionCount\": 1,\n        \"label\": \"Kiteennostolaite\",\n        \"name\": \"Kiteennostolaite\",\n        \"author\": \"Seppo Suunnittelupäällikkö\",\n        \"creator\": \"Mikko Suunnittelija\",\n        \"owner\": \"\",\n        \"status\": \"1182941803863\",\n        \"dated\": null,\n        \"creationTime\": 1047311259000,\n        \"modifiedTime\": 1515051309000,\n        \"description\": \"\",\n        \"thumbnailSource\": null,\n        \"thumbnailMimeType\": null,\n        \"thumbnail\": null,\n        \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABYSURBVHjaYvz//z8DLQATA43AqMGYBjMyMv7HRRMrNhrGowYPkMGMtCqEGEAGwzCEi0rjEkOXg7FhGCXnAQEjcg4C8bE4hCgxvGEMs4wssdGCfugaDBBgANjsWQOzmINmAAAAAElFTkSuQmCC\",\n        \"extAttributes\": {},\n        \"connections\": null\n    },\n    {\n        \"baseClass\": \"doc\",\n        \"type\": \"model\",\n        \"objCode\": \"10280\",\n        \"revision\": \"0\",\n        \"revisionCount\": 16,\n        \"label\": \"10280, Kiteennostolaite, kokoonpano\",\n        \"name\": \"10280\",\n        \"author\": \"Mikko Suunnittelija\",\n        \"creator\": \"Mikko Suunnittelija\",\n        \"owner\": \"\",\n        \"status\": \"approved\",\n        \"dated\": null,\n        \"creationTime\": 1047367284000,\n        \"modifiedTime\": 1047367284000,\n        \"description\": \"Kiteennostolaite, kokoonpano\",\n        \"thumbnailSource\": null,\n        \"thumbnailMimeType\": null,\n        \"thumbnail\": null,\n        \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACoSURBVHjaYvz//z8DLQATA40AC7oA35ZNZHvhk48fI1aDQYZ+lpVl4GVkJN3UR4/wBwVZhg5oGGMDX4Ap5/+/f3jV8JJqMMjQ4H//GXY+fUpdF4NcCjIUOcYHNIxHDR4E6ZiNmZlBSVyCqDIEZ1mBDbAD8XV2NgZ2OTkw/ycQ/8JS1PI+fkx6zmNHY7MTUZ7QL/I+EygTyIo8UOBTUtAjA8YhV+cBBBgAJ7g22LXw6kkAAAAASUVORK5CYII=\",\n        \"extAttributes\": {\n            \"ZMAX\": null,\n            \"DESCR1_FI\": null,\n            \"DESCR2_EN\": null,\n            \"CREATELIGHTSAT\": null,\n            \"DESCR3_FI\": \"\",\n            \"DRAWN_BY\": \"MP\",\n            \"XMAX\": null,\n            \"CREATEIFC\": null,\n            \"CREATESAT\": null,\n            \"AMOUNTEQ\": null,\n            \"DICTIONARYID2\": null,\n            \"DICTIONARYID3\": null,\n            \"CONN_ID\": null,\n            \"YMIN\": null,\n            \"SAVE_TIME\": \"2003-03-21 10:05:51\",\n            \"CREATESTEP\": null,\n            \"WEIGHT\": \"\",\n            \"CREATELIGHTMODEL\": null,\n            \"DESCR3_EN\": null,\n            \"YMAX\": null,\n            \"DESCR2_FI\": \"\",\n            \"MEASURED\": null,\n            \"DESCR1_EN\": null,\n            \"PARAMETERS\": null,\n            \"D_DATE\": \"2002-01-09\",\n            \"NOUPDATE\": \"\",\n            \"REV_BY\": null,\n            \"ZMIN\": null,\n            \"XMIN\": null,\n            \"DIMEQ\": \"\",\n            \"CREATEREFMODEL\": null,\n            \"CREATELIGHTSTEP\": null,\n            \"CHANGEDOCID\": null\n        },\n        \"connections\": null\n    }\n]"}],"_postman_id":"a8e8496e-c7a4-48e2-b4b6-c7bc7ecb18f5"},{"name":"Search for objects","id":"5a8eaafa-de25-4d20-8840-ad146171f260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/objects/:code","description":"<ul>\n<li></li>\n</ul>\n","urlObject":{"path":["api","rest","v1","objects",":code"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Unique object identifier</p>\n","type":"text/plain"},"type":"string","value":"10280","key":"code"}]}},"response":[{"id":"36828194-560c-44fa-b434-68c508608a6a","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/objects/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5a8eaafa-de25-4d20-8840-ad146171f260"},{"name":"Search for objects","id":"3ab12f37-b76e-4565-9900-28cfd5441baa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"XXX\",\n    \"type\": \"item\",\n    \"extAttributes\": {\n    }\n}"},"url":"http://localhost:8080/api/rest/v1/objects/find","description":"<p>Search objects using json formatted data.</p>\n","urlObject":{"path":["api","rest","v1","objects","find"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"1f8f0d2c-48a0-497c-bfdd-3157d916f408","name":"default response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/objects/find"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3ab12f37-b76e-4565-9900-28cfd5441baa"},{"name":"Get single object","id":"bf4f6d0d-1b03-4ae4-ac69-006692d29e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"objCode\": \"<string>\",\n    \"descr\": \"<string>\",\n    \"extAttributes\": {\"key\": \"<string>\"}\n}"},"url":"http://localhost:8080/api/rest/v1/objects/getSingle","description":"<p>Search single object using json formatted data.</p>\n","urlObject":{"path":["api","rest","v1","objects","getSingle"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"034abf83-6dc3-4544-a36d-c88dbc48ca37","name":"default response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/objects/getSingle"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"bf4f6d0d-1b03-4ae4-ac69-006692d29e71"},{"name":"Search for connections of the specified object.","id":"d9d9dda2-082d-49ec-bdac-46354a6151d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/objects/:type/:code/connections","description":"<p>Gets all the connections of the object.</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code","connections"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Type of the object</p>\n","type":"text/plain"},"type":"string","value":"","key":"type"},{"description":{"content":"<p>Unique object identifier</p>\n","type":"text/plain"},"type":"string","value":"","key":"code"}]}},"response":[{"id":"52fd31ab-e8df-4a76-a998-07d830f7ea67","name":"Search for connections of the specified object.","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"Bearer + JWT token"}],"url":{"raw":"http://localhost:8080/api/rest/v1/objects/:type/:code/connections","host":["http://localhost:8080"],"path":["api","rest","v1","objects",":type",":code","connections"],"variable":[{"key":"type","value":"item","type":"string","description":"Type of the object"},{"key":"code","value":"10108","type":"string","description":"Unique object identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Total-Count","value":"2"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3408"},{"key":"Date","value":"Mon, 14 Aug 2023 06:44:58 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"typeName\": \"Malli (Vertex)\",\n        \"revision\": \"0\",\n        \"revisionCount\": 4,\n        \"checkedOutUserId\": \"\",\n        \"label\": \"10108, Alapalkki, vasen\",\n        \"name\": \"10108\",\n        \"description\": \"Alapalkki, vasen\",\n        \"comment\": \"\",\n        \"author\": \"Seppo Suunnittelupäällikkö\",\n        \"authorId\": \"39\",\n        \"creator\": \"Mikko Suunnittelija\",\n        \"creatorId\": \"40\",\n        \"owner\": \"\",\n        \"ownerId\": \"\",\n        \"publicity\": \"i\",\n        \"publicityName\": \"Sisäinen\",\n        \"classification\": \"10\",\n        \"classificationName\": \"Osa\",\n        \"statusName\": \"Hyväksytty\",\n        \"status\": \"approved\",\n        \"transferStatus\": \"NONE\",\n        \"dated\": null,\n        \"creationTime\": 1047314613000,\n        \"modifiedTime\": 1516794512000,\n        \"thumbnailSource\": null,\n        \"thumbnailMimeType\": null,\n        \"thumbnail\": null,\n        \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACoSURBVHjaYvz//z8DLQATA40AC7oA35ZNZHvhk48fI1aDQYZ+lpVl4GVkJN3UR4/wBwVZhg5oGGMDX4Ap5/+/f3jV8JJqMMjQ4H//GXY+fUpdF4NcCjIUOcYHNIxHDR4E6ZiNmZlBSVyCqDIEZ1mBDbAD8XV2NgZ2OTkw/ycQ/8JS1PI+fkx6zmNHY7MTUZ7QL/I+EygTyIo8UOBTUtAjA8YhV+cBBBgAJ7g22LXw6kkAAAAASUVORK5CYII=\",\n        \"extAttributes\": {\n            \"ZMAX\": null,\n            \"DESCR1_FI\": \"Alapalkki, vasen\",\n            \"CREATEGLB\": null,\n            \"DESCR2_EN\": \"\",\n            \"CREATELIGHTSAT\": null,\n            \"DESCR3_FI\": \"\",\n            \"DRAWN_BY\": \"MP\",\n            \"XMAX\": null,\n            \"CREATEIFC\": \"\",\n            \"CREATESAT\": null,\n            \"AMOUNTEQ\": null,\n            \"DICTIONARYID2\": null,\n            \"DICTIONARYID3\": null,\n            \"CONN_ID\": \"\",\n            \"YMIN\": null,\n            \"CREATEPDF3D\": null,\n            \"SAVE_TIME\": \"2018-01-24 11:48:11 GMT\",\n            \"CREATESTEP\": \"\",\n            \"WEIGHT\": \"9.760\",\n            \"CREATELIGHTMODEL\": null,\n            \"DESCR3_EN\": \"\",\n            \"YMAX\": null,\n            \"DESCR2_FI\": \"\",\n            \"MEASURED\": null,\n            \"DESCR1_EN\": \"\",\n            \"PARAMETERS\": null,\n            \"D_DATE\": \"2002-01-07\",\n            \"NOUPDATE\": \"\",\n            \"REV_BY\": null,\n            \"ZMIN\": null,\n            \"XMIN\": null,\n            \"DIMEQ\": \"\",\n            \"CREATEREFMODEL\": null,\n            \"CREATELIGHTSTEP\": null,\n            \"CHANGEDOCID\": \"\"\n        },\n        \"connections\": null,\n        \"translationId\": \"\",\n        \"oldRevision\": false,\n        \"baseClass\": \"doc\",\n        \"type\": \"model\",\n        \"objCode\": \"10108\"\n    },\n    {\n        \"typeName\": \"Piirustus (Vertex)\",\n        \"revision\": \"0\",\n        \"revisionCount\": 3,\n        \"checkedOutUserId\": \"\",\n        \"label\": \"10108, Alapalkki, vasen\",\n        \"name\": \"10108\",\n        \"description\": \"Alapalkki, vasen\",\n        \"comment\": \"\",\n        \"author\": \"Test User\",\n        \"authorId\": \"41\",\n        \"creator\": \"Mikko Suunnittelija\",\n        \"creatorId\": \"40\",\n        \"owner\": \"\",\n        \"ownerId\": \"\",\n        \"publicity\": \"i\",\n        \"publicityName\": \"Sisäinen\",\n        \"classification\": \"MEC\",\n        \"classificationName\": \"Mekaniikka\",\n        \"statusName\": \"Hyväksytty\",\n        \"status\": \"approved\",\n        \"transferStatus\": \"NONE\",\n        \"dated\": null,\n        \"creationTime\": 1047314651000,\n        \"modifiedTime\": 1691568772000,\n        \"thumbnailSource\": null,\n        \"thumbnailMimeType\": null,\n        \"thumbnail\": null,\n        \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACJSURBVHja7JWLCsAgCEXVot+uPrzchA1GGGy5BoMuGER0NB+EzAwzRDBJ/wN7WXLOw4mOMaJ6IMVLKfGI5N5xF1qjnrNa692I1Re/kmMNroIREYjIBPfWaHdYu2cpqLemoOdoTd5HI60NyNVkWEIIdrD0sdgpAZdSwDn3HNz2o1W4fpDp4E2AAQCfAYhpRLDuRQAAAABJRU5ErkJggg==\",\n        \"extAttributes\": {\n            \"DESCR1_FI\": \"Alapalkki, vasen\",\n            \"SPBOOKLET\": \"\",\n            \"DESCR2_EN\": \"Hex Screw\",\n            \"DESCR3_FI\": \"Laippa\",\n            \"DRAWN_BY\": \"MP\",\n            \"MOD_ID\": \"\",\n            \"DICTIONARYID2\": \"pid:176\",\n            \"DICTIONARYID3\": \"pid:815\",\n            \"CONN_ID\": \"\",\n            \"REPLACED\": \"\",\n            \"SUPPORT\": \"\",\n            \"C_BLOCK\": \"Blokki\",\n            \"DOC_TYPE\": \"\",\n            \"MANUFBOOKLET\": \"\",\n            \"R_DESCR_EN\": \"\",\n            \"SHEET_NUMBERS\": \"\",\n            \"TOLER\": \"\",\n            \"REPLACE\": \"\",\n            \"WEIGHT\": \"9.760\",\n            \"ES_KENT\": \"\",\n            \"DESCR3_EN\": \"Flange\",\n            \"DESCR2_FI\": \"Kuusiomutteri\",\n            \"DEPARTMENT\": \"\",\n            \"MEASURED\": \"\",\n            \"DESCR1_EN\": \"Lower bar, left\",\n            \"RELEASE\": null,\n            \"D_DATE\": \"2002-01-07\",\n            \"SHEET_NUMBER\": \"\",\n            \"REV_BY\": \"\",\n            \"TRANSFERED_I\": null,\n            \"CHANGEDOCID\": \"\",\n            \"LANG_CODE\": \"\",\n            \"KEYWORDS\": \"\",\n            \"WPBOOKLET\": \"\"\n        },\n        \"connections\": null,\n        \"translationId\": \"\",\n        \"oldRevision\": false,\n        \"baseClass\": \"doc\",\n        \"type\": \"drawing\",\n        \"objCode\": \"10108\"\n    }\n]"},{"id":"733cffdc-c189-4902-9282-757111479efd","name":"Search for connections of the specified object.","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"Bearer + JWT token"}],"url":{"raw":"http://localhost:8080/api/rest/v1/objects/:type/:code/connections","host":["http://localhost:8080"],"path":["api","rest","v1","objects",":type",":code","connections"],"variable":[{"key":"type","value":"item","type":"string","description":"Type of the object"},{"key":"code","value":"10280","type":"string","description":"Unique object identifier"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 14 Aug 2023 06:45:49 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d9d9dda2-082d-49ec-bdac-46354a6151d5"}],"id":"9ac8c95f-d172-4bed-a487-b296f9d6cf98","description":"<p>Functions to search data objects. Read more: <a href=\"https://kb.vertex.fi/flow2023fi/flow-kaeyttoeohjeet/objektien-hakutoiminnot\">https://kb.vertex.fi/flow2023fi/flow-kaeyttoeohjeet/objektien-hakutoiminnot</a> (in Finnish)</p>\n","event":[{"listen":"prerequest","script":{"id":"9c4918ff-e8e8-4fbd-b5d9-b92523924507","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2920e514-a9d9-4935-951c-42611af05b66","type":"text/javascript","exec":[""]}}],"_postman_id":"9ac8c95f-d172-4bed-a487-b296f9d6cf98","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"classifications","item":[{"name":"Get classifications","id":"1adfc407-7292-4fbe-be41-58aae8416c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/objects/classifications","description":"<p>Gets all classifications.</p>\n","urlObject":{"path":["api","rest","v1","objects","classifications"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"6f906e1a-5f48-47f5-96af-157be141d696","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/classifications"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"715a3379-d59c-42fc-902a-0ce7a0af3cf6","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/classifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"type\": \"<string>\",\n  \"data\": {\n   \"empty\": \"<boolean>\"\n  }\n },\n {\n  \"type\": \"<string>\",\n  \"data\": {\n   \"empty\": \"<boolean>\"\n  }\n }\n]"}],"_postman_id":"1adfc407-7292-4fbe-be41-58aae8416c4a"},{"name":"Get classifications of specified type","id":"be1351d3-4ff8-4bbc-a5fe-5798a118c85a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/objects/classifications/:type","description":"<p>Gets the classifications of specified type.</p>\n","urlObject":{"path":["api","rest","v1","objects","classifications",":type"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"e3b6be1a-7053-49a6-a3d8-8ab258a6fcc5","description":{"content":"","type":"text/plain"},"type":"string","value":"<string>","key":"type"}]}},"response":[{"id":"08f8e345-e53c-4293-a998-381b9f72252d","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/classifications/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"type\": \"<string>\",\n  \"data\": {\n   \"empty\": \"<boolean>\"\n  }\n },\n {\n  \"type\": \"<string>\",\n  \"data\": {\n   \"empty\": \"<boolean>\"\n  }\n }\n]"},{"id":"ea8a65fe-d5ba-4a47-b69e-76165acebddd","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/classifications/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be1351d3-4ff8-4bbc-a5fe-5798a118c85a"}],"id":"82286c15-5fdc-4e33-8665-252cc9a8ac46","description":"<p>Funtions for classifications, read more: <a href=\"https://kbfi.vertex.fi/flow/luokitteiden-hallinta\">https://kbfi.vertex.fi/flow/luokitteiden-hallinta</a> (in Finnish)</p>\n","event":[{"listen":"prerequest","script":{"id":"de7e71be-3944-4087-b32a-3ddd8c8a28d9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ae2d2809-41d6-4fa9-9da8-2e9ff06fee44","type":"text/javascript","exec":[""]}}],"_postman_id":"82286c15-5fdc-4e33-8665-252cc9a8ac46","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"codes","item":[{"name":"Unique code","id":"fa3f14b4-3271-4990-81d3-8c8b5366d5c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/objects/code/:codeId","description":"<p>Gets the unique code for a new object. Basically every object should have unique identifier (code).</p>\n","urlObject":{"path":["api","rest","v1","objects","code",":codeId"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"642b4b32-171a-4dba-be52-6189453f929c","description":{"content":"","type":"text/plain"},"type":"string","value":"<string>","key":"codeId"}]}},"response":[{"id":"4d631974-27c5-4cf6-af2b-721356638fef","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/code/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6884a16f-c82c-4d93-849e-93c7cbbc57d9","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/code/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa3f14b4-3271-4990-81d3-8c8b5366d5c9"},{"name":"Code series identifiers","id":"9fdcc42f-98ea-42ef-8d20-4eb27da75af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/:type","description":"<p>Gets the possible code series (one or many) for new object.</p>\n","urlObject":{"path":["api","rest","v1","objects","codes",":type"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"ed3a8bfc-f353-4831-ae3f-8f48799b8542","description":{"content":"","type":"text/plain"},"type":"string","value":"<string>","key":"type"}]}},"response":[{"id":"641097a6-37dc-4d5e-bb86-2bfa866fc878","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n },\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n }\n]"},{"id":"db172a91-52e5-48ba-b1db-8bf252ed5d0d","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9fdcc42f-98ea-42ef-8d20-4eb27da75af2"}],"id":"7c132447-ffd5-4d42-90fe-9e85bd412f87","event":[{"listen":"prerequest","script":{"id":"c3a622b7-b5a4-4a10-b527-f10cf678869f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8b4ff8b3-9ee2-4d2a-a570-b75213b375ab","type":"text/javascript","exec":[""]}}],"_postman_id":"7c132447-ffd5-4d42-90fe-9e85bd412f87","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"status","item":[{"name":"Gets properties of the required state","id":"41061798-bd19-41df-9375-1221b5bf0f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/objects/status/:statusId","description":"<p>Gets the possible code series (one or many) for new object.</p>\n","urlObject":{"path":["api","rest","v1","objects","status",":statusId"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the status</p>\n","type":"text/plain"},"type":"any","value":"verified","key":"statusId"}]}},"response":[{"id":"9f4e67e6-05ad-4bf1-8543-3052b5f9f80b","name":"Properties of the \"draft\" state","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"Bearer + JWT token"}],"url":{"raw":"http://localhost:8080/api/rest/v1/objects/status/:statusId","host":["http://localhost:8080"],"path":["api","rest","v1","objects","status",":statusId"],"variable":[{"key":"statusId","value":"draft","description":"Identifier of the status"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"140"},{"key":"Date","value":"Wed, 12 Jun 2024 13:01:13 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusId\": \"draft\",\n    \"statusName\": \"Luonnos\",\n    \"properties\": {\n        \"statename_en\": \"Draft\",\n        \"watermark\": \"\",\n        \"stateposition\": \"1\",\n        \"property\": \"draft.true\"\n    }\n}"},{"id":"64d921db-b01d-4999-acc2-647c494f1545","name":"Properties of the \"verified\" state","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"Bearer + JWT token"}],"url":{"raw":"http://localhost:8080/api/rest/v1/objects/status/:statusId","host":["http://localhost:8080"],"path":["api","rest","v1","objects","status",":statusId"],"variable":[{"key":"statusId","value":"verified","description":"Identifier of the status"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"194"},{"key":"Date","value":"Wed, 12 Jun 2024 13:03:47 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusId\": \"verified\",\n    \"statusName\": \"Tarkastettu\",\n    \"properties\": {\n        \"statename_en\": \"Verified\",\n        \"watermark\": \"\",\n        \"stateposition\": \"3\",\n        \"viewed\": \"\",\n        \"property\": \"draft.true\",\n        \"updtitleblock\": \"\",\n        \"viewed1\": \"\"\n    }\n}"},{"id":"ddbdf6f7-8c40-49ce-9072-bd980f947559","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41061798-bd19-41df-9375-1221b5bf0f40"},{"name":"Gets possible next states of the object","id":"bb6a671f-dc3d-4c80-8426-17f10df5773e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"description":"<p>Bearer + JWT token</p>\n","key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/to-status/:type/:code/:revision","description":"<p>Gets the possible code series (one or many) for new object.</p>\n","urlObject":{"path":["api","rest","v1","objects","to-status",":type",":code",":revision"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"document","key":"type"},{"type":"string","value":"D100359","key":"code"},{"type":"string","value":"A","key":"revision"}]}},"response":[{"id":"1c346a02-1427-4030-a365-290706e2a910","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3de7613d-a84c-4933-ab41-84945c501473","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n },\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n }\n]"}],"_postman_id":"bb6a671f-dc3d-4c80-8426-17f10df5773e"},{"name":"Gets possible state transitions","id":"74bf272a-770d-4314-9d56-44ccf379efc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"description":"<p>Bearer + JWT token</p>\n","key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/:type/:code/:revision/state-transitions","description":"<p>Gets the possible code series (one or many) for new object.</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code",":revision","state-transitions"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"document","key":"type"},{"type":"string","value":"D100359","key":"code"},{"type":"string","value":"0","key":"revision"}]}},"response":[{"id":"257bb17c-4032-4c16-b41d-a36c98c5426f","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n },\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n }\n]"},{"id":"b32fd1ad-d5fe-42ae-afad-f5721bc492b8","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74bf272a-770d-4314-9d56-44ccf379efc0"},{"name":"Gets initial state of the object","id":"09f620e7-cf0b-4ced-b6f4-23a046651bbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"description":"<p>Bearer + JWT token</p>\n","key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/:type/:code/:revision/initial-state","description":"<p>Gets the possible code series (one or many) for new object.</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code",":revision","initial-state"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"item","key":"type"},{"type":"string","value":"100037","key":"code"},{"type":"string","value":"0","key":"revision"}]}},"response":[{"id":"a62a3add-6a57-4723-a72a-ff967bbcc5ae","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n },\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n }\n]"},{"id":"ac890000-1d51-4bbe-b341-e35e53cde7c6","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"09f620e7-cf0b-4ced-b6f4-23a046651bbc"},{"name":"Make state transition (by state transition)","id":"db16a6f2-d68e-4ff3-835f-03d2750965ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[{"description":"<p>Bearer + JWT token</p>\n","key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/:type/:code/:revision/state-transition/:stateTransitionId","description":"<p>Gets the possible code series (one or many) for new object.</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code",":revision","state-transition",":stateTransitionId"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"","key":"type"},{"type":"string","value":"","key":"code"},{"type":"string","value":"","key":"revision"},{"type":"string","value":"","key":"stateTransitionId"}]}},"response":[{"id":"513df4fe-f9dd-4467-9d35-48cc5573b49a","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d07ed0b4-6731-4c25-be13-da6d17dea46e","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n },\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n }\n]"}],"_postman_id":"db16a6f2-d68e-4ff3-835f-03d2750965ee"},{"name":"Make status change (by status Id)","id":"3015808a-6cac-4163-8916-fdfaa977a942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[{"description":"<p>Bearer + JWT token</p>\n","key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/:type/:code/:revision/state/:statusId","description":"<p>Gets the possible code series (one or many) for new object.</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code",":revision","state",":statusId"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"","key":"type"},{"type":"string","value":"","key":"code"},{"type":"string","value":"","key":"revision"},{"description":{"content":"<p>Id of the state</p>\n","type":"text/plain"},"type":"string","value":"","key":"statusId"}]}},"response":[{"id":"11832e4f-af2e-428d-8dcc-8dc380acdc43","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"69184bf1-f8ea-4be9-80df-6859ebb31788","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/codes/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n },\n {\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultSeries\": \"<boolean>\"\n }\n]"}],"_postman_id":"3015808a-6cac-4163-8916-fdfaa977a942"}],"id":"1be19707-4924-42c1-884c-af7267475014","_postman_id":"1be19707-4924-42c1-884c-af7267475014","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"Create new object","id":"777259e6-f79b-4811-8efa-495528bb2912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>Bearer + JWT token</p>\n","key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"description\":\"description\",\r\n\"name\":\"name\",\r\n\"classificationDescr\": \"Osa\",\r\n\"extAttributes\":{\"descr1_fi\":\"kuvaus suomeksi\", \"classification\":\"10|12\"}\r\n}"},"url":"http://localhost:8080/api/rest/v1/objects/:type/:code","description":"<p>Creates new object.</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Object type (e.g. document, model, drawing, ...)</p>\n","type":"text/plain"},"type":"string","value":"model","key":"type"},{"description":{"content":"<p>Unique code of the obejct (e.g. D1000012, VX123456), for more info look at the codes section</p>\n","type":"text/plain"},"type":"string","value":"vx-malli","key":"code"}]}},"response":[{"id":"a301f62c-c23f-48b9-add0-c5275f646097","name":"successful operation","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/objects/<string>/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"},{"id":"d62d2a96-a6f0-469a-badb-9dd0f2394dc1","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/objects/<string>/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"feb0f96f-04f8-4c1a-a4b5-19579887e3ce","name":"Mandatory attribute code not defined or invalid value","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/objects/<string>/<string>"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"777259e6-f79b-4811-8efa-495528bb2912"},{"name":"Create connection between objects","id":"05733443-4e4c-4215-aa1f-02840f9db39e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>Bearer + JWT token</p>\n","key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"revision\": \"0\",\r\n  \"type\": \"document\",\r\n  \"objCode\": \"D100340\"\r\n}"},"url":"http://localhost:8080/api/rest/v1/objects/connection/:type/:code/:revision","description":"<p>Create connection between objects. Returns true if connection was succesfully made. Returns false if connection already exists.</p>\n","urlObject":{"path":["api","rest","v1","objects","connection",":type",":code",":revision"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Type of the object</p>\n","type":"text/plain"},"type":"string","value":"item","key":"type"},{"description":{"content":"<p>Unique code of the object</p>\n","type":"text/plain"},"type":"string","value":"10280","key":"code"},{"description":{"content":"<p>Revision of the object</p>\n","type":"text/plain"},"type":"string","value":"0","key":"revision"}]}},"response":[{"id":"277db8cc-9572-4f4a-86a2-df13cf868ab3","name":"Create connection between objects","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"revision\": \"0\",\r\n  \"type\": \"document\",\r\n  \"objCode\": \"D100340\"\r\n}"},"url":{"raw":"http://localhost:8080/api/rest/v1/objects/connection/:type/:code/:revision","host":["http://localhost:8080"],"path":["api","rest","v1","objects","connection",":type",":code",":revision"],"variable":[{"key":"type","value":"item","description":"Type of the object"},{"key":"code","value":"10280","description":"Unique code of the object"},{"key":"revision","value":"0","description":"Revision of the object"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Tue, 15 Dec 2020 11:00:18 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"05733443-4e4c-4215-aa1f-02840f9db39e"},{"name":"Edit existing object","id":"bcd42559-cf13-493b-b9d9-a641d14bce6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"uusi kuvaus\",\r\n    \"translationId\": \"sdhglsdgh\",\r\n      \"objname\": \"uusi nimix\",\r\n    \"extAttributes\": {\r\n    }\r\n}"},"url":"http://localhost:8080/api/rest/v1/objects/:type/:code","description":"<p>Edit metadata of the existing object (latest revision of the object).</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"","type":"text/plain"},"type":"string","value":"0000000001","key":"type"},{"description":{"content":"","type":"text/plain"},"type":"string","value":"D100359","key":"code"}]}},"response":[{"id":"0a389854-0b80-42a6-86e1-c35b2c5153ef","name":"Internal server error.","originalRequest":{"method":"PUT","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/objects/<string>/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0fdca2ce-7bee-4b56-9477-949922f06951","name":"Mandatory attribute code not defined or invalid value","originalRequest":{"method":"PUT","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/objects/<string>/<string>"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b973d187-1b59-4986-b397-f4fcccd28783","name":"successful operation","originalRequest":{"method":"PUT","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/objects/<string>/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"bcd42559-cf13-493b-b9d9-a641d14bce6e"},{"name":"Get mandatory attributes of the specified object type","id":"5a1590f1-2a03-49df-8a63-225aff7448df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/objects/:type/required-attributes","urlObject":{"path":["api","rest","v1","objects",":type","required-attributes"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"item","key":"type"}]}},"response":[{"id":"8c2e16ff-2e64-44b9-be77-2158a4d119e3","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/classifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"type\": \"<string>\",\n  \"data\": {\n   \"empty\": \"<boolean>\"\n  }\n },\n {\n  \"type\": \"<string>\",\n  \"data\": {\n   \"empty\": \"<boolean>\"\n  }\n }\n]"},{"id":"910e692b-7dda-4353-98a0-886b172d3637","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/classifications"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a1590f1-2a03-49df-8a63-225aff7448df"},{"name":"Get all the attributes of the specified object type (with attribute properties)","id":"2c8ff81a-82f3-4732-b953-1eb1e22a7d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/objects/:type/attributes","urlObject":{"path":["api","rest","v1","objects",":type","attributes"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"item","key":"type"}]}},"response":[{"id":"74d3d9f3-3d30-4e9d-af2d-3a852c416b2d","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/classifications"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ae1ccc4b-18e4-43ab-bb01-6ea953d77452","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/classifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"type\": \"<string>\",\n  \"data\": {\n   \"empty\": \"<boolean>\"\n  }\n },\n {\n  \"type\": \"<string>\",\n  \"data\": {\n   \"empty\": \"<boolean>\"\n  }\n }\n]"}],"_postman_id":"2c8ff81a-82f3-4732-b953-1eb1e22a7d0a"},{"name":"Get permissions of PDM object","id":"9c9eda8d-6ee6-442f-87ee-dd65f6156aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"description":"<p>Bearer + JWT token</p>\n","key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/:type/:code/:revision/permissions","description":"<p>Get user permissions of PDM object (eg. read, write, ...).</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code",":revision","permissions"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"item","key":"type"},{"type":"string","value":"10280","key":"code"},{"type":"string","value":"0","key":"revision"}]}},"response":[{"id":"344eea93-b3fe-44a5-8177-62620076e589","name":"Successful operation","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":{"raw":"http://localhost:8080/api/rest/v1/objects/:type/:code/:revision/permissions","host":["http://localhost:8080"],"path":["api","rest","v1","objects",":type",":code",":revision","permissions"],"variable":[{"key":"type","value":"item"},{"key":"code","value":"10280"},{"key":"revision","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"item\",\n    \"objCode\": \"10280\",\n    \"revision\": \"0\",\n    \"permissions\": [\n        \"pdm.edit\",\n        \"pdm.write\",\n        \"pdm.read\",\n        \"pdm.view\",\n        \"pdm.rmeta\"\n    ]\n}"}],"_postman_id":"9c9eda8d-6ee6-442f-87ee-dd65f6156aa8"}],"id":"08d6ef33-a4d8-4fff-9b17-6bdda7928624","description":"<p>Functions to handle product data management objects such as documents, products, projects, items etc... Read for more: <a href=\"https://kb.vertex.fi/flow2023fi/flow-kaeyttoeohjeet/objektien-kaeyttoe\">https://kb.vertex.fi/flow2023fi/flow-kaeyttoeohjeet/objektien-kaeyttoe</a> (in Finnish)</p>\n","event":[{"listen":"prerequest","script":{"id":"abe36688-c437-44aa-ad1c-3555276825fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2ebd2825-31df-40e0-9c52-21fd02f27976","type":"text/javascript","exec":[""]}}],"_postman_id":"08d6ef33-a4d8-4fff-9b17-6bdda7928624","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"documents","item":[{"name":"Checkout the document","id":"2a0b9478-d04b-4a7d-b06e-77393bc77d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/documents/:type/:code/checkout","description":"<p>Checkout the document object for editing. This is how you prevent other user to edit same document simultaneously</p>\n","urlObject":{"path":["api","rest","v1","documents",":type",":code","checkout"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"06af97cb-dd7b-480d-aaa8-b7d95790aaa4","description":{"content":"","type":"text/plain"},"type":"string","value":"<string>","key":"type"},{"id":"528f194a-e086-4cf9-b4ba-2a0ca8bd8cda","description":{"content":"","type":"text/plain"},"type":"string","value":"<string>","key":"code"}]}},"response":[{"id":"60f327b7-dce2-40a2-bccf-805fbcf76ef2","name":"Checkout the document","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"<string>","description":"Bearer + JWT token"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n     \"extAttributes\": {\"checkoutComment\":\"Under construction comment\"}\r\n}"},"url":{"raw":"http://localhost:8080/api/rest/v1/documents/:type/:code/checkout","protocol":"http","host":["localhost"],"port":"8080","path":["api","rest","v1","documents",":type",":code","checkout"],"variable":[{"key":"type","value":"document","description":{"content":"","type":"text/plain"}},{"key":"code","value":"I98","description":{"content":"","type":"text/plain"}}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1755"},{"key":"Date","value":"Wed, 16 Dec 2020 15:18:02 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"typeName\": \"Document\",\n    \"revision\": \"0\",\n    \"revisionCount\": 1,\n    \"checkedOutUserId\": \"5\",\n    \"label\": \"I98, DD\",\n    \"name\": \"AA\",\n    \"description\": \"DD\",\n    \"comment\": \"\",\n    \"author\": \"Test User\",\n    \"authorId\": \"41\",\n    \"creator\": \"Test User\",\n    \"creatorId\": \"41\",\n    \"owner\": \"\",\n    \"ownerId\": \"\",\n    \"publicity\": \"i\",\n    \"publicityName\": \"Internal\",\n    \"classification\": \"10\",\n    \"classificationName\": \"Osa\",\n    \"statusName\": \"Luonnos\",\n    \"status\": \"draft\",\n    \"dated\": null,\n    \"creationTime\": 1608130113000,\n    \"modifiedTime\": 1608130113000,\n    \"thumbnailSource\": null,\n    \"thumbnailMimeType\": null,\n    \"thumbnail\": null,\n    \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n    \"extAttributes\": {\n        \"COMPONENT_SWCONFIG\": \"\",\n        \"DESCR1_FI\": \"DD\",\n        \"DESCR2_EN\": \"\",\n        \"ABC_CLASS\": \"\",\n        \"ITEMGROUP\": \"ASSEMBLY\",\n        \"INSTOCK\": \"\",\n        \"SPAREPART\": \"\",\n        \"DICTIONARYID2\": \"\",\n        \"PURCHASE\": \"\",\n        \"DENSITY\": \"\",\n        \"USE_PURCHASECOST\": \"\",\n        \"DESCRIPTION2_FI\": \"\",\n        \"SPDESCR1_EN\": \"\",\n        \"COLOR\": \"\",\n        \"SALESDESCR1_FI\": \"\",\n        \"SPDESCR1_SV\": \"\",\n        \"COMPONENT_REPRE\": \"\",\n        \"MODBOOKLET_IMG\": \"\",\n        \"WEARPART\": \"\",\n        \"SALESDICTIONARYID1\": \"\",\n        \"WEIGHT\": \"0.0\",\n        \"SPEC\": \"\",\n        \"STANDARD\": \"\",\n        \"UNIT\": \"KPL\",\n        \"DESCR2_FI\": \"\",\n        \"EDITABLE_UNITPRICE\": \"\",\n        \"MEASURED\": \"\",\n        \"ALLOWPRICING\": \"\",\n        \"DESCR1_EN\": \"\",\n        \"COMPONENT_LIBRARY\": \"\",\n        \"DESCRIPTION2_EN\": \"\",\n        \"COMPONENT_PARAMETERS\": \"\",\n        \"TEMPLATEITEM\": \"TMPLT1\",\n        \"PREVENTTRANSFER\": \"on\",\n        \"COMPONENT_SWMATER\": \"\",\n        \"SWOBJCODE\": \"\",\n        \"PDMTAGID\": \"\",\n        \"TRANSFERED_I\": null,\n        \"SPDESCR1_FI\": \"\",\n        \"PIC_ID\": \"\",\n        \"SPDICTIONARYID1\": \"\",\n        \"VENDOR\": \"\",\n        \"MODBOOKLET\": \"\",\n        \"MARK_STD\": \"\",\n        \"SALESDESCR1_EN\": \"\",\n        \"SPDESCR1_DE\": \"\"\n    },\n    \"connections\": null,\n    \"oldRevision\": false,\n    \"translationId\": \"\",\n    \"baseClass\": \"doc\",\n    \"type\": \"document\",\n    \"objCode\": \"I98\"\n}"}],"_postman_id":"2a0b9478-d04b-4a7d-b06e-77393bc77d62"},{"name":"Check-in document and file","id":"6c6b4ebc-cf6a-4742-b07e-1df19b264150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>File to upload</p>\n","type":"file","value":null},{"key":"checkinComment","value":"","description":"<p>Optional description of the changes made (v. 1.9.1)</p>\n","type":"text"}]},"url":"http://localhost:8080/api/rest/v1/documents/:type/:code/:overwrite/:newRevision/checkin","description":"<p>Checks in document and uploads new file for latest or new revision.</p>\n","urlObject":{"path":["api","rest","v1","documents",":type",":code",":overwrite",":newRevision","checkin"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Document type</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"type"},{"description":{"content":"<p>Unique code of the document</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"code"},{"description":{"content":"<p>Overwrite or create new revison</p>\n","type":"text/plain"},"type":"any","value":"true/false","key":"overwrite"},{"description":{"content":"<p>Revision identifier, e.g. A, B</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"newRevision"}]}},"response":[],"_postman_id":"6c6b4ebc-cf6a-4742-b07e-1df19b264150"},{"name":"Uncheck object","id":"0f34b6d1-472a-4416-8e19-630902cc099c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n     \"extAttributes\": {\"checkoutComment\": \"test\"}\r\n}"},"url":"http://localhost:8080/api/rest/v1/documents/:type/:code/uncheck","description":"<p>Changes is not made, undo changes and release the object for other users..</p>\n","urlObject":{"path":["api","rest","v1","documents",":type",":code","uncheck"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"","type":"text/plain"},"type":"string","value":"<string>","key":"type"},{"description":{"content":"","type":"text/plain"},"type":"string","value":"<string>","key":"code"}]}},"response":[{"id":"05c52cf3-acf4-448e-825d-789fa5a5c2a5","name":"Mandatory attribute code not defined or invalid value","originalRequest":{"method":"PUT","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/documents/<string>/<string>/uncheck"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6c3bc01a-3790-404e-ae66-5b881687e01f","name":"Internal server error.","originalRequest":{"method":"PUT","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/documents/<string>/<string>/uncheck"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a39a8ecc-9774-4f25-b9fd-617e1ad56481","name":"successful operation","originalRequest":{"method":"PUT","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/documents/<string>/<string>/uncheck"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"0f34b6d1-472a-4416-8e19-630902cc099c"},{"name":"Upload document file","id":"947052d0-2608-483f-90ad-b36d304472a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>Bearer + JWT token</p>\n","key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>File to upload</p>\n","value":null}]},"url":"http://localhost:8080/api/rest/v1/documents/:type/:code/:revision/uploadFile/:primary?language-code&file-property","description":"<p>Uploads a new file for a existing document object (latest revision). Multiple files with same file extension can be uploaded by using language-code or file-property query parameters.</p>\n","urlObject":{"path":["api","rest","v1","documents",":type",":code",":revision","uploadFile",":primary"],"host":["http://localhost:8080"],"query":[{"description":{"content":"<p>Optional language code of the file, e.g. en, fi, sv, max 8 char</p>\n","type":"text/plain"},"key":"language-code","value":null},{"description":{"content":"<p>Optional description of the file, e.g. sparepart, lightmodel, max 16 char</p>\n","type":"text/plain"},"key":"file-property","value":null}],"variable":[{"type":"string","value":"model","key":"type"},{"type":"string","value":"VX3001504","key":"code"},{"type":"string","value":"0","key":"revision"},{"type":"string","value":"true","key":"primary"}]}},"response":[{"id":"3657ebb1-72fe-4e26-9826-761a16265105","name":"successful operation","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>"}]},"url":"http://localhost:8080/api/rest/v1/documents/<text>/<text>/<string>/uploadFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"},{"id":"5fc064bb-f28b-4f12-bf1c-823f16858523","name":"Object must be checked out by user","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>"}]},"url":"http://localhost:8080/api/rest/v1/documents/<text>/<text>/<string>/uploadFile"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6cfcf96d-59ce-44bf-85d4-360dc902d0ff","name":"There is no file found at request.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>"}]},"url":"http://localhost:8080/api/rest/v1/documents/<text>/<text>/<string>/uploadFile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd44fbb5-ca78-4c11-869d-40bc14dce655","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>"}]},"url":"http://localhost:8080/api/rest/v1/documents/<text>/<text>/<string>/uploadFile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"947052d0-2608-483f-90ad-b36d304472a0"},{"name":"Upload viewer file for a document","id":"9cd2aa51-a0f2-45dd-b17d-45b96661646f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>Bearer + JWT token</p>\n","key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>File to upload</p>\n","value":null}]},"url":"http://localhost:8080/api/rest/v1/documents/:type/:code/:revision/uploadFile/viewer","description":"<p>Uploads a new file for a existing document object (latest revision). New revision is created.</p>\n","urlObject":{"path":["api","rest","v1","documents",":type",":code",":revision","uploadFile","viewer"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"fc38b593-48c6-4a9a-a8e4-926838fdeee0","type":"string","value":"model","key":"type"},{"id":"fd60dcde-9eba-4c18-9efd-d7e0e69a2dbd","type":"string","value":"VX3001504","key":"code"},{"id":"0895f7cb-47f0-4f55-84cb-3010db61ef0b","type":"string","value":"0","key":"revision"}]}},"response":[{"id":"11aad626-80c2-4e9f-9fa0-0e779c1fc934","name":"Object must be checked out by user","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>"}]},"url":"http://localhost:8080/api/rest/v1/documents/<text>/<text>/<string>/uploadFile"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7898b3ec-6f9e-4a39-abfd-df3b040ff1aa","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>"}]},"url":"http://localhost:8080/api/rest/v1/documents/<text>/<text>/<string>/uploadFile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8041a249-448d-4058-8601-cffeefa0be1d","name":"There is no file found at request.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>"}]},"url":"http://localhost:8080/api/rest/v1/documents/<text>/<text>/<string>/uploadFile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e4d4b305-3b48-450e-8a6a-610b3ec08a6d","name":"successful operation","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>"}]},"url":"http://localhost:8080/api/rest/v1/documents/<text>/<text>/<string>/uploadFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"9cd2aa51-a0f2-45dd-b17d-45b96661646f"},{"name":"Download document file","id":"c662acfa-d39c-4a3f-98f1-b05e0355710e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/documents/:type/:code/:revision/downloadFile","description":"<p>Download document file.</p>\n","urlObject":{"path":["api","rest","v1","documents",":type",":code",":revision","downloadFile"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"3930787f-e4e0-4b0f-968c-3d1fbc67e25e","description":{"content":"","type":"text/plain"},"type":"string","value":"<text>","key":"type"},{"id":"acf34e0d-af55-42c3-b33f-b5907472557d","description":{"content":"","type":"text/plain"},"type":"string","value":"<text>","key":"code"},{"id":"0ea784e3-4c7d-40ba-b64f-b0018520f5e6","description":{"content":"","type":"text/plain"},"type":"string","value":"<text>","key":"revision"}]}},"response":[{"id":"46114e8d-673f-4b82-8834-462fbff2c999","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/documents/<text>/<text>/<text>/downloadFile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ef98bd7c-7232-467c-84ae-191402e92f58","name":"File as stream.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/documents/<text>/<text>/<text>/downloadFile"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c662acfa-d39c-4a3f-98f1-b05e0355710e"}],"id":"3b9075cf-ca90-4ca8-90f5-0457de5dbf0f","description":"<p>Document related functions. Read more: <a href=\"https://kbfi.vertex.fi/flow/dokumentit-ja-niiden-kasittely\">https://kbfi.vertex.fi/flow/dokumentit-ja-niiden-kasittely</a> (in Finnish)</p>\n","event":[{"listen":"prerequest","script":{"id":"8629c65e-5dc3-44ff-85b8-22698ab617a3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"19ef8847-6a56-4286-9464-5b397fb2ab88","type":"text/javascript","exec":[""]}}],"_postman_id":"3b9075cf-ca90-4ca8-90f5-0457de5dbf0f","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"items","item":[{"name":"Sets or updates bill of materials to Flow (for latest revision)","id":"a08cf6ff-98da-4adb-9473-7ad2c61a054a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8080/api/rest/v1/items/:code/bom","description":"<p>Setting item structure (BOM) for an item. Steps are:</p>\n<ol>\n<li><p>check out the selected item object (only checked out item can be modified)</p>\n</li>\n<li><p>Post BOM rows for an item</p>\n</li>\n<li><p>Finally check in the item object</p>\n</li>\n</ol>\n","urlObject":{"path":["api","rest","v1","items",":code","bom"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the item object</p>\n","type":"text/plain"},"type":"string","value":"","key":"code"}]}},"response":[{"id":"f5b1c05e-7cba-49a7-b84a-f7338644975f","name":"Sets or updates bill of materials","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"Bearer + JWT token"}],"body":{"mode":"raw","raw":"[{\r\n  \"bomObject\": {\r\n    \"revision\": \"0\",\r\n    \"type\": \"item\",\r\n    \"objCode\": \"I100\"\r\n  },\r\n  \"partNumber\": 109,\r\n  \"amount\": 12.1,\r\n  \"extAttributes\": {\"DIMENSIONS\": \"22x100\",\r\n                    \"MARK_STD\": \"1xx0xx\",\r\n                    \"STRUCT_DESCR\": \"lorem ipsum...\",\r\n                    \"PROF_ANGLE1\": \"90\",\r\n                    \"PROF_ANGLE2\": \"90\",\r\n                    \"SPAREPART\": \"0\"}\r\n},\r\n{\r\n  \"bomObject\": {\r\n    \"revision\": \"0\",\r\n    \"type\": \"item\",\r\n    \"objCode\": \"I100\"\r\n  },\r\n  \"partNumber\": 209,\r\n  \"amount\": 5,\r\n  \"extAttributes\": {\"DIMENSIONS\": \"1000\",\r\n                    \"MARK_STD\": \"200\",\r\n                    \"STRUCT_DESCR\": \"lorem ipsum...\",\r\n                    \"SPAREPART\": \"1\"}\r\n}\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/rest/v1/items/:code/bom","host":["http://localhost:8080"],"path":["api","rest","v1","items",":code","bom"],"variable":[{"key":"code","value":"I98"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"text/plain"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 16 Dec 2020 15:21:30 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"a08cf6ff-98da-4adb-9473-7ad2c61a054a"},{"name":"Create item with BOM, overwrites existing or create new revison Copy","id":"3ad9d457-20b4-42e9-82b5-2ef10cb69e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"bomObject\": {\r\n\t\t\t\"typeName\": \"Nimike\",\r\n\t\t\t\"revision\": \"0\",\r\n\t\t\t\"revisionCount\": 2,\r\n\t\t\t\"checkedOutUserId\": \"\",\r\n\t\t\t\"label\": \"DEMO, Demonimike\",\r\n\t\t\t\"name\": \"DEMO1\",\r\n\t\t\t\"description\": \"Demonimike\",\r\n\t\t\t\"comment\": \"\",\r\n\t\t\t\"author\": \"Test User\",\r\n\t\t\t\"authorId\": \"41\",\r\n\t\t\t\"creator\": \"Test User\",\r\n\t\t\t\"creatorId\": \"41\",\r\n\t\t\t\"owner\": \"\",\r\n\t\t\t\"ownerId\": \"\",\r\n\t\t\t\"publicity\": \"i\",\r\n\t\t\t\"publicityName\": \"Sisäinen\",\r\n\t\t\t\"classification\": \"2Srj\",\r\n\t\t\t\"classificationName\": \"Sarjatuotanto vakio\",\r\n\t\t\t\"statusName\": \"Luonnos\",\r\n\t\t\t\"status\": \"draft\",\r\n\t\t\t\"transferStatus\": \"NONE\",\r\n\t\t\t\"dated\": null,\r\n\t\t\t\"creationTime\": 1680691103000,\r\n\t\t\t\"modifiedTime\": 1680691161000,\r\n\t\t\t\"thumbnailSource\": null,\r\n\t\t\t\"thumbnailMimeType\": null,\r\n\t\t\t\"thumbnail\": null,\r\n\t\t\t\"icon\": null,\r\n\t\t\t\"extAttributes\": {\r\n\t\t\t\t\"COMPONENT_SWCONFIG\": \"\",\r\n\t\t\t\t\"DESCR1_FI\": \"Demonimike\",\r\n\t\t\t\t\"DESCR2_EN\": \"\",\r\n\t\t\t\t\"ABC_CLASS\": \"\",\r\n\t\t\t\t\"ITEMGROUP\": \"ASSEMBLY\",\r\n\t\t\t\t\"INSTOCK\": \"\",\r\n\t\t\t\t\"SPAREPART\": \"\",\r\n\t\t\t\t\"DICTIONARYID2\": \"\",\r\n\t\t\t\t\"PURCHASE\": \"\",\r\n\t\t\t\t\"DENSITY\": \"\",\r\n\t\t\t\t\"USE_PURCHASECOST\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_EN\": \"\",\r\n\t\t\t\t\"COLOR\": \"\",\r\n\t\t\t\t\"SALESDESCR1_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_SV\": \"\",\r\n\t\t\t\t\"COMPONENT_REPRE\": \"\",\r\n\t\t\t\t\"MODBOOKLET_IMG\": \"\",\r\n\t\t\t\t\"WEARPART\": \"\",\r\n\t\t\t\t\"SALESDICTIONARYID1\": \"\",\r\n\t\t\t\t\"WEIGHT\": \"1.0000\",\r\n\t\t\t\t\"SPEC\": \"\",\r\n\t\t\t\t\"STANDARD\": \"\",\r\n\t\t\t\t\"UNIT\": \"KPL\",\r\n\t\t\t\t\"DESCR2_FI\": \"\",\r\n\t\t\t\t\"COMPTYPE\": \"\",\r\n\t\t\t\t\"EDITABLE_UNITPRICE\": \"\",\r\n\t\t\t\t\"MEASURED\": \"\",\r\n\t\t\t\t\"ALLOWPRICING\": \"\",\r\n\t\t\t\t\"DESCR1_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_LIBRARY\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_PARAMETERS\": \"\",\r\n\t\t\t\t\"TEMPLATEITEM\": \"\",\r\n\t\t\t\t\"PREVENTTRANSFER\": \"\",\r\n\t\t\t\t\"COMPONENT_SWMATER\": \"\",\r\n\t\t\t\t\"SWOBJCODE\": \"\",\r\n\t\t\t\t\"PDMTAGID\": \"\",\r\n\t\t\t\t\"TRANSFERED_I\": null,\r\n\t\t\t\t\"SPDESCR1_FI\": \"\",\r\n\t\t\t\t\"PIC_ID\": \"\",\r\n\t\t\t\t\"SPDICTIONARYID1\": \"\",\r\n\t\t\t\t\"MODBOOKLET\": \"\",\r\n\t\t\t\t\"SALESDESCR1_EN\": \"\",\r\n\t\t\t\t\"SPDESCR1_DE\": \"\"\r\n\t\t\t},\r\n\t\t\t\"connections\": null,\r\n\t\t\t\"oldRevision\": false,\r\n\t\t\t\"translationId\": \"\",\r\n\t\t\t\"baseClass\": \"item\",\r\n\t\t\t\"type\": \"item\",\r\n\t\t\t\"objCode\": \"DEMO1\"\r\n\t\t},\r\n\t\t\"partNumber\": 0,\r\n\t\t\"amount\": 0.0,\r\n\t\t\"extAttributes\": {\r\n\t\t\t\"PARTNO\": \"0\"\r\n\t\t}\r\n\t},\r\n\t{\r\n\t\t\"bomObject\": {\r\n\t\t\t\"typeName\": \"Nimike\",\r\n\t\t\t\"revision\": \"0\",\r\n\t\t\t\"revisionCount\": 3,\r\n\t\t\t\"checkedOutUserId\": \"\",\r\n\t\t\t\"label\": \"VX3001637, Putkipalkki, 40x20x3\",\r\n\t\t\t\"name\": \"VX3001637\",\r\n\t\t\t\"description\": \"Putkipalkki\",\r\n\t\t\t\"comment\": \"\",\r\n\t\t\t\"author\": \"Test User\",\r\n\t\t\t\"authorId\": \"41\",\r\n\t\t\t\"creator\": \"Test User\",\r\n\t\t\t\"creatorId\": \"41\",\r\n\t\t\t\"owner\": \"\",\r\n\t\t\t\"ownerId\": \"\",\r\n\t\t\t\"publicity\": \"i\",\r\n\t\t\t\"publicityName\": \"Sisäinen\",\r\n\t\t\t\"classification\": \"5Yht|52T\",\r\n\t\t\t\"classificationName\": \"Putkipalkki\",\r\n\t\t\t\"statusName\": \"Luonnos\",\r\n\t\t\t\"status\": \"draft\",\r\n\t\t\t\"transferStatus\": \"NONE\",\r\n\t\t\t\"dated\": null,\r\n\t\t\t\"creationTime\": 1679914628000,\r\n\t\t\t\"modifiedTime\": 1679914628000,\r\n\t\t\t\"thumbnailSource\": null,\r\n\t\t\t\"thumbnailMimeType\": null,\r\n\t\t\t\"thumbnail\": null,\r\n\t\t\t\"icon\": null,\r\n\t\t\t\"extAttributes\": {\r\n\t\t\t\t\"COMPONENT_SWCONFIG\": \"\",\r\n\t\t\t\t\"DESCR1_FI\": \"Putkipalkki\",\r\n\t\t\t\t\"DESCR2_EN\": \"\",\r\n\t\t\t\t\"ABC_CLASS\": \"C\",\r\n\t\t\t\t\"ITEMGROUP\": \"COMPONENT\",\r\n\t\t\t\t\"INSTOCK\": \"\",\r\n\t\t\t\t\"SPAREPART\": \"\",\r\n\t\t\t\t\"DICTIONARYID2\": \"\",\r\n\t\t\t\t\"PURCHASE\": \"\",\r\n\t\t\t\t\"DENSITY\": \"7850\",\r\n\t\t\t\t\"USE_PURCHASECOST\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_EN\": \"\",\r\n\t\t\t\t\"COLOR\": \"\",\r\n\t\t\t\t\"SALESDESCR1_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_SV\": \"\",\r\n\t\t\t\t\"COMPONENT_REPRE\": \"\",\r\n\t\t\t\t\"MODBOOKLET_IMG\": \"\",\r\n\t\t\t\t\"WEARPART\": \"\",\r\n\t\t\t\t\"SALESDICTIONARYID1\": \"\",\r\n\t\t\t\t\"WEIGHT\": \"0.0000\",\r\n\t\t\t\t\"SPEC\": \"\",\r\n\t\t\t\t\"STANDARD\": \"\",\r\n\t\t\t\t\"UNIT\": \"KPL\",\r\n\t\t\t\t\"DESCR2_FI\": \"40x20x3\",\r\n\t\t\t\t\"COMPTYPE\": \"\",\r\n\t\t\t\t\"EDITABLE_UNITPRICE\": \"true\",\r\n\t\t\t\t\"MEASURED\": \"\",\r\n\t\t\t\t\"ALLOWPRICING\": \"\",\r\n\t\t\t\t\"DESCR1_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_LIBRARY\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_PARAMETERS\": \"\",\r\n\t\t\t\t\"TEMPLATEITEM\": \"\",\r\n\t\t\t\t\"PREVENTTRANSFER\": \"\",\r\n\t\t\t\t\"COMPONENT_SWMATER\": \"\",\r\n\t\t\t\t\"SWOBJCODE\": \"\",\r\n\t\t\t\t\"PDMTAGID\": \"\",\r\n\t\t\t\t\"TRANSFERED_I\": null,\r\n\t\t\t\t\"SPDESCR1_FI\": \"\",\r\n\t\t\t\t\"PIC_ID\": \"\",\r\n\t\t\t\t\"SPDICTIONARYID1\": \"\",\r\n\t\t\t\t\"MODBOOKLET\": \"\",\r\n\t\t\t\t\"SALESDESCR1_EN\": \"\",\r\n\t\t\t\t\"SPDESCR1_DE\": \"\"\r\n\t\t\t},\r\n\t\t\t\"connections\": null,\r\n\t\t\t\"oldRevision\": false,\r\n\t\t\t\"translationId\": \"\",\r\n\t\t\t\"baseClass\": \"item\",\r\n\t\t\t\"type\": \"item\",\r\n\t\t\t\"objCode\": \"VX3001637\"\r\n\t\t},\r\n\t\t\"partNumber\": 1,\r\n\t\t\"amount\": 1.0,\r\n\t\t\"extAttributes\": {\r\n\t\t\t\"DIMENSIONS\": \"\",\r\n\t\t\t\"MARK_STD\": \"\"\r\n\t\t}\r\n\t},\r\n\t{\r\n\t\t\"bomObject\": {\r\n\t\t\t\"typeName\": \"Nimike\",\r\n\t\t\t\"revision\": \"0\",\r\n\t\t\t\"revisionCount\": 4,\r\n\t\t\t\"checkedOutUserId\": \"\",\r\n\t\t\t\"label\": \"VX3001639, Laakeripesä + laakeri D20\",\r\n\t\t\t\"name\": \"VX3001639\",\r\n\t\t\t\"description\": \"Laakeripesä + laakeri D20\",\r\n\t\t\t\"comment\": \"\",\r\n\t\t\t\"author\": \"Test User\",\r\n\t\t\t\"authorId\": \"41\",\r\n\t\t\t\"creator\": \"Test User\",\r\n\t\t\t\"creatorId\": \"41\",\r\n\t\t\t\"owner\": \"\",\r\n\t\t\t\"ownerId\": \"\",\r\n\t\t\t\"publicity\": \"i\",\r\n\t\t\t\"publicityName\": \"Sisäinen\",\r\n\t\t\t\"classification\": \"5Yht|91B\",\r\n\t\t\t\"classificationName\": \"Laakeri\",\r\n\t\t\t\"statusName\": \"Luonnos\",\r\n\t\t\t\"status\": \"draft\",\r\n\t\t\t\"transferStatus\": \"NONE\",\r\n\t\t\t\"dated\": null,\r\n\t\t\t\"creationTime\": 1679914628000,\r\n\t\t\t\"modifiedTime\": 1679914628000,\r\n\t\t\t\"thumbnailSource\": null,\r\n\t\t\t\"thumbnailMimeType\": null,\r\n\t\t\t\"thumbnail\": null,\r\n\t\t\t\"icon\": null,\r\n\t\t\t\"extAttributes\": {\r\n\t\t\t\t\"COMPONENT_SWCONFIG\": \"\",\r\n\t\t\t\t\"DESCR1_FI\": \"Laakeripesä + laakeri D20\",\r\n\t\t\t\t\"DESCR2_EN\": \"\",\r\n\t\t\t\t\"ABC_CLASS\": \"C\",\r\n\t\t\t\t\"ITEMGROUP\": \"SUB_ASSEMBLY\",\r\n\t\t\t\t\"INSTOCK\": \"\",\r\n\t\t\t\t\"SPAREPART\": \"\",\r\n\t\t\t\t\"DICTIONARYID2\": \"\",\r\n\t\t\t\t\"PURCHASE\": \"\",\r\n\t\t\t\t\"DENSITY\": \"\",\r\n\t\t\t\t\"USE_PURCHASECOST\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_EN\": \"\",\r\n\t\t\t\t\"COLOR\": \"\",\r\n\t\t\t\t\"SALESDESCR1_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_SV\": \"\",\r\n\t\t\t\t\"COMPONENT_REPRE\": \"\",\r\n\t\t\t\t\"MODBOOKLET_IMG\": \"\",\r\n\t\t\t\t\"WEARPART\": \"\",\r\n\t\t\t\t\"SALESDICTIONARYID1\": \"\",\r\n\t\t\t\t\"WEIGHT\": \"0.5000\",\r\n\t\t\t\t\"SPEC\": \"\",\r\n\t\t\t\t\"STANDARD\": \"\",\r\n\t\t\t\t\"UNIT\": \"KPL\",\r\n\t\t\t\t\"DESCR2_FI\": \"\",\r\n\t\t\t\t\"COMPTYPE\": \"\",\r\n\t\t\t\t\"EDITABLE_UNITPRICE\": \"true\",\r\n\t\t\t\t\"MEASURED\": \"\",\r\n\t\t\t\t\"ALLOWPRICING\": \"\",\r\n\t\t\t\t\"DESCR1_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_LIBRARY\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_PARAMETERS\": \"\",\r\n\t\t\t\t\"TEMPLATEITEM\": \"\",\r\n\t\t\t\t\"PREVENTTRANSFER\": \"\",\r\n\t\t\t\t\"COMPONENT_SWMATER\": \"\",\r\n\t\t\t\t\"SWOBJCODE\": \"\",\r\n\t\t\t\t\"PDMTAGID\": \"\",\r\n\t\t\t\t\"TRANSFERED_I\": null,\r\n\t\t\t\t\"SPDESCR1_FI\": \"\",\r\n\t\t\t\t\"PIC_ID\": \"\",\r\n\t\t\t\t\"SPDICTIONARYID1\": \"\",\r\n\t\t\t\t\"MODBOOKLET\": \"\",\r\n\t\t\t\t\"SALESDESCR1_EN\": \"\",\r\n\t\t\t\t\"SPDESCR1_DE\": \"\"\r\n\t\t\t},\r\n\t\t\t\"connections\": null,\r\n\t\t\t\"oldRevision\": false,\r\n\t\t\t\"translationId\": \"\",\r\n\t\t\t\"baseClass\": \"item\",\r\n\t\t\t\"type\": \"item\",\r\n\t\t\t\"objCode\": \"VX3001639\"\r\n\t\t},\r\n\t\t\"partNumber\": 2,\r\n\t\t\"amount\": 2.0,\r\n\t\t\"extAttributes\": {\r\n\t\t\t\"DIMENSIONS\": \"\",\r\n\t\t\t\"MARK_STD\": \"\"\r\n\t\t}\r\n\t},\r\n\t{\r\n\t\t\"bomObject\": {\r\n\t\t\t\"typeName\": \"Nimike\",\r\n\t\t\t\"revision\": \"0\",\r\n\t\t\t\"revisionCount\": 3,\r\n\t\t\t\"checkedOutUserId\": \"\",\r\n\t\t\t\"label\": \"VX3001636, Kiinnityslevy\",\r\n\t\t\t\"name\": \"VX3001636\",\r\n\t\t\t\"description\": \"Kiinnityslevy\",\r\n\t\t\t\"comment\": \"\",\r\n\t\t\t\"author\": \"Test User\",\r\n\t\t\t\"authorId\": \"41\",\r\n\t\t\t\"creator\": \"Test User\",\r\n\t\t\t\"creatorId\": \"41\",\r\n\t\t\t\"owner\": \"\",\r\n\t\t\t\"ownerId\": \"\",\r\n\t\t\t\"publicity\": \"i\",\r\n\t\t\t\"publicityName\": \"Sisäinen\",\r\n\t\t\t\"classification\": \"2Srj|03\",\r\n\t\t\t\"classificationName\": \"Hitsattu kokp\",\r\n\t\t\t\"statusName\": \"Luonnos\",\r\n\t\t\t\"status\": \"draft\",\r\n\t\t\t\"transferStatus\": \"NONE\",\r\n\t\t\t\"dated\": null,\r\n\t\t\t\"creationTime\": 1679914627000,\r\n\t\t\t\"modifiedTime\": 1679914627000,\r\n\t\t\t\"thumbnailSource\": null,\r\n\t\t\t\"thumbnailMimeType\": null,\r\n\t\t\t\"thumbnail\": null,\r\n\t\t\t\"icon\": null,\r\n\t\t\t\"extAttributes\": {\r\n\t\t\t\t\"COMPONENT_SWCONFIG\": \"\",\r\n\t\t\t\t\"DESCR1_FI\": \"Kiinnityslevy\",\r\n\t\t\t\t\"DESCR2_EN\": \"\",\r\n\t\t\t\t\"ABC_CLASS\": \"B\",\r\n\t\t\t\t\"ITEMGROUP\": \"SUB_ASSEMBLY\",\r\n\t\t\t\t\"INSTOCK\": \"\",\r\n\t\t\t\t\"SPAREPART\": \"\",\r\n\t\t\t\t\"DICTIONARYID2\": \"\",\r\n\t\t\t\t\"PURCHASE\": \"\",\r\n\t\t\t\t\"DENSITY\": \"\",\r\n\t\t\t\t\"USE_PURCHASECOST\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_EN\": \"\",\r\n\t\t\t\t\"COLOR\": \"\",\r\n\t\t\t\t\"SALESDESCR1_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_SV\": \"\",\r\n\t\t\t\t\"COMPONENT_REPRE\": \"\",\r\n\t\t\t\t\"MODBOOKLET_IMG\": \"\",\r\n\t\t\t\t\"WEARPART\": \"\",\r\n\t\t\t\t\"SALESDICTIONARYID1\": \"\",\r\n\t\t\t\t\"WEIGHT\": \"0.0000\",\r\n\t\t\t\t\"SPEC\": \"\",\r\n\t\t\t\t\"STANDARD\": \"\",\r\n\t\t\t\t\"UNIT\": \"KPL\",\r\n\t\t\t\t\"DESCR2_FI\": \"\",\r\n\t\t\t\t\"COMPTYPE\": \"\",\r\n\t\t\t\t\"EDITABLE_UNITPRICE\": \"true\",\r\n\t\t\t\t\"MEASURED\": \"\",\r\n\t\t\t\t\"ALLOWPRICING\": \"\",\r\n\t\t\t\t\"DESCR1_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_LIBRARY\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_PARAMETERS\": \"\",\r\n\t\t\t\t\"TEMPLATEITEM\": \"\",\r\n\t\t\t\t\"PREVENTTRANSFER\": \"\",\r\n\t\t\t\t\"COMPONENT_SWMATER\": \"\",\r\n\t\t\t\t\"SWOBJCODE\": \"\",\r\n\t\t\t\t\"PDMTAGID\": \"\",\r\n\t\t\t\t\"TRANSFERED_I\": null,\r\n\t\t\t\t\"SPDESCR1_FI\": \"\",\r\n\t\t\t\t\"PIC_ID\": \"\",\r\n\t\t\t\t\"SPDICTIONARYID1\": \"\",\r\n\t\t\t\t\"MODBOOKLET\": \"\",\r\n\t\t\t\t\"SALESDESCR1_EN\": \"\",\r\n\t\t\t\t\"SPDESCR1_DE\": \"\"\r\n\t\t\t},\r\n\t\t\t\"connections\": null,\r\n\t\t\t\"oldRevision\": false,\r\n\t\t\t\"translationId\": \"\",\r\n\t\t\t\"baseClass\": \"item\",\r\n\t\t\t\"type\": \"item\",\r\n\t\t\t\"objCode\": \"VX3001636\"\r\n\t\t},\r\n\t\t\"partNumber\": 2,\r\n\t\t\"amount\": 4.0,\r\n\t\t\"extAttributes\": {\r\n\t\t\t\"DIMENSIONS\": \"100\",\r\n\t\t\t\"MARK_STD\": \"20\"\r\n\t\t}\r\n\t}\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/rest/v1/items/:code/:overwrite/:newRevision/bom?new-status-id=finished","description":"<p>Create item with bill of material (BOM, part list) within single POST-method. All the part items must exists in Flow before using this function. Since v. 1.9.0</p>\n","urlObject":{"path":["api","rest","v1","items",":code",":overwrite",":newRevision","bom"],"host":["http://localhost:8080"],"query":[{"description":{"content":"<p>Possible new status (id) of the main item</p>\n","type":"text/plain"},"key":"new-status-id","value":"finished"}],"variable":[{"description":{"content":"<p>Unique identifier of the item object</p>\n","type":"text/plain"},"type":"any","value":"DEMO1","key":"code"},{"description":{"content":"<p>Overwrite (true) or create new revision (false)</p>\n","type":"text/plain"},"type":"any","value":"true","key":"overwrite"},{"description":{"content":"<p>New revision identifier of the item</p>\n","type":"text/plain"},"type":"any","value":"0","key":"newRevision"}]}},"response":[{"id":"8f2da1fb-4bb0-4360-8d56-b714420b70a0","name":"Create item with BOM, overwrites existing or create new revison","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"Bearer + JWT token"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"bomObject\": {\r\n\t\t\t\"typeName\": \"Nimike\",\r\n\t\t\t\"revision\": \"0\",\r\n\t\t\t\"revisionCount\": 2,\r\n\t\t\t\"checkedOutUserId\": \"\",\r\n\t\t\t\"label\": \"DEMO, Demonimike\",\r\n\t\t\t\"name\": \"DEMO1\",\r\n\t\t\t\"description\": \"Demonimike\",\r\n\t\t\t\"comment\": \"\",\r\n\t\t\t\"author\": \"Test User\",\r\n\t\t\t\"authorId\": \"41\",\r\n\t\t\t\"creator\": \"Test User\",\r\n\t\t\t\"creatorId\": \"41\",\r\n\t\t\t\"owner\": \"\",\r\n\t\t\t\"ownerId\": \"\",\r\n\t\t\t\"publicity\": \"i\",\r\n\t\t\t\"publicityName\": \"Sisäinen\",\r\n\t\t\t\"classification\": \"2Srj\",\r\n\t\t\t\"classificationName\": \"Sarjatuotanto vakio\",\r\n\t\t\t\"statusName\": \"Luonnos\",\r\n\t\t\t\"status\": \"draft\",\r\n\t\t\t\"transferStatus\": \"NONE\",\r\n\t\t\t\"dated\": null,\r\n\t\t\t\"creationTime\": 1680691103000,\r\n\t\t\t\"modifiedTime\": 1680691161000,\r\n\t\t\t\"thumbnailSource\": null,\r\n\t\t\t\"thumbnailMimeType\": null,\r\n\t\t\t\"thumbnail\": null,\r\n\t\t\t\"icon\": null,\r\n\t\t\t\"extAttributes\": {\r\n\t\t\t\t\"COMPONENT_SWCONFIG\": \"\",\r\n\t\t\t\t\"DESCR1_FI\": \"Demonimike\",\r\n\t\t\t\t\"DESCR2_EN\": \"\",\r\n\t\t\t\t\"ABC_CLASS\": \"\",\r\n\t\t\t\t\"ITEMGROUP\": \"ASSEMBLY\",\r\n\t\t\t\t\"INSTOCK\": \"\",\r\n\t\t\t\t\"SPAREPART\": \"\",\r\n\t\t\t\t\"DICTIONARYID2\": \"\",\r\n\t\t\t\t\"PURCHASE\": \"\",\r\n\t\t\t\t\"DENSITY\": \"\",\r\n\t\t\t\t\"USE_PURCHASECOST\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_EN\": \"\",\r\n\t\t\t\t\"COLOR\": \"\",\r\n\t\t\t\t\"SALESDESCR1_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_SV\": \"\",\r\n\t\t\t\t\"COMPONENT_REPRE\": \"\",\r\n\t\t\t\t\"MODBOOKLET_IMG\": \"\",\r\n\t\t\t\t\"WEARPART\": \"\",\r\n\t\t\t\t\"SALESDICTIONARYID1\": \"\",\r\n\t\t\t\t\"WEIGHT\": \"1.0000\",\r\n\t\t\t\t\"SPEC\": \"\",\r\n\t\t\t\t\"STANDARD\": \"\",\r\n\t\t\t\t\"UNIT\": \"KPL\",\r\n\t\t\t\t\"DESCR2_FI\": \"\",\r\n\t\t\t\t\"COMPTYPE\": \"\",\r\n\t\t\t\t\"EDITABLE_UNITPRICE\": \"\",\r\n\t\t\t\t\"MEASURED\": \"\",\r\n\t\t\t\t\"ALLOWPRICING\": \"\",\r\n\t\t\t\t\"DESCR1_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_LIBRARY\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_PARAMETERS\": \"\",\r\n\t\t\t\t\"TEMPLATEITEM\": \"\",\r\n\t\t\t\t\"PREVENTTRANSFER\": \"\",\r\n\t\t\t\t\"COMPONENT_SWMATER\": \"\",\r\n\t\t\t\t\"SWOBJCODE\": \"\",\r\n\t\t\t\t\"PDMTAGID\": \"\",\r\n\t\t\t\t\"TRANSFERED_I\": null,\r\n\t\t\t\t\"SPDESCR1_FI\": \"\",\r\n\t\t\t\t\"PIC_ID\": \"\",\r\n\t\t\t\t\"SPDICTIONARYID1\": \"\",\r\n\t\t\t\t\"MODBOOKLET\": \"\",\r\n\t\t\t\t\"SALESDESCR1_EN\": \"\",\r\n\t\t\t\t\"SPDESCR1_DE\": \"\"\r\n\t\t\t},\r\n\t\t\t\"connections\": null,\r\n\t\t\t\"oldRevision\": false,\r\n\t\t\t\"translationId\": \"\",\r\n\t\t\t\"baseClass\": \"item\",\r\n\t\t\t\"type\": \"item\",\r\n\t\t\t\"objCode\": \"DEMO1\"\r\n\t\t},\r\n\t\t\"partNumber\": 0,\r\n\t\t\"amount\": 0.0,\r\n\t\t\"extAttributes\": {\r\n\t\t\t\"PARTNO\": \"0\"\r\n\t\t}\r\n\t},\r\n\t{\r\n\t\t\"bomObject\": {\r\n\t\t\t\"typeName\": \"Nimike\",\r\n\t\t\t\"revision\": \"0\",\r\n\t\t\t\"revisionCount\": 3,\r\n\t\t\t\"checkedOutUserId\": \"\",\r\n\t\t\t\"label\": \"VX3001637, Putkipalkki, 40x20x3\",\r\n\t\t\t\"name\": \"VX3001637\",\r\n\t\t\t\"description\": \"Putkipalkki\",\r\n\t\t\t\"comment\": \"\",\r\n\t\t\t\"author\": \"Test User\",\r\n\t\t\t\"authorId\": \"41\",\r\n\t\t\t\"creator\": \"Test User\",\r\n\t\t\t\"creatorId\": \"41\",\r\n\t\t\t\"owner\": \"\",\r\n\t\t\t\"ownerId\": \"\",\r\n\t\t\t\"publicity\": \"i\",\r\n\t\t\t\"publicityName\": \"Sisäinen\",\r\n\t\t\t\"classification\": \"5Yht|52T\",\r\n\t\t\t\"classificationName\": \"Putkipalkki\",\r\n\t\t\t\"statusName\": \"Luonnos\",\r\n\t\t\t\"status\": \"draft\",\r\n\t\t\t\"transferStatus\": \"NONE\",\r\n\t\t\t\"dated\": null,\r\n\t\t\t\"creationTime\": 1679914628000,\r\n\t\t\t\"modifiedTime\": 1679914628000,\r\n\t\t\t\"thumbnailSource\": null,\r\n\t\t\t\"thumbnailMimeType\": null,\r\n\t\t\t\"thumbnail\": null,\r\n\t\t\t\"icon\": null,\r\n\t\t\t\"extAttributes\": {\r\n\t\t\t\t\"COMPONENT_SWCONFIG\": \"\",\r\n\t\t\t\t\"DESCR1_FI\": \"Putkipalkki\",\r\n\t\t\t\t\"DESCR2_EN\": \"\",\r\n\t\t\t\t\"ABC_CLASS\": \"C\",\r\n\t\t\t\t\"ITEMGROUP\": \"COMPONENT\",\r\n\t\t\t\t\"INSTOCK\": \"\",\r\n\t\t\t\t\"SPAREPART\": \"\",\r\n\t\t\t\t\"DICTIONARYID2\": \"\",\r\n\t\t\t\t\"PURCHASE\": \"\",\r\n\t\t\t\t\"DENSITY\": \"7850\",\r\n\t\t\t\t\"USE_PURCHASECOST\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_EN\": \"\",\r\n\t\t\t\t\"COLOR\": \"\",\r\n\t\t\t\t\"SALESDESCR1_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_SV\": \"\",\r\n\t\t\t\t\"COMPONENT_REPRE\": \"\",\r\n\t\t\t\t\"MODBOOKLET_IMG\": \"\",\r\n\t\t\t\t\"WEARPART\": \"\",\r\n\t\t\t\t\"SALESDICTIONARYID1\": \"\",\r\n\t\t\t\t\"WEIGHT\": \"0.0000\",\r\n\t\t\t\t\"SPEC\": \"\",\r\n\t\t\t\t\"STANDARD\": \"\",\r\n\t\t\t\t\"UNIT\": \"KPL\",\r\n\t\t\t\t\"DESCR2_FI\": \"40x20x3\",\r\n\t\t\t\t\"COMPTYPE\": \"\",\r\n\t\t\t\t\"EDITABLE_UNITPRICE\": \"true\",\r\n\t\t\t\t\"MEASURED\": \"\",\r\n\t\t\t\t\"ALLOWPRICING\": \"\",\r\n\t\t\t\t\"DESCR1_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_LIBRARY\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_PARAMETERS\": \"\",\r\n\t\t\t\t\"TEMPLATEITEM\": \"\",\r\n\t\t\t\t\"PREVENTTRANSFER\": \"\",\r\n\t\t\t\t\"COMPONENT_SWMATER\": \"\",\r\n\t\t\t\t\"SWOBJCODE\": \"\",\r\n\t\t\t\t\"PDMTAGID\": \"\",\r\n\t\t\t\t\"TRANSFERED_I\": null,\r\n\t\t\t\t\"SPDESCR1_FI\": \"\",\r\n\t\t\t\t\"PIC_ID\": \"\",\r\n\t\t\t\t\"SPDICTIONARYID1\": \"\",\r\n\t\t\t\t\"MODBOOKLET\": \"\",\r\n\t\t\t\t\"SALESDESCR1_EN\": \"\",\r\n\t\t\t\t\"SPDESCR1_DE\": \"\"\r\n\t\t\t},\r\n\t\t\t\"connections\": null,\r\n\t\t\t\"oldRevision\": false,\r\n\t\t\t\"translationId\": \"\",\r\n\t\t\t\"baseClass\": \"item\",\r\n\t\t\t\"type\": \"item\",\r\n\t\t\t\"objCode\": \"VX3001637\"\r\n\t\t},\r\n\t\t\"partNumber\": 1,\r\n\t\t\"amount\": 1.12,\r\n\t\t\"extAttributes\": {\r\n\t\t\t\"DIMENSIONS\": \"\",\r\n\t\t\t\"MARK_STD\": \"\"\r\n\t\t}\r\n\t},\r\n\t{\r\n\t\t\"bomObject\": {\r\n\t\t\t\"typeName\": \"Nimike\",\r\n\t\t\t\"revision\": \"0\",\r\n\t\t\t\"revisionCount\": 4,\r\n\t\t\t\"checkedOutUserId\": \"\",\r\n\t\t\t\"label\": \"VX3001639, Laakeripesä + laakeri D20\",\r\n\t\t\t\"name\": \"VX3001639\",\r\n\t\t\t\"description\": \"Laakeripesä + laakeri D20\",\r\n\t\t\t\"comment\": \"\",\r\n\t\t\t\"author\": \"Test User\",\r\n\t\t\t\"authorId\": \"41\",\r\n\t\t\t\"creator\": \"Test User\",\r\n\t\t\t\"creatorId\": \"41\",\r\n\t\t\t\"owner\": \"\",\r\n\t\t\t\"ownerId\": \"\",\r\n\t\t\t\"publicity\": \"i\",\r\n\t\t\t\"publicityName\": \"Sisäinen\",\r\n\t\t\t\"classification\": \"5Yht|91B\",\r\n\t\t\t\"classificationName\": \"Laakeri\",\r\n\t\t\t\"statusName\": \"Luonnos\",\r\n\t\t\t\"status\": \"draft\",\r\n\t\t\t\"transferStatus\": \"NONE\",\r\n\t\t\t\"dated\": null,\r\n\t\t\t\"creationTime\": 1679914628000,\r\n\t\t\t\"modifiedTime\": 1679914628000,\r\n\t\t\t\"thumbnailSource\": null,\r\n\t\t\t\"thumbnailMimeType\": null,\r\n\t\t\t\"thumbnail\": null,\r\n\t\t\t\"icon\": null,\r\n\t\t\t\"extAttributes\": {\r\n\t\t\t\t\"COMPONENT_SWCONFIG\": \"\",\r\n\t\t\t\t\"DESCR1_FI\": \"Laakeripesä + laakeri D20\",\r\n\t\t\t\t\"DESCR2_EN\": \"\",\r\n\t\t\t\t\"ABC_CLASS\": \"C\",\r\n\t\t\t\t\"ITEMGROUP\": \"SUB_ASSEMBLY\",\r\n\t\t\t\t\"INSTOCK\": \"\",\r\n\t\t\t\t\"SPAREPART\": \"\",\r\n\t\t\t\t\"DICTIONARYID2\": \"\",\r\n\t\t\t\t\"PURCHASE\": \"\",\r\n\t\t\t\t\"DENSITY\": \"\",\r\n\t\t\t\t\"USE_PURCHASECOST\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_EN\": \"\",\r\n\t\t\t\t\"COLOR\": \"\",\r\n\t\t\t\t\"SALESDESCR1_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_SV\": \"\",\r\n\t\t\t\t\"COMPONENT_REPRE\": \"\",\r\n\t\t\t\t\"MODBOOKLET_IMG\": \"\",\r\n\t\t\t\t\"WEARPART\": \"\",\r\n\t\t\t\t\"SALESDICTIONARYID1\": \"\",\r\n\t\t\t\t\"WEIGHT\": \"0.5000\",\r\n\t\t\t\t\"SPEC\": \"\",\r\n\t\t\t\t\"STANDARD\": \"\",\r\n\t\t\t\t\"UNIT\": \"KPL\",\r\n\t\t\t\t\"DESCR2_FI\": \"\",\r\n\t\t\t\t\"COMPTYPE\": \"\",\r\n\t\t\t\t\"EDITABLE_UNITPRICE\": \"true\",\r\n\t\t\t\t\"MEASURED\": \"\",\r\n\t\t\t\t\"ALLOWPRICING\": \"\",\r\n\t\t\t\t\"DESCR1_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_LIBRARY\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_PARAMETERS\": \"\",\r\n\t\t\t\t\"TEMPLATEITEM\": \"\",\r\n\t\t\t\t\"PREVENTTRANSFER\": \"\",\r\n\t\t\t\t\"COMPONENT_SWMATER\": \"\",\r\n\t\t\t\t\"SWOBJCODE\": \"\",\r\n\t\t\t\t\"PDMTAGID\": \"\",\r\n\t\t\t\t\"TRANSFERED_I\": null,\r\n\t\t\t\t\"SPDESCR1_FI\": \"\",\r\n\t\t\t\t\"PIC_ID\": \"\",\r\n\t\t\t\t\"SPDICTIONARYID1\": \"\",\r\n\t\t\t\t\"MODBOOKLET\": \"\",\r\n\t\t\t\t\"SALESDESCR1_EN\": \"\",\r\n\t\t\t\t\"SPDESCR1_DE\": \"\"\r\n\t\t\t},\r\n\t\t\t\"connections\": null,\r\n\t\t\t\"oldRevision\": false,\r\n\t\t\t\"translationId\": \"\",\r\n\t\t\t\"baseClass\": \"item\",\r\n\t\t\t\"type\": \"item\",\r\n\t\t\t\"objCode\": \"VX3001639\"\r\n\t\t},\r\n\t\t\"partNumber\": 2,\r\n\t\t\"amount\": 2.0,\r\n\t\t\"extAttributes\": {\r\n\t\t\t\"DIMENSIONS\": \"\",\r\n\t\t\t\"MARK_STD\": \"\"\r\n\t\t}\r\n\t},\r\n\t{\r\n\t\t\"bomObject\": {\r\n\t\t\t\"typeName\": \"Nimike\",\r\n\t\t\t\"revision\": \"0\",\r\n\t\t\t\"revisionCount\": 3,\r\n\t\t\t\"checkedOutUserId\": \"\",\r\n\t\t\t\"label\": \"VX3001636, Kiinnityslevy\",\r\n\t\t\t\"name\": \"VX3001636\",\r\n\t\t\t\"description\": \"Kiinnityslevy\",\r\n\t\t\t\"comment\": \"\",\r\n\t\t\t\"author\": \"Test User\",\r\n\t\t\t\"authorId\": \"41\",\r\n\t\t\t\"creator\": \"Test User\",\r\n\t\t\t\"creatorId\": \"41\",\r\n\t\t\t\"owner\": \"\",\r\n\t\t\t\"ownerId\": \"\",\r\n\t\t\t\"publicity\": \"i\",\r\n\t\t\t\"publicityName\": \"Sisäinen\",\r\n\t\t\t\"classification\": \"2Srj|03\",\r\n\t\t\t\"classificationName\": \"Hitsattu kokp\",\r\n\t\t\t\"statusName\": \"Luonnos\",\r\n\t\t\t\"status\": \"draft\",\r\n\t\t\t\"transferStatus\": \"NONE\",\r\n\t\t\t\"dated\": null,\r\n\t\t\t\"creationTime\": 1679914627000,\r\n\t\t\t\"modifiedTime\": 1679914627000,\r\n\t\t\t\"thumbnailSource\": null,\r\n\t\t\t\"thumbnailMimeType\": null,\r\n\t\t\t\"thumbnail\": null,\r\n\t\t\t\"icon\": null,\r\n\t\t\t\"extAttributes\": {\r\n\t\t\t\t\"COMPONENT_SWCONFIG\": \"\",\r\n\t\t\t\t\"DESCR1_FI\": \"Kiinnityslevy\",\r\n\t\t\t\t\"DESCR2_EN\": \"\",\r\n\t\t\t\t\"ABC_CLASS\": \"B\",\r\n\t\t\t\t\"ITEMGROUP\": \"SUB_ASSEMBLY\",\r\n\t\t\t\t\"INSTOCK\": \"\",\r\n\t\t\t\t\"SPAREPART\": \"\",\r\n\t\t\t\t\"DICTIONARYID2\": \"\",\r\n\t\t\t\t\"PURCHASE\": \"\",\r\n\t\t\t\t\"DENSITY\": \"\",\r\n\t\t\t\t\"USE_PURCHASECOST\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_EN\": \"\",\r\n\t\t\t\t\"COLOR\": \"\",\r\n\t\t\t\t\"SALESDESCR1_FI\": \"\",\r\n\t\t\t\t\"SPDESCR1_SV\": \"\",\r\n\t\t\t\t\"COMPONENT_REPRE\": \"\",\r\n\t\t\t\t\"MODBOOKLET_IMG\": \"\",\r\n\t\t\t\t\"WEARPART\": \"\",\r\n\t\t\t\t\"SALESDICTIONARYID1\": \"\",\r\n\t\t\t\t\"WEIGHT\": \"0.0000\",\r\n\t\t\t\t\"SPEC\": \"\",\r\n\t\t\t\t\"STANDARD\": \"\",\r\n\t\t\t\t\"UNIT\": \"KPL\",\r\n\t\t\t\t\"DESCR2_FI\": \"\",\r\n\t\t\t\t\"COMPTYPE\": \"\",\r\n\t\t\t\t\"EDITABLE_UNITPRICE\": \"true\",\r\n\t\t\t\t\"MEASURED\": \"\",\r\n\t\t\t\t\"ALLOWPRICING\": \"\",\r\n\t\t\t\t\"DESCR1_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_LIBRARY\": \"\",\r\n\t\t\t\t\"DESCRIPTION2_EN\": \"\",\r\n\t\t\t\t\"COMPONENT_PARAMETERS\": \"\",\r\n\t\t\t\t\"TEMPLATEITEM\": \"\",\r\n\t\t\t\t\"PREVENTTRANSFER\": \"\",\r\n\t\t\t\t\"COMPONENT_SWMATER\": \"\",\r\n\t\t\t\t\"SWOBJCODE\": \"\",\r\n\t\t\t\t\"PDMTAGID\": \"\",\r\n\t\t\t\t\"TRANSFERED_I\": null,\r\n\t\t\t\t\"SPDESCR1_FI\": \"\",\r\n\t\t\t\t\"PIC_ID\": \"\",\r\n\t\t\t\t\"SPDICTIONARYID1\": \"\",\r\n\t\t\t\t\"MODBOOKLET\": \"\",\r\n\t\t\t\t\"SALESDESCR1_EN\": \"\",\r\n\t\t\t\t\"SPDESCR1_DE\": \"\"\r\n\t\t\t},\r\n\t\t\t\"connections\": null,\r\n\t\t\t\"oldRevision\": false,\r\n\t\t\t\"translationId\": \"\",\r\n\t\t\t\"baseClass\": \"item\",\r\n\t\t\t\"type\": \"item\",\r\n\t\t\t\"objCode\": \"VX3001636\"\r\n\t\t},\r\n\t\t\"partNumber\": 22,\r\n\t\t\"amount\": 4.12,\r\n\t\t\"extAttributes\": {\r\n\t\t\t\"DIMENSIONS\": \"\",\r\n\t\t\t\"MARK_STD\": \"\"\r\n\t\t}\r\n\t}\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/rest/v1/items/:code/:overwrite/:newRevision/bom","host":["http://localhost:8080"],"path":["api","rest","v1","items",":code",":overwrite",":newRevision","bom"],"variable":[{"key":"code","value":"DEMO1"},{"key":"overwrite","value":"true"},{"key":"newRevision","value":"A"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1972"},{"key":"Date","value":"Fri, 08 Sep 2023 09:49:00 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"typeName\": \"Nimike\",\n    \"revision\": \"0\",\n    \"revisionCount\": 5,\n    \"checkedOutUserId\": \"\",\n    \"label\": \"DEMO1, Demonimike\",\n    \"name\": \"DEMO1\",\n    \"description\": \"Demonimike\",\n    \"comment\": \"\",\n    \"author\": \"Test User\",\n    \"authorId\": \"41\",\n    \"creator\": \"Test User\",\n    \"creatorId\": \"41\",\n    \"owner\": \"Test User\",\n    \"ownerId\": \"41\",\n    \"publicity\": \"i\",\n    \"publicityName\": \"Sisäinen\",\n    \"classification\": \"2Srj\",\n    \"classificationName\": \"Sarjatuotanto vakio\",\n    \"statusName\": \"Luonnos\",\n    \"status\": \"draft\",\n    \"transferStatus\": \"TRANSFERRED\",\n    \"dated\": null,\n    \"creationTime\": 1684222290000,\n    \"modifiedTime\": 1694166540000,\n    \"thumbnailSource\": null,\n    \"thumbnailMimeType\": null,\n    \"thumbnail\": null,\n    \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n    \"extAttributes\": {\n        \"C_XXX\": \"\",\n        \"DESCR1_FI\": \"Demonimike\",\n        \"ABC_CLASS\": \"\",\n        \"C_DATE\": null,\n        \"INSTOCK\": \"\",\n        \"DICTIONARYID2\": \"\",\n        \"PURCHASE\": \"\",\n        \"DENSITY\": \"\",\n        \"USE_PURCHASECOST\": \"\",\n        \"DESCRIPTION2_FI\": \"\",\n        \"SPDESCR1_EN\": \"\",\n        \"COLOR\": \"\",\n        \"COMPONENT_REPRE\": \"\",\n        \"WEIGHT\": \"0.0000\",\n        \"SPEC\": \"\",\n        \"UNIT\": \"KPL\",\n        \"DESCR2_FI\": \"\",\n        \"COMPTYPE\": \"\",\n        \"EDITABLE_UNITPRICE\": \"\",\n        \"MEASURED\": \"\",\n        \"ALLOWPRICING\": \"\",\n        \"DESCR1_EN\": \"\",\n        \"COMPONENT_LIBRARY\": \"\",\n        \"PREVENTTRANSFER\": \"\",\n        \"C_NUM\": \"0.0000\",\n        \"SPDESCR1_FI\": \"\",\n        \"PIC_ID\": \"\",\n        \"C_NUM2\": \"\",\n        \"C_NUM3\": \"0.0000\",\n        \"SALESDESCR1_EN\": \"\",\n        \"COMPONENT_SWCONFIG\": \"\",\n        \"DESCR2_EN\": \"\",\n        \"ITEMGROUP\": \"ASSEMBLY\",\n        \"SPAREPART\": \"\",\n        \"SALESDESCR1_FI\": \"\",\n        \"SPDESCR1_SV\": \"\",\n        \"MODBOOKLET_IMG\": \"\",\n        \"WEARPART\": \"\",\n        \"SALESDICTIONARYID1\": \"\",\n        \"C_BOKSI\": \"\",\n        \"STANDARD\": \"\",\n        \"C_CB1\": \"\",\n        \"DESCRIPTION2_EN\": \"\",\n        \"COMPONENT_PARAMETERS\": \"\",\n        \"TEMPLATEITEM\": \"\",\n        \"COMPONENT_SWMATER\": \"\",\n        \"SWOBJCODE\": \"\",\n        \"PDMTAGID\": \"\",\n        \"TRANSFERED_I\": \"2023-08-07 12:25:07.0\",\n        \"SPDICTIONARYID1\": \"\",\n        \"VENDOR\": \"\",\n        \"MODBOOKLET\": \"\",\n        \"MARK_STD\": \"\",\n        \"SPDESCR1_DE\": \"\"\n    },\n    \"connections\": null,\n    \"oldRevision\": false,\n    \"translationId\": \"\",\n    \"baseClass\": \"item\",\n    \"type\": \"item\",\n    \"objCode\": \"DEMO1\"\n}"},{"id":"54308c3b-ec13-4005-bb44-2b50d6b2f21e","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/documents/<text>/<text>/<text>/downloadFile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ad9d457-20b4-42e9-82b5-2ef10cb69e85"},{"name":"Gets bill of material (BOM) for given item revision","id":"940720e6-e6dc-4e9d-960d-7e3c023a840f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/items/:code/:revision/bom","description":"<p>Download document file.</p>\n","urlObject":{"path":["api","rest","v1","items",":code",":revision","bom"],"host":["http://localhost:8080"],"query":[{"disabled":true,"description":{"content":"<p>Value \"true\" is object checked out by current user (e.g. BOM is under construction). Default value is \"false\" (optional).</p>\n","type":"text/plain"},"key":":isCheckedOut","value":"true"}],"variable":[{"description":{"content":"<p>Unique code of the object.</p>\n","type":"text/plain"},"type":"string","value":"OpenApi","key":"code"},{"description":{"content":"<p>Revision identifier of the object.</p>\n","type":"text/plain"},"type":"string","value":"0","key":"revision"}]}},"response":[],"_postman_id":"940720e6-e6dc-4e9d-960d-7e3c023a840f"},{"name":"Gets bill of material (roll out BOM) for given item revision","id":"afac6182-5db7-4168-a921-2d102f983a9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/items/:code/:revision/roll-out-bom?apply-icons=false","description":"<p>Gets bill of material (tree structure BOM as list) for given item revision, since version 1.8.0</p>\n","urlObject":{"path":["api","rest","v1","items",":code",":revision","roll-out-bom"],"host":["http://localhost:8080"],"query":[{"description":{"content":"<p>Set to true if encoded icons &amp; thumbnails are included into response DTO. Default is false.</p>\n","type":"text/plain"},"key":"apply-icons","value":"false"}],"variable":[{"id":"93255279-1b46-4a39-9c16-5406292bf0fd","description":{"content":"<p>Unique item code</p>\n","type":"text/plain"},"type":"string","value":"","key":"code"},{"id":"3cfea973-9c60-427d-9f7f-7955c37b2437","description":{"content":"<p>Revision identifier</p>\n","type":"text/plain"},"type":"string","value":"","key":"revision"}]}},"response":[{"id":"5a401937-1063-4eb8-a76d-c5d3b191c693","name":"Gets bill of material (roll out BOM) for given item revision","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"Bearer + JWT token"}],"url":{"raw":"http://localhost:8080/api/rest/v1/items/:code/:revision/roll-out-bom","host":["http://localhost:8080"],"path":["api","rest","v1","items",":code",":revision","roll-out-bom"],"query":[{"key":"apply-icons","value":"false","description":"Set to true if encoded icons & thumbnails are included into response DTO. Default is false.","disabled":true}],"variable":[{"key":"code","value":"10282","type":"string","description":"Unique item code"},{"key":"revision","value":"0","type":"string","description":"Revision identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 17 May 2022 05:32:56 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"bomObject\": {\n            \"typeName\": \"Nimike\",\n            \"revision\": \"0\",\n            \"revisionCount\": 3,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"10282, Kouran runko\",\n            \"name\": \"10282\",\n            \"description\": \"Kouran runko\",\n            \"comment\": \"\",\n            \"author\": \"Seppo Suunnittelupäällikkö\",\n            \"authorId\": \"39\",\n            \"creator\": \"Mikko Suunnittelija\",\n            \"creatorId\": \"40\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"i\",\n            \"publicityName\": \"Sisäinen\",\n            \"classification\": \"2Srj|23Hk\",\n            \"classificationName\": \"Hitsatut kp\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1047916423000,\n            \"modifiedTime\": 1644923248000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": null,\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": \"\",\n                \"DESCR1_FI\": \"Kouran runko\",\n                \"DESCR2_EN\": \"\",\n                \"ABC_CLASS\": \"B\",\n                \"ITEMGROUP\": \"SUB_ASSEMBLY\",\n                \"C_DATE\": null,\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": \"\",\n                \"PURCHASE\": \"\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"\",\n                \"COMPTYPE\": \"\",\n                \"EDITABLE_UNITPRICE\": \"true\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Gripper shaft\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": \"\",\n                \"SWOBJCODE\": \"\",\n                \"PDMTAGID\": \"\",\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"10282\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": \"\",\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"oldRevision\": false,\n            \"translationId\": \"\",\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"10282\"\n        },\n        \"partNumber\": 0,\n        \"amount\": 0,\n        \"extAttributes\": {\n            \"PARTNO\": \"1\",\n            \"MARK_STD\": \"\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Nimike\",\n            \"revision\": \"0\",\n            \"revisionCount\": 3,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"10210, Kiinnityslevy\",\n            \"name\": \"10210\",\n            \"description\": \"Kiinnityslevy\",\n            \"comment\": \"\",\n            \"author\": \"Seppo Suunnittelupäällikkö\",\n            \"authorId\": \"39\",\n            \"creator\": \"Mikko Suunnittelija\",\n            \"creatorId\": \"40\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"i\",\n            \"publicityName\": \"Sisäinen\",\n            \"classification\": \"2Srj|23Hk\",\n            \"classificationName\": \"Hitsatut kp\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1047315265000,\n            \"modifiedTime\": 1644923248000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": null,\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": \"\",\n                \"DESCR1_FI\": \"Kiinnityslevy\",\n                \"DESCR2_EN\": \"\",\n                \"ABC_CLASS\": \"B\",\n                \"ITEMGROUP\": \"SUB_ASSEMBLY\",\n                \"C_DATE\": null,\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": \"\",\n                \"PURCHASE\": \"\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"\",\n                \"COMPTYPE\": \"\",\n                \"EDITABLE_UNITPRICE\": \"true\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": \"\",\n                \"SWOBJCODE\": \"\",\n                \"PDMTAGID\": \"\",\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"10210\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": \"\",\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"oldRevision\": false,\n            \"translationId\": \"\",\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"10210\"\n        },\n        \"partNumber\": 1,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1047307311138\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1047904209833\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"10282\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1047307310101\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"1\",\n            \"LINKID\": \"1047904209833\",\n            \"STRUCTRID\": \"\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1047904209833\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Nimike\",\n            \"revision\": \"0\",\n            \"revisionCount\": 3,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"1017-40x5-1, Lattatanko,kuumavalssattu\",\n            \"name\": \"1017-40x5-1\",\n            \"description\": \"Lattatanko,kuumavalssattu\",\n            \"comment\": \"\",\n            \"author\": \"Seppo Suunnittelupäällikkö\",\n            \"authorId\": \"39\",\n            \"creator\": \"Mikko Suunnittelija\",\n            \"creatorId\": \"40\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"i\",\n            \"publicityName\": \"Sisäinen\",\n            \"classification\": \"BS01|B20|DIN1042\",\n            \"classificationName\": \"\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1047907687000,\n            \"modifiedTime\": 1391678331000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": null,\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Lattatanko,kuumavalssattu\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"C\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"C_DATE\": null,\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"\",\n                \"DENSITY\": \"7850\",\n                \"USE_PURCHASECOST\": \"\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"S 235 JRG2\",\n                \"STANDARD\": \"DIN1017\",\n                \"UNIT\": \"KG\",\n                \"DESCR2_FI\": \"\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"true\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"L-profile, cold rolled\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": \"\",\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"40x5\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"oldRevision\": false,\n            \"translationId\": \"\",\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"1017-40x5-1\"\n        },\n        \"partNumber\": 1,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1047307310101\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1051019790382\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"10210\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"1\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1047307310102\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"1.1\",\n            \"LINKID\": \"1051019790382\",\n            \"STRUCTRID\": \"\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"125\",\n            \"G4PARTINDEX\": \"\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1051019790382\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"0\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"0\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"40x5\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Nimike\",\n            \"revision\": \"0\",\n            \"revisionCount\": 4,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"1017-120x5-1, Lattatanko,kuumavalssattu\",\n            \"name\": \"1017-120x5-1\",\n            \"description\": \"Lattatanko,kuumavalssattu\",\n            \"comment\": \"\",\n            \"author\": \"Seppo Suunnittelupäällikkö\",\n            \"authorId\": \"39\",\n            \"creator\": \"Mikko Suunnittelija\",\n            \"creatorId\": \"40\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"i\",\n            \"publicityName\": \"Sisäinen\",\n            \"classification\": \"BS01|B20|DIN1075\",\n            \"classificationName\": \"\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1047914928000,\n            \"modifiedTime\": 1391678331000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": null,\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Lattatanko,kuumavalssattu\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"C\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"C_DATE\": null,\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"\",\n                \"DENSITY\": \"7850\",\n                \"USE_PURCHASECOST\": \"\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"S 235 JRG2\",\n                \"STANDARD\": \"DIN1017\",\n                \"UNIT\": \"KG\",\n                \"DESCR2_FI\": \"\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"true\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"L-profile, cold rolled\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": \"\",\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"120x5\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"oldRevision\": false,\n            \"translationId\": \"\",\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"1017-120x5-1\"\n        },\n        \"partNumber\": 2,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1047307310101\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1051019790381\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"10210\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"1\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1047307310103\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"1.2\",\n            \"LINKID\": \"1051019790381\",\n            \"STRUCTRID\": \"\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"120\",\n            \"G4PARTINDEX\": \"\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1051019790381\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"0\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"0\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"120x5\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Nimike\",\n            \"revision\": \"0\",\n            \"revisionCount\": 3,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"1017-40x5-1, Lattatanko,kuumavalssattu\",\n            \"name\": \"1017-40x5-1\",\n            \"description\": \"Lattatanko,kuumavalssattu\",\n            \"comment\": \"\",\n            \"author\": \"Seppo Suunnittelupäällikkö\",\n            \"authorId\": \"39\",\n            \"creator\": \"Mikko Suunnittelija\",\n            \"creatorId\": \"40\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"i\",\n            \"publicityName\": \"Sisäinen\",\n            \"classification\": \"BS01|B20|DIN1042\",\n            \"classificationName\": \"\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1047907687000,\n            \"modifiedTime\": 1391678331000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": null,\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Lattatanko,kuumavalssattu\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"C\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"C_DATE\": null,\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"\",\n                \"DENSITY\": \"7850\",\n                \"USE_PURCHASECOST\": \"\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"S 235 JRG2\",\n                \"STANDARD\": \"DIN1017\",\n                \"UNIT\": \"KG\",\n                \"DESCR2_FI\": \"\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"true\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"L-profile, cold rolled\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": \"\",\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"40x5\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"oldRevision\": false,\n            \"translationId\": \"\",\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"1017-40x5-1\"\n        },\n        \"partNumber\": 3,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1047307310101\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1051019790383\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"10210\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"1\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1047307310102\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"1.3\",\n            \"LINKID\": \"1051019790383\",\n            \"STRUCTRID\": \"\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"120\",\n            \"G4PARTINDEX\": \"\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1051019790383\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"0\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"0\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"40x5\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Nimike\",\n            \"revision\": \"0\",\n            \"revisionCount\": 3,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"PP40x20x3, Putkipalkki\",\n            \"name\": \"PP40x20x3\",\n            \"description\": \"Putkipalkki\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"Mikko Suunnittelija\",\n            \"creatorId\": \"40\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"i\",\n            \"publicityName\": \"Sisäinen\",\n            \"classification\": \"5Yht|52T\",\n            \"classificationName\": \"Putkipalkit\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1047416291000,\n            \"modifiedTime\": 1642493447000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": null,\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": \"\",\n                \"DESCR1_FI\": \"Putkipalkki\",\n                \"DESCR2_EN\": \"\",\n                \"ABC_CLASS\": \"C\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"C_DATE\": null,\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": \"\",\n                \"PURCHASE\": \"\",\n                \"DENSITY\": \"7850\",\n                \"USE_PURCHASECOST\": \"\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"\",\n                \"COMPTYPE\": \"\",\n                \"EDITABLE_UNITPRICE\": \"true\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": \"\",\n                \"SWOBJCODE\": \"\",\n                \"PDMTAGID\": \"\",\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": \"\",\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"40x20x3\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"oldRevision\": false,\n            \"translationId\": \"\",\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"PP40x20x3\"\n        },\n        \"partNumber\": 2,\n        \"amount\": 2,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1047307311138\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1047904209835\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"10282\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1047387006748\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"2\",\n            \"LINKID\": \"1047904209835\",\n            \"STRUCTRID\": \"\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"368\",\n            \"G4PARTINDEX\": \"\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1047904209835\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"40x20x3\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Nimike\",\n            \"revision\": \"0\",\n            \"revisionCount\": 3,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"U100x40x3, U-profiili\",\n            \"name\": \"U100x40x3\",\n            \"description\": \"U-profiili\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"System Administrator\",\n            \"creatorId\": \"su\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"i\",\n            \"publicityName\": \"Sisäinen\",\n            \"classification\": \"Profiilit\",\n            \"classificationName\": \"\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1046774127000,\n            \"modifiedTime\": 1046774127000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": null,\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"A\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"C_DATE\": null,\n                \"INSTOCK\": null,\n                \"SPAREPART\": null,\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"\",\n                \"DENSITY\": \"7850\",\n                \"USE_PURCHASECOST\": null,\n                \"DESCRIPTION2_FI\": null,\n                \"SPDESCR1_EN\": null,\n                \"COLOR\": null,\n                \"SALESDESCR1_FI\": null,\n                \"SPDESCR1_SV\": null,\n                \"COMPONENT_REPRE\": null,\n                \"MODBOOKLET_IMG\": null,\n                \"WEARPART\": null,\n                \"SALESDICTIONARYID1\": null,\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"MM\",\n                \"DESCR2_FI\": \"\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"true\",\n                \"MEASURED\": null,\n                \"ALLOWPRICING\": null,\n                \"DESCR1_EN\": \"\",\n                \"COMPONENT_LIBRARY\": null,\n                \"DESCRIPTION2_EN\": null,\n                \"COMPONENT_PARAMETERS\": null,\n                \"TEMPLATEITEM\": null,\n                \"PREVENTTRANSFER\": null,\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": null,\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": null,\n                \"VENDOR\": null,\n                \"MODBOOKLET\": null,\n                \"MARK_STD\": \"100x40x3\",\n                \"SALESDESCR1_EN\": null,\n                \"SPDESCR1_DE\": null\n            },\n            \"connections\": null,\n            \"oldRevision\": false,\n            \"translationId\": \"\",\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"U100x40x3\"\n        },\n        \"partNumber\": 4,\n        \"amount\": 2,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1047307311138\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1047904209834\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"10282\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1046701174185\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"4\",\n            \"LINKID\": \"1047904209834\",\n            \"STRUCTRID\": \"\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"184\",\n            \"G4PARTINDEX\": \"\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1047904209834\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"100x40x3\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    }\n]"}],"_postman_id":"afac6182-5db7-4168-a921-2d102f983a9d"},{"name":"Check in item object and BOM (already checked out)","id":"d8673949-4cb4-4b17-b35c-6d40cc42f91a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/items/:type/:code/:overwrite/:newRevision/checkin","description":"<p>Check in item object</p>\n","urlObject":{"path":["api","rest","v1","items",":type",":code",":overwrite",":newRevision","checkin"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Type of the item object (typically \"item\")</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"type"},{"description":{"content":"<p>Unique code of the item</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"code"},{"description":{"content":"<p>Overwrite (true) or create new revision (false)</p>\n","type":"text/plain"},"type":"any","value":"<boolean>","key":"overwrite"},{"description":{"content":"<p>New revision identifier of the item</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"newRevision"}]}},"response":[{"id":"774301e3-298c-4086-ba3a-56cc3ef642f2","name":"Check in item object and BOM (already checked out)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"Bearer + JWT token"}],"url":{"raw":"http://localhost:8080/api/rest/v1/items/:type/:code/:overwrite/:newRevision/checkin","host":["http://localhost:8080"],"path":["api","rest","v1","items",":type",":code",":overwrite",":newRevision","checkin"],"variable":[{"key":"type","value":"item"},{"key":"code","value":"I98"},{"key":"overwrite","value":"true"},{"key":"newRevision","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1754"},{"key":"Date","value":"Wed, 16 Dec 2020 15:24:25 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"typeName\": \"Item\",\n    \"revision\": \"0\",\n    \"revisionCount\": 2,\n    \"checkedOutUserId\": \"\",\n    \"label\": \"I98, DD\",\n    \"name\": \"AA\",\n    \"description\": \"DD\",\n    \"comment\": \"\",\n    \"author\": \"Test User\",\n    \"authorId\": \"41\",\n    \"creator\": \"Test User\",\n    \"creatorId\": \"41\",\n    \"owner\": \"\",\n    \"ownerId\": \"\",\n    \"publicity\": \"i\",\n    \"publicityName\": \"Internal\",\n    \"classification\": \"10\",\n    \"classificationName\": \"Osa\",\n    \"statusName\": \"Luonnos\",\n    \"status\": \"draft\",\n    \"dated\": null,\n    \"creationTime\": 1608130113000,\n    \"modifiedTime\": 1608132265000,\n    \"thumbnailSource\": null,\n    \"thumbnailMimeType\": null,\n    \"thumbnail\": null,\n    \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n    \"extAttributes\": {\n        \"COMPONENT_SWCONFIG\": \"\",\n        \"DESCR1_FI\": \"DD\",\n        \"DESCR2_EN\": \"\",\n        \"ABC_CLASS\": \"\",\n        \"ITEMGROUP\": \"ASSEMBLY\",\n        \"INSTOCK\": \"\",\n        \"SPAREPART\": \"\",\n        \"DICTIONARYID2\": \"\",\n        \"PURCHASE\": \"\",\n        \"DENSITY\": \"\",\n        \"USE_PURCHASECOST\": \"\",\n        \"DESCRIPTION2_FI\": \"\",\n        \"SPDESCR1_EN\": \"\",\n        \"COLOR\": \"\",\n        \"SALESDESCR1_FI\": \"\",\n        \"SPDESCR1_SV\": \"\",\n        \"COMPONENT_REPRE\": \"\",\n        \"MODBOOKLET_IMG\": \"\",\n        \"WEARPART\": \"\",\n        \"SALESDICTIONARYID1\": \"\",\n        \"WEIGHT\": \"0.0\",\n        \"SPEC\": \"\",\n        \"STANDARD\": \"\",\n        \"UNIT\": \"KPL\",\n        \"DESCR2_FI\": \"\",\n        \"EDITABLE_UNITPRICE\": \"\",\n        \"MEASURED\": \"\",\n        \"ALLOWPRICING\": \"\",\n        \"DESCR1_EN\": \"\",\n        \"COMPONENT_LIBRARY\": \"\",\n        \"DESCRIPTION2_EN\": \"\",\n        \"COMPONENT_PARAMETERS\": \"\",\n        \"TEMPLATEITEM\": \"TMPLT1\",\n        \"PREVENTTRANSFER\": \"on\",\n        \"COMPONENT_SWMATER\": \"\",\n        \"SWOBJCODE\": \"\",\n        \"PDMTAGID\": \"\",\n        \"TRANSFERED_I\": null,\n        \"SPDESCR1_FI\": \"\",\n        \"PIC_ID\": \"\",\n        \"SPDICTIONARYID1\": \"\",\n        \"VENDOR\": \"\",\n        \"MODBOOKLET\": \"\",\n        \"MARK_STD\": \"\",\n        \"SALESDESCR1_EN\": \"\",\n        \"SPDESCR1_DE\": \"\"\n    },\n    \"connections\": null,\n    \"oldRevision\": false,\n    \"translationId\": \"\",\n    \"baseClass\": \"item\",\n    \"type\": \"item\",\n    \"objCode\": \"I98\"\n}"},{"id":"591a0895-6a47-4a4c-8512-f6a299a9a030","name":"Check in item object and BOM (already checked out)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"Bearer + JWT token"}],"url":{"raw":"http://localhost:8080/api/rest/v1/items/:type/:code/:overwrite/:newRevision/checkin","host":["http://localhost:8080"],"path":["api","rest","v1","items",":type",":code",":overwrite",":newRevision","checkin"],"variable":[{"key":"type","value":"item","type":"string","description":"Type of the item object (typically \"item\")"},{"key":"code","value":"10280","type":"string","description":"Unique code of the item"},{"key":"overwrite","value":"true","description":"Overwrite (true) or create new revision (false)"},{"key":"newRevision","value":"A","description":"New revision identifier of the item"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5164"},{"key":"Date","value":"Fri, 16 Apr 2021 08:57:15 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"typeName\": \"Nimike\",\n    \"revision\": \"3\",\n    \"revisionCount\": 6,\n    \"checkedOutUserId\": \"\",\n    \"label\": \"10280, Kiteennostolaite, kokoonpano\",\n    \"name\": \"10280\",\n    \"description\": \"Kiteennostolaite, kokoonpano\",\n    \"comment\": \"\",\n    \"author\": \"Test User\",\n    \"authorId\": \"41\",\n    \"creator\": \"Test User\",\n    \"creatorId\": \"41\",\n    \"owner\": \"\",\n    \"ownerId\": \"\",\n    \"publicity\": \"i\",\n    \"publicityName\": \"Sisäinen\",\n    \"classification\": \"20\",\n    \"classificationName\": \"Kokoonpano\",\n    \"statusName\": \"Luonnos\",\n    \"status\": \"draft\",\n    \"dated\": null,\n    \"creationTime\": 1603894239000,\n    \"modifiedTime\": 1603894239000,\n    \"thumbnailSource\": \"D:\\\\development\\\\21_0_00\\\\tomcat\\\\..\\\\params/../pdmfiles/previewimages/1047307310129.1_thumb.jpg\",\n    \"thumbnailMimeType\": \"image/jpeg\",\n    \"thumbnail\": \"/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCACqAKoDASIAAhEBAxEB/8QAHAABAQEAAwEBAQAAAAAAAAAAAAcGAQUIBAID/8QAOhAAAQMDAgMGAgcHBQAAAAAAAQACAwQFEQYhEjFBBxMiUWFxFDIjN0KBkaGzFTZScnN0tBczscHR/8QAFwEBAQEBAAAAAAAAAAAAAAAAAAECA//EAB0RAQEBAAMBAAMAAAAAAAAAAAABEQIhMRJBUXH/2gAMAwEAAhEDEQA/AL+iIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICLjK5QEREBERAREQEREBERAREQEREBERARFweSDLXrXlrtNUaSM/FVLH8ErGyNYIzzILnEDix0/4WbPaKb1d5bZCJLdDwl0UhPjmaN+f2dt9s+6xOs6TOvryKSeIP42ymHvQTLnAcG+bsg5b9nGSQtFaezqtv1VDXXJrqKmZktYHHjeD/ABdT+Q91nTY0WkNQUJ1C6zUb3FjoXPIaCWh4I68gcZz7BUBSux26ntHa9LbqQObT09K1sbCc4ywE+2SqorDdERFQREQEREBERAREQEREBERAREQcEgDJOAuM5bkKYjtJtmodN3OhrYTS1ckEzRGQXsc3kN8cyOn5rCaX13dNNvMNNIay3cRDKZ7ieFuTgMPMdFr5o1cdPBNry+vlhje+KaN0Zc0EtPxBGR5HBI+9V9Qml1D32o66509K59NWSsdIOIcUbBLI7IH2jlgGB5qzWi+W2+0Taq21cc8RGTwndvoR0WJ4zGIp/rwrf7Zv6YVIU2p/ryrf7Zn6YVJSLBERVRERAREQEREBERAREQEREBCiIPPWpez+86bc6oaw1dE1xcKmAHLN8+Jo3b7jb2XS6fiirJaxtdT01ZLM0AyvLgWjGMDGOfM+p5r0ndWsdaK1skhjYYJA57XcJaOE5IPT3Xk2zahmtp4xDHIXAN6gj+byP5bLpwv7ZtytBRxmmigbAXYheOFzBw4wajBx06Lm4X++2g0NY2NtHcpZW4qh4HzMOx7yMHfmPERk+a+JlVNQWuCqpO7EkcrXtDmkt/3Kj1VUd2X0l+pKa60d1fR1c0AfLwMEje9LMHYnONztnO/NZ42SX+pO3Udnt9q9Rdo5uFbG1s76Yte5uAHFo4cgfcD96tqiXZ9ZKvTvaZNaqtreOCB30jHAtfxDi22Hn1A/7VtWbm3F4+diIiNCIiAiIgIiICIiAiIgIiICIiD+c8MdTBJBNG2SKRpY9jhkOaRggjywpnd+yKN1XRSWG4soIKepbO2OanExgI3+icdwMgeAkhVBcHkU1LNefrnpN9xul4tdNXmOSlma9sssTSJHGaRp4g0AAZfnwgYxyVs07YqfTtmhoKcDwjileM/SSH5nYJOMnp0U6p/341F/Uj/ySq10UnhE3p8f65VvLPwzP0wqSpvT/XjW/wBuz9MKkKQgiItKIiICIiAiIgIiICIiAiIgIiIC4PIrlcHkUElp/wB+NRf1I/8AJKrXRR34ruNd3xoidJxzNDy0jEbWzPeXOJ2AAadyqE27TXytlpLU/gpImjva9pDhxHcMZ5nG5PTPmpxZjIy1LLf2x19bOHNgEUUQcRgF7mANaCdiSSNgtRS3S6XLVhpYjHDRUUeaxuOImRw8Eef4gPEccgQOqm2rm1FPr+aCkJlkhfTmnZO8ubxnBGc+bjuq9YrS2zWtlMZDLM5xlqJnc5ZXHL3n3P4DAVmfhY7JERFEREBERAREQEREBERAREQEXHEM4yuUBCi6i83Z9IYqKiYJrlVZbBGeTR1kf5Mbnfz2A5oPP8lyqbgJTW1LpZ5Kp4Lu6a0PADyePAHETnr5bLu9E6/uFhqKW3TFk9rdK1pa4YMDXHdzSBnAySQR0PJdXaP2rPTy09sgFRPNVOjkibAH8bBk4wdgMgbnpnzX33DRFXQx05kr6CBskrhVtiJJiaBsA7B43bnwtBx6bla3jJ2zuPquN3gvXaQaylyYH1NNwP6OAcG5/LPsQruF5/ZPBVauo5aY5jMlK3aNrG7OAyA3IAIAPN3vvgegAsS6vEREVUREQEREBERAREQEREBERB577T6fU1m7Sai/0b66ko3NibBWQnLc8ABYeY3IPhI35rQaQ7bGTTRWzVVMaWqLgwVcTDwOJwBxs5tz5jI9lTNS6cpNUWd9uq3yxtLhIySJ2HMcM4O+x5nYqM3rsqvNDUtDYn3CkZ4opqVuHscCCMt5j7iQtTL1WcvsW673aK1UffPY6WV7u7ggZ800h5NH/vQZK+ezWqWkMtdXvbNc6rBmkb8rAOUbPJo/M5J5qQM1LqK2XcVdbM6SoiYY42VkRYYgfmxxDmcc+fTktFF2s1MLAKy3QBztmO7wsZxY6uHFgeuE+a0x+mK+W3xVkzJI4onVEkc08riGxNc7AJA3dl3CMeu+RstPcZ7PBFNTCM3itmiMT5Z2+BjTkYY3bAGdicAbEBY/Sduud1uL4KVspyXyOjYMAZd8xcRgDpkHPkq9ZNB0dE1slfw1MnPugPowfXq8+p/BPnju1nO0XqbTX2WeiutPSzfs+FwLZfE5gcHNIy47Ejh2PLcjAVf012lW28PhpapzaerleI2NO3E8nYY5g/iPVbZ0Mb4jE5jXRkcJYRkEeWPJYx3ZjY2amor1Sd9SOppO9+HiP0bnAgjY/KNtwNvZTY02yIEUBERAREQEREBERAREQEREBMIiD8SRRysLJGNe082uGQs9ddB6cu0LmSW2GB55S0ze7c0+Yxt+IK0iIIdd9G6l0XI6ttM0lbQxkvBjyHMx1c0bj+Zv3qo6KrrnctJ0VXeIzHWycfGHR8BwHuDTj1aAfXmtBhFbdBERQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQf/9k=\",\n    \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n    \"extAttributes\": {\n        \"DESCR1_FI\": \"Kiteennostolaite, kokoonpano\",\n        \"ABC_CLASS\": \"A\",\n        \"INSTOCK\": \"\",\n        \"DICTIONARYID2\": \"\",\n        \"C_NUMBER\": \"0.0000\",\n        \"PURCHASE\": \"\",\n        \"DENSITY\": \"\",\n        \"USE_PURCHASECOST\": \"\",\n        \"DESCRIPTION2_FI\": \"\",\n        \"SPDESCR1_EN\": \"\",\n        \"COLOR\": \"\",\n        \"COMPONENT_REPRE\": \"\",\n        \"WEIGHT\": \"426.2\",\n        \"SPEC\": \"\",\n        \"UNIT\": \"KPL\",\n        \"DESCR2_FI\": \"\",\n        \"EDITABLE_UNITPRICE\": \"true\",\n        \"C_KONFIGUROITAVAX\": null,\n        \"MEASURED\": \"\",\n        \"ALLOWPRICING\": \"\",\n        \"DESCR1_EN\": \"\",\n        \"COMPONENT_LIBRARY\": \"\",\n        \"PREVENTTRANSFER\": \"\",\n        \"SPDESCR1_FI\": \"\",\n        \"PIC_ID\": \"10280\",\n        \"SALESDESCR1_EN\": \"\",\n        \"COMPONENT_SWCONFIG\": \"\",\n        \"DESCR2_EN\": \"\",\n        \"ITEMGROUP\": \"SUB_ASSEMBLY\",\n        \"SPAREPART\": \"\",\n        \"C_KONFIGUROITAVA\": null,\n        \"SALESDESCR1_FI\": \"\",\n        \"SPDESCR1_SV\": \"\",\n        \"MODBOOKLET_IMG\": \"\",\n        \"WEARPART\": \"\",\n        \"SALESDICTIONARYID1\": \"\",\n        \"STANDARD\": \"\",\n        \"DESCRIPTION2_EN\": \"\",\n        \"COMPONENT_PARAMETERS\": \"\",\n        \"TEMPLATEITEM\": \"\",\n        \"COMPONENT_SWMATER\": \"\",\n        \"SWOBJCODE\": \"\",\n        \"PDMTAGID\": \"\",\n        \"C_XBOX\": null,\n        \"TRANSFERED_I\": null,\n        \"SPDICTIONARYID1\": \"\",\n        \"VENDOR\": \"\",\n        \"MODBOOKLET\": \"true\",\n        \"MARK_STD\": \"\",\n        \"SPDESCR1_DE\": \"\"\n    },\n    \"connections\": null,\n    \"translationId\": \"\",\n    \"oldRevision\": false,\n    \"baseClass\": \"item\",\n    \"type\": \"item\",\n    \"objCode\": \"10280\"\n}"}],"_postman_id":"d8673949-4cb4-4b17-b35c-6d40cc42f91a"},{"name":"Gets where used Excel report","id":"9f758c90-eefe-437e-9dc7-882ef0e35f20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/items//where-used/:code/:revision/:templateId?structureLevels=-1&searchRecycleBin&hideConfiguredItems=false&includeObsolete=true&invertedSortBy=false&bomHideParam=false&latestBomVersion=true&byRevision=false&versionMode=0","description":"<p>Gets where used Excel report of the requested BOM item. Since version 1.8.1. (Flow 2023)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}},"urlObject":{"path":["api","rest","v1","items","","where-used",":code",":revision",":templateId"],"host":["http://localhost:8080"],"query":[{"description":{"content":"<p>How many bom levels are shown (-1 = all, default)</p>\n","type":"text/plain"},"key":"structureLevels","value":"-1"},{"description":{"content":"<p>Include content of the recycle bin (set false to ignore)</p>\n","type":"text/plain"},"key":"searchRecycleBin","value":null},{"description":{"content":"<p>Do not show configured items (= false by default)</p>\n","type":"text/plain"},"key":"hideConfiguredItems","value":"false"},{"description":{"content":"<p>Show obsolete items (= true, default)</p>\n","type":"text/plain"},"key":"includeObsolete","value":"true"},{"description":{"content":"<p>Show result in reverse order (=false by default)</p>\n","type":"text/plain"},"key":"invertedSortBy","value":"false"},{"description":{"content":"<p>Do not show middle level BOM items (=false by default)</p>\n","type":"text/plain"},"key":"bomHideParam","value":"false"},{"description":{"content":"<p>Show latest revision (=true by default)</p>\n","type":"text/plain"},"key":"latestBomVersion","value":"true"},{"description":{"content":"<p>Make query using certain revision of the object (= false by default)</p>\n","type":"text/plain"},"key":"byRevision","value":"false"},{"description":{"content":"<p>Query by Current = 0, build structures = 1, by revision = 2</p>\n","type":"text/plain"},"key":"versionMode","value":"0"}],"variable":[{"description":{"content":"<p>Unique code of the item</p>\n","type":"text/plain"},"type":"any","value":null,"key":"code"},{"description":{"content":"<p>Revision identifier of the item</p>\n","type":"text/plain"},"type":"any","value":null,"key":"revision"},{"description":{"content":"<p>Excel template identifier (Flow report templates)</p>\n","type":"text/plain"},"type":"any","value":null,"key":"templateId"}]}},"response":[],"_postman_id":"9f758c90-eefe-437e-9dc7-882ef0e35f20"}],"id":"2c6d951b-ffed-4128-8978-81e5aa3d76a2","_postman_id":"2c6d951b-ffed-4128-8978-81e5aa3d76a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"projects","item":[{"name":"Find project objects","event":[{"listen":"prerequest","script":{"id":"abbb4a5b-a492-4659-8c68-a233dc84ffee","exec":["pm.environment.set(\"code\", \"P000025\")"],"type":"text/javascript"}}],"id":"4decd99b-507d-496e-9319-09fd9860997c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"drawing\"  // only drawings\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/rest/v1/projects/:code/find?get-state-history=true","description":"<p>Find objects linked into main item (BOM) of the project. With body parameters (json) you can filter response to include certain document type (e.g. only drawings).</p>\n","urlObject":{"path":["api","rest","v1","projects",":code","find"],"host":["http://localhost:8080"],"query":[{"description":{"content":"<p>If \"true\" adds state history info into response (default = false)</p>\n","type":"text/plain"},"key":"get-state-history","value":"true"}],"variable":[{"description":{"content":"<p>Unique identifier of the item object</p>\n","type":"text/plain"},"type":"any","value":"{{code}}","key":"code"}]}},"response":[{"id":"52eefa4c-ff6e-4168-ab7e-f0a969c7e2cd","name":"Find project objects","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"drawing\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/rest/v1/projects/:code/find?get-state-history=true","host":["http://localhost:8080"],"path":["api","rest","v1","projects",":code","find"],"query":[{"key":"get-state-history","value":"true","description":"If \"true\" adds state history info into response (default = false)"}],"variable":[{"key":"code","value":"{{code}}","description":"Unique identifier of the item object"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1915"},{"key":"Date","value":"Wed, 08 Dec 2021 08:15:52 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"typeName\": \"Drawing (Vertex)\",\n        \"revision\": \"0\",\n        \"revisionCount\": 2,\n        \"checkedOutUserId\": \"\",\n        \"label\": \"PI30001F, Main system schema\",\n        \"name\": \"PI30001F\",\n        \"description\": \"Main system schema\",\n        \"comment\": \"\",\n        \"author\": \"System Administrator\",\n        \"authorId\": \"su\",\n        \"creator\": \"System Administrator\",\n        \"creatorId\": \"su\",\n        \"owner\": \"\",\n        \"ownerId\": \"\",\n        \"publicity\": \"i\",\n        \"publicityName\": \"Internal\",\n        \"classification\": \"\",\n        \"classificationName\": \"\",\n        \"statusName\": \"Luonnos\",\n        \"status\": \"draft\",\n        \"dated\": null,\n        \"creationTime\": 1414674706000,\n        \"modifiedTime\": 1443004159000,\n        \"thumbnailSource\": null,\n        \"thumbnailMimeType\": null,\n        \"thumbnail\": null,\n        \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACJSURBVHja7JWLCsAgCEXVot+uPrzchA1GGGy5BoMuGER0NB+EzAwzRDBJ/wN7WXLOw4mOMaJ6IMVLKfGI5N5xF1qjnrNa692I1Re/kmMNroIREYjIBPfWaHdYu2cpqLemoOdoTd5HI60NyNVkWEIIdrD0sdgpAZdSwDn3HNz2o1W4fpDp4E2AAQCfAYhpRLDuRQAAAABJRU5ErkJggg==\",\n        \"extAttributes\": {\n            \"DESCR1_FI\": \"Main system schema\",\n            \"SPBOOKLET\": \"\",\n            \"DESCR2_EN\": null,\n            \"DESCR3_FI\": \"\",\n            \"DRAWN_BY\": \"\",\n            \"MOD_ID\": \"\",\n            \"DICTIONARYID2\": null,\n            \"DICTIONARYID3\": null,\n            \"CONN_ID\": \"\",\n            \"REPLACED\": \"\",\n            \"SUPPORT\": null,\n            \"DOC_TYPE\": null,\n            \"MANUFBOOKLET\": \"\",\n            \"R_DESCR_EN\": null,\n            \"SHEET_NUMBERS\": null,\n            \"TOLER\": \"\",\n            \"REPLACE\": \"\",\n            \"WEIGHT\": \"\",\n            \"ES_KENT\": \"\",\n            \"DESCR3_EN\": null,\n            \"DESCR2_FI\": \"\",\n            \"DEPARTMENT\": null,\n            \"MEASURED\": \"\",\n            \"DESCR1_EN\": \"\",\n            \"RELEASE\": null,\n            \"D_DATE\": \"\",\n            \"SHEET_NUMBER\": null,\n            \"REV_BY\": \"\",\n            \"TRANSFERED_I\": null,\n            \"CHANGEDOCID\": \"\",\n            \"LANG_CODE\": null,\n            \"KEYWORDS\": null,\n            \"WPBOOKLET\": \"\"\n        },\n        \"connections\": null,\n        \"stateHistory\": [\n            {\n                \"status\": {\n                    \"statusId\": \"draft\",\n                    \"statusName\": \"Luonnos\",\n                    \"properties\": {\n                        \"statename_en\": \"Draft\",\n                        \"watermark\": \"\",\n                        \"stateposition\": \"1\",\n                        \"property\": \"draft.true\"\n                    }\n                },\n                \"author\": {\n                    \"id\": \"su\",\n                    \"name\": \"System Administrator\",\n                    \"username\": \"sysadmin\",\n                    \"initials\": \"SSA\",\n                    \"properties\": null\n                },\n                \"comment\": \"\",\n                \"revision\": \"0\",\n                \"date\": 1414674706000\n            }\n        ],\n        \"translationId\": null,\n        \"oldRevision\": false,\n        \"baseClass\": \"doc\",\n        \"type\": \"drawing\",\n        \"objCode\": \"PI30001F\"\n    }\n]"}],"_postman_id":"4decd99b-507d-496e-9319-09fd9860997c"},{"name":"Project BOM (bill of material)","event":[{"listen":"prerequest","script":{"id":"731f1d2c-829c-4155-8b68-d23e83c7b57c","exec":["pm.environment.set(\"code\", \"P000024\")"],"type":"text/javascript"}}],"id":"dff7fb44-b0a3-44a9-a39f-ad184633b35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/projects/:code/bom","description":"<p>Get the bill of material of the project. Project must have linked one main item object (with BOM).</p>\n","urlObject":{"path":["api","rest","v1","projects",":code","bom"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the item object</p>\n","type":"text/plain"},"type":"any","value":"{{code}}","key":"code"}]}},"response":[{"id":"87ff5618-605c-4e7a-8f13-7a4e4d975c6d","name":"Project BOM (bill of material)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/rest/v1/projects/:code/bom","host":["http://localhost:8080"],"path":["api","rest","v1","projects",":code","bom"],"variable":[{"key":"code","value":"{{code}}","description":"Unique identifier of the item object"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 08 Dec 2021 08:20:59 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX3000222, Kannatinpyörästö\",\n            \"name\": \"VX3000222\",\n            \"description\": \"Kannatinpyörästö\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"Sami Suunnittelija\",\n            \"creatorId\": \"5\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"TC|CT|CT03\",\n            \"classificationName\": \"Puomi\",\n            \"statusName\": \"Luonnos\",\n            \"status\": \"draft\",\n            \"dated\": null,\n            \"creationTime\": 1299052969000,\n            \"modifiedTime\": 1333438734000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Kannatinpyörästö\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"\",\n                \"ITEMGROUP\": \"SUB_ASSEMBLY\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Omavalmiste\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"22.0000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Bracket Running Gear\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": null,\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX3000222\"\n        },\n        \"partNumber\": 0,\n        \"amount\": 0,\n        \"extAttributes\": {\n            \"PARTNO\": \"1\",\n            \"MARK_STD\": \"\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX3000223, Runko\",\n            \"name\": \"VX3000223\",\n            \"description\": \"Runko\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"Sami Suunnittelija\",\n            \"creatorId\": \"5\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"TC|CT|CT03\",\n            \"classificationName\": \"Puomi\",\n            \"statusName\": \"Luonnos\",\n            \"status\": \"draft\",\n            \"dated\": null,\n            \"creationTime\": 1299053044000,\n            \"modifiedTime\": 1333438734000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Runko\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"\",\n                \"ITEMGROUP\": \"SUB_ASSEMBLY\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Omavalmiste\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"9.8000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Frame\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": null,\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX3000223\"\n        },\n        \"partNumber\": 1,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535347\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Draft\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028730\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000222\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1300267535348\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Luonnos\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"1\",\n            \"LINKID\": \"1300777028730\",\n            \"STRUCTRID\": \"1299160094268\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"#101\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028730\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX124474, Suorakaide RHS-Palkki, kylmävalssattu, Rsk-100x060x6.3\",\n            \"name\": \"10219-2-Rsk-100x060x6.3\",\n            \"description\": \"Suorakaide RHS-Palkki, kylmävalssattu\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"System Administrator\",\n            \"creatorId\": \"su\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"BS01|B50|T002\",\n            \"classificationName\": \"Suorakaideputki\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1276168995000,\n            \"modifiedTime\": 1309167336000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Suorakaide RHS-Palkki, kylmävalssattu\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Ostettava\",\n                \"DENSITY\": \"7850\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"Rectangle RHS bar, cold rolled\",\n                \"COLOR\": null,\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"Rektangel RHS stång, kallvalsad\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"S 235 JRH\",\n                \"STANDARD\": \"EN10219-2\",\n                \"UNIT\": \"MM\",\n                \"DESCR2_FI\": \"Rsk-100x060x6.3\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Rectangle RHS bar, cold rolled\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"b=60| h=100| r=15.75| t=6.3\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": \"2010-06-15 05:29:47.0\",\n                \"SPDESCR1_FI\": \"Suorakaide RHS-Palkki, kylmävalssattu\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"sppid:353\",\n                \"VENDOR\": null,\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"Rechteck stange, kaltgewalzt\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX124474\"\n        },\n        \"partNumber\": 1,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535348\",\n            \"STRPREFIX_WEARPART\": \"0\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777029203\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000223\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1276071314230\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"1.1\",\n            \"LINKID\": \"1300777029203\",\n            \"STRUCTRID\": \"\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"750\",\n            \"G4PARTINDEX\": \"\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777029203\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"1\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"0\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"0\",\n            \"MARK_STD\": \"750\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX3000224, Holkki, D50/d35 * 60\",\n            \"name\": \"VX3000224\",\n            \"description\": \"Holkki\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"Sami Suunnittelija\",\n            \"creatorId\": \"5\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"TC|CT|CT03\",\n            \"classificationName\": \"Puomi\",\n            \"statusName\": \"Luonnos\",\n            \"status\": \"draft\",\n            \"dated\": null,\n            \"creationTime\": 1299053548000,\n            \"modifiedTime\": 1333438733000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Holkki\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"\",\n                \"ITEMGROUP\": \"SUB_ASSEMBLY\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Alihankinta\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.4000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"D50/d35 * 60\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Sleeve\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": null,\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"D50/d35x60\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX3000224\"\n        },\n        \"partNumber\": 2,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535347\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Draft\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028731\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000222\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1300267535328\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Luonnos\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"2\",\n            \"LINKID\": \"1300777028731\",\n            \"STRUCTRID\": \"1299160094272\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"#102\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028731\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"D50/d35x60\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX123645, Pyörötanko, kuumavalssattu, RB060\",\n            \"name\": \"RB060\",\n            \"description\": \"Pyörötanko, kuumavalssattu\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"System Administrator\",\n            \"creatorId\": \"su\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"BS01|B20|RB\",\n            \"classificationName\": \"Pyörötanko\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1276168895000,\n            \"modifiedTime\": 1309167335000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Pyörötanko, kuumavalssattu\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Ostettava\",\n                \"DENSITY\": \"7850\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"Round bar, hot rolled\",\n                \"COLOR\": null,\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"Rund stång, varmvalsad\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"S 235 JRG2\",\n                \"STANDARD\": \"RB\",\n                \"UNIT\": \"MM\",\n                \"DESCR2_FI\": \"RB060\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Round bar, hot rolled\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"d=60\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": \"2010-06-15 05:28:07.0\",\n                \"SPDESCR1_FI\": \"Pyörötanko, kuumavalssattu\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"sppid:350\",\n                \"VENDOR\": null,\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"Rund stange, warmgewalzt\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX123645\"\n        },\n        \"partNumber\": 1,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535328\",\n            \"STRPREFIX_WEARPART\": \"0\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028999\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000224\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1276071313401\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"2.1\",\n            \"LINKID\": \"1300777028999\",\n            \"STRUCTRID\": \"\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"60\",\n            \"G4PARTINDEX\": \"\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028999\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"1\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"0\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"0\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX3000225, Akseli, D64/50/24 * 156.4\",\n            \"name\": \"VX3000225\",\n            \"description\": \"Akseli\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"Sami Suunnittelija\",\n            \"creatorId\": \"5\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"TC|CT|CT03\",\n            \"classificationName\": \"Puomi\",\n            \"statusName\": \"Luonnos\",\n            \"status\": \"draft\",\n            \"dated\": null,\n            \"creationTime\": 1299054168000,\n            \"modifiedTime\": 1333438733000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Akseli\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"\",\n                \"ITEMGROUP\": \"SUB_ASSEMBLY\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Alihankinta\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"1.4000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"D64/50/24 * 156.4\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Shaft\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": null,\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX3000225\"\n        },\n        \"partNumber\": 3,\n        \"amount\": 2,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535347\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Draft\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028732\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000222\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1300267535329\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Luonnos\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"3\",\n            \"LINKID\": \"1300777028732\",\n            \"STRUCTRID\": \"1299160094279\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"#104\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028732\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX123650, Pyörötanko, kuumavalssattu, RB065\",\n            \"name\": \"RB065\",\n            \"description\": \"Pyörötanko, kuumavalssattu\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"System Administrator\",\n            \"creatorId\": \"su\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"BS01|B20|RB\",\n            \"classificationName\": \"Pyörötanko\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1276168896000,\n            \"modifiedTime\": 1309167335000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Pyörötanko, kuumavalssattu\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Ostettava\",\n                \"DENSITY\": \"7850\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"Round bar, hot rolled\",\n                \"COLOR\": null,\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"Rund stång, varmvalsad\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"S 235 JRG2\",\n                \"STANDARD\": \"RB\",\n                \"UNIT\": \"MM\",\n                \"DESCR2_FI\": \"RB065\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Round bar, hot rolled\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"d=65\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": \"2010-06-15 05:28:07.0\",\n                \"SPDESCR1_FI\": \"Pyörötanko, kuumavalssattu\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"sppid:350\",\n                \"VENDOR\": null,\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"Rund stange, warmgewalzt\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX123650\"\n        },\n        \"partNumber\": 1,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535329\",\n            \"STRPREFIX_WEARPART\": \"0\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777029197\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000225\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1276071313406\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"3.1\",\n            \"LINKID\": \"1300777029197\",\n            \"STRUCTRID\": \"\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777029197\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"1\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"0\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"0\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX3000226, Pyörä, D130/160 b 37/50\",\n            \"name\": \"VX3000226\",\n            \"description\": \"Pyörä\",\n            \"comment\": \"\",\n            \"author\": \"Seppo Suunnittelupäällikkö\",\n            \"authorId\": \"39\",\n            \"creator\": \"Sami Suunnittelija\",\n            \"creatorId\": \"5\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"i\",\n            \"publicityName\": \"Internal\",\n            \"classification\": \"10\",\n            \"classificationName\": \"Osa\",\n            \"statusName\": \"Luonnos\",\n            \"status\": \"draft\",\n            \"dated\": null,\n            \"creationTime\": 1299054587000,\n            \"modifiedTime\": 1391678476000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Pyörä\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"C\",\n                \"ITEMGROUP\": \"SUB_ASSEMBLY\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Ostettava\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"3.5000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"D130/160 b 37/50\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Wheel\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": \"\",\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX3000226\"\n        },\n        \"partNumber\": 4,\n        \"amount\": 2,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535347\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Draft\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028733\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000222\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1300267535357\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Luonnos\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"4\",\n            \"LINKID\": \"1300777028733\",\n            \"STRUCTRID\": \"1299160094280\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"#106\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028733\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX124608, Valuteräs\",\n            \"name\": \"VX124608\",\n            \"description\": \"Valuteräs\",\n            \"comment\": \"\",\n            \"author\": \"Sami Suunnittelija\",\n            \"authorId\": \"5\",\n            \"creator\": \"Sami Suunnittelija\",\n            \"creatorId\": \"5\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"i\",\n            \"publicityName\": \"Internal\",\n            \"classification\": \"Metallit|Valuteräs\",\n            \"classificationName\": \"\",\n            \"statusName\": \"Luonnos\",\n            \"status\": \"draft\",\n            \"dated\": null,\n            \"creationTime\": 1298456214000,\n            \"modifiedTime\": 1300776800000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Valuteräs\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"\",\n                \"ITEMGROUP\": \"MTRL\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Ostettava\",\n                \"DENSITY\": \"7800\",\n                \"USE_PURCHASECOST\": \"\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": null,\n                \"SALESDESCR1_FI\": null,\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": null,\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"KG\",\n                \"DESCR2_FI\": \"\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"Valuteräs\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"sppid:370\",\n                \"VENDOR\": null,\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": null,\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"translationId\": \"pid:172\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX124608\"\n        },\n        \"partNumber\": 1,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535357\",\n            \"STRPREFIX_WEARPART\": \"0\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Draft\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300268058730\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000226\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1300267535291\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Luonnos\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"4.1\",\n            \"LINKID\": \"1300268058730\",\n            \"STRUCTRID\": \"\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300268058730\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"1\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"0\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"0\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX3000227, Holkki, D65/50 h 41\",\n            \"name\": \"VX3000227\",\n            \"description\": \"Holkki\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"Sami Suunnittelija\",\n            \"creatorId\": \"5\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"TC|CT|CT03\",\n            \"classificationName\": \"Puomi\",\n            \"statusName\": \"Luonnos\",\n            \"status\": \"draft\",\n            \"dated\": null,\n            \"creationTime\": 1299054815000,\n            \"modifiedTime\": 1333438733000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Holkki\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"\",\n                \"ITEMGROUP\": \"SUB_ASSEMBLY\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Alihankinta\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.7000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"D65/50 h 41\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Sleeve\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"\",\n                \"VENDOR\": null,\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"D65/50x41\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX3000227\"\n        },\n        \"partNumber\": 5,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535347\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Draft\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028734\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000222\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1300267535330\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Luonnos\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"5\",\n            \"LINKID\": \"1300777028734\",\n            \"STRUCTRID\": \"1297078548347\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"#108\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028734\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"D65/50x41\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX123650, Pyörötanko, kuumavalssattu, RB065\",\n            \"name\": \"RB065\",\n            \"description\": \"Pyörötanko, kuumavalssattu\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"System Administrator\",\n            \"creatorId\": \"su\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"BS01|B20|RB\",\n            \"classificationName\": \"Pyörötanko\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1276168896000,\n            \"modifiedTime\": 1309167335000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Pyörötanko, kuumavalssattu\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Ostettava\",\n                \"DENSITY\": \"7850\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"Round bar, hot rolled\",\n                \"COLOR\": null,\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"Rund stång, varmvalsad\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"S 235 JRG2\",\n                \"STANDARD\": \"RB\",\n                \"UNIT\": \"MM\",\n                \"DESCR2_FI\": \"RB065\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Round bar, hot rolled\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"d=65\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": \"2010-06-15 05:28:07.0\",\n                \"SPDESCR1_FI\": \"Pyörötanko, kuumavalssattu\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"sppid:350\",\n                \"VENDOR\": null,\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"Rund stange, warmgewalzt\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX123650\"\n        },\n        \"partNumber\": 1,\n        \"amount\": 1,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535330\",\n            \"STRPREFIX_WEARPART\": \"0\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028527\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000227\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1276071313406\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"5.1\",\n            \"LINKID\": \"1300777028527\",\n            \"STRUCTRID\": \"\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028527\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"1\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"0\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"0\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 2,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX3000229, Laakeri, d50/D90 b23 SKF NU 2210 EC\",\n            \"name\": \"VX3000229\",\n            \"description\": \"Laakeri\",\n            \"comment\": \"\",\n            \"author\": \"Seppo Suunnittelupäällikkö\",\n            \"authorId\": \"39\",\n            \"creator\": \"Sami Suunnittelija\",\n            \"creatorId\": \"5\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"i\",\n            \"publicityName\": \"Internal\",\n            \"classification\": \"SP|SP040\",\n            \"classificationName\": \"Rullalaakerit\",\n            \"statusName\": \"Luonnos\",\n            \"status\": \"draft\",\n            \"dated\": null,\n            \"creationTime\": 1299055358000,\n            \"modifiedTime\": 1513258945000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Laakeri\",\n                \"DESCR2_EN\": \"\",\n                \"ABC_CLASS\": \"C\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"on\",\n                \"DICTIONARYID2\": \"\",\n                \"PURCHASE\": \"Ostettava\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"Bearing\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"on\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.5000\",\n                \"SPEC\": \"\",\n                \"STANDARD\": \"\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"d50/D90 b23 SKF NU 2210 EC\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"on\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Bearing\",\n                \"COMPONENT_LIBRARY\": \"\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": \"\",\n                \"TRANSFERED_I\": null,\n                \"SPDESCR1_FI\": \"Laakeri\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"sppid:109\",\n                \"VENDOR\": \"\",\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"Lager\"\n            },\n            \"connections\": null,\n            \"translationId\": \"pid:52\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX3000229\"\n        },\n        \"partNumber\": 6,\n        \"amount\": 2,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535347\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Draft\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028735\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000222\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"1\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1300267535355\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Luonnos\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"6\",\n            \"LINKID\": \"1300777028735\",\n            \"STRUCTRID\": \"1299160094281\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"#103\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028735\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"1\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"1\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX107420, Pidätinrengas reiälle, 92x3\",\n            \"name\": \"472-92x3\",\n            \"description\": \"Pidätinrengas reiälle\",\n            \"comment\": \"\",\n            \"author\": \"System Administrator\",\n            \"authorId\": \"su\",\n            \"creator\": \"System Administrator\",\n            \"creatorId\": \"su\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"SP|Lukitusosat|DIN472\",\n            \"classificationName\": \"Pidätinrengas reiälle\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1276166708000,\n            \"modifiedTime\": 1309167330000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Pidätinrengas reiälle\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"off\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Ostettava\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"Clamping coil\",\n                \"COLOR\": null,\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"Klämsring\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"Teräs\",\n                \"STANDARD\": \"DIN472\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"92x3\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Clamping coil\",\n                \"COMPONENT_LIBRARY\": \"|Akseliosat|Lukitusosat\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"a=8.7| b=7.8| d1=92| d2=95.5| d5=3.5| m1=3.15| nmin=5.3| s=3\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": \"2010-06-10 10:45:08.0\",\n                \"SPDESCR1_FI\": \"Pidätinrengas reiälle\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"sppid:346\",\n                \"VENDOR\": null,\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"Klemmsring\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX107420\"\n        },\n        \"partNumber\": 7,\n        \"amount\": 2,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535347\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028736\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000222\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1276071300431\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"7\",\n            \"LINKID\": \"1300777028736\",\n            \"STRUCTRID\": \"1299160094282\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"#111\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028736\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX108994, Aluslaatta, tasainen, Ø25 (M24)\",\n            \"name\": \"125-A25\",\n            \"description\": \"Aluslaatta, tasainen\",\n            \"comment\": \"\",\n            \"author\": \"Seppo Suunnittelupäällikkö\",\n            \"authorId\": \"39\",\n            \"creator\": \"System Administrator\",\n            \"creatorId\": \"su\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"Kiinnittimet|F03|DIN125A\",\n            \"classificationName\": \"Aluslaatta, suora\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 0,\n            \"modifiedTime\": 1391679516000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Aluslaatta, tasainen\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"C\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Ostettava\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"Washer, flat\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"Underläggsbricka, plan\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"Teräs\",\n                \"STANDARD\": \"DIN125\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"Ø25 (M24)\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Washer, flat\",\n                \"COMPONENT_LIBRARY\": \"|Kiinnittimet|Aluslaatat\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"d1=25| d2=44| s=4\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": \"1970-01-01 02:00:00.0\",\n                \"SPDESCR1_FI\": \"Aluslaatta, tasainen\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"sppid:293\",\n                \"VENDOR\": \"\",\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"Unterlegscheibe, flach\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX108994\"\n        },\n        \"partNumber\": 8,\n        \"amount\": 2,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535347\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028737\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000222\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1276071301869\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"8\",\n            \"LINKID\": \"1300777028737\",\n            \"STRUCTRID\": \"1299160094283\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"#113\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028737\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX111160, Kuusiomutteri, BM24\",\n            \"name\": \"24035-BM24\",\n            \"description\": \"Kuusiomutteri\",\n            \"comment\": \"\",\n            \"author\": \"Seppo Suunnittelupäällikkö\",\n            \"authorId\": \"39\",\n            \"creator\": \"System Administrator\",\n            \"creatorId\": \"su\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"Kiinnittimet|F02|EN24035B\",\n            \"classificationName\": \"Kuusiomutteri\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1276167085000,\n            \"modifiedTime\": 1444820341000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Kuusiomutteri\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"C\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Ostettava\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"Hexagon nut\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"Sexkant mutter\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"8.8\",\n                \"STANDARD\": \"EN24035\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"BM24\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Hexagon nut\",\n                \"COMPONENT_LIBRARY\": \"|Kiinnittimet|Mutterit|Vakiokierre\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"D=24| m=12| s=36| d1=22.4\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": \"2010-06-10 10:51:25.0\",\n                \"SPDESCR1_FI\": \"Kuusiomutteri\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"sppid:333\",\n                \"VENDOR\": \"\",\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"Sechskant mutter\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX111160\"\n        },\n        \"partNumber\": 9,\n        \"amount\": 4,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535347\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028738\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000222\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1276071303979\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"9\",\n            \"LINKID\": \"1300777028738\",\n            \"STRUCTRID\": \"1299160094284\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"#116\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028738\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    },\n    {\n        \"bomObject\": {\n            \"typeName\": \"Item\",\n            \"revision\": \"0\",\n            \"revisionCount\": 1,\n            \"checkedOutUserId\": \"\",\n            \"label\": \"VX115508, Pidätinruuvi, M8x22\",\n            \"name\": \"DIN_913-M8x22\",\n            \"description\": \"Pidätinruuvi\",\n            \"comment\": \"\",\n            \"author\": \"Seppo Suunnittelupäällikkö\",\n            \"authorId\": \"39\",\n            \"creator\": \"System Administrator\",\n            \"creatorId\": \"su\",\n            \"owner\": \"\",\n            \"ownerId\": \"\",\n            \"publicity\": \"p\",\n            \"publicityName\": \"Public\",\n            \"classification\": \"Kiinnittimet|F01|DIN913\",\n            \"classificationName\": \"Pidätinruuvi\",\n            \"statusName\": \"Hyväksytty\",\n            \"status\": \"approved\",\n            \"dated\": null,\n            \"creationTime\": 1276167634000,\n            \"modifiedTime\": 1391679225000,\n            \"thumbnailSource\": null,\n            \"thumbnailMimeType\": null,\n            \"thumbnail\": null,\n            \"icon\": \"iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAB3RJTUUH3QYGChY1j+P7DwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIJJREFUeNpj/P//PwMtABNNTAUCFhijsbGRKk6vr69nRDEYKkiRoUDH0T4oSDKYkZERjKluMCmAhRTFpCRNgi5ub2+HBwFVg2LRokW0CYrr16/D2cS6ligXkwtGDSbeYOTkBgMwPkiObIPxJTd8ciQlN6oGBbkAxcXI5SmlgHHI1XkAtPghTa8HGIUAAAAASUVORK5CYII=\",\n            \"extAttributes\": {\n                \"COMPONENT_SWCONFIG\": null,\n                \"DESCR1_FI\": \"Pidätinruuvi\",\n                \"DESCR2_EN\": null,\n                \"ABC_CLASS\": \"C\",\n                \"ITEMGROUP\": \"COMPONENT\",\n                \"INSTOCK\": \"\",\n                \"SPAREPART\": \"\",\n                \"DICTIONARYID2\": null,\n                \"PURCHASE\": \"Ostettava\",\n                \"DENSITY\": \"\",\n                \"USE_PURCHASECOST\": \"true\",\n                \"DESCRIPTION2_FI\": \"\",\n                \"SPDESCR1_EN\": \"Clamping screw\",\n                \"COLOR\": \"\",\n                \"SALESDESCR1_FI\": \"\",\n                \"SPDESCR1_SV\": \"Klämskruv\",\n                \"COMPONENT_REPRE\": \"\",\n                \"MODBOOKLET_IMG\": \"\",\n                \"WEARPART\": \"\",\n                \"SALESDICTIONARYID1\": \"\",\n                \"WEIGHT\": \"0.0000\",\n                \"SPEC\": \"Teräs\",\n                \"STANDARD\": \"DIN913\",\n                \"UNIT\": \"KPL\",\n                \"DESCR2_FI\": \"M8x22\",\n                \"COMPTYPE\": null,\n                \"EDITABLE_UNITPRICE\": \"\",\n                \"MEASURED\": \"\",\n                \"ALLOWPRICING\": \"\",\n                \"DESCR1_EN\": \"Clamping screw\",\n                \"COMPONENT_LIBRARY\": \"|Kiinnittimet|Ruuvit|Vakiokierre\",\n                \"DESCRIPTION2_EN\": \"\",\n                \"COMPONENT_PARAMETERS\": \"d1=8| d3=5.5| l=22| s=4| t2=5| z4=1.25\",\n                \"TEMPLATEITEM\": \"\",\n                \"PREVENTTRANSFER\": \"\",\n                \"COMPONENT_SWMATER\": null,\n                \"SWOBJCODE\": null,\n                \"PDMTAGID\": null,\n                \"TRANSFERED_I\": \"2010-06-15 05:13:06.0\",\n                \"SPDESCR1_FI\": \"Pidätinruuvi\",\n                \"PIC_ID\": \"\",\n                \"SPDICTIONARYID1\": \"sppid:347\",\n                \"VENDOR\": \"\",\n                \"MODBOOKLET\": \"\",\n                \"MARK_STD\": \"\",\n                \"SALESDESCR1_EN\": \"\",\n                \"SPDESCR1_DE\": \"Druckschraube\"\n            },\n            \"connections\": null,\n            \"translationId\": \"\",\n            \"oldRevision\": false,\n            \"baseClass\": \"item\",\n            \"type\": \"item\",\n            \"objCode\": \"VX115508\"\n        },\n        \"partNumber\": 10,\n        \"amount\": 2,\n        \"extAttributes\": {\n            \"CONSUMPTION_ESTIMATED\": \"\",\n            \"ATTACHED_EXTVCID\": \"0\",\n            \"INUSE\": \"1\",\n            \"PDMLINKPARENTOBJID\": \"1300267535347\",\n            \"STRPREFIX_WEARPART\": \"\",\n            \"VARIANT\": \"\",\n            \"STATENAME_EN\": \"Approved\",\n            \"TARGETOBJTYPE\": \"item\",\n            \"PREVENTTRANSFER_STR\": \"\",\n            \"TECHNICAL_PARAMS\": \"\",\n            \"ATTACHED_OBJVCID\": \"1\",\n            \"MATERIALUNITPRICE\": \"\",\n            \"PDMITEMLINKID\": \"1300777028739\",\n            \"PARENTOBJTYPE\": \"item\",\n            \"CONDITION_UNRESOLVED\": \"\",\n            \"SALESNOTES\": \"\",\n            \"MATERIALPRICEADD\": \"\",\n            \"LINKDESCR\": \"\",\n            \"STRUCT_DESCR\": \"\",\n            \"TRANSFERSTATUS_STR\": \"\",\n            \"PDMLINKPARENTOBJCODE\": \"VX3000222\",\n            \"POSITION_POS\": \"\",\n            \"TYPENAME\": \"Item\",\n            \"STRPREFIX_SPAREPART\": \"0\",\n            \"SCRAPPRCNT\": \"\",\n            \"POSITION_OBJCODE\": \"\",\n            \"TARGETOBJID\": \"1276071308327\",\n            \"SELECTED\": \"0\",\n            \"LINKOBJBASETYPEID\": \"attribute\",\n            \"STATENAME\": \"Hyväksytty\",\n            \"TRANSFERED\": \"0\",\n            \"OPERID\": \"\",\n            \"COMP_USE\": \"\",\n            \"PARENTOBJVCID\": \"1\",\n            \"WORKUNITPRICE\": \"\",\n            \"PARTNO\": \"10\",\n            \"LINKID\": \"1300777028739\",\n            \"STRUCTRID\": \"1299160094285\",\n            \"WORKPRICEADD\": \"\",\n            \"PDMLINKPARENTOBJVCID\": \"1\",\n            \"DIMENSIONS\": \"\",\n            \"G4PARTINDEX\": \"#120\",\n            \"POT_VARIANT\": \"\",\n            \"TARGETOBJVCID\": \"1\",\n            \"OPERATIONTIME\": \"NaN\",\n            \"PDMLINKID\": \"1300777028739\",\n            \"VIRTUALTYPE\": \"item\",\n            \"QNTRULE\": \"\",\n            \"WEIGHT_STR\": \"\",\n            \"CHANGEOVERTIME\": \"NaN\",\n            \"OLDCODE\": \"\",\n            \"PROF_ANGLE3\": \"\",\n            \"ROLLOUT\": \"\",\n            \"PROF_ANGLE4\": \"\",\n            \"PROF_ANGLE1\": \"\",\n            \"PROF_ANGLE2\": \"\",\n            \"CONDITION_SOLVED\": \"\",\n            \"MARK_STD\": \"\",\n            \"EXTRAPRCNT\": \"\",\n            \"TRMATRIX\": \"\",\n            \"ACTIVITY\": \"\",\n            \"ISCYCLE\": \"f\"\n        }\n    }\n]"}],"_postman_id":"dff7fb44-b0a3-44a9-a39f-ad184633b35f"}],"id":"a20d4ac7-7149-4ce2-8f5b-5af32fbabeda","_postman_id":"a20d4ac7-7149-4ce2-8f5b-5af32fbabeda","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"files","item":[{"name":"download","item":[{"name":"primary","item":[{"name":"Download primary file","id":"fcad3dec-3f7d-4561-8da6-a7133c9236d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"baseClass\": \"doc\",\r\n    \"type\": \"drawing\",\r\n    \"objCode\": \"\",\r\n    \"revision\": \"\"\r\n}"},"url":"http://localhost:8080/api/rest/v1/files/download/primary","description":"<p>Download a copy of the primary document file</p>\n","urlObject":{"path":["api","rest","v1","files","download","primary"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"199a08f7-2040-447c-8482-2524bcd99b15","name":"You have no permission to the file.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/download/primary"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5e67dc7c-4e8c-4b92-9d9a-ed0beeba85e7","name":"File as stream.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/download/primary"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":""},{"id":"6d579b03-0076-4937-8124-123e0b1b99fb","name":"You must login first.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/download/primary"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fcad3dec-3f7d-4561-8da6-a7133c9236d8"},{"name":"Download primary file","id":"e8e903b8-a35f-4c3f-892e-c79e219e93ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/files/download/primary/:type/:code","description":"<p>Download a copy of the primary document file</p>\n","urlObject":{"path":["api","rest","v1","files","download","primary",":type",":code"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"ec9ced34-bb91-4367-aee0-00b8df04c2cc","description":{"content":"","type":"text/plain"},"type":"string","value":"<string>","key":"type"},{"id":"e0047d5d-c85b-4b35-80fb-4009089508a6","description":{"content":"","type":"text/plain"},"type":"string","value":"<string>","key":"code"}]}},"response":[{"id":"0909d8da-671a-4b2a-9e82-01d28d03c37e","name":"File as stream.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/files/download/primary/<string>/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":""},{"id":"1eb443fc-e456-4115-b6fa-88c4b0d8bf2a","name":"You must login first.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/files/download/primary/<string>/<string>"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5e5f9661-3922-4682-ba32-9c32a09b8721","name":"You have no permission to the file.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/files/download/primary/<string>/<string>"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8e903b8-a35f-4c3f-892e-c79e219e93ab"}],"id":"707de360-0e54-47ec-817a-e82395c4fd62","_postman_id":"707de360-0e54-47ec-817a-e82395c4fd62","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"Download file","id":"0eae47d5-c80f-48af-a96f-2bb98b703ea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"}],"url":"http://localhost:8080/api/rest/v1/files/download/:fileId","description":"<p>Download a copy of the document file</p>\n","urlObject":{"path":["api","rest","v1","files","download",":fileId"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"da9f6a62-76ab-4597-9e46-cf0b2b78f0d7","description":{"content":"","type":"text/plain"},"type":"string","value":"<string>","key":"fileId"}]}},"response":[{"id":"85eac0f6-e160-4cb9-81ff-e88d7b18070d","name":"File as stream.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/files/download/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":""},{"id":"b5d812e8-fec5-49d1-b5a0-6dc0ddecc421","name":"You must login first.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/files/download/<string>"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e617b4e4-b643-4ebc-8fd2-0c77c71239cf","name":"You have no permission to the file.","originalRequest":{"method":"GET","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/files/download/<string>"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0eae47d5-c80f-48af-a96f-2bb98b703ea0"},{"name":"Download viewer file","id":"b26f9cb9-4ad3-4944-bf6f-59648a019db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"objCode\": \"VX3000074\",\r\n    \"revision\": \"0\",\r\n    \"type\": \"drawing\",\r\n    \"baseClass\": \"doc\"\r\n}"},"url":"http://localhost:8080/api/rest/v1/files/download/viewer","description":"<p>Download a copy of the viewer file</p>\n","urlObject":{"path":["api","rest","v1","files","download","viewer"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"2546dae9-d09b-437c-bc46-ae40f1e322dc","name":"Viewer file as stream.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/download/viewer"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":""},{"id":"307507a0-9a48-4510-bd51-5fe64dd43b7e","name":"You have no permission to the file.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/download/viewer"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9f5ccf2d-30aa-4756-a509-e05b92344b30","name":"You must login first.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/download/viewer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b26f9cb9-4ad3-4944-bf6f-59648a019db3"}],"id":"b993d73b-e172-4507-8f2a-a8bf1774b7d0","_postman_id":"b993d73b-e172-4507-8f2a-a8bf1774b7d0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"Get objects file name list","id":"94855a57-dba7-4135-ac12-57da0801803e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/listnames","description":"<p>Get objects file information as JSON without checking permissions</p>\n","urlObject":{"path":["api","rest","v1","files","listnames"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"22fe4a62-d631-463a-8bc5-0b6d2f40561a","name":"You have no permission to document.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/listnames"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4a744b76-e3ca-44fe-9a87-9d7abcf9ef1d","name":"You must login first.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/listnames"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"98ee3e47-1226-40ba-897b-547405753adf","name":"JSON file list.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/listnames"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"fileName\": \"<string>\",\n \"fileType\": \"<string>\",\n \"fileId\": \"<string>\",\n \"mimeType\": \"<string>\",\n \"language\": \"<string>\",\n \"systemName\": \"<string>\",\n \"parent\": \"<string>\",\n \"primary\": \"<boolean>\",\n \"info\": \"<string>\",\n \"size\": \"<long>\"\n}"}],"_postman_id":"94855a57-dba7-4135-ac12-57da0801803e"},{"name":"Get objects file list","id":"92d74b55-40c4-4e71-a8e2-18c20f631a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"objCode\": \"D1000X\",\r\n    \"revision\": \"1\",\r\n    \"baseClass\": \"doc\"\r\n}"},"url":"http://localhost:8080/api/rest/v1/files/list","description":"<p>Get objects file information as JSON.</p>\n","urlObject":{"path":["api","rest","v1","files","list"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"352afc35-fafd-4acc-a534-667b331981ca","name":"You must login first.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6936349c-6109-412b-9227-348d2d59e176","name":"JSON file list.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"fileName\": \"<string>\",\n \"fileType\": \"<string>\",\n \"fileId\": \"<string>\",\n \"mimeType\": \"<string>\",\n \"language\": \"<string>\",\n \"systemName\": \"<string>\",\n \"parent\": \"<string>\",\n \"primary\": \"<boolean>\",\n \"info\": \"<string>\",\n \"size\": \"<long>\"\n}"},{"id":"9e8b7bed-0abe-495a-b41b-a7034c35e6ae","name":"You have no permission to document.","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"null"},"url":"http://localhost:8080/api/rest/v1/files/list"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"92d74b55-40c4-4e71-a8e2-18c20f631a3e"},{"name":"Upload file (create document)","id":"625eccf6-5d81-401b-b953-e9eb6e1af39e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"<p>Bearer + JWT token</p>\n"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>File to upload</p>\n","value":null}]},"url":"http://localhost:8080/api/rest/v1/files/upload","description":"<p>Uploads file into file server and simultaneously creates a new document object.</p>\n","urlObject":{"path":["api","rest","v1","files","upload"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"6b01c936-9414-446b-988e-6b2b8b9dbe88","name":"Body doesn't contain data to save the file","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>"}]},"url":"http://localhost:8080/api/rest/v1/files/upload"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"81158e83-d050-4a93-8235-1eae62fc293a","name":"An error occurred while uploading file","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>"}]},"url":"http://localhost:8080/api/rest/v1/files/upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"97f41a50-799a-49cd-b7db-8cb5f7330c91","name":"File stored successfully to server","originalRequest":{"method":"POST","header":[{"description":{"content":"Bearer + JWT token","type":"text/plain"},"key":"Authorization","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>"}]},"url":"http://localhost:8080/api/rest/v1/files/upload"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"625eccf6-5d81-401b-b953-e9eb6e1af39e"}],"id":"8fcd4213-8526-4393-9a60-2f4f9432771b","_postman_id":"8fcd4213-8526-4393-9a60-2f4f9432771b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"about","item":[{"name":"Server side settings for known applications.","id":"ca84a3dc-0c27-4b88-bbb0-8e208c456711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/:key","description":"<p>Application specific settings can be stored into server side. Application can use the setting by asking value of named setting (key).</p>\n","urlObject":{"path":["api","rest","v1","about","settings",":key"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"b884530e-9708-47fc-946b-6d5362347d83","description":{"content":"","type":"text/plain"},"type":"string","value":"<string>","key":"key"}]}},"response":[{"id":"d1010b26-ef8a-4c28-9db7-5f293b7b45ba","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ca84a3dc-0c27-4b88-bbb0-8e208c456711"},{"name":"Details (version etc.) of the server side implementation","event":[{"listen":"test","script":{"id":"ee851804-b92c-4da2-a57f-5b2645cdf100","exec":["var schema = {","  \"definitions\": {},","  \"$schema\": \"http://json-schema.org/draft-07/schema#\",","  \"$id\": \"http://example.com/root.json\",","  \"type\": \"object\",","  \"title\": \"The Root Schema\",","  \"required\": [","    \"core-version\",","    \"core\",","    \"db-version\",","    \"openapi-version\",","    \"core-beta\"","  ],","  \"properties\": {","    \"core-version\": {","      \"$id\": \"#/properties/core-version\",","      \"type\": \"string\",","      \"title\": \"The Core-version Schema\",","      \"default\": \"\",","      \"examples\": [","        \"Unknown version\"","      ],","      \"pattern\": \"^(.*)$\"","    },","    \"core\": {","      \"$id\": \"#/properties/core\",","      \"type\": \"string\",","      \"title\": \"The Core Schema\",","      \"default\": \"\",","      \"examples\": [","        \"PDM\"","      ],","      \"pattern\": \"^(.*)$\"","    },","    \"db-version\": {","      \"$id\": \"#/properties/db-version\",","      \"type\": \"string\",","      \"title\": \"The Db-version Schema\",","      \"default\": \"\",","      \"examples\": [","        \"PDM_20_0_02.2001\"","      ],","      \"pattern\": \"^(.*)$\"","    },","    \"openapi-version\": {","      \"$id\": \"#/properties/openapi-version\",","      \"type\": \"string\",","      \"title\": \"The Openapi-version Schema\",","      \"default\": \"\",","      \"examples\": [","        \"1.0.0\"","      ],","      \"pattern\": \"^(.*)$\"","    },","    \"core-beta\": {","      \"$id\": \"#/properties/core-beta\",","      \"type\": \"boolean\",","      \"title\": \"The Core-beta Schema\",","      \"default\": false,","      \"examples\": [","        true","      ]","    }","  }","}","","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","    ","    var jsonData = pm.response.json();","","    pm.test(\"Schema is valid\", function() {","        var schemaOk = tv4.validate(jsonData, schema, false, true);","        console.log(\"Schema error description (if any): \" + tv4.error);","        pm.expect(schemaOk).to.be.true;","    });","    ","    pm.test(\"OpenAPI version\", function () {","        var version = jsonData[\"openapi-version\"];","        console.log(\"openapi version: \" + version);","        pm.expect(version).to.eql(\"1.7.0\");","    });","});"],"type":"text/javascript"}}],"id":"9a292f56-41c9-4497-88b5-cd78917bfe67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/version","description":"<p>Version of the application server implementation, database version and OpenAPI version</p>\n","urlObject":{"path":["api","rest","v1","about","version"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"70af3ba2-0418-4aec-ac5c-1fdd50b4cad8","name":"Details (version etc.) of the server side implementation","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/version"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"122"},{"key":"Date","value":"Fri, 01 Nov 2019 13:39:28 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"core-version\": \"20.0.00\",\n    \"core\": \"PDM\",\n    \"db-version\": \"PDM_20_0_00.2001\",\n    \"openapi-version\": \"1.0.0\",\n    \"core-beta\": false\n}"}],"_postman_id":"9a292f56-41c9-4497-88b5-cd78917bfe67"}],"id":"65ca25a7-d993-4bc1-99e3-616e261a3f0d","description":"<p>General methods to retrieve data from server.</p>\n","event":[{"listen":"prerequest","script":{"id":"2a468e82-439f-4cf5-95ab-f9dbf86a4577","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"34794265-0753-4d7e-b0da-37f065048f25","type":"text/javascript","exec":[""]}}],"_postman_id":"65ca25a7-d993-4bc1-99e3-616e261a3f0d","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"task-manager","item":[{"name":"Add new task","id":"b52163f7-24f7-4d14-a878-f501901e7070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Vertex task file</p>\n","type":"file","value":null}]},"url":"http://localhost:8080/api/rest/v1/task-manager/add","description":"<p>Add new task for processing.</p>\n","urlObject":{"path":["api","rest","v1","task-manager","add"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"3340223f-3550-4c91-803d-dbef6a7f95e1","name":"Add new task","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Vertex task file","type":"file","src":"/C:/temp/1604660104122.vxtask"}]},"url":"http://localhost:8080/api/rest/v1/task-manager/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-type, responseType, Accept, Authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Date","value":"Tue, 10 Nov 2020 15:33:18 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"1605022033619\"\n}"}],"_postman_id":"b52163f7-24f7-4d14-a878-f501901e7070"},{"name":"Status of the task","id":"646787a8-9dc9-4cab-b966-713f6ca2b365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/task-manager/status/:taskId","description":"<p>Gets the status of the known task.</p>\n","urlObject":{"path":["api","rest","v1","task-manager","status",":taskId"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"","key":"taskId"}]}},"response":[{"id":"e23f9207-edd1-43a0-82e8-563ddf2a7ec1","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"1585134213475\",\n    \"status\": \"FAILED\"\n}"}],"_postman_id":"646787a8-9dc9-4cab-b966-713f6ca2b365"}],"id":"39b06701-e06f-4cbb-abbf-118fb0e5f040","_postman_id":"39b06701-e06f-4cbb-abbf-118fb0e5f040","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}},{"name":"quote","item":[{"name":"Gets options  (selection structure)","id":"8cc7e9ff-b359-4759-9be6-b324e63d5d67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/api/rest/v1/quote/:code/selections","description":"<p>Gets the status of the known task.</p>\n","urlObject":{"path":["api","rest","v1","quote",":code","selections"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"T-2020-00007","key":"code"}]}},"response":[{"id":"d363e3d7-ce8d-43b1-a882-d6a6d05c6b08","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"1585134213475\",\n    \"status\": \"FAILED\"\n}"}],"_postman_id":"8cc7e9ff-b359-4759-9be6-b324e63d5d67"},{"name":"Saves options  (selection structure)","id":"676c3f9d-b16e-45bb-849a-cda45494559f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<xml>\n  <changedstructure>\n    <component id=\"VX_O145\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O150\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O228\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O229\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O222\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n  </changedstructure>\n</xml>\n","type":"text"}]},"url":"http://localhost:8080/api/rest/v1/quote/:code/selections","description":"<p>Gets the status of the known task.</p>\n","urlObject":{"path":["api","rest","v1","quote",":code","selections"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"TY000060","key":"code"}]}},"response":[{"id":"c5e3fe98-1848-4f00-9277-00b402f9782c","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"1585134213475\",\n    \"status\": \"FAILED\"\n}"}],"_postman_id":"676c3f9d-b16e-45bb-849a-cda45494559f"},{"name":"Gets option rules (selection rules)","id":"d82457f2-1894-4b02-9249-0f1e5ac39f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/quote/:code/selection-rules","description":"<p>Gets the status of the known task.</p>\n","urlObject":{"path":["api","rest","v1","quote",":code","selection-rules"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"string","value":"TY000060","key":"code"}]}},"response":[{"id":"caee4c99-3a1c-4d8f-96ca-5676c120adaf","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"1585134213475\",\n    \"status\": \"FAILED\"\n}"}],"_postman_id":"d82457f2-1894-4b02-9249-0f1e5ac39f2b"},{"name":"Solve presentation image","id":"31301fd2-df07-40d3-86d4-2f14fe3091c3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<xml>\n  <changedstructure>\n    <component id=\"VX_O145\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O150\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O228\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O229\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O222\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n  </changedstructure>\n</xml>\n","type":"text"}]},"url":"http://localhost:8080/api/rest/v1/quote/:code/presentation-image?PDMACTIONID=solve_selections_image&image_target=1walls.png","description":"<p>Gets the status of the known task.</p>\n","urlObject":{"path":["api","rest","v1","quote",":code","presentation-image"],"host":["http://localhost:8080"],"query":[{"key":"PDMACTIONID","value":"solve_selections_image"},{"key":"image_target","value":"1walls.png"}],"variable":[{"type":"string","value":"T-2020-00009","key":"code"}]}},"response":[{"id":"fc2cbd68-0390-48ee-8642-fcb1fcad6559","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"1585134213475\",\n    \"status\": \"FAILED\"\n}"}],"_postman_id":"31301fd2-df07-40d3-86d4-2f14fe3091c3"},{"name":"Get presentation image (get_solved_image)","id":"38beddfd-bd84-4e68-a725-8b17c7dab3a6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"PDMACTIONID","type":"text","value":"GET_IMAGE"}]},"url":"http://localhost:8080/api/rest/v1/quote/:code/presentation-image?PDMACTIONID=GET_SOLVED_IMAGE&solvedimageid=1603699702596","description":"<p>Gets the status of the known task.</p>\n","urlObject":{"path":["api","rest","v1","quote",":code","presentation-image"],"host":["http://localhost:8080"],"query":[{"key":"PDMACTIONID","value":"GET_SOLVED_IMAGE"},{"key":"solvedimageid","value":"1603699702596"}],"variable":[{"type":"string","value":"T-2020-00009","key":"code"}]}},"response":[{"id":"ca992282-bbe7-4a5a-968f-a7f182d81f75","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"1585134213475\",\n    \"status\": \"FAILED\"\n}"}],"_postman_id":"38beddfd-bd84-4e68-a725-8b17c7dab3a6"},{"name":"Solve images for current selections, flash button [S]","id":"f2c1e46b-19e7-4a1a-a81d-387e08caf146","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<xml>\n  <changedstructure>\n    <component id=\"VX_O145\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O150\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O228\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O229\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O222\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n  </changedstructure>\n</xml>\n","type":"text"}]},"url":"http://localhost:8080/api/rest/v1/quote/:code/presentation-image?PDMACTIONID=GENERATE_IMAGES_TEST&image_target=1walls.png","description":"<p>Gets the status of the known task.</p>\n","urlObject":{"path":["api","rest","v1","quote",":code","presentation-image"],"host":["http://localhost:8080"],"query":[{"key":"PDMACTIONID","value":"GENERATE_IMAGES_TEST"},{"key":"image_target","value":"1walls.png"}],"variable":[{"type":"string","value":"T-2020-00009","key":"code"}]}},"response":[{"id":"55829722-eaf9-4652-9152-095f7127cd15","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"1585134213475\",\n    \"status\": \"FAILED\"\n}"}],"_postman_id":"f2c1e46b-19e7-4a1a-a81d-387e08caf146"},{"name":"Solve images for all combinations, flash button [A]","id":"a1df82fd-7cbe-4802-9630-2f9bf51d0941","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<xml>\n  <changedstructure>\n    <component id=\"VX_O145\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O150\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O228\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O229\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n    <component id=\"VX_O222\">\n      <attribute attributekey=\"unitprice\" attributevalue=\"0\"/>\n      <attribute attributekey=\"quantity\" attributevalue=\"1\"/>\n    </component>\n  </changedstructure>\n</xml>\n","type":"text"}]},"url":"http://localhost:8080/api/rest/v1/quote/:code/presentation-image?PDMACTIONID=configure_presentation_images_test&image_target=1walls.png","description":"<p>Gets the status of the known task.</p>\n","urlObject":{"path":["api","rest","v1","quote",":code","presentation-image"],"host":["http://localhost:8080"],"query":[{"key":"PDMACTIONID","value":"configure_presentation_images_test"},{"key":"image_target","value":"1walls.png"}],"variable":[{"type":"string","value":"T-2020-00009","key":"code"}]}},"response":[{"id":"e0b491af-c177-4fc9-9c48-395547126feb","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"taskId\": \"1585134213475\",\n    \"status\": \"FAILED\"\n}"}],"_postman_id":"a1df82fd-7cbe-4802-9630-2f9bf51d0941"}],"id":"9a3b4fe7-ffc0-45d1-acea-4f145f48ba24","_postman_id":"9a3b4fe7-ffc0-45d1-acea-4f145f48ba24","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","id":"59c44566-403d-491f-b0a5-6f1b191aa6dc","name":"Vertex Flow & Design Stream","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"190062e1-cda5-4afc-84c1-e762863c1f8a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c4ce13d3-bc84-4fba-a198-f753bb5c7c05","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"http://localhost:8080"}]}