{"info":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","description":"<html><head></head><body><p>Vertex Flow OpenAPI specification opens the product life cycle data to the digital world.</p>\n<h1 id=\"version-2025\">Version 2025</h1>\n<hr>\n<h1 id=\"overview\">Overview</h1>\n<hr>\n<p>With Vertex Flow OpenAPI you can share your product related data on mobile, desktop or B2B level systems (e.g. ERP/CRM). OpenAPI s 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<li><p>Version 1.10.0, Improvements 2024-12-27</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Version 2025","slug":"version-2025"},{"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":"3fbfacd1-8c33-40d7-9169-746632771c29","publishedId":"2sAYQdkW3P","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-23T07:56:18.000Z"},"item":[{"name":"users","item":[{"name":"Login user into the system","event":[{"listen":"test","script":{"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":"6778d58d-84e9-4428-83bf-7d2b87463cf8"}}],"id":"6087a92c-b3d3-487f-8348-c944026879f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \t\"username\":\"{{username}}\",\n\t\"password\":\"{{password}}\"\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":"ecec3b2a-2325-46ba-a0d6-fd0692a280be","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":"35a73ad9-9574-4a2b-86b1-39928c9085a2","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":"6087a92c-b3d3-487f-8348-c944026879f8"},{"name":"Login user (Oauth2)","event":[{"listen":"test","script":{"id":"8224f721-1385-4993-8b40-7c6c35d5881b","exec":["var data = pm.response.json;\r","//JSON.parse(data);\r","postman.setEnvironmentVariable(\"token\", data[\"access_token\"]);\r","//pm.environment.set(\"token\", data[\"access_token\"]);\r","\r","pm.test(\"Status code is 200\", function() {\r","   pm.response.to.have.status(200); \r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"6b4b7572-a9e2-4e98-8649-497c8767529a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{username}}","type":"text","uuid":"30f745fe-4585-4074-b5d4-603598a19b06","description":"<p>Username</p>\n"},{"key":"password","value":"{{password}}","type":"text","uuid":"e7831398-cd4a-43c7-ae62-1e3b31c36683","description":"<p>Password</p>\n"},{"key":"client_id","value":"vertex-openapi-v2-client","type":"text","uuid":"004b8a80-a04f-4ae7-95dd-580b3a688d34","description":"<p>Default client for API usage</p>\n"},{"key":"client_secret","value":"","type":"text","uuid":"4c1f1738-68ab-46bd-a810-fcac33f034d6","description":"<p>Optional client secret</p>\n"},{"key":"grant_type","value":"password","type":"text","uuid":"e9b06983-b07e-4b83-bf53-5476b86e8123","description":"<p>Oauth2 grant type</p>\n"}]},"url":"{{authServerUrl}}/realms/vertex-flow-realm/protocol/openid-connect/token","description":"<h3 id=\"request-description\">Request Description</h3>\n<p>This endpoint makes an HTTP POST request to obtain an access token by providing user credentials and client information in the request body.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>username</code> (text): The username of the user.</p>\n</li>\n<li><p><code>password</code> (text): The password of the user.</p>\n</li>\n<li><p><code>client_id</code> (text): The default client for API usage.</p>\n</li>\n<li><p><code>client_secret</code> (text): Optional client secret.</p>\n</li>\n<li><p><code>grant_type</code> (text): The Oauth2 grant type.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request is documented as a JSON schema.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}},"urlObject":{"path":["realms","vertex-flow-realm","protocol","openid-connect","token"],"host":["{{authServerUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fccad364-ec6f-4e7f-89cb-9387cbbbc734","name":"Login ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{username}}","type":"text","uuid":"30f745fe-4585-4074-b5d4-603598a19b06","description":"Username"},{"key":"password","value":"{{password}}","type":"text","uuid":"e7831398-cd4a-43c7-ae62-1e3b31c36683","description":"Password"},{"key":"client_id","value":"vertex-openapi-v2-client","type":"text","uuid":"004b8a80-a04f-4ae7-95dd-580b3a688d34","description":"Default client for API usage"},{"key":"client_secret","value":"","type":"text","uuid":"4c1f1738-68ab-46bd-a810-fcac33f034d6","description":"Optional client secret"},{"key":"grant_type","value":"password","type":"text","uuid":"e9b06983-b07e-4b83-bf53-5476b86e8123","description":"Oauth2 grant type"}]},"url":"{{authServerUrl}}/realms/vertex-flow-realm/protocol/openid-connect/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"KEYCLOAK_LOCALE=fi;Version=1;Path=/realms/vertex-flow-realm/;Secure;HttpOnly;SameSite=None"},{"key":"content-length","value":"2125"},{"key":"Content-Type","value":"application/json"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI1SHZLWDI0RlJOR1gzdElOaDFOMWNJb2I0RGlDV0taNmx2Z3doTzNieFdnIn0.eyJleHAiOjE3MzgxNTA5NDEsImlhdCI6MTczODE0OTQ0MSwianRpIjoiZTUwZjdjNjUtZWI0Zi00YjNlLTk2OWUtNmU2YjFjODViMDE3IiwiaXNzIjoiaHR0cDovL2xvY2FsaG9zdDo4MDgyL3JlYWxtcy92ZXJ0ZXgtZmxvdy1yZWFsbSIsInN1YiI6IjdmNTgzYzQyLWE4OTUtNGVlMC1hY2RiLTAxYWQ3YjVhYTM5YSIsInR5cCI6IkJlYXJlciIsImF6cCI6InZlcnRleC1vcGVuYXBpLXYyLWNsaWVudCIsInNpZCI6ImM1YmY4NDg0LWFkMzEtNDgxZS1hMjZlLTcxMTMwMThjM2I5ZSIsImFjciI6IjEiLCJhbGxvd2VkLW9yaWdpbnMiOlsiLyoiXSwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIm9mZmxpbmVfYWNjZXNzIiwidW1hX2F1dGhvcml6YXRpb24iLCJkZWZhdWx0LXJvbGVzLXZlcnRleC1mbG93LXJlYWxzIl19LCJzY29wZSI6InByb2ZpbGUgZW1haWwiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwibmFtZSI6InJyIHJyIiwicHJlZmVycmVkX3VzZXJuYW1lIjoiYW5zc2ltIiwiZ2l2ZW5fbmFtZSI6InJyIiwibG9jYWxlIjoiZmkiLCJmYW1pbHlfbmFtZSI6InJyIiwiZW1haWwiOiJhbnNzaW1AdmVydGV4LmZpIn0.RXovbOsORE_QWLkx9Yb-F7RMVwEps3YASjvSLvETGVd1FHTUilYdlLiXPLlvqn6ZRngDaULn6TM6QtuGTx4gmivNRWUFbkCBDB9laY1T1VGrzC3-yG3KsufyMh4wiPViIqqTmxwbpeX1Rb_jIElBdyE1GAfdDicNJtCR52la7W2hf-QWk0kWzQTjFjNsGZt22foDa1CdYTOzxP7_UXK-wJ2yHYBAiCld4kLGRezCjnG5UwUkKG7_AqWBss4jQsdoEb1PO1SDiMJPU-wXIauz2J27bdwHYKOamdhDqBPw0pibedP91LiS4cSNa-XubL3e8AK08myqsik77uIRchqg2A\",\n    \"expires_in\": 1500,\n    \"refresh_expires_in\": 1800,\n    \"refresh_token\": \"eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI1NWQyNzcyNS1mNjEyLTQ5OWUtOGUxMi1lZjZjNmUyMWJjYWIifQ.eyJleHAiOjE3MzgxNTEyNDEsImlhdCI6MTczODE0OTQ0MSwianRpIjoiOTIwZWQ0ZTQtYmI1OS00NmU2LTg2OWItNzgzZjcxYTYwZGJiIiwiaXNzIjoiaHR0cDovL2xvY2FsaG9zdDo4MDgyL3JlYWxtcy92ZXJ0ZXgtZmxvdy1yZWFsbSIsImF1ZCI6Imh0dHA6Ly9sb2NhbGhvc3Q6ODA4Mi9yZWFsbXMvdmVydGV4LWZsb3ctcmVhbG0iLCJzdWIiOiI3ZjU4M2M0Mi1hODk1LTRlZTAtYWNkYi0wMWFkN2I1YWEzOWEiLCJ0eXAiOiJSZWZyZXNoIiwiYXpwIjoidmVydGV4LW9wZW5hcGktdjItY2xpZW50Iiwic2lkIjoiYzViZjg0ODQtYWQzMS00ODFlLWEyNmUtNzExMzAxOGMzYjllIiwic2NvcGUiOiJwcm9maWxlIGJhc2ljIHdlYi1vcmlnaW5zIGFjciByb2xlcyBlbWFpbCJ9.2aGKEpvIo3_oHbp1JB6dYMYuD5JyeTdFE3g419S5UIQfLwV-xBmgwi_R52ajwKjYulICQOpItHXe9QOr-wrivA\",\n    \"token_type\": \"Bearer\",\n    \"not-before-policy\": 0,\n    \"session_state\": \"c5bf8484-ad31-481e-a26e-7113018c3b9e\",\n    \"scope\": \"profile email\"\n}"}],"_postman_id":"6b4b7572-a9e2-4e98-8649-497c8767529a"},{"name":"Hello OpenApi","event":[{"listen":"test","script":{"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":"726a3682-f166-4ee7-b4f6-1d294b9a0dc9"}}],"id":"77da8fbe-73b8-4fba-b0c1-adfbec7ffdc9","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":"377146bc-23bb-4403-9868-b81d32331403","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":"77da8fbe-73b8-4fba-b0c1-adfbec7ffdc9"},{"name":"Gets the username of the logged user","event":[{"listen":"test","script":{"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":"5b7cb133-611b-41b6-8b4b-4b410463614c"}}],"id":"cfdf06d8-d864-40e4-9c27-fdf3cf869bc3","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":"928d5114-c020-4aa7-b8ca-cefb83f64b0d","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":"db1d76e3-8537-4dc3-be54-de1a202867ac","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":"cfdf06d8-d864-40e4-9c27-fdf3cf869bc3"},{"name":"Gets the username information (any user)","event":[{"listen":"test","script":{"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":"bf172920-5220-4eed-93cd-bd42c52778da"}}],"id":"7e5d079a-5d09-4fe3-a712-90f9a258456d","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":[{"id":"5ccb2355-f3eb-4436-b055-5de175fc50da","type":"any","value":"su","key":"userId"}]}},"response":[{"id":"9dc81c81-af10-420b-b41a-a9566f00c7bc","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":"7e5d079a-5d09-4fe3-a712-90f9a258456d"},{"name":"Gets timeline data for a user","id":"b31efdcc-f193-40db-8eef-db272950d678","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/timeline/:userid/:islimit/:fetchAll/:showSignIns","description":"<p>Gets timeline data (user actions) for a user. Requires Flow option USERLOGSTD.</p>\n","urlObject":{"path":["api","rest","v1","users","timeline",":userid",":islimit",":fetchAll",":showSignIns"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userid"},{"description":{"content":"<p>Limit data to latest 200 actions (true) or unlimited (false)</p>\n","type":"text/plain"},"type":"any","value":"false","key":"islimit"},{"description":{"content":"<p>Get detailed data (true) or limited (false)</p>\n","type":"text/plain"},"type":"any","value":"false","key":"fetchAll"},{"description":{"content":"<p>Include sign in actions (true) or exclude (false)</p>\n","type":"text/plain"},"type":"any","value":"false","key":"showSignIns"}]}},"response":[],"_postman_id":"b31efdcc-f193-40db-8eef-db272950d678"}],"id":"29597d60-12ca-4c8f-8f3c-71ce4c04c1fe","_postman_id":"29597d60-12ca-4c8f-8f3c-71ce4c04c1fe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"objects","item":[{"name":"find","item":[{"name":"Search for objects","id":"0b44b875-6c4a-4756-a1a8-a63813925f14","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":"<p>Search objects by single string.</p>\n","urlObject":{"path":["api","rest","v1","objects","find",":searchString"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"a48ea89c-ffb5-4a98-885d-4797c052d896","description":{"content":"<p>Any serch string</p>\n","type":"text/plain"},"type":"any","value":"","key":"searchString"}]}},"response":[{"id":"fa40a67a-ed3b-4eb2-8365-a4135bfc2a16","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":"0b44b875-6c4a-4756-a1a8-a63813925f14"},{"name":"Search for objects","id":"1f8b7bb3-c85f-4271-a4af-78a83f162f42","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":"<p>Search objects by object code.</p>\n","urlObject":{"path":["api","rest","v1","objects",":code"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"e56113ae-8a42-493e-894c-a9fe2ec356f2","description":{"content":"<p>Unique object identifier</p>\n","type":"text/plain"},"type":"any","value":"10280","key":"code"}]}},"response":[{"id":"6b251164-1f05-4efe-9c03-632ca56e5710","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":"1f8b7bb3-c85f-4271-a4af-78a83f162f42"},{"name":"Search for objects","id":"8de533a5-3132-412a-a044-4e04a8655b7c","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":"4293ee7e-38dd-475a-83ad-4b81c2b17a13","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":"8de533a5-3132-412a-a044-4e04a8655b7c"},{"name":"Get single object","id":"4510d51d-4958-419b-a56d-05bd517404f3","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    \"objname\": \"<string>\",\n    \"objcode\": \"<string>\",\n    \"descr\": \"<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":"e6d32829-c84f-485e-a996-dee39c29771b","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":"4510d51d-4958-419b-a56d-05bd517404f3"},{"name":"Search for connections of the specified object.","id":"43b2e4ce-3c85-489a-b3bb-8efbf57d58f7","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/: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 e.g. item</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"type"},{"description":{"content":"<p>Code of the object</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"code"}]}},"response":[{"id":"0fe9641a-8554-4b8b-911c-a29325d3250c","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/<string>/<string>/connections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"},{"id":"f6b7043b-a116-4514-a12e-c9534e2da3fa","name":"No Connections","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","key":"Authorization","value":"<string>"}],"url":"http://localhost:8080/api/rest/v1/objects/<string>/<string>/connections"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43b2e4ce-3c85-489a-b3bb-8efbf57d58f7"}],"id":"b975e6cf-8a6d-4896-941c-f487c6050e19","description":"<p>Functions to search data objects. Read more: <a href=\"https://kbfi.vertex.fi/flow\">https://kbfi.vertex.fi/flow</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5efb46f2-ef8f-47ca-a1bb-f4c2d1c24ec9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b026dcfc-6732-4fc2-a19f-6aab2f2b3d6f"}}],"_postman_id":"b975e6cf-8a6d-4896-941c-f487c6050e19","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"classifications","item":[{"name":"Get classifications","id":"02a88f98-b3cb-45ec-8800-aab36fc21af3","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":"a0aa218e-47c7-479a-bd4d-ac3f7a519e4f","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"c493d178-4f91-4e9d-93af-a8a52c703fe1","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"02a88f98-b3cb-45ec-8800-aab36fc21af3"},{"name":"Get classifications of specified type","id":"020dec07-a940-4bd3-b4b9-6dcea1d755c8","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":[{"description":{"content":"<p>Object type e.g. item</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"type"}]}},"response":[{"id":"cc652a36-c148-4d25-9c2d-88578542745b","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"63dd7bfc-034a-44b1-a379-7d52e9667c6e","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"020dec07-a940-4bd3-b4b9-6dcea1d755c8"}],"id":"8d0af309-e79d-43b1-aa2a-f01f86e5dc56","description":"<p>Funtions for classifications, read more: <a href=\"https://kbfi.vertex.fi/flow/luokitteiden-hallinta\">https://kbfi.vertex.fi/flow/luokitteiden-hallinta</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"16e389ab-49b0-4c2d-8318-2623cba6c462"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c3f3ff95-b120-43a8-9d91-3e47f3639d47"}}],"_postman_id":"8d0af309-e79d-43b1-aa2a-f01f86e5dc56","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"codes","item":[{"name":"Unique code","id":"ab2d1021-6706-473b-a655-2e5bd7de8274","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. Every object should have unique identifier (code).</p>\n","urlObject":{"path":["api","rest","v1","objects","code",":codeId"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the code series</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"codeId"}]}},"response":[{"id":"b57afa58-f781-41f4-9234-68b5e2b1d323","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"d43e4e4f-2818-4b63-8888-adeaeae43b5a","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"ab2d1021-6706-473b-a655-2e5bd7de8274"},{"name":"Code series identifiers","id":"46cdda26-857b-4d6f-a2bc-29e95255c4c3","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":[{"description":{"content":"<p>Type of the object e.g. item</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"type"}]}},"response":[{"id":"ffa09458-1da4-4ffa-bb5e-10af2e081bc7","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"024af4cc-146b-4df3-9e72-4e5f3c5890b6","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"46cdda26-857b-4d6f-a2bc-29e95255c4c3"}],"id":"fea6d227-ab68-4b50-838b-62bea37848e8","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ee9d631b-cbf2-4234-b84b-5d48403bbfa1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"841dab49-088b-4ae6-b4ee-ec4f09907f66"}}],"_postman_id":"fea6d227-ab68-4b50-838b-62bea37848e8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"status","item":[{"name":"Gets properties of the required state","id":"05ed6667-752a-4fd2-bcab-d66344e1e3f0","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 status specific data.</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":"","key":"statusId"}]}},"response":[{"id":"c1da0bf5-e410-44c8-ad6d-a22a54855823","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"e12ef6f9-3f89-4852-9fc8-7c50d78221a4","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"05ed6667-752a-4fd2-bcab-d66344e1e3f0"},{"name":"Gets possible next states of the object","id":"1792350f-7eb3-45e6-836e-a38bf4916e6f","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/to-status/:type/:code/:revision","description":"<p>Gets the possible (next) states (statusId) for the object.</p>\n","urlObject":{"path":["api","rest","v1","objects","to-status",":type",":code",":revision"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Type of the object e.g. item</p>\n","type":"text/plain"},"type":"any","value":"document","key":"type"},{"description":{"content":"<p>Object code</p>\n","type":"text/plain"},"type":"any","value":"D100359","key":"code"},{"description":{"content":"<p>Revision identifier</p>\n","type":"text/plain"},"type":"any","value":"A","key":"revision"}]}},"response":[{"id":"8575bac4-4439-45ed-bb7d-0291a4d81816","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"affbfccb-fc32-4457-a979-f480e77c5f90","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"1792350f-7eb3-45e6-836e-a38bf4916e6f"},{"name":"Gets possible state transitions","id":"eabd6f11-91d2-4d9b-8044-2eb8510589f0","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/:revision/state-transitions","description":"<p>Gets the possible state transitions for object.</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code",":revision","state-transitions"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Type of the object e.g. item</p>\n","type":"text/plain"},"type":"any","value":"document","key":"type"},{"description":{"content":"<p>Object code</p>\n","type":"text/plain"},"type":"any","value":"D100359","key":"code"},{"description":{"content":"<p>Revision identifier</p>\n","type":"text/plain"},"type":"any","value":"0","key":"revision"}]}},"response":[{"id":"7924ef9a-bb01-4e8b-af70-30ee69f5a00b","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"432321b6-2970-427d-a40b-d1873d485f9b","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"eabd6f11-91d2-4d9b-8044-2eb8510589f0"},{"name":"Make state transition (by state transition)","id":"b9b00c6a-7483-4ea1-bd75-982f5f3b7da4","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"}],"url":"http://localhost:8080/api/rest/v1/objects/:type/:code/:revision/state-transition/:stateTransitionId","description":"<p>Make state transition to object.</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code",":revision","state-transition",":stateTransitionId"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Type of the object e.g. item</p>\n","type":"text/plain"},"type":"any","value":"","key":"type"},{"description":{"content":"<p>Object code</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"},{"description":{"content":"<p>Revision identifier</p>\n","type":"text/plain"},"type":"any","value":"","key":"revision"},{"type":"any","value":"","key":"stateTransitionId"}]}},"response":[{"id":"29fcb164-be33-4a81-9f28-3e3b9c2651ce","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"29539bd0-d2ef-4d0e-a2b5-14c5911be351","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"b9b00c6a-7483-4ea1-bd75-982f5f3b7da4"},{"name":"Make status change (by status Id)","id":"1d20fc95-8d9f-45f7-9ce2-529b3db66bd1","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"}],"url":"http://localhost:8080/api/rest/v1/objects/:type/:code/:revision/state/:statusId","description":"<p>Change status of the object.</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code",":revision","state",":statusId"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Type of the object e.g. item</p>\n","type":"text/plain"},"type":"any","value":"","key":"type"},{"description":{"content":"<p>Object code</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"},{"description":{"content":"<p>Revision identifier</p>\n","type":"text/plain"},"type":"any","value":"","key":"revision"},{"description":{"content":"<p>Id of the state</p>\n","type":"text/plain"},"type":"any","value":"","key":"statusId"}]}},"response":[{"id":"8997c218-363f-4821-8424-90452ec140db","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"ab18894c-6639-4c6b-bcb9-b620847cd0dc","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"1d20fc95-8d9f-45f7-9ce2-529b3db66bd1"}],"id":"aeb5c360-8a51-4b71-8bc2-21df2abf1c1c","_postman_id":"aeb5c360-8a51-4b71-8bc2-21df2abf1c1c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"assignees","item":[{"name":"Get assignees","id":"aa0c6961-4f66-4f63-b7c4-fb3f70206d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/objects/:statusId/list-assignees","description":"<p>Gets possible assignees (users) by status. Since v. 1.10.0.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}},"urlObject":{"path":["api","rest","v1","objects",":statusId","list-assignees"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the status</p>\n","type":"text/plain"},"type":"any","value":"","key":"statusId"}]}},"response":[],"_postman_id":"aa0c6961-4f66-4f63-b7c4-fb3f70206d91"},{"name":"Get assignee (object)","id":"16817c99-977f-4281-a594-1de469f45911","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/:type/:code/assignee","description":"<p>Gets current assignee of the object. Since v. 1.10.0</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code","assignee"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Type of the object</p>\n","type":"text/plain"},"type":"any","value":"","key":"type"},{"description":{"content":"<p>Code of the object</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"}]}},"response":[],"_postman_id":"16817c99-977f-4281-a594-1de469f45911"},{"name":"Set assignee (object)","id":"7addfd99-5303-4d58-881a-eeab9fb885ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"http://localhost:8080/api/rest/v1/objects/:type/:code/:revision/set-assignee/:userId","description":"<p>Sets assignee of the object. Since v. 1.10.0</p>\n","urlObject":{"path":["api","rest","v1","objects",":type",":code",":revision","set-assignee",":userId"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Type of the object</p>\n","type":"text/plain"},"type":"any","value":"","key":"type"},{"description":{"content":"<p>Code of the object</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"},{"description":{"content":"<p>Revision of the object</p>\n","type":"text/plain"},"type":"any","value":"","key":"revision"},{"description":{"content":"<p>Assignee (userId)</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"7addfd99-5303-4d58-881a-eeab9fb885ae"}],"id":"241fb549-6465-4427-a1f4-d8027ab5d7a5","_postman_id":"241fb549-6465-4427-a1f4-d8027ab5d7a5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"Create new object","id":"399a7204-041c-4ffe-b594-bc098dedd033","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\"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":[{"id":"8c8b5710-ba2d-48a8-b1dd-582e6319be29","description":{"content":"<p>Object type (e.g. document, model, drawing, ...)</p>\n","type":"text/plain"},"type":"any","value":"model","key":"type"},{"id":"b3a35a0c-ca04-485b-877c-c42d476009b3","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":"any","value":"vx-malli","key":"code"}]}},"response":[{"id":"982fddea-1d7d-4e83-ab08-e2d950b19fff","name":"successful operation","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"fac3b0e4-bfde-47b4-8213-8b02a881d192","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"5cc4c61b-d82b-4d53-8632-ebe3412cdcc6","name":"Mandatory attribute code not defined or invalid value","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"399a7204-041c-4ffe-b594-bc098dedd033"},{"name":"Create connection between objects","id":"3b7b1e6b-6312-450f-bae3-b0cedab3309c","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  \"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":[{"id":"6a62e7bc-ad17-4409-912d-13a21fb5ee6d","description":{"content":"<p>Type of the object</p>\n","type":"text/plain"},"type":"any","value":"item","key":"type"},{"id":"be48f098-56f7-431d-8e9c-cf8c937f514a","description":{"content":"<p>Unique code of the object</p>\n","type":"text/plain"},"type":"any","value":"10280","key":"code"},{"id":"e1b9f957-dc25-4b86-bd47-00f766d400e5","description":{"content":"<p>Revision of the object</p>\n","type":"text/plain"},"type":"any","value":"0","key":"revision"}]}},"response":[{"id":"b14d6263-3364-4bb6-af2e-75ee5544473b","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":"3b7b1e6b-6312-450f-bae3-b0cedab3309c"},{"name":"Copy object","id":"bf450ccf-f1b3-4bca-a8f2-1d54e866737f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:8080/api/rest/v1/objects/copy/:type/:code?new-code=","description":"<p>Copy latest revision of <strong>document</strong> or <strong>item</strong> to a new object. Since v. 1.10.0.</p>\n","urlObject":{"path":["api","rest","v1","objects","copy",":type",":code"],"host":["http://localhost:8080"],"query":[{"description":{"content":"<p>New code for copied object</p>\n","type":"text/plain"},"key":"new-code","value":""}],"variable":[{"description":{"content":"<p>Object type (e.g. document or item)</p>\n","type":"text/plain"},"type":"any","value":"","key":"type"},{"description":{"content":"<p>Code of the source object (item or document)</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"}]}},"response":[],"_postman_id":"bf450ccf-f1b3-4bca-a8f2-1d54e866737f"},{"name":"Edit existing object","id":"2a92d31b-0365-4323-992e-6d3cce6e7238","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":"<p>Type of the object</p>\n","type":"text/plain"},"type":"any","value":"","key":"type"},{"description":{"content":"<p>Code of the object</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"}]}},"response":[{"id":"a9319092-db5c-46e8-99cf-b521c64a9fa9","name":"Internal server error.","originalRequest":{"method":"PUT","header":[{"description":"Bearer + JWT token","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":"d322e4da-8690-4c6a-83a5-81d98fa56159","name":"Mandatory attribute code not defined or invalid value","originalRequest":{"method":"PUT","header":[{"description":"Bearer + JWT token","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":"b2d243a7-7713-45e1-a580-8fd7b8b22c40","name":"successful operation","originalRequest":{"method":"PUT","header":[{"description":"Bearer + JWT token","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":"2a92d31b-0365-4323-992e-6d3cce6e7238"},{"name":"Get mandatory attributes of the specified object type","id":"14249fa9-7681-4276-a30a-fa3f1738588f","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":[{"id":"2e62efde-9be8-4216-9472-cd11979bfbad","type":"any","value":"item","key":"type"}]}},"response":[{"id":"9a14d3ef-2b41-4c2b-ac66-46a3e931bb5b","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"9fc9b979-4ce7-4c59-b557-efdaa0b36539","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"14249fa9-7681-4276-a30a-fa3f1738588f"},{"name":"Get all the attributes of the specified object type (with attribute properties)","id":"a9136f4f-77ab-43a0-b434-72f9a86654f9","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":[{"id":"22a6104e-1742-4b59-a891-50549bd3ef3f","type":"any","value":"item","key":"type"}]}},"response":[{"id":"487272c4-fd9c-4bfc-afa7-160f6daca469","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"2feaa566-15a8-4c47-bded-18d33622c055","name":"successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"a9136f4f-77ab-43a0-b434-72f9a86654f9"},{"name":"Get permissions of PDM object","id":"8221cda7-cdfd-4879-8ada-00237f8b9a13","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/: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":[{"id":"a17d6828-10d6-413d-b990-0eb5dbe02ac7","type":"any","value":"item","key":"type"},{"id":"56d56aa3-4e90-47f5-8994-bf978f60430a","type":"any","value":"10280","key":"code"},{"id":"7a75e9aa-e0ef-41ff-8957-ac87695554bd","type":"any","value":"0","key":"revision"}]}},"response":[{"id":"57711fd9-197b-453c-b459-a631f6f16d60","name":"Successful operation","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"8221cda7-cdfd-4879-8ada-00237f8b9a13"}],"id":"2c9e1a5a-bc39-4141-b483-68d5303c6bba","description":"<p>Functions to handle product data management objects such as documents, products, projects, items etc... Read for more: <a href=\"https://kbfi.vertex.fi/flow/flow-n-objektit-ja-tyokalut\">https://kbfi.vertex.fi/flow/flow-n-objektit-ja-tyokalut</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e7324698-a583-46a3-ab2c-c37a8f1d62c5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d9fa5233-4668-40fb-a36a-0ee9cf19ba38"}}],"_postman_id":"2c9e1a5a-bc39-4141-b483-68d5303c6bba","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"documents","item":[{"name":"Checkout the document","id":"bca6d19a-5253-4388-9927-c0081c331ed4","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":"44c189fe-d793-4617-99fb-0de528677f2a","type":"any","value":"<string>","key":"type"},{"id":"32bd6c50-cde0-44c3-a9f1-364387183c58","type":"any","value":"<string>","key":"code"}]}},"response":[{"id":"907d8101-e3aa-4d1e-a613-ec08451997bb","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","host":["http://localhost:8080"],"path":["api","rest","v1","documents",":type",":code","checkout"],"variable":[{"key":"type","value":"item"},{"key":"code","value":"I98"}]}},"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\": \"Item\",\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\": \"item\",\n    \"type\": \"item\",\n    \"objCode\": \"I98\"\n}"}],"_postman_id":"bca6d19a-5253-4388-9927-c0081c331ed4"},{"name":"Check-in document and file","id":"dcb37c71-2f38-4224-9ac0-55051ab1777c","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":"dcb37c71-2f38-4224-9ac0-55051ab1777c"},{"name":"Uncheck object","id":"71cd67b1-9d5a-4fff-975e-de643be8897c","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":[{"id":"f983df79-aff5-4e1d-8374-e17fdf33b380","type":"any","value":"<string>","key":"type"},{"id":"ce9c6ab3-7eed-46b1-af74-87118b67f1f9","type":"any","value":"<string>","key":"code"}]}},"response":[{"id":"ceea5bcd-3527-473e-ba70-cabf232e216a","name":"Mandatory attribute code not defined or invalid value","originalRequest":{"method":"PUT","header":[{"description":"Bearer + JWT token","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":"55feb543-20f3-49ce-9a75-1fe0d4d0a332","name":"Internal server error.","originalRequest":{"method":"PUT","header":[{"description":"Bearer + JWT token","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":"8eb028ab-bf20-4a0c-b7c4-55817b31afbc","name":"successful operation","originalRequest":{"method":"PUT","header":[{"description":"Bearer + JWT token","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":"71cd67b1-9d5a-4fff-975e-de643be8897c"},{"name":"Upload document file","id":"10890154-496d-4797-879a-81da95b5e43a","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":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>Document file to upload</p>\n","value":null}]},"url":"http://localhost:8080/api/rest/v1/documents/:type/:code/:revision/uploadFile/:primary","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",":primary"],"host":["http://localhost:8080"],"query":[],"variable":[{"type":"any","value":"model","key":"type"},{"type":"any","value":"VX3001504","key":"code"},{"type":"any","value":"0","key":"revision"},{"type":"any","value":"true","key":"primary"}]}},"response":[{"id":"bb7168cc-3aa3-4737-a27b-c416c48b3be7","name":"successful operation","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"f736d0c3-443d-4515-a4ed-db4909367479","name":"Object must be checked out by user","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"d520dd73-7aa5-480d-a49e-b3c080d10163","name":"There is no file found at request.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"f38f378d-c70b-43e6-b8c4-32cf2254dd0a","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"10890154-496d-4797-879a-81da95b5e43a"},{"name":"Upload viewer file for a document","id":"56bad5ed-2c9e-4476-9911-73863c3a4396","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":"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 viewer file for a existing document object.</p>\n","urlObject":{"path":["api","rest","v1","documents",":type",":code",":revision","uploadFile","viewer"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Type (id) of the document</p>\n","type":"text/plain"},"type":"any","value":"","key":"type"},{"description":{"content":"<p>Unique code of the document</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"},{"description":{"content":"<p>Revision identifier</p>\n","type":"text/plain"},"type":"any","value":"","key":"revision"}]}},"response":[{"id":"da6c6cb8-02af-45da-8bbc-677f61577de5","name":"Object must be checked out by user","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"34945cf5-e093-4b51-81f4-b74f38ee4ae5","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"fb0034b4-d1df-40ef-bf80-8f58229dd844","name":"There is no file found at request.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"893244e8-2eb4-4cef-95cb-5d6b8c1c4e16","name":"successful operation","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"56bad5ed-2c9e-4476-9911-73863c3a4396"},{"name":"Download document file","id":"971ee30a-1161-4e4c-a264-44ec90bc8c3d","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":"881b3a95-a025-42f7-b19c-1ed06a935066","type":"any","value":"<text>","key":"type"},{"id":"394604ed-054c-42b4-a93c-d6c2b47c65de","type":"any","value":"<text>","key":"code"},{"id":"6811cffc-53e3-4050-a9bb-9a3025ec393f","type":"any","value":"<text>","key":"revision"}]}},"response":[{"id":"fbb1309c-2bff-41e7-9100-4c6ac47fc0bc","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"8b44554b-f251-41bb-8b4c-e66e9a6e187b","name":"File as stream.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"971ee30a-1161-4e4c-a264-44ec90bc8c3d"}],"id":"bc2e360c-915d-4577-be5b-10d6ce6da302","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></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6f2a540e-c8ab-43f6-87c0-537f9e8408d4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ee3d233f-e981-4291-9021-bba13aa666d4"}}],"_postman_id":"bc2e360c-915d-4577-be5b-10d6ce6da302","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"items","item":[{"name":"Sets or updates bill of materials to Flow (for latest revision)","id":"c430987b-b6bb-4939-a990-5a3b9d34d6c3","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":[{"id":"d5513254-aee9-488c-9115-85d579ff21f8","description":{"content":"<p>Unique identifier of the item object</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"}]}},"response":[{"id":"0dbd8499-156c-4476-aa18-cd68eee2e0ee","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":"c430987b-b6bb-4939-a990-5a3b9d34d6c3"},{"name":"Create item with BOM, overwrites existing or create new revison Copy","id":"b01e6d45-1bbf-407e-aa32-e614efd1f991","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","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.</p>\n","urlObject":{"path":["api","rest","v1","items",":code",":overwrite",":newRevision","bom"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the item object</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"},{"description":{"content":"<p>Overwrite (true) or create new revision (false)</p>\n","type":"text/plain"},"type":"any","value":"","key":"overwrite"},{"description":{"content":"<p>New revision identifier of the item</p>\n","type":"text/plain"},"type":"any","value":"","key":"newRevision"}]}},"response":[{"id":"a328e135-fe9b-4b62-8dbd-f7bee170e674","name":"File as stream.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":""},{"id":"73aa1792-b903-431a-b4f6-a949b23bc94e","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"b01e6d45-1bbf-407e-aa32-e614efd1f991"},{"name":"Gets bill of material (BOM) for given item revision","id":"868e63e5-c4af-4824-90e4-e5cdcc6c5789","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":[{"id":"77e1fe98-9852-4402-b306-9114efe436a6","description":{"content":"<p>Unique code of the object.</p>\n","type":"text/plain"},"type":"any","value":"OpenApi","key":"code"},{"id":"02bbbbfb-ef3b-4524-8d4f-2b876978dadb","description":{"content":"<p>Revision identifier of the object.</p>\n","type":"text/plain"},"type":"any","value":"0","key":"revision"}]}},"response":[],"_postman_id":"868e63e5-c4af-4824-90e4-e5cdcc6c5789"},{"name":"Gets bill of material (roll out BOM) for given item revision","id":"8147faf7-55e2-4127-836f-6a18b05c1ff0","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":"93b4fc4d-def4-4873-855b-bf4c8b1ea92e","description":{"content":"<p>Unique item code</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"},{"id":"56126e34-a248-45ea-8b7a-b140b602ef19","description":{"content":"<p>Revision identifier</p>\n","type":"text/plain"},"type":"any","value":"","key":"revision"}]}},"response":[{"id":"1e1a26f2-7be8-4d40-b3af-7fd2df3b6a2c","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","description":"Unique item code"},{"key":"revision","value":"0","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":"8147faf7-55e2-4127-836f-6a18b05c1ff0"},{"name":"Check in item object and BOM (already checked out)","id":"2eb0aee8-2679-4fe6-a1bc-821196cd6b7d","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":[{"id":"63434786-f118-46ab-aec4-a4df9ec5012c","description":{"content":"<p>Type of the item object (typically \"item\")</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"type"},{"id":"d1d92a93-ae9b-4374-b765-8db0a2c6c643","description":{"content":"<p>Unique code of the item</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"code"},{"id":"b6d3f49a-e6fc-450c-923b-b1d397fc93ac","description":{"content":"<p>Overwrite (true) or create new revision (false)</p>\n","type":"text/plain"},"type":"any","value":"<boolean>","key":"overwrite"},{"id":"896e84ce-b1c7-428c-89d1-3a423ce596a8","description":{"content":"<p>New revision identifier of the item</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"newRevision"}]}},"response":[{"id":"1a29d562-0819-4c41-a20b-c87b03b34e56","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":"fe446f6c-4595-42ac-adb7-3e10b056cf92","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","description":"Type of the item object (typically \"item\")"},{"key":"code","value":"10280","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":"2eb0aee8-2679-4fe6-a1bc-821196cd6b7d"},{"name":"Gets where used Excel report","id":"36eb0e59-fec4-496d-9b95-1ab2518fe432","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":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","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":[{"id":"9084b3f0-ee55-4c86-a3b5-0ce00db2ff6f","description":{"content":"<p>Unique code of the item</p>\n","type":"text/plain"},"type":"any","value":null,"key":"code"},{"id":"8322db37-9bc2-4093-b8cf-aac6988e2156","description":{"content":"<p>Revision identifier of the item</p>\n","type":"text/plain"},"type":"any","value":null,"key":"revision"},{"id":"286b666d-73d8-4e92-8296-585a75e96555","description":{"content":"<p>Excel template identifier (Flow report templates)</p>\n","type":"text/plain"},"type":"any","value":null,"key":"templateId"}]}},"response":[],"_postman_id":"36eb0e59-fec4-496d-9b95-1ab2518fe432"},{"name":"Gets BOM with positions","id":"d4b82820-ec5f-4ad8-ab9d-28e463962c9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/items/:code/:revision/position-bom","description":"<p>Gets BOM with possible position data (positions array). Since v. 1.10.0</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}},"urlObject":{"path":["api","rest","v1","items",":code",":revision","position-bom"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Item code</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"},{"description":{"content":"<p>Item revision</p>\n","type":"text/plain"},"type":"any","value":"","key":"revision"}]}},"response":[],"_postman_id":"d4b82820-ec5f-4ad8-ab9d-28e463962c9c"},{"name":"Edit BOM with positions","id":"d6799222-5899-4383-a33f-957f9e703314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"bomObject\": {\r\n            \"typeName\": \"Nimike\",\r\n            \"revision\": \"0\",\r\n            \"revisionCount\": 1,\r\n            \"checkedOutUserId\": \"\",\r\n            \"label\": \"VX124448, Suorakaide RHS-Palkki, kylmävalssattu, Rsk-060x040x4\",\r\n            \"name\": \"10219-2-Rsk-060x040x4\",\r\n            \"description\": \"Suorakaide RHS-Palkki, kylmävalssattu\",\r\n            \"comment\": \"\",\r\n            \"author\": \"Administrator System\",\r\n            \"authorId\": \"su\",\r\n            \"creator\": \"Administrator System\",\r\n            \"creatorId\": \"su\",\r\n            \"owner\": \"\",\r\n            \"ownerId\": \"\",\r\n            \"publicity\": \"p\",\r\n            \"publicityName\": \"Yleinen\",\r\n            \"classification\": \"5Yht|52T\",\r\n            \"classificationName\": \"Putkipalkit\",\r\n            \"statusName\": \"Hyväksytty\",\r\n            \"status\": \"approved\",\r\n            \"transferStatus\": \"WAITING\",\r\n            \"dated\": null,\r\n            \"creationTime\": 1276168992000,\r\n            \"modifiedTime\": 1642493449000,\r\n            \"thumbnailSource\": null,\r\n            \"thumbnailMimeType\": null,\r\n            \"thumbnail\": null,\r\n            \"icon\": null,\r\n            \"extAttributes\": {\r\n                \"COMPONENT_SWCONFIG\": \"\",\r\n                \"DESCR1_FI\": \"\",\r\n                \"DESCR2_EN\": \"\",\r\n                \"ABC_CLASS\": \"\",\r\n                \"ITEMGROUP\": \"COMPONENT\",\r\n                \"INSTOCK\": \"\",\r\n                \"SPAREPART\": \"\",\r\n                \"DICTIONARYID2\": \"\",\r\n                \"PURCHASE\": \"Ostettava\",\r\n                \"DENSITY\": \"7850\",\r\n                \"USE_PURCHASECOST\": \"\",\r\n                \"DESCRIPTION2_FI\": \"\",\r\n                \"SPDESCR1_EN\": \"\",\r\n                \"COLOR\": \"\",\r\n                \"C_TILAVUUS\": null,\r\n                \"SALESDESCR1_FI\": \"\",\r\n                \"SPDESCR1_SV\": \"\",\r\n                \"COMPONENT_REPRE\": \"\",\r\n                \"MODBOOKLET_IMG\": \"\",\r\n                \"WEARPART\": \"\",\r\n                \"SALESDICTIONARYID1\": \"\",\r\n                \"WEIGHT\": \"0.0000\",\r\n                \"SPEC\": \"S 235 JRH\",\r\n                \"STANDARD\": \"EN10219-2\",\r\n                \"UNIT\": \"MM\",\r\n                \"DESCR2_FI\": \"Rsk-060x040x4\",\r\n                \"COMPTYPE\": \"\",\r\n                \"EDITABLE_UNITPRICE\": \"\",\r\n                \"MEASURED\": \"\",\r\n                \"ALLOWPRICING\": \"\",\r\n                \"DESCR1_EN\": \"\",\r\n                \"COMPONENT_LIBRARY\": \"\",\r\n                \"DESCRIPTION2_EN\": \"\",\r\n                \"COMPONENT_PARAMETERS\": \"b=40| h=60| r=8| t=4\",\r\n                \"TEMPLATEITEM\": \"\",\r\n                \"PREVENTTRANSFER\": \"\",\r\n                \"COMPONENT_SWMATER\": \"\",\r\n                \"SWOBJCODE\": \"\",\r\n                \"PDMTAGID\": \"\",\r\n                \"TRANSFERED_I\": \"2010-06-15 05:29:43.0\",\r\n                \"SPDESCR1_FI\": \"\",\r\n                \"PIC_ID\": \"\",\r\n                \"SPDICTIONARYID1\": \"\",\r\n                \"MODBOOKLET\": \"\",\r\n                \"SALESDESCR1_EN\": \"\",\r\n                \"SPDESCR1_DE\": \"\"\r\n            },\r\n            \"objectMode\": {},\r\n            \"connections\": null,\r\n            \"translationId\": \"\",\r\n            \"oldRevision\": false,\r\n            \"baseClass\": \"item\",\r\n            \"type\": \"item\",\r\n            \"objCode\": \"VX124448\"\r\n        },\r\n        \"pdmItemLinkId\": \"1728454481538\",\r\n        \"partNumber\": 2,\r\n        \"amount\": 250.0,\r\n        \"extAttributes\": {\r\n            \"CONSUMPTION_ESTIMATED\": \"\",\r\n            \"ATTACHED_EXTVCID\": \"0\",\r\n            \"INUSE\": \"1\",\r\n            \"STRPREFIX_WEARPART\": \"\",\r\n            \"VARIANT\": \"\",\r\n            \"STATENAME_EN\": \"Approved\",\r\n            \"TARGETOBJTYPE\": \"item\",\r\n            \"PREVENTTRANSFER_STR\": \"\",\r\n            \"TECHNICAL_PARAMS\": \"\",\r\n            \"ATTACHED_OBJVCID\": \"1\",\r\n            \"MATERIALUNITPRICE\": \"\",\r\n            \"PDMITEMLINKID\": \"1728454481538\",\r\n            \"CONDITION_UNRESOLVED\": \"\",\r\n            \"SALESNOTES\": \"\",\r\n            \"MATERIALPRICEADD\": \"\",\r\n            \"LINKDESCR\": \"\",\r\n            \"STRUCT_DESCR\": \"Fusion Supe Bee...\",\r\n            \"TRANSFERSTATUS_STR\": \"\",\r\n            \"POSITION_POS\": \"\",\r\n            \"TYPENAME\": \"Item\",\r\n            \"STRPREFIX_SPAREPART\": \"\",\r\n            \"SCRAPPRCNT\": \"\",\r\n            \"POSITION_OBJCODE\": \"\",\r\n            \"TARGETOBJID\": \"1276071314204\",\r\n            \"SELECTED\": \"0\",\r\n            \"LINKOBJBASETYPEID\": \"attribute\",\r\n            \"STATENAME\": \"Hyväksytty\",\r\n            \"UNIQUEID\": \"item:1276071314204.1\",\r\n            \"TRANSFERED\": \"\",\r\n            \"OPERID\": \"\",\r\n            \"COMP_USE\": \"\",\r\n            \"WORKUNITPRICE\": \"\",\r\n            \"LINKID\": \"1728454481538\",\r\n            \"PIPEPOSITION_POS\": \"\",\r\n            \"STRUCTRID\": \"123456\",\r\n            \"WORKPRICEADD\": \"\",\r\n            \"DIMENSIONS\": \"2200\",\r\n            \"G4PARTINDEX\": \"\",\r\n            \"POT_VARIANT\": \"\",\r\n            \"LINKSTATE\": \"\",\r\n            \"PIPEPOSITION_OBJCODE\": \"\",\r\n            \"TARGETOBJVCID\": \"1\",\r\n            \"OPERATIONTIME\": \"NaN\",\r\n            \"PDMLINKID\": \"1728454481538\",\r\n            \"VIRTUALTYPE\": \"item\",\r\n            \"QNTRULE\": \"\",\r\n            \"WEIGHT_STR\": \"11.8\",\r\n            \"CHANGEOVERTIME\": \"NaN\",\r\n            \"OLDCODE\": \"\",\r\n            \"PROF_ANGLE3\": \"0.0\",\r\n            \"ROLLOUT\": \"\",\r\n            \"PROF_ANGLE4\": \"45.0\",\r\n            \"PROF_ANGLE1\": \"0.0\",\r\n            \"PROF_ANGLE2\": \"45.0\",\r\n            \"CONDITION_SOLVED\": \"\",\r\n            \"MARK_STD\": \"2200\",\r\n            \"EXTRAPRCNT\": \"\",\r\n            \"TRMATRIX\": \"\",\r\n            \"ACTIVITY\": \"\"\r\n        },\r\n        \"positions\": [\r\n            {\r\n                \"pdmLinkPositionId\": \"1728454481560\",\r\n                \"partPosition\": null,\r\n                \"edPartPosition\": \"ED1\",\r\n                \"partLabel\": \"X1l\",\r\n                \"partAmount\": 30.0\r\n            },\r\n            {\r\n                \"pdmLinkPositionId\": \"1728454481561\",\r\n                \"partPosition\": null,\r\n                \"edPartPosition\": \"ED2\",\r\n                \"partLabel\": \"X2\",\r\n                \"partAmount\": 220.0\r\n            }\r\n        ],\r\n        \"ownerApplication\": \"vxapp\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/rest/v1/items/:code/position-bom?overwrite=false","description":"<p>Creates or edit BOM with possible position data (positions array). Since v. 1.10.0.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}},"urlObject":{"path":["api","rest","v1","items",":code","position-bom"],"host":["http://localhost:8080"],"query":[{"key":"overwrite","value":"false"}],"variable":[{"description":{"content":"<p>Item code (latest revision)</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"}]}},"response":[],"_postman_id":"d6799222-5899-4383-a33f-957f9e703314"}],"id":"b4c15081-87d3-45a2-9ff7-623146f7a07d","_postman_id":"b4c15081-87d3-45a2-9ff7-623146f7a07d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"projects","item":[{"name":"Find project objects","event":[{"listen":"prerequest","script":{"exec":["pm.environment.set(\"code\", \"P000025\")"],"type":"text/javascript","id":"ea666c57-84df-45d4-941d-8c5b77cd932e"}}],"id":"adf41682-bff8-4878-b3c1-a66a8843e95b","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":[{"id":"5b437235-6a6f-40bc-8c6b-7cf206c4aea8","description":{"content":"<p>Unique identifier of the item object</p>\n","type":"text/plain"},"type":"any","value":"{{code}}","key":"code"}]}},"response":[{"id":"0c29c44f-b99e-45e4-9f35-e5d46cff3b9c","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":"adf41682-bff8-4878-b3c1-a66a8843e95b"},{"name":"Project BOM (bill of material)","event":[{"listen":"prerequest","script":{"exec":["pm.environment.set(\"code\", \"P000024\")"],"type":"text/javascript","id":"cd084077-2c5b-4ba4-853c-6e4d221725ba"}}],"id":"dfbe3678-4e82-43c8-b3e0-41ff5ff8d113","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":[{"id":"87c8950b-c2e3-4ca3-889f-cee431e53fe2","description":{"content":"<p>Unique identifier of the item object</p>\n","type":"text/plain"},"type":"any","value":"{{code}}","key":"code"}]}},"response":[{"id":"ec0eeb7f-bd63-4eee-aa22-e3aaa7f96773","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":"dfbe3678-4e82-43c8-b3e0-41ff5ff8d113"}],"id":"b265115d-0f1f-4052-925d-6e0c7a42b2e8","_postman_id":"b265115d-0f1f-4052-925d-6e0c7a42b2e8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"files","item":[{"name":"download","item":[{"name":"primary","item":[{"name":"Download primary file","id":"b2148be7-324b-4f13-94c9-3d2c5eaa059d","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":"854aca56-75e9-4541-973b-6c028b5aff05","name":"You have no permission to the file.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"b1481908-64e3-41ee-b98a-178445e64097","name":"File as stream.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"0cfd16e5-686f-4282-88a5-690c5fbfe7e4","name":"You must login first.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"b2148be7-324b-4f13-94c9-3d2c5eaa059d"},{"name":"Download primary file","id":"59b70239-5c2a-4bac-884c-c94d534ffd5c","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":"7d6661fa-2ac1-4739-a779-826cd32bf14e","type":"any","value":"<string>","key":"type"},{"id":"d18ff7a7-a2e7-4f5a-89fe-af039813c447","type":"any","value":"<string>","key":"code"}]}},"response":[{"id":"09bc54b0-3291-4aca-9044-a746f952e176","name":"File as stream.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"7e908282-4887-4aad-a095-78709408f51b","name":"You must login first.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"87c66ab1-d308-42c3-9ef6-f7f22bf5d83d","name":"You have no permission to the file.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"59b70239-5c2a-4bac-884c-c94d534ffd5c"}],"id":"3c966236-fd2c-4744-8d7a-e27e236d0137","_postman_id":"3c966236-fd2c-4744-8d7a-e27e236d0137","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"Download file","id":"0d736d34-1876-4360-8aed-780f057129ae","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":"aa1ad0a1-8137-457b-8feb-daf953e7e053","type":"any","value":"<string>","key":"fileId"}]}},"response":[{"id":"c068ed93-9953-4a42-82d8-7b4d9f6eca29","name":"File as stream.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"0601f36f-3192-4f66-9633-1d6c79256c25","name":"You must login first.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"31c99ff4-804e-4a93-963d-2cb78fd5c211","name":"You have no permission to the file.","originalRequest":{"method":"GET","header":[{"description":"Bearer + JWT token","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":"0d736d34-1876-4360-8aed-780f057129ae"},{"name":"Download viewer file","id":"559e25a1-f4fa-4aa7-895e-32ba06edabf8","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":"f9cb2820-4a6a-408f-a22d-874bbd16030a","name":"Viewer file as stream.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"26a9e2bf-cdaf-4755-ae69-c50ee5edf5f8","name":"You have no permission to the file.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"7ca272f0-3c37-4624-9143-74ed6ceabc55","name":"You must login first.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"559e25a1-f4fa-4aa7-895e-32ba06edabf8"}],"id":"bd26f65d-dfb5-4cb4-aba4-f1fdd89e286c","_postman_id":"bd26f65d-dfb5-4cb4-aba4-f1fdd89e286c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"Get objects file name list","id":"c8611e2e-708a-49f1-a0a6-cb0a2d3ccb12","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":"6045e80f-f231-44b9-84d1-b806aa4c8566","name":"You have no permission to document.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"2b19a672-cc5b-4d0f-89a8-b0c24c31f8ea","name":"You must login first.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"5c6183c5-7685-40a7-a19a-f90867e01de0","name":"JSON file list.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"c8611e2e-708a-49f1-a0a6-cb0a2d3ccb12"},{"name":"Get objects file list","id":"0e7a97d8-36e1-453f-a87c-d9c78349b8ad","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":"884c8032-3fa9-40ec-90c5-d4f3f952f954","name":"You must login first.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"d44bcda1-0258-42e6-b6fd-4156c264c81d","name":"JSON file list.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"f79daab0-8093-43cc-9025-f10c2b812d4f","name":"You have no permission to document.","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"0e7a97d8-36e1-453f-a87c-d9c78349b8ad"},{"name":"Upload file (create document)","id":"836d2e31-ccb7-42e6-8d73-f65b3047e853","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","value":"<binary>"}]},"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":"b0598c48-36fa-473c-aec0-d4b9c110fbae","name":"Body doesn't contain data to save the file","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"15f54c99-bdfa-4cdd-b128-ba7ba55080cb","name":"An error occurred while uploading file","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"ba71acab-c3e5-4f94-ae93-88eac93add45","name":"File stored successfully to server","originalRequest":{"method":"POST","header":[{"description":"Bearer + JWT token","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":"836d2e31-ccb7-42e6-8d73-f65b3047e853"}],"id":"8a5c2315-57b7-4244-9ba3-65ee0b49c6c8","_postman_id":"8a5c2315-57b7-4244-9ba3-65ee0b49c6c8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"about","item":[{"name":"Server side settings for known applications.","id":"6cb4e4e6-918f-4596-b237-91a6e365a5f0","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":"24ff598d-97ef-42f7-9522-77244398ae36","type":"any","value":"<string>","key":"key"}]}},"response":[{"id":"a25b32d2-ebdc-48e2-8e92-585bc507d642","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":"6cb4e4e6-918f-4596-b237-91a6e365a5f0"},{"name":"Details (version etc.) of the server side implementation","event":[{"listen":"test","script":{"id":"2ca69f78-815b-4f35-9793-538fed390078","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","      ]","    },","    \"keycloak-uri\": {","      \"type\": \"string\",","      \"title\": \"Keycloak URI\",","      \"default\": false","    },","    \"keycloak-realm-path\": {","      \"type\": \"string\",","      \"title\": \"Realm name\",","      \"default\": false","    },","    \"legacy-login-dialog\": {","      \"type\": \"string\",","      \"title\": \"Is legacy login allowed\",","      \"default\": false","    },","    \"keycloak-contains-all-users\":{","      \"type\": \"string\",","      \"title\": \"All users are in Keycloak\",","      \"default\": false","    }","  }","}","","","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.10.0\");","    });","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"a501f762-8378-4c90-b64d-75dd082b2a5c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6260cc0a-f663-44d6-9fed-83034e86934e","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":"ecad964d-f9c4-46f7-b34b-973dfcae99a6","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":"6260cc0a-f663-44d6-9fed-83034e86934e"}],"id":"56afcb17-f8e1-440e-8f4a-91e9385cb6f7","description":"<p>General methods to retrieve data from server.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8d94f349-bb36-4495-92f1-25d9c762a138"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"47a3cda3-5e6d-4941-8474-fa744f088030"}}],"_postman_id":"56afcb17-f8e1-440e-8f4a-91e9385cb6f7","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"task-manager","item":[{"name":"Add new task","id":"efbc70e0-5719-4b65-ac58-1a97ac4966be","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. Requires Flow option \"API_TASK_MANAGER\".</p>\n","urlObject":{"path":["api","rest","v1","task-manager","add"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"6a01c2e2-8584-4560-a465-dbf3a23046f0","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":"efbc70e0-5719-4b65-ac58-1a97ac4966be"},{"name":"Status of the task","id":"3b00f6f2-c189-4dfa-a625-f832cd93418a","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. Requires Flow option \"API_TASK_MANAGER\".</p>\n","urlObject":{"path":["api","rest","v1","task-manager","status",":taskId"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the task.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taskId"}]}},"response":[{"id":"1b59d50f-3260-4002-a116-dd4e7ee655da","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":"3b00f6f2-c189-4dfa-a625-f832cd93418a"},{"name":"Delete the task Copy","id":"ed1192b7-4433-4d29-b316-57c7f04d4c64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/api/rest/v1/task-manager/tasks/:taskId","description":"<h1 id=\"delete-task\">Delete Task</h1>\n<p><strong>Endpoint:</strong> <code>http://localhost:8080/api/rest/v1/task-manager/tasks/:taskId</code><br /><strong>Method:</strong> <code>DELETE</code></p>\n<h2 id=\"description\">Description</h2>\n<p>This endpoint allows you to delete a specific task from the task manager. The task to be deleted is identified by the <code>taskId</code> parameter in the URL.</p>\n<p>Since OpenAPI version 1.11.0</p>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><code>taskId</code> (path parameter): The unique identifier of the task that you want to delete. This is a required parameter.</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>This DELETE request does not require a request body.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>Upon successful deletion, the server will respond with a status code indicating the outcome of the operation. The expected response codes are:</p>\n<ul>\n<li><p><code>204 No Content</code>: Indicates that the task was successfully deleted.</p>\n</li>\n<li><p><code>404 Not Found</code>: Indicates that the task with the specified <code>taskId</code> does not exist.</p>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This endpoint requires authentication. Ensure that you include the necessary authentication tokens or credentials as per your API's authentication requirements.</p>\n<h2 id=\"additional-information\">Additional Information</h2>\n<p>This operation requires the Flow option \"API_TASK_MANAGER\" to be enabled.</p>\n","urlObject":{"path":["api","rest","v1","task-manager","tasks",":taskId"],"host":["http://localhost:8080"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the task.</p>\n","type":"text/plain"},"type":"any","value":"","key":"taskId"}]}},"response":[{"id":"22702611-ddaf-40cb-a835-005ea4e8140a","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed1192b7-4433-4d29-b316-57c7f04d4c64"},{"name":"Status of the Client Copy","id":"38ca5781-7e47-4d6d-bd23-1daf47c19196","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/clients/:id","description":"<h3 id=\"get-task-status\">Get Task Status</h3>\n<p><strong>Endpoint:</strong><br /><code>GET http://localhost:8080/api/rest/v1/task-manager/clients/:id</code></p>\n<p><strong>Method:</strong><br /><code>GET</code></p>\n<p><strong>Description:</strong><br />This endpoint retrieves the status of a specific task associated with a client. It requires the Flow option \"API_TASK_MANAGER\".</p>\n<p>Since OpenAPI version 1.11.0</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>id</code> (string): The unique identifier of the client whose task status is being requested.</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li>None</li>\n</ul>\n<p><strong>Request Body:</strong></p>\n<ul>\n<li>None</li>\n</ul>\n<p><strong>Response Format:</strong><br />The response will include the status of the task in a structured format. The exact structure of the response will depend on the implementation but typically includes fields such as:</p>\n<ul>\n<li><p><code>status</code> (string): The current status of the task.</p>\n</li>\n<li><p><code>message</code> (string): Additional information regarding the task status.</p>\n</li>\n</ul>\n<p><strong>Error Codes:</strong></p>\n<ul>\n<li><p><code>404 Not Found</code>: The specified client ID does not exist.</p>\n</li>\n<li><p><code>500 Internal Server Error</code>: An unexpected error occurred while processing the request.</p>\n</li>\n</ul>\n<p>Ensure to handle these responses appropriately in your application.</p>\n","urlObject":{"path":["api","rest","v1","task-manager","clients",":id"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"46871d99-3de6-4994-83f4-9f89ddc7b6f0","description":{"content":"<p>Client identifier</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"3bf7c013-9b87-45ab-871c-f40348a54497","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"commonPathClient\": \"//pdmtoimitus/autom/pdm_25090_current/temp/vxpdf_ed/\",\n    \"clientId\": \"91\",\n    \"port\": \"12000\",\n    \"host\": \"192.4.0.96\",\n    \"inUse\": \"1\",\n    \"arguments\": \"-home c:/VERTEX_SHARE/25090_ed/user\",\n    \"commonPathServer\": \"$SystemRoot$temp/vxpdf_ed/\",\n    \"vxProcessTypeId\": \"vx_ed_generate_file\",\n    \"command\": \"c:/VERTEX_SHARE/VXED_3100/system/programs64/vertex64.exe\",\n    \"taskId\": \"-\",\n    \"status\": \"IDLE\"\n}"}],"_postman_id":"38ca5781-7e47-4d6d-bd23-1daf47c19196"},{"name":"Status of the Clients Copy","id":"8b41b3d5-51ca-422b-8b08-04de6bfc7418","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/clients","description":"<h3 id=\"get-task-manager-clients\">Get Task Manager Clients</h3>\n<p>This endpoint retrieves the list of clients associated with the task manager. It is essential for managing and monitoring the clients that are part of the task management system.</p>\n<p>Since OpenAPI version 1.11.0</p>\n<h4 id=\"purpose\">Purpose</h4>\n<p>The primary purpose of this request is to obtain the current status and details of all clients registered in the task manager. This information can be used for auditing, reporting, or further processing within the application.</p>\n<h4 id=\"request-format\">Request Format</h4>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>http://localhost:8080/api/rest/v1/task-manager/clients</code></p>\n</li>\n<li><p><strong>Request Body</strong>: No request body is required for this GET request.</p>\n</li>\n</ul>\n<h4 id=\"response-structure\">Response Structure</h4>\n<p>The response will typically include:</p>\n<ul>\n<li><p><strong>clients</strong>: An array of client objects, each containing details such as:</p>\n<ul>\n<li><p><code>id</code>: Unique identifier for the client.</p>\n</li>\n<li><p><code>name</code>: The name of the client.</p>\n</li>\n<li><p><code>status</code>: Current status of the client (e.g., active, inactive).</p>\n</li>\n<li><p><code>created_at</code>: Timestamp of when the client was created.</p>\n</li>\n<li><p><code>updated_at</code>: Timestamp of the last update made to the client.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint requires the Flow option \"API_TASK_MANAGER\" to be enabled for successful execution.</p>\n","urlObject":{"path":["api","rest","v1","task-manager","clients"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"82e44996-0027-4b77-a5d8-e51f455d8c35","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"commonPathClient\": \"//pdmtoimitus/autom/pdm_24050_current/temp/vxpdf/\",\n        \"clientId\": \"90\",\n        \"port\": \"12000\",\n        \"host\": \"192.4.0.96\",\n        \"inUse\": \"0\",\n        \"arguments\": \"-home c:/VERTEX_SHARE/24050_micro/user\",\n        \"commonPathServer\": \"$SystemRoot$temp/vxpdf/\",\n        \"vxProcessTypeId\": \"vx_generate_file\",\n        \"command\": \"c:/VERTEX_SHARE/VXG4_MICRO_3000/system/programs64/vertex64.exe\",\n        \"taskId\": \"-\",\n        \"status\": \"IDLE\"\n    },\n    {\n        \"commonPathClient\": \"//pdmtoimitus/autom/pdm_25090_current/temp/vxpdf_ed/\",\n        \"clientId\": \"91\",\n        \"port\": \"12000\",\n        \"host\": \"192.4.0.96\",\n        \"inUse\": \"1\",\n        \"arguments\": \"-home c:/VERTEX_SHARE/25090_ed/user\",\n        \"commonPathServer\": \"$SystemRoot$temp/vxpdf_ed/\",\n        \"vxProcessTypeId\": \"vx_ed_generate_file\",\n        \"command\": \"c:/VERTEX_SHARE/VXED_3100/system/programs64/vertex64.exe\",\n        \"taskId\": \"-\",\n        \"status\": \"IDLE\"\n    }\n]"}],"_postman_id":"8b41b3d5-51ca-422b-8b08-04de6bfc7418"},{"name":"Modify Client properties Copy","id":"8feaed87-da39-45ac-a4a6-bc9d31d25712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"inUse\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/rest/v1/task-manager/clients/:id","description":"<h2 id=\"update-client-status\">Update Client Status</h2>\n<p>This endpoint allows you to update the status of a specific client in the task manager.</p>\n<p>Since OpenAPI version 1.11.0</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>http://localhost:8080/api/rest/v1/task-manager/clients/:id</code></p>\n</li>\n<li><p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>id</code> (string): The unique identifier of the client you want to update.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should be in JSON format and include the following parameter:</p>\n<ul>\n<li><code>inUse</code> (string): Indicates whether the client is currently in use. Acceptable values are typically \"1\" for true and \"0\" for false.</li>\n</ul>\n<h3 id=\"response-format\">Response Format</h3>\n<p>The expected response format is typically a JSON object that confirms the update operation. The exact structure of the response may vary, but it generally indicates the success or failure of the update request.</p>\n<p>Make sure to replace <code>:id</code> in the endpoint with the actual client ID you wish to update.</p>\n","urlObject":{"path":["api","rest","v1","task-manager","clients",":id"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"36bc1fa9-c372-4484-b3ae-f7de2e181cdf","description":{"content":"<p>Client identifier</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"46a2804f-fd42-4964-ba91-6eabdf715363","name":"default response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/rest/v1/about/settings/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"commonPathClient\": \"//pdmtoimitus/autom/pdm_25090_current/temp/vxpdf_ed/\",\n    \"clientId\": \"91\",\n    \"port\": \"12000\",\n    \"host\": \"192.4.0.96\",\n    \"inUse\": \"0\",\n    \"arguments\": \"-home c:/VERTEX_SHARE/25090_ed/user\",\n    \"commonPathServer\": \"$SystemRoot$temp/vxpdf_ed/\",\n    \"vxProcessTypeId\": \"vx_ed_generate_file\",\n    \"command\": \"c:/VERTEX_SHARE/VXED_3100/system/programs64/vertex64.exe\",\n    \"taskId\": \"-\",\n    \"status\": \"IDLE\"\n}"}],"_postman_id":"8feaed87-da39-45ac-a4a6-bc9d31d25712"}],"id":"b8452d74-ba13-4c14-960c-f3b6ff05610a","description":"<p>Operate with Vertex Flow tasks (CAD related).</p>\n","_postman_id":"b8452d74-ba13-4c14-960c-f3b6ff05610a","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}},{"name":"quote","item":[{"name":"Gets options  (selection structure)","id":"4e7ac6d3-38d3-4435-8074-53902f9f5b17","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 options of the product (instance).</p>\n","urlObject":{"path":["api","rest","v1","quote",":code","selections"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"a0bbae3c-c1ba-4c7a-8909-c228714d63c2","type":"any","value":"T-2020-00007","key":"code"}]}},"response":[{"id":"84f4012f-e995-4a41-8849-4ba0596cfa9e","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":"4e7ac6d3-38d3-4435-8074-53902f9f5b17"},{"name":"Saves options  (selection structure)","id":"4e063266-6240-4332-a15f-24713198a63c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"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>Saves selected options.</p>\n","urlObject":{"path":["api","rest","v1","quote",":code","selections"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"e8758470-c64a-49fe-89a7-baa1280a2716","type":"any","value":"TY000060","key":"code"}]}},"response":[{"id":"edb95c06-3174-472f-a527-66b8aabb4b4b","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":"4e063266-6240-4332-a15f-24713198a63c"},{"name":"Gets option rules (selection rules)","id":"fcc53f0d-a572-4540-93ad-af50355ca790","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 option rules.</p>\n","urlObject":{"path":["api","rest","v1","quote",":code","selection-rules"],"host":["http://localhost:8080"],"query":[],"variable":[{"id":"8ab09295-0c88-43b4-b2bd-0496edaa639f","type":"any","value":"TY000060","key":"code"}]}},"response":[{"id":"4db590e2-f75b-4592-8a83-3436e8282cd0","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":"fcc53f0d-a572-4540-93ad-af50355ca790"},{"name":"Solve presentation image","id":"2b43923b-f482-4cc8-a81f-6d2ca02ea19a","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"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>Generate new presentation image by current saved options.</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":[{"id":"bd700858-fec8-4bd2-a1da-dedfbc9a0382","type":"any","value":"T-2020-00009","key":"code"}]}},"response":[{"id":"6a5cb2ed-1c00-406a-974f-fee04d03a5ac","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":"2b43923b-f482-4cc8-a81f-6d2ca02ea19a"},{"name":"Get presentation image (get_solved_image)","id":"ac8bd227-a12f-4769-8853-d5a8fef59394","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","value":"GET_IMAGE","type":"text"}]},"url":"http://localhost:8080/api/rest/v1/quote/:code/presentation-image?PDMACTIONID=GET_SOLVED_IMAGE&solvedimageid=1603699702596","description":"<p>Download preview (presentation) image.</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":[{"id":"8ee43944-fa72-45a4-9234-4c493aeb3f24","type":"any","value":"T-2020-00009","key":"code"}]}},"response":[{"id":"b19fcc6a-3792-4406-b0b0-7312bc11c3fc","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":"ac8bd227-a12f-4769-8853-d5a8fef59394"},{"name":"Solve images for current selections, flash button [S]","id":"8996a604-a578-484b-b7a4-fe19b862e160","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"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","description":"<p>Selected options</p>\n"}]},"url":"http://localhost:8080/api/rest/v1/quote/:code/presentation-image?PDMACTIONID=GENERATE_IMAGES_TEST&image_target=1walls.png","description":"<p>Generate all presentation images (current options).</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"},{"disabled":true,"key":"","value":null}],"variable":[{"type":"any","value":"T-2020-00009","key":"code"}]}},"response":[{"id":"44fae3ca-603e-4f5c-b7e1-72e0b2ace977","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":"8996a604-a578-484b-b7a4-fe19b862e160"},{"name":"Solve images for all combinations, flash button [A]","id":"5b086762-e14d-4d26-8445-14ec46672275","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"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>Generate all presentation images.</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":[{"id":"1f5bcc07-c8bc-4e80-a270-79845286344d","type":"any","value":"T-2020-00009","key":"code"}]}},"response":[{"id":"15bee1ee-8cc6-4f94-a546-36dcd9245f36","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":"5b086762-e14d-4d26-8445-14ec46672275"}],"id":"38dcf6cb-5185-4535-8902-fbe8eae2b3b2","description":"<p>Operate with Vertex Flow configurator. Option PRODUCT_CONFIGURATION required.</p>\n","_postman_id":"38dcf6cb-5185-4535-8902-fbe8eae2b3b2","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"3fbfacd1-8c33-40d7-9169-746632771c29","id":"3fbfacd1-8c33-40d7-9169-746632771c29","name":"Vertex Flow","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3b972ff5-def4-4789-9948-94e8560b3dab"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2d58535a-789e-4e5e-8173-2606762de50a"}}],"variable":[{"key":"baseUrl","value":"http://localhost:8080"}]}