{"info":{"_postman_id":"9bfa37ef-bb2f-4ca0-aac7-6ed3514ea8c7","name":"trekglobal-idempiere-rest","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5351247","collectionId":"9bfa37ef-bb2f-4ca0-aac7-6ed3514ea8c7","publishedId":"SWE83GZx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-12-10T19:40:02.000Z"},"item":[{"name":"api/v1/auth/tokens","event":[{"listen":"prerequest","script":{"id":"dfc349c8-f600-4b94-b171-723165eab4eb","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"eca8c423-7ced-494f-a5b9-79b623ce9da0","exec":["var jsonData = pm.response.json();","pm.environment.set(\"authToken\", jsonData.token);",""],"type":"text/javascript"}}],"id":"30372e68-f787-474b-ae97-4a083c0a207c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"userName\":\"GardenAdmin\",\"password\":\"GardenAdmin\"}"},"url":"http://localhost:8080/api/v1/auth/tokens","description":"<p>Create authentication token with user name and password. The return token is use as Authorization request header (Bearer {token}) for subsequent api/v1/auth call</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","auth","tokens"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f9a592c3-8ca7-4e76-81f1-42ede423d6aa","name":"api/v1/auth/tokens","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"userName\":\"GardenAdmin\",\"password\":\"GardenAdmin\"}"},"url":"http://localhost:8080/api/v1/auth/tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"216"},{"key":"Server","value":"Jetty(9.4.14.v20181114)"}],"cookie":[],"responseTime":null,"body":"{\n    \"clients\": [\n        {\n            \"id\": 11,\n            \"name\": \"GardenWorld\"\n        }\n    ],\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJHYXJkZW5BZG1pbiIsImlzcyI6ImlkZW1waWVyZS5vcmciLCJleHAiOjE1NjgyMTIzMTF9.doHygASK4aXAcF_jn-4HOlqyvyvfWdRcuPm2iotXqPE\"\n}"}],"_postman_id":"30372e68-f787-474b-ae97-4a083c0a207c"},{"name":"api/v1/auth/roles?client={ad_client_id}","id":"31029af1-c494-4a95-9891-e9dc558a8baa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/auth/roles?client=11","description":"<p>Get list of roles avalable</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","auth","roles"],"host":["localhost"],"query":[{"key":"client","value":"11"}],"variable":[]}},"response":[],"_postman_id":"31029af1-c494-4a95-9891-e9dc558a8baa"},{"name":"api/v1/auth/organizations?client={ad_client_id}&role={ad_role_id}","id":"9ff77182-1e5f-4601-95ca-a21c206ae142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/auth/organizations?client=11&role=102","description":"<p>Get list of organizations available</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","auth","organizations"],"host":["localhost"],"query":[{"key":"client","value":"11"},{"key":"role","value":"102"}],"variable":[]}},"response":[],"_postman_id":"9ff77182-1e5f-4601-95ca-a21c206ae142"},{"name":"api/v1/auth/warehouses?client={ad_client_id}&role={ad_role_id}&organization={ad_org_id}","id":"4483ae23-2348-4e74-8809-a50e6fff923f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/auth/warehouses?client=11&role=102&organization=11","description":"<p>Get list of warehouse available</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","auth","warehouses"],"host":["localhost"],"query":[{"key":"client","value":"11"},{"key":"role","value":"102"},{"key":"organization","value":"11"}],"variable":[]}},"response":[],"_postman_id":"4483ae23-2348-4e74-8809-a50e6fff923f"},{"name":"api/v1/auth/tokens","event":[{"listen":"test","script":{"id":"a5854050-c2df-4bc4-9e4e-791576ee1a8d","exec":["var jsonData = pm.response.json();","pm.environment.set(\"authToken\", jsonData.token);",""],"type":"text/javascript"}}],"id":"a319775a-6731-49a4-9a3d-f1134d1c1309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": 11,\n  \"roleId\": 102,\n  \"organizationId\": 11,\n  \"warehouseId\": 103\n}"},"url":"http://localhost:8080/api/v1/auth/tokens?=","description":"<p>Update authentication token with client, role, organization and warehouse value. A new token is return for use as Authozation request header (Bearer {token}) for other api call.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","auth","tokens"],"host":["localhost"],"query":[{"key":"","value":""}],"variable":[]}},"response":[{"id":"c2d890cd-e139-43c0-9f4e-a112ed7a7b59","name":"api/v1/auth/tokens","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": 11,\n  \"roleId\": 102,\n  \"organizationId\": 11,\n  \"warehouseId\": 103\n}"},"url":{"raw":"http://localhost:8080/api/v1/auth/tokens?=","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","auth","tokens"],"query":[{"key":"","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Server","value":"Jetty(9.4.14.v20181114)"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJHYXJkZW5BZG1pbiIsIk1fV2FyZWhvdXNlX0lEIjoxMDMsIkFEX1JvbGVfSUQiOjEwMiwiQURfVXNlcl9JRCI6MTAxLCJBRF9PcmdfSUQiOjExLCJpc3MiOiJpZGVtcGllcmUub3JnIiwiQURfQ2xpZW50X0lEIjoxMSwiZXhwIjoxNTY4MjEyMzgzfQ.QoHmDRltIwaBEu_vsgeWU_87--Ylqm7raLZRniEIpT4\"\n}"}],"_postman_id":"a319775a-6731-49a4-9a3d-f1134d1c1309"},{"name":"api/v1/models","id":"b098b73b-4a31-4090-a73c-a11d8f4d7370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/models","description":"<p>Get list of table accessible</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","models"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b098b73b-4a31-4090-a73c-a11d8f4d7370"},{"name":"api/v1/models/{table name}","id":"784ecd05-e84b-43cd-a7cb-13730d3164e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/models/c_tax","description":"<p>Get records for table with optional filter, orderBy and pageNo parameter. Default page size is 100.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","models","c_tax"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"784ecd05-e84b-43cd-a7cb-13730d3164e4"},{"name":"api/v1/models/{table name}?filter={where clause}","id":"bb0dbdcd-68ee-4042-9ee5-6524bd8e65a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/models/c_tax?filter=C_TaxCategory_ID=107","description":"<p>Get records with where clause filter.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","models","c_tax"],"host":["localhost"],"query":[{"key":"filter","value":"C_TaxCategory_ID=107"}],"variable":[]}},"response":[],"_postman_id":"bb0dbdcd-68ee-4042-9ee5-6524bd8e65a3"},{"name":"api/v1/models/{table name}/{id}?details={child tables}","id":"8f07187f-98e9-4254-b257-0e40ac37c923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/models/c_tax/106?details=c_tax_acct","description":"<p>Get record by id. Optional details parameter to include retrieval of related child records.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","models","c_tax","106"],"host":["localhost"],"query":[{"key":"details","value":"c_tax_acct"}],"variable":[]}},"response":[],"_postman_id":"8f07187f-98e9-4254-b257-0e40ac37c923"},{"name":"api/v1/models/{table name}/{uuid}","id":"0ecef8a9-a39e-4f46-8dce-aef081031150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/models/c_tax_acct/7df64952-88e0-4ebf-9f56-9cb899b555f8","description":"<p>Get record by uuid.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","models","c_tax_acct","7df64952-88e0-4ebf-9f56-9cb899b555f8"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ecef8a9-a39e-4f46-8dce-aef081031150"},{"name":"api/v1/models/{table name}","id":"4c62530f-da78-446b-b46f-23075b18b0bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"body":{"mode":"raw","raw":"{\n    \"AD_Org_ID\": {\n        \"id\": 0,\n        \"tableName\": \"AD_Org\"\n    },\n    \"isActive\": true,\n    \"name\": \"MyGST\",\n    \"description\": \"MyCanadian Federal Sales Tax\",\n    \"Parent_Tax_ID\": {\n        \"identifier\": \"GST/PST\",\n        \"tableName\": \"C_Tax\"\n    },\n    \"C_Country_ID\": {\n        \"identifier\": \"Canada\",\n        \"tableName\": \"C_Country\"\n    },\n    \"To_Country_ID\": {\n        \"identifier\": \"Canada\",\n        \"tableName\": \"C_Country\"\n    },\n    \"C_TaxCategory_ID\": {\n        \"identifier\": \"Standard\",\n        \"tableName\": \"C_TaxCategory\"\n    },\n    \"isDocumentLevel\": false,\n    \"validFrom\": \"01/01/2001\",\n    \"isSummary\": false,\n    \"rate\": \"7.0\",\n    \"requiresTaxCertificate\": false,\n    \"taxIndicator\": \"GST\",\n    \"isDefault\": false,\n    \"isTaxExempt\": false,\n    \"sOPOType\": {\n        \"id\": \"B\"\n    },\n    \"isSalesTax\": false,\n    \"tableName\": \"C_Tax\"\n}"},"url":"http://localhost:8080/api/v1/models/c_tax","description":"<p>Create new record.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","models","c_tax"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c62530f-da78-446b-b46f-23075b18b0bd"},{"name":"api/v1/models/{table name}/{id}","id":"8b7d2eef-c5e4-49e8-ae21-f03e536f7e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1000000,\n    \"name\": \"MyGST\",\n    \"description\": \"My Sales Tax\",\n    \"validFrom\": \"01/01/2019\",\n    \"rate\": \"6.0\",\n    \"isSalesTax\": true,\n    \"taxIndicator\": \"GST\",\n    \"tableName\": \"C_Tax\"\n}"},"url":"http://localhost:8080/api/v1/models/c_tax/1000000","description":"<p>Update record by id</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","models","c_tax","1000000"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b7d2eef-c5e4-49e8-ae21-f03e536f7e82"},{"name":"api/v1/windows","id":"10e3c443-c1a3-4af7-aed2-65bd4848c0cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/windows","description":"<p>Get windows accessible</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"10e3c443-c1a3-4af7-aed2-65bd4848c0cf"},{"name":"api/v1/windows?filter={where clause}","id":"31e7d1a3-d099-47d4-8ff6-a60adf99d2f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/windows?filter=name = 'Bank / Cash'","description":"<p>Get windows accessible with where clause filter</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows"],"host":["localhost"],"query":[{"key":"filter","value":"name = 'Bank / Cash'"}],"variable":[]}},"response":[],"_postman_id":"31e7d1a3-d099-47d4-8ff6-a60adf99d2f2"},{"name":"api/v1/windows/{window slug}/tabs","id":"d4e365bf-60b6-43bf-baf6-9df0e122801a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/windows/bank-cash/tabs","description":"<p>Get window and tabs details by slug of window name.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows","bank-cash","tabs"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4e365bf-60b6-43bf-baf6-9df0e122801a"},{"name":"api/v1/windows/{window slug}/tabs/{tab slug}/fields","id":"747fc1ca-6734-49d6-8778-42cd1dc3b9c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/windows/bank-cash/tabs/bank-cash/fields","description":"<p>Get fields details of a window tab by slug of window namd and tab name.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows","bank-cash","tabs","bank-cash","fields"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"747fc1ca-6734-49d6-8778-42cd1dc3b9c1"},{"name":"api/v1/windows/{window slug}","id":"de5e2752-5da7-4ec7-8d3b-e3b2b7f06efe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/windows/bank-cash","description":"<p>Get records.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows","bank-cash"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"de5e2752-5da7-4ec7-8d3b-e3b2b7f06efe"},{"name":"api/v1/windows/{window slug}/{id}?details={child tab slug}","id":"ba442549-39ab-42f4-b632-bcd1c98c09bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/windows/bank-cash/100?details=account","description":"<p>Get record by id. Optional details parameter to include retrieval of child tabs</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows","bank-cash","100"],"host":["localhost"],"query":[{"key":"details","value":"account"}],"variable":[]}},"response":[],"_postman_id":"ba442549-39ab-42f4-b632-bcd1c98c09bc"},{"name":"api/v1/windows/{window slug}/tabs/{tab slug}/{id}/{child tab slug}","id":"01d5198c-25cc-4f09-bbbc-4bc57ad4f71c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/windows/bank-cash/tabs/account/100/bank-account-document","description":"<p>Get child tab records by parent id</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows","bank-cash","tabs","account","100","bank-account-document"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"01d5198c-25cc-4f09-bbbc-4bc57ad4f71c"},{"name":"api/v1/windows/{window slug}/tabs/{tab slug}/{id}","id":"71d2beb5-ea06-4ef4-bf0e-ca0e2ef58004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/windows/bank-cash/tabs/bank-account-document/100","description":"<p>Get tab record by id</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows","bank-cash","tabs","bank-account-document","100"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"71d2beb5-ea06-4ef4-bf0e-ca0e2ef58004"},{"name":"api/v1/windows/{window slug}/tabs/{tab slug}/{id}","id":"6f44f695-6362-48d4-a6ab-6abc8dc31f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": 100,\n    \"name\": \"My Check Book\"\n}"},"url":"http://localhost:8080/api/v1/windows/bank-cash/tabs/bank-account-document/100","description":"<p>Update record by id</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows","bank-cash","tabs","bank-account-document","100"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f44f695-6362-48d4-a6ab-6abc8dc31f08"},{"name":"api/v1/windows/{window slug}/tabs/{tab slug}/{parentId}/{child tab slug}","id":"c2bcad09-c8e2-4c4b-a45e-b6e9d5fc25cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"body":{"mode":"raw","raw":"{\n    \"AD_Org_ID\": {\n        \"identifier\": \"HQ\"\n    },\n    \"name\": \"My Check Book 2\",\n    \"isActive\": true,\n    \"paymentRule\": {\n        \"id\": \"S\"\n    },\n    \"currentNext\": 1000,\n    \"Check_PrintFormat_ID\": {\n        \"id\": 124\n    }\n}"},"url":"http://localhost:8080/api/v1/windows/bank-cash/tabs/account/100/bank-account-document","description":"<p>Create new record for child tab.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows","bank-cash","tabs","account","100","bank-account-document"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2bcad09-c8e2-4c4b-a45e-b6e9d5fc25cf"},{"name":"api/v1/windows/{window slug}/tabs/{tab slug}/{id}","id":"6de27eca-16a8-4bde-b79c-b127b2ff1cf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": 200084,\n    \"name\": \"Jan-19\",\n    \"endDate\": \"01/30/2019\"\n}"},"url":"http://localhost:8080/api/v1/windows/bank-cash/tabs/bank-account-document/1000001","description":"<p>Delete record by id</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows","bank-cash","tabs","bank-account-document","1000001"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6de27eca-16a8-4bde-b79c-b127b2ff1cf0"},{"name":"api/v1/windows/sales-order","id":"f9bd78a4-371e-4684-9fb5-7ace680f1be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"isSOTrx\": true,\n\t\"C_DocTypeTarget_ID\": { \"identifier\": \"Standard Order\" },\n\t\"C_BPartner_ID\" : { \"identifier\": \"C&W Construction\" },\n\t\"deliveryViaRule\": \"P\",\n\t\"order-line\": [{\n\t\t\"M_Product_ID\": { \"identifier\": \"Azalea Bush\"},\n\t\t\"qtyEntered\": 1\n\t}],\n\t\"doc-action\": \"CO\"\n}"},"url":"http://localhost:8080/api/v1/windows/sales-order","description":"<p>Example to create and complete a sales order document.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows","sales-order"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9bd78a4-371e-4684-9fb5-7ace680f1be0"},{"name":"api/v1/processes","id":"ddfa3586-2058-4f09-aadb-62f459252c33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/processes?filter=name like '%Business Partner%'","description":"<p>Get list of process accessible</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","processes"],"host":["localhost"],"query":[{"key":"filter","value":"name like '%Business Partner%'"}],"variable":[]}},"response":[],"_postman_id":"ddfa3586-2058-4f09-aadb-62f459252c33"},{"name":"api/v1/processes/{process slug}","id":"d33abafc-762b-42f1-8ae0-19552ed97c83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/processes/rv_bpartneropen","description":"<p>Get process details by slug of process value</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","processes","rv_bpartneropen"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d33abafc-762b-42f1-8ae0-19552ed97c83"},{"name":"api/v1/processes/{process slug}","event":[{"listen":"test","script":{"id":"5e2e849c-d4ea-4f9b-87cc-d03a1f9ed898","exec":["var jsonData = pm.response.json();","pm.environment.set(\"processFileName\", encodeURIComponent(jsonData.exportFile));","pm.environment.set(\"processFileLength\", jsonData.exportFileLength);","pm.environment.set(\"processNodeId\", jsonData.nodeId);",""],"type":"text/javascript"}}],"id":"b9d11b75-7621-418b-adc1-1445d4f21515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"C_BPartner_ID\": { \"identifier\": \"C&W\" },\n\t\"report-type\" : \"HTML\"\n}"},"url":"http://localhost:8080/api/v1/processes/rv_bpartneropen","description":"<p>Run process</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","processes","rv_bpartneropen"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9d11b75-7621-418b-adc1-1445d4f21515"},{"name":"api/v1/files/{file name}?length={file size}","id":"34cbb618-6f26-48ea-85db-87608a7c62a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/octet-stream","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/files/{{processFileName}}?length={{processFileLength}}&nodeId={{processNodeId}}","description":"<p>Get file by name and size</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","files","{{processFileName}}"],"host":["localhost"],"query":[{"key":"length","value":"{{processFileLength}}"},{"key":"nodeId","value":"{{processNodeId}}"}],"variable":[]}},"response":[],"_postman_id":"34cbb618-6f26-48ea-85db-87608a7c62a2"},{"name":"api/v1/models/{table name}/{id}/attachments","id":"40eb6bdb-7693-4498-8fcd-ce27b8014620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/models/c_order/1000022/attachments","description":"<p>Get attachments of a record</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","models","c_order","1000022","attachments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"40eb6bdb-7693-4498-8fcd-ce27b8014620"},{"name":"api/v1/models/{table name}/{id}/attachments/zip","id":"a2ac5368-1091-4234-8a9e-25f923218e09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/octet-stream","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/models/c_order/1000022/attachments/zip","description":"<p>Get attachments of a record as zip file</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","models","c_order","1000022","attachments","zip"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2ac5368-1091-4234-8a9e-25f923218e09"},{"name":"api/v1/models/{table name}/{id}/attachments/{file name}","id":"24e6c019-769f-4d2a-ab3d-1caaac7e9689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/octet-stream","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"url":"http://localhost:8080/api/v1/models/c_order/1000022/attachments/IDEMPIERE-3997.patch","description":"<p>Get attachment by file name</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","models","c_order","1000022","attachments","IDEMPIERE-3997.patch"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"24e6c019-769f-4d2a-ab3d-1caaac7e9689"},{"name":"api/v1/models/{table name}/{id}/attachments","id":"910e5ea1-bf6a-4e6b-a82a-3785bea98acd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"IDEMPIERE-4018.patch\",\n\t\"data\": \"IyBIRyBjaGFuZ2VzZXQgcGF0Y2gKIyBVc2VyIGVsYWluZXRhbgojIERhdGUgMTU2NTA4MDc0NSAtMjg4MDAKIyAgICAgIFR1ZSBBdWcgMDYgMTY6Mzk6MDUgMjAxOSArMDgwMAojIEJyYW5jaCByZWxlYXNlLTYuMgojIE5vZGUgSUQgMGY5ODMyZGM4ZGZlOWQ3Nzg5MDg5NjNkNWE3YTMyNzU3NDZkNzljMgojIFBhcmVudCAgMDJkNmJlYTQ3NjU2OTU4MzBhMjQxYjAyM2Q0Y2Q4Nzg3MGViMTZmNwpJREVNUElFUkUtNDAxOCBPcmRlciBMaW5lIFByaWNlRW50ZXJlZC9QcmljZUFjdHVhbCB3aXRoIGluY29ycmVjdCBQcmljZSBMaXN0IFZlcnNpb24KCmRpZmYgLXIgMDJkNmJlYTQ3NjU2IC1yIDBmOTgzMmRjOGRmZSBvcmcuYWRlbXBpZXJlLmJhc2Uvc3JjL29yZy9jb21waWVyZS9tb2RlbC9NUHJvZHVjdFByaWNpbmcuamF2YQotLS0gYS9vcmcuYWRlbXBpZXJlLmJhc2Uvc3JjL29yZy9jb21waWVyZS9tb2RlbC9NUHJvZHVjdFByaWNpbmcuamF2YQlUdWUgQXVnIDA2IDEyOjI5OjMzIDIwMTkgKzA4MDAKKysrIGIvb3JnLmFkZW1waWVyZS5iYXNlL3NyYy9vcmcvY29tcGllcmUvbW9kZWwvTVByb2R1Y3RQcmljaW5nLmphdmEJVHVlIEF1ZyAwNiAxNjozOTowNSAyMDE5ICswODAwCkBAIC0zNyw5ICszNyw2IEBACiAgKi8NCiBwdWJsaWMgY2xhc3MgTVByb2R1Y3RQcmljaW5nIGV4dGVuZHMgQWJzdHJhY3RQcm9kdWN0UHJpY2luZw0KIHsNCi0JDQotCXByaXZhdGUgU3RyaW5nIHRyeE5hbWU9bnVsbDsNCi0NCiAJLyoqDQogCSAqIE5ldyBjb25zdHJ1Y3RvciB0byBiZSB1c2VkIHdpdGggdGhlIFByb2R1Y3RQcmljZUZhY3Rvcmllcw0KIAkgKi8NCkBAIC04OCw4ICs4NSw2IEBACiAJCW1fdXNlVmVuZG9yQnJlYWsgPSB0aGVyZUFyZVZlbmRvckJyZWFrUmVjb3JkcyA+IDA7DQogCX0NCiANCi0JcHJpdmF0ZSBpbnQgCQltX01fUHJpY2VMaXN0X1ZlcnNpb25fSUQgPSAwOw0KLQlwcml2YXRlIFRpbWVzdGFtcCAJbV9QcmljZURhdGU7CQ0KIAkvKiogUHJlY2lzaW9uIC0xID0gbm8gcm91bmRpbmcJCSovDQogCXByaXZhdGUgaW50CQkgCW1fcHJlY2lzaW9uID0gLTE7DQogCQ0K\"\n}"},"url":"http://localhost:8080/api/v1/models/c_order/1000022/attachments","description":"<p>Add new attachment</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","models","c_order","1000022","attachments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"910e5ea1-bf6a-4e6b-a82a-3785bea98acd"},{"name":"api/v1/windows/{window slug}/{recordid}/print","id":"1a053156-59ed-4a56-a2eb-b23012caaf04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/windows/sales-order/102/print","urlObject":{"protocol":"http","port":"8080","path":["api","v1","windows","sales-order","102","print"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a053156-59ed-4a56-a2eb-b23012caaf04"},{"name":"api/v1/caches","id":"0e22fb33-3a3d-4df7-8b7c-716c52ddd8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/caches","urlObject":{"protocol":"http","port":"8080","path":["api","v1","caches"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e22fb33-3a3d-4df7-8b7c-716c52ddd8eb"},{"name":"api/v1/caches","id":"10540ba8-a8a6-4486-a5d1-845e5c9819bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/caches","urlObject":{"protocol":"http","port":"8080","path":["api","v1","caches"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"10540ba8-a8a6-4486-a5d1-845e5c9819bd"},{"name":"api/v1/nodes","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":["var jsonData = pm.response.json();","pm.environment.set(\"nodeId\", jsonData[jsonData.length-1].id);"],"type":"text/javascript"}}],"id":"a14f6c00-e230-4d2a-b10a-b1f1ab50b1cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/nodes","urlObject":{"protocol":"http","port":"8080","path":["api","v1","nodes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a14f6c00-e230-4d2a-b10a-b1f1ab50b1cf"},{"name":"api/v1/nodes/{id}","id":"fbb0f127-fa7a-4c63-9253-b615fafd4540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/nodes/{{nodeId}}","urlObject":{"protocol":"http","port":"8080","path":["api","v1","nodes","{{nodeId}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbb0f127-fa7a-4c63-9253-b615fafd4540"},{"name":"api/v1/nodes/{id}/logs","event":[{"listen":"test","script":{"id":"9075d1be-0e60-4b03-8332-50cd1eb41216","exec":["var jsonData = pm.response.json();","pm.environment.set(\"logFileName\", encodeURIComponent(jsonData[jsonData.length-1].fileName));"],"type":"text/javascript"}}],"id":"9fd45352-672d-4f60-8bb4-69ab9fd1f676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/nodes/{{nodeId}}/logs","urlObject":{"protocol":"http","port":"8080","path":["api","v1","nodes","{{nodeId}}","logs"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fd45352-672d-4f60-8bb4-69ab9fd1f676"},{"name":"api/v1/nodes/{id}/logs/{fileName}","id":"b0f265f6-a32b-4766-ab1b-3de642a20909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/nodes/{{nodeId}}/logs/{{logFileName}}","urlObject":{"protocol":"http","port":"8080","path":["api","v1","nodes","{{nodeId}}","logs","{{logFileName}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0f265f6-a32b-4766-ab1b-3de642a20909"},{"name":"api/v1/nodes/{id}/logs/rotate","event":[{"listen":"test","script":{"id":"9075d1be-0e60-4b03-8332-50cd1eb41216","exec":[""],"type":"text/javascript"}}],"id":"53a05eb3-6f91-42b4-8bd9-7932be8c8e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/nodes/{{nodeId}}/logs/rotate","urlObject":{"protocol":"http","port":"8080","path":["api","v1","nodes","{{nodeId}}","logs","rotate"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"53a05eb3-6f91-42b4-8bd9-7932be8c8e63"},{"name":"del api/v1/nodes/{id}/logs","event":[{"listen":"test","script":{"id":"9075d1be-0e60-4b03-8332-50cd1eb41216","exec":[""],"type":"text/javascript"}}],"id":"6d0f9a99-fcc8-4acb-9208-abb24ea0fb0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/nodes/{{nodeId}}/logs","urlObject":{"protocol":"http","port":"8080","path":["api","v1","nodes","{{nodeId}}","logs"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d0f9a99-fcc8-4acb-9208-abb24ea0fb0b"},{"name":"api/v1/servers","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":["var jsonData = pm.response.json();","pm.environment.set(\"serverId\", jsonData[jsonData.length-1].id);"],"type":"text/javascript"}}],"id":"7636e284-0a70-42ef-8476-bc5b63035b04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/servers","urlObject":{"protocol":"http","port":"8080","path":["api","v1","servers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7636e284-0a70-42ef-8476-bc5b63035b04"},{"name":"api/v1/servers/{id}","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":[""],"type":"text/javascript"}}],"id":"a050fe5c-6710-4fab-bc1f-474691cf91ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/servers/{{serverId}}","urlObject":{"protocol":"http","port":"8080","path":["api","v1","servers","{{serverId}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a050fe5c-6710-4fab-bc1f-474691cf91ea"},{"name":"api/v1/servers/{id}/logs","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":[""],"type":"text/javascript"}}],"id":"6390cb13-d6d0-456e-881e-87310127dabc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/servers/{{serverId}}/logs","urlObject":{"protocol":"http","port":"8080","path":["api","v1","servers","{{serverId}}","logs"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6390cb13-d6d0-456e-881e-87310127dabc"},{"name":"api/v1/servers/{id}/state","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":[""],"type":"text/javascript"}}],"id":"5db09802-4ea3-4b80-a867-bd573b49e84d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/servers/{{serverId}}/state","urlObject":{"protocol":"http","port":"8080","path":["api","v1","servers","{{serverId}}","state"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5db09802-4ea3-4b80-a867-bd573b49e84d"},{"name":"api/v1/servers/reload","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":["var jsonData = pm.response.json();","pm.environment.set(\"serverId\", jsonData[jsonData.length-1].id);"],"type":"text/javascript"}}],"id":"7b95b486-6456-41cb-a9d9-d7a0445465c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/servers/reload","urlObject":{"protocol":"http","port":"8080","path":["api","v1","servers","reload"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b95b486-6456-41cb-a9d9-d7a0445465c6"},{"name":"api/v1/servers/{id}/run","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":[""],"type":"text/javascript"}}],"id":"bd0f3732-d81b-4ce9-abfc-dcdefb715e9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/servers/{{serverId}}/run","urlObject":{"protocol":"http","port":"8080","path":["api","v1","servers","{{serverId}}","run"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd0f3732-d81b-4ce9-abfc-dcdefb715e9e"},{"name":"api/v1/servers/schedulers/{id}","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":[""],"type":"text/javascript"}}],"id":"aee99e80-580f-4718-909d-6986dd0750ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/servers/schedulers/100","urlObject":{"protocol":"http","port":"8080","path":["api","v1","servers","schedulers","100"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aee99e80-580f-4718-909d-6986dd0750ba"},{"name":"post api/v1/servers/schedulers/{id}","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":[""],"type":"text/javascript"}}],"id":"a36452b5-0494-4521-b791-e195dfc83ea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/servers/schedulers/100","urlObject":{"protocol":"http","port":"8080","path":["api","v1","servers","schedulers","100"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a36452b5-0494-4521-b791-e195dfc83ea2"},{"name":"del api/v1/servers/schedulers/{id}","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":[""],"type":"text/javascript"}}],"id":"abe8e3aa-15f7-4442-9e04-28cc69df7fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/servers/schedulers/100","urlObject":{"protocol":"http","port":"8080","path":["api","v1","servers","schedulers","100"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"abe8e3aa-15f7-4442-9e04-28cc69df7fd6"},{"name":"sysadmin api/v1/auth/tokens","event":[{"listen":"prerequest","script":{"id":"dfc349c8-f600-4b94-b171-723165eab4eb","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"eca8c423-7ced-494f-a5b9-79b623ce9da0","exec":["var jsonData = pm.response.json();","pm.environment.set(\"authToken\", jsonData.token);",""],"type":"text/javascript"}}],"id":"3436693b-11ba-4ade-a448-258b1a502119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"userName\":\"SuperUser\",\"password\":\"System\"}"},"url":"http://localhost:8080/api/v1/auth/tokens","urlObject":{"protocol":"http","port":"8080","path":["api","v1","auth","tokens"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"57fbb731-0e1e-4801-925c-a5959dec7b14","name":"api/v1/auth/tokens","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"userName\":\"GardenAdmin\",\"password\":\"GardenAdmin\"}"},"url":"http://localhost:8080/api/v1/auth/tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"216"},{"key":"Server","value":"Jetty(9.4.14.v20181114)"}],"cookie":[],"responseTime":null,"body":"{\n    \"clients\": [\n        {\n            \"id\": 11,\n            \"name\": \"GardenWorld\"\n        }\n    ],\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJHYXJkZW5BZG1pbiIsImlzcyI6ImlkZW1waWVyZS5vcmciLCJleHAiOjE1NjgyMTIzMTF9.doHygASK4aXAcF_jn-4HOlqyvyvfWdRcuPm2iotXqPE\"\n}"}],"_postman_id":"3436693b-11ba-4ade-a448-258b1a502119"},{"name":"sysadmin api/v1/auth/tokens","event":[{"listen":"test","script":{"id":"a5854050-c2df-4bc4-9e4e-791576ee1a8d","exec":["var jsonData = pm.response.json();","pm.environment.set(\"authToken\", jsonData.token);",""],"type":"text/javascript"}}],"id":"0b16e8e9-0e31-4a36-b09a-a640e79ec562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": 0,\n  \"roleId\": 0,\n  \"organizationId\": 0\n}"},"url":"http://localhost:8080/api/v1/auth/tokens?=","urlObject":{"protocol":"http","port":"8080","path":["api","v1","auth","tokens"],"host":["localhost"],"query":[{"key":"","value":""}],"variable":[]}},"response":[{"id":"70ee0395-e85e-49e7-a574-0f3fd4005c30","name":"api/v1/auth/tokens","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": 11,\n  \"roleId\": 102,\n  \"organizationId\": 11,\n  \"warehouseId\": 103\n}"},"url":{"raw":"http://localhost:8080/api/v1/auth/tokens?=","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","auth","tokens"],"query":[{"key":"","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Server","value":"Jetty(9.4.14.v20181114)"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJHYXJkZW5BZG1pbiIsIk1fV2FyZWhvdXNlX0lEIjoxMDMsIkFEX1JvbGVfSUQiOjEwMiwiQURfVXNlcl9JRCI6MTAxLCJBRF9PcmdfSUQiOjExLCJpc3MiOiJpZGVtcGllcmUub3JnIiwiQURfQ2xpZW50X0lEIjoxMSwiZXhwIjoxNTY4MjEyMzgzfQ.QoHmDRltIwaBEu_vsgeWU_87--Ylqm7raLZRniEIpT4\"\n}"}],"_postman_id":"0b16e8e9-0e31-4a36-b09a-a640e79ec562"},{"name":"api/v1/infos","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":["var jsonData = pm.response.json();","pm.environment.set(\"infoSlug\", jsonData[jsonData.length-1].slug);"],"type":"text/javascript"}}],"id":"0f9124c7-9775-48a5-a9af-450bab02473b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/infos","urlObject":{"protocol":"http","port":"8080","path":["api","v1","infos"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f9124c7-9775-48a5-a9af-450bab02473b"},{"name":"api/v1/infos/{infoSlug}","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":[""],"type":"text/javascript"}}],"id":"72620c62-e6e3-4c6d-9c6d-e38cb72028ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/infos/{{infoSlug}}","urlObject":{"protocol":"http","port":"8080","path":["api","v1","infos","{{infoSlug}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"72620c62-e6e3-4c6d-9c6d-e38cb72028ee"},{"name":"api/v1/infos/{infoSlug}/columns","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":[""],"type":"text/javascript"}}],"id":"bfd8bb71-1f7e-4189-8249-6fd42fdd6709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/infos/{{infoSlug}}/columns","urlObject":{"protocol":"http","port":"8080","path":["api","v1","infos","{{infoSlug}}","columns"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfd8bb71-1f7e-4189-8249-6fd42fdd6709"},{"name":"api/v1/infos/{infoSlug}/processes","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":[""],"type":"text/javascript"}}],"id":"becf8788-3ef1-4510-ba87-5e78cbf23e5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/infos/support-users-vs-roles/processes","urlObject":{"protocol":"http","port":"8080","path":["api","v1","infos","support-users-vs-roles","processes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"becf8788-3ef1-4510-ba87-5e78cbf23e5a"},{"name":"api/v1/infos/{infoSlug}/relateds","event":[{"listen":"test","script":{"id":"796a4e71-6913-45d5-b306-daa54392f9ce","exec":[""],"type":"text/javascript"}}],"id":"30911cd3-7f8b-48d3-893f-7cdb8078df22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{authToken}}"}],"url":"http://localhost:8080/api/v1/infos/business-partner-info/relateds","urlObject":{"protocol":"http","port":"8080","path":["api","v1","infos","business-partner-info","relateds"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"30911cd3-7f8b-48d3-893f-7cdb8078df22"}]}