{"info":{"_postman_id":"c8512ae6-9c4a-412a-badf-383803432134","name":"eWay-CRM API","description":"<html><head></head><body><h2 id=\"basics\">Basics</h2>\n<p>By default <a href=\"https://free.eway-crm.com/31994\">https://free.eway-crm.com/31994</a> endpoint is used for testing. See <a href=\"https://github.com/eway-crm/php-lib\">https://github.com/eway-crm/php-lib</a> for details.</p>\n<p>To start calling methods you need to get new SID (session ID).</p>\n<p>LogIn (Legacy) is the old user name / password (MD5) method. That will not work if you have <a href=\"https://kb.eway-crm.com/en/documentation/2-installation/2-3-installation-the-server-part/adjust-eway-crm-web-service-for-azure-login-office-365\">Azure Login</a> integration.</p>\n<p>Instead you should rather use the new LogIn method which supports OAuth 2.0. Use Postman Authorization tab to get new token. It will work out-of box with the testing API endpoint.</p>\n<p>To prevent <code>CORS request rejected</code> issues use <a href=\"https://support.postman.com/hc/en-us/articles/360051191634-Fixing-a-CORS-error\">Postman Desktop</a> instead of browser.</p>\n<p>If you'd like to test it with your API you need to generate ClientID / ClientSecret on your instance. Please run the following command on your eWay-CRM server database and <a href=\"https://kb.eway-crm.com/en/faq-1/tips/how-to-restart-eway-web-service\">restart Web Service</a> after it.</p>\n<blockquote>\n<p>EXEC dbo.eWaySP_Auth_CreateClient 'Postman', '<a href=\"https://oauth.pstmn.io/v1/browser-callback'\">https://oauth.pstmn.io/v1/browser-callback'</a><br>UPDATE EWD_AuthClients SET AccessTokenLifetime = 3600 WHERE ClientName = 'Postman'<br>SELECT ClientID, ClientSecret FROM EWD_AuthClients WHERE ClientName = 'Postman' </p>\n</blockquote>\n<p>The command will create OAuth client with sliding refresh token. Sliding tokens have 15 days lifetime by default. The lifetime is automatically prolonged when new AccessToken is generated.</p>\n<h2 id=\"return-codes\">Return Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Return Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rcSuccess</td>\n<td>The operation was completed successfully.</td>\n</tr>\n<tr>\n<td>rcGeneralError</td>\n<td>The operation failed. Check the response description for details.</td>\n</tr>\n<tr>\n<td>rcParameterError</td>\n<td>The supplied parameter was invalid.</td>\n</tr>\n<tr>\n<td>rcInternalError</td>\n<td>Internal error while executing the request.</td>\n</tr>\n<tr>\n<td>rcBaseItemChangeIdNotFound</td>\n<td>The base change ID is no longer available in ItemChanges table. eWay-CRM keeps only the last 30 days of changes in the table. You have to manually verify all items using Get methods.</td>\n</tr>\n<tr>\n<td>rcLoginFailed</td>\n<td>Invalid credentials supplied.</td>\n</tr>\n<tr>\n<td>rcBadSession</td>\n<td>The session is no longer valid.</td>\n</tr>\n<tr>\n<td>rcAccessDenied</td>\n<td>The user does not have enough permissions.</td>\n</tr>\n<tr>\n<td>rcBadAccessToken</td>\n<td>Invalid or expired access token supplied.</td>\n</tr>\n<tr>\n<td>rcOAuthRequired</td>\n<td>Login using OAuth is requied.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"32416016","collectionId":"c8512ae6-9c4a-412a-badf-383803432134","publishedId":"2sBXwmQY6W","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"E92320"},"publishDate":"2026-05-26T10:07:11.000Z"},"item":[{"name":"Session","item":[{"name":"LogIn","event":[{"listen":"test","script":{"id":"5c1217dd-1be4-466d-9557-86e3b6488b96","exec":["pm.collectionVariables.set(\"SID\", pm.response.json().SessionId)"],"type":"text/javascript"}}],"id":"92691f58-1060-49aa-9775-9502d7ade4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"6001d91cc751a733d484daad91ff1646519e76455b7ed5ae58d1a3524c2715cc"},{"key":"clientId","value":"e6a37d4164f0493c9a5a2100f8bd0c0a"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Convent-Type","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"userName\": \"api\",\r\n  \"appVersion\": \"Postman-1.0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/LogIn","urlObject":{"path":["API.svc","LogIn"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"92691f58-1060-49aa-9775-9502d7ade4a7"},{"name":"LogOut","event":[{"listen":"test","script":{"id":"5c1217dd-1be4-466d-9557-86e3b6488b96","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d86c4ffb-d228-497e-a2d8-5563542295b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Convent-Type","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/LogOut","urlObject":{"path":["API.svc","LogOut"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"d86c4ffb-d228-497e-a2d8-5563542295b4"},{"name":"IsSessionValid","event":[{"listen":"test","script":{"id":"5c1217dd-1be4-466d-9557-86e3b6488b96","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6c8b9c30-dc49-4ecc-afe5-d51d730de1e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"6001d91cc751a733d484daad91ff1646519e76455b7ed5ae58d1a3524c2715cc"},{"key":"clientId","value":"e6a37d4164f0493c9a5a2100f8bd0c0a"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Convent-Type","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/IsSessionValid","urlObject":{"path":["API.svc","IsSessionValid"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c8b9c30-dc49-4ecc-afe5-d51d730de1e4"},{"name":"LogIn (Legacy)","event":[{"listen":"test","script":{"id":"5c1217dd-1be4-466d-9557-86e3b6488b96","exec":["pm.collectionVariables.set(\"SID\", pm.response.json().SessionId)"],"type":"text/javascript"}}],"id":"6eaaaf7c-e839-474a-aa4d-ad3147945278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Convent-Type","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"userName\": \"api\",\r\n  \"passwordHash\": \"470AE7216203E23E1983EF1851E72947\",\r\n  \"appVersion\": \"Postman-1.0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/LogIn","urlObject":{"path":["API.svc","LogIn"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"6eaaaf7c-e839-474a-aa4d-ad3147945278"}],"id":"af43aca2-d90c-49cc-b787-a06e20466e01","_postman_id":"af43aca2-d90c-49cc-b787-a06e20466e01","description":""},{"name":"Get","item":[{"name":"GetAdditionalFields","id":"3668ddd2-59af-4f10-9ad8-7ad6c1d6ca50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetAdditionalFields","urlObject":{"path":["API.svc","GetAdditionalFields"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"3668ddd2-59af-4f10-9ad8-7ad6c1d6ca50"},{"name":"GetCalendars","id":"1892bc71-8767-4d53-a0e0-3808cfcb0259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetCalendars","urlObject":{"path":["API.svc","GetCalendars"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"1892bc71-8767-4d53-a0e0-3808cfcb0259"},{"name":"GetCarts","id":"8a7b27b9-7dee-463a-a063-b18281908a25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetCarts","urlObject":{"path":["API.svc","GetCarts"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a7b27b9-7dee-463a-a063-b18281908a25"},{"name":"GetColumnPermissions","id":"b2ddfb3c-ddec-4f6b-bbae-9e3870dc17c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetColumnPermissions","urlObject":{"path":["API.svc","GetColumnPermissions"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2ddfb3c-ddec-4f6b-bbae-9e3870dc17c9"},{"name":"GetCompanies","id":"8765f43a-3a7c-448a-bf31-bc8d2376c4e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetCompanies","urlObject":{"path":["API.svc","GetCompanies"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"8765f43a-3a7c-448a-bf31-bc8d2376c4e7"},{"name":"GetContacts","id":"c89e52f4-dcf3-4395-aedb-f734cf83f4d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true,\r\n    /* True to load profile pictures */\r\n    \"includeProfilePictures\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetContacts","urlObject":{"path":["API.svc","GetContacts"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"c89e52f4-dcf3-4395-aedb-f734cf83f4d9"},{"name":"GetCurrencyExchangeRates","id":"fda5a2fe-3477-4caf-a85a-5a54abafd451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetCurrencyExchangeRates","urlObject":{"path":["API.svc","GetCurrencyExchangeRates"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"fda5a2fe-3477-4caf-a85a-5a54abafd451"},{"name":"GetDocuments","id":"a0f0a64a-0f53-4563-9975-468dab6b534e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetDocuments","urlObject":{"path":["API.svc","GetDocuments"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0f0a64a-0f53-4563-9975-468dab6b534e"},{"name":"GetEmails","id":"096ad8b2-36ea-414a-9670-76c3f365eaca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetEmails","urlObject":{"path":["API.svc","GetEmails"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"096ad8b2-36ea-414a-9670-76c3f365eaca"},{"name":"GetEnumTypes","id":"1103de67-b30d-431a-a9c8-2454a8939748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetEnumTypes","urlObject":{"path":["API.svc","GetEnumTypes"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"1103de67-b30d-431a-a9c8-2454a8939748"},{"name":"GetEnumValues","id":"11bc5cd2-efe5-400b-a1a3-c314cec2a9e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetEnumValues","urlObject":{"path":["API.svc","GetEnumValues"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"11bc5cd2-efe5-400b-a1a3-c314cec2a9e2"},{"name":"GetEnumValuesRelations","id":"dd855a05-53e9-4ccd-81b8-7ec475b16704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetEnumValuesRelations","urlObject":{"path":["API.svc","GetEnumValuesRelations"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd855a05-53e9-4ccd-81b8-7ec475b16704"},{"name":"GetFeatures","id":"69724142-2cd7-497c-adf9-d749e356d56f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetFeatures","urlObject":{"path":["API.svc","GetFeatures"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"69724142-2cd7-497c-adf9-d749e356d56f"},{"name":"GetFlows","id":"9bc3c239-1858-4c77-b93e-3315f665cd90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetFlows","urlObject":{"path":["API.svc","GetFlows"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bc3c239-1858-4c77-b93e-3315f665cd90"},{"name":"GetGlobalSettings","id":"d8555ff3-f17d-4ead-8d1c-392dc04c9e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetGlobalSettings","urlObject":{"path":["API.svc","GetGlobalSettings"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8555ff3-f17d-4ead-8d1c-392dc04c9e08"},{"name":"GetGoals","id":"b250a0f2-7ee5-4a82-90c1-94b23c4233f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetGoals","urlObject":{"path":["API.svc","GetGoals"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"b250a0f2-7ee5-4a82-90c1-94b23c4233f5"},{"name":"GetGoods","id":"4ebf4c5a-f21c-44e5-b20d-3cca8e454e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetGoods","urlObject":{"path":["API.svc","GetGoods"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ebf4c5a-f21c-44e5-b20d-3cca8e454e15"},{"name":"GetGoodsInCart","id":"30caf506-62ec-4d7f-9b4b-e9797ac5eb8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetGoodsInCart","urlObject":{"path":["API.svc","GetGoodsInCart"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"30caf506-62ec-4d7f-9b4b-e9797ac5eb8d"},{"name":"GetGroups","id":"e7f13bd8-9952-44c8-b46d-b4b34be7f191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetGroups","urlObject":{"path":["API.svc","GetGroups"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7f13bd8-9952-44c8-b46d-b4b34be7f191"},{"name":"GetJournals","id":"2bee6383-3b1e-4a13-9771-797cda2b0c12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetJournals","urlObject":{"path":["API.svc","GetJournals"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bee6383-3b1e-4a13-9771-797cda2b0c12"},{"name":"GetLeads","id":"3226a387-3088-423a-a588-115bbc28d060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetLeads","urlObject":{"path":["API.svc","GetLeads"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"3226a387-3088-423a-a588-115bbc28d060"},{"name":"GetMarketingCampaigns","id":"90c2f1b3-7930-4f78-83a4-d32efb51764e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetMarketingCampaigns","urlObject":{"path":["API.svc","GetMarketingCampaigns"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"90c2f1b3-7930-4f78-83a4-d32efb51764e"},{"name":"GetMarketingListsRecords","id":"e942170f-7c91-45f4-94f8-cb641a982c1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetMarketingListsRecords","urlObject":{"path":["API.svc","GetMarketingListsRecords"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"e942170f-7c91-45f4-94f8-cb641a982c1d"},{"name":"GetModulePermissions","id":"abc8eab8-9529-4534-b09e-d8f7cf8e97dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetModulePermissions","urlObject":{"path":["API.svc","GetModulePermissions"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"abc8eab8-9529-4534-b09e-d8f7cf8e97dc"},{"name":"GetObjectTypes","id":"4a9d731a-4ca4-43d0-b3c3-f2585d9dca63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetObjectTypes","urlObject":{"path":["API.svc","GetObjectTypes"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a9d731a-4ca4-43d0-b3c3-f2585d9dca63"},{"name":"GetClientVersion","id":"56ae655d-c4b6-4361-9b69-f9ff20843440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n\t\"versionName\": \"ImportFromOffice365\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetClientVersion","urlObject":{"path":["API.svc","GetClientVersion"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"56ae655d-c4b6-4361-9b69-f9ff20843440"},{"name":"GetPayments","id":"38d98c0c-a203-4dbe-8a40-fca5c85c9a04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetPayments","urlObject":{"path":["API.svc","GetPayments"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"38d98c0c-a203-4dbe-8a40-fca5c85c9a04"},{"name":"GetProjects","id":"6a321f3d-b290-44d8-a590-c72a41a90fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetProjects","urlObject":{"path":["API.svc","GetProjects"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a321f3d-b290-44d8-a590-c72a41a90fdf"},{"name":"GetRecurrencePatterns","id":"37d9100c-ffbb-45cf-9fa7-4e5be74e2d00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetRecurrencePatterns","urlObject":{"path":["API.svc","GetRecurrencePatterns"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"37d9100c-ffbb-45cf-9fa7-4e5be74e2d00"},{"name":"GetSalePrices","id":"8be3aaf8-3751-49f7-99e4-320f8bd0386f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetSalePrices","urlObject":{"path":["API.svc","GetSalePrices"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"8be3aaf8-3751-49f7-99e4-320f8bd0386f"},{"name":"GetTasks","id":"2d7f87fb-f85f-4f48-aaba-e1afd01f908d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetTasks","urlObject":{"path":["API.svc","GetTasks"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d7f87fb-f85f-4f48-aaba-e1afd01f908d"},{"name":"GetUsers","id":"b05634f7-7ea6-4a45-bc0c-3e58d0efdf13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true,\r\n    /* True to load profile pictures */\r\n    \"includeProfilePictures\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetUsers","urlObject":{"path":["API.svc","GetUsers"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"b05634f7-7ea6-4a45-bc0c-3e58d0efdf13"},{"name":"GetUserSettings","id":"c4066df2-1470-4b2e-ad3a-95e4f928bc75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetUserSettings","urlObject":{"path":["API.svc","GetUserSettings"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4066df2-1470-4b2e-ad3a-95e4f928bc75"},{"name":"GetVacations","id":"e2f0cebe-1a0b-4e83-81cb-6e8e45b80acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetVacations","urlObject":{"path":["API.svc","GetVacations"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2f0cebe-1a0b-4e83-81cb-6e8e45b80acb"},{"name":"GetWorkflowHistoryRecords","id":"f0f2312f-f5dd-48d8-abe5-07a6a395987a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetWorkflowHistoryRecords","urlObject":{"path":["API.svc","GetWorkflowHistoryRecords"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0f2312f-f5dd-48d8-abe5-07a6a395987a"},{"name":"GetWorkflowModels","id":"2b009fd8-0b10-4c91-a857-759c595b18d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetWorkflowModels","urlObject":{"path":["API.svc","GetWorkflowModels"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b009fd8-0b10-4c91-a857-759c595b18d1"},{"name":"GetWorkReports","id":"6129239b-81e9-4cfe-bb5f-886faf0e33a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"includeForeignKeys\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetWorkReports","urlObject":{"path":["API.svc","GetWorkReports"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"6129239b-81e9-4cfe-bb5f-886faf0e33a2"}],"id":"2b5d89c5-2028-4cad-8e71-b270fec453c0","_postman_id":"2b5d89c5-2028-4cad-8e71-b270fec453c0","description":""},{"name":"Save","item":[{"name":"SaveJournal","id":"9d5efda6-dcfa-4511-9904-fe652e1dd35e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n\"targetGuid\": \"\",\r\n\"sourceGuids\": [\"bb020eb2-1a2a-42c4-be18-f2aeeb67f1bf\"],\r\n\"folderName\": \"Contacts\",\r\n\r\n    \"transmitObject\": {\r\n        /* Specify ItemGUID if you need to update existing item. */\r\n        /*\"ItemGUID\": \"\",*/\r\n        /* You can specify other fields that can be obtained by Get methods. */\r\n         \"FileAs\": \"Transaction Man10\",\r\n         \"Companies_CompanyGuid\": \"4bb2c8da-e16e-42f7-8a03-ce72abc84f81\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/MergeItems","urlObject":{"path":["API.svc","MergeItems"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d5efda6-dcfa-4511-9904-fe652e1dd35e"},{"name":"SaveCart","id":"e01ec99b-b12a-4c4d-be01-a23d5e491ae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sessionId\": \"\",\r\n    \"transmitObject\": {\r\n\"StateEn\": \"0c916a9c-92e2-44c4-865a-ea3b192eac53\",\r\n\"CurrencyEn\": \"8d70fea5-8370-4923-97f5-8667707b4802\",\r\n\"PriceTotal\": 87725,\r\n\"FileAs\": \"FV-904/2025\",\r\n\"GoodsInCart\": [\r\n{\r\n\"SaleCurrencyEn\": \"8d70fea5-8370-4923-97f5-8667707b4802\",\r\n\"PriceTotal\": 72500,\r\n\"Quantity\": 1,\r\n\"UnitEn\": \"871f8117-55c7-4904-aa9b-5706ee43ea20\",\r\n\"FileAs\": \"Koník Weiss 176 415A/B\",\r\n\"ItemGUID\": \"7b5c7046-49e9-4486-b7cc-345b39837bd7\",\r\n\"SalePrice\": 72500,\r\n\"Rank\": 2,\r\n\"Code\": \"Q0C.S305.1000.000\"\r\n}\r\n],\r\n\"Companies_CustomerGuid\": \"d18ee345-0e62-11e9-99c6-ace2d360aee4\",\r\n\"ValidUntil\": \"2025-10-22T22:00:00+01:00\",\r\n\"Projects_CartGuid\": \"31fbcd3c-72b8-11f0-ab65-18c04d97d162\",\r\n\"ItemGUID\": \"b7b34f36-c981-4587-ac96-1fff4a725b9d\",\r\n\"AdditionalFields\": {\r\n\"af_136\": \"330-2025 / 2025079\",\r\n\"af_135\": \"1015904\"\r\n},\r\n\"TypeEn\": \"c06d165d-765b-4a93-a8b3-caf494dbbb34\",\r\n\"Note\": \"12722 - koník Weiss 176415A/1056, 2403010940 ; 1(0)Fakturujeme Vám za opravu koníka Weiss 176415A/1056 (009), naše zn. 2403010940: 2(3) 3(0)(poškozená ložiska, zavařená část nástroje uvnitř kuželu )\",\r\n\"PriceTotalExcludingVat\": 72500,\r\n\"EffectiveFrom\": \"2025-09-07T22:00:00+01:00\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/SaveCart","urlObject":{"path":["API.svc","SaveCart"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"e01ec99b-b12a-4c4d-be01-a23d5e491ae6"},{"name":"SaveUser","id":"584794f2-e3a8-46f7-977a-8bc0036074c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"transmitObject\": {\r\n        /* Specify ItemGUID if you need to update existing item. */\r\n        \"ItemGUID\": \"dcd4897d-1ec5-4c8a-9aca-7ae19487151c\",\r\n        /* Set IsActive to false to deactivate the user. */\r\n        \"IsActive\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/SaveUser","urlObject":{"path":["API.svc","SaveUser"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"584794f2-e3a8-46f7-977a-8bc0036074c8"},{"name":"SaveRelation","id":"7bca20ca-0de5-4c04-b3b0-2fea99e01def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"transmitObject\": {\r\n        /* ItemGUID of the first item. When creating 1:N relation use child item (eg. Project). */\r\n        \"ItemGUID1\": \"92832c76-dc36-4782-9210-eacc579c14a0\",\r\n        /* ItemGUID of the second item. When creating 1:N relation use parent item (eg. Company as Customer). */\r\n        \"ItemGUID2\": \"6dbd9de6-d25b-11e6-a9bb-080027808037\",\r\n        /* Name of the folders see https://github.com/eway-crm/php-lib/blob/master/FolderNames.md for details */\r\n        \"FolderName1\": \"Companies\",\r\n        \"FolderName2\": \"Groups\",\r\n        /* For a general relation use GENERAL, for categories use GROUP, for custom fields use AF_XXX. */\r\n        \"RelationType\": \"GROUP\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/SaveRelation","urlObject":{"path":["API.svc","SaveRelation"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bca20ca-0de5-4c04-b3b0-2fea99e01def"},{"name":"SaveEnumValue","id":"7289ce8e-8c86-4a8e-9a37-b5351278cb83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"transmitObject\": {\r\n        /* Specify ItemGUID if you need to update existing item. */\r\n        /*\"ItemGUID\": \"\",*/\r\n        /* You can specify other fields that can be obtained by Get methods. */\r\n        \"EnumType\": \"aa493dde-138a-4920-9d40-eae5461907a6\",\r\n        \"FileAs\": \"B\",\r\n        /* Translations */\r\n        \"En\": \"B\",\r\n        \"Cs\": \"B\",\r\n        \"Sk\": \"B\",\r\n        \"De\": \"B\",\r\n        \"No\": \"B\",\r\n        \"Ru\": \"B\",\r\n        /* You have to specify rank for new items: MAX(Rank) + 1 */\r\n        \"Rank\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/SaveEnumValue","urlObject":{"path":["API.svc","SaveEnumValue"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"7289ce8e-8c86-4a8e-9a37-b5351278cb83"}],"id":"5eac6ae0-ce2d-425e-975c-54873ab3203d","_postman_id":"5eac6ae0-ce2d-425e-975c-54873ab3203d","description":""},{"name":"GetIdentifiers","item":[{"name":"GetContactsIdentifiers","id":"372c0ec5-3137-4652-a532-4a3f92e0e1f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetContactsIdentifiers","urlObject":{"path":["API.svc","GetContactsIdentifiers"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"372c0ec5-3137-4652-a532-4a3f92e0e1f6"},{"name":"GetCartsIdentifiers","id":"5e8242c8-8768-4995-9f0d-312b3b90d8d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetCartsIdentifiers","urlObject":{"path":["API.svc","GetCartsIdentifiers"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e8242c8-8768-4995-9f0d-312b3b90d8d5"}],"id":"0b37ca3b-5a7b-476b-a3f3-b2f35b3922d1","_postman_id":"0b37ca3b-5a7b-476b-a3f3-b2f35b3922d1","description":""},{"name":"GetByItemGuids","item":[{"name":"GetContactsByItemGuids","id":"0cdbe273-0bde-4a07-b3eb-ef0eefbdc8fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"itemGuids\": [ \"2bb13bfd-8d0a-40c4-a905-5ce48030f362\" ],\r\n    \"includeForeignKeys\": true,\r\n    /* Enable to get also list of relations. Use only when required, it may slow down the queries. */\r\n    \"includeRelations\": false,\r\n    /* If includeRelations is on, filling this filter can reduce the loaded relations by target folder name and/or relation type. Ex. of filter value: {\"RelationType\":  \"COMPANY\", \"ForeignFolderName\": \"Companies\"} */\r\n    \"relationsFilter\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetContactsByItemGuids","urlObject":{"path":["API.svc","GetContactsByItemGuids"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cdbe273-0bde-4a07-b3eb-ef0eefbdc8fb"},{"name":"GetEmailsByItemGuids","id":"e94a7e9f-75de-4476-bb15-b3fa6d8e7367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"itemGuids\": [ \"2bb13bfd-8d0a-40c4-a905-5ce48030f362\" ],\r\n    \"includeForeignKeys\": true,\r\n    /* Enable to get also list of relations. Use only when required, it may slow down the queries. */\r\n    \"includeRelations\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetEmailsByItemGuids","urlObject":{"path":["API.svc","GetEmailsByItemGuids"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"e94a7e9f-75de-4476-bb15-b3fa6d8e7367"},{"name":"GetCartsByItemGuids","id":"63653afe-e60e-4a61-b314-85df1da9593f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"itemGuids\": [ \"9e9d6269-9774-11eb-9782-b42e996c1700\", \"741e09ef-2b03-11eb-bc42-b06ebfd14346\" ],\r\n    \"includeForeignKeys\": true,\r\n    /* Disable omitGoodsInCart if you do not need to load the inner items and you want better performance.  */\r\n    \"omitGoodsInCart\": false,\r\n    /* Enable to get also list of relations. Use only when required, it may slow down the queries. */\r\n    \"includeRelations\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetCartsByItemGuids","urlObject":{"path":["API.svc","GetCartsByItemGuids"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"63653afe-e60e-4a61-b314-85df1da9593f"}],"id":"df15970c-3504-4ecf-97f1-d1fe0121c206","_postman_id":"df15970c-3504-4ecf-97f1-d1fe0121c206","description":""},{"name":"Search","item":[{"name":"SearchCarts","id":"33d597a9-77dc-4ae5-a0a7-82f46d1caa55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    /* Use transmitObject to specify equals search condition */\r\n    \"transmitObject\": {\r\n        /* Look only for Issued Proposals */\r\n        \"TypeEn\": \"6A779F4B-2469-4DB6-97C6-8CAE8649B704\"\r\n    },\r\n    /* When multiple values are specified in transmitObject all conditions has to match, because and operator is used, you can switch it to or */\r\n    /*\"binaryLogicalOperator\": \"or\",*/\r\n    \r\n    /* If you do not need to load GoodsInCart, you may make the query faster by omitting them */\r\n    /*\"omitGoodsInCart\": true,*/\r\n    /* Enable to get also list of relations. Use only when required, it may slow down the queries. */\r\n    \"includeRelations\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/SearchCarts","urlObject":{"path":["API.svc","SearchCarts"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"33d597a9-77dc-4ae5-a0a7-82f46d1caa55"},{"name":"SearchProjects","id":"6da9229f-d0e4-4b96-bb1c-99063c6a641f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    /* Use transmitObject to specify equals search condition */\r\n    \"transmitObject\": {\r\n        /* Look only for project with id number 1234 */\r\n        \"HID\": 1234\r\n    },\r\n    /* When multiple values are specified in transmitObject all conditions has to match, because and operator is used, you can switch it to or */\r\n    /*\"binaryLogicalOperator\": \"or\",*/\r\n    \r\n    /* Enable to get also list of relations. Use only when required, it may slow down the queries. */\r\n    \"includeRelations\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/SearchProjects","urlObject":{"path":["API.svc","SearchProjects"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"6da9229f-d0e4-4b96-bb1c-99063c6a641f"}],"id":"e42a0ab1-c56b-456f-86c3-4b0c910dbb77","_postman_id":"e42a0ab1-c56b-456f-86c3-4b0c910dbb77","description":""},{"name":"Changes","item":[{"name":"GetLastItemChangeId","id":"51b50848-9a62-41d4-bd77-e8be7af06578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetLastItemChangeId","urlObject":{"path":["API.svc","GetLastItemChangeId"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"51b50848-9a62-41d4-bd77-e8be7af06578"},{"name":"GetBaseItemChangeId","id":"c9aee966-6d09-4008-bb09-af174b390937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetBaseItemChangeId","description":"<p>Gets base item change id (the oldest, the lowest). Available since eWay-CRM 9.1.</p>\n","urlObject":{"path":["API.svc","GetBaseItemChangeId"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9aee966-6d09-4008-bb09-af174b390937"},{"name":"GetItemChangeIdentifiers","id":"3d77b371-ffa1-469a-b299-6d5522c1de49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"folderName\": \"Journal\",\r\n    /* Last stored ChangeId */\r\n    \"baseChangeId\": 18000,\r\n    /* Max ChangeId returned by GetLastItemChangeId method */\r\n    \"targetChangeId\": 18200\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetItemChangeIdentifiers","urlObject":{"path":["API.svc","GetItemChangeIdentifiers"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d77b371-ffa1-469a-b299-6d5522c1de49"},{"name":"GetChangedItems","id":"b9512f96-8a3a-4b73-bb70-a1a7e348656d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"folderNames\": [\r\n        \"Journal\",\r\n        \"Documents\"\r\n    ],\r\n    \"includeForeignKeys\": true,\r\n    /* Last stored ChangeId */\r\n    \"baseChangeId\": 18000,\r\n    /* Max ChangeId returned by GetLastItemChangeId method */\r\n    \"targetChangeId\": 18200\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetChangedItems","urlObject":{"path":["API.svc","GetChangedItems"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9512f96-8a3a-4b73-bb70-a1a7e348656d"}],"id":"19bf0ade-64fb-4a32-863f-8ce412711976","_postman_id":"19bf0ade-64fb-4a32-863f-8ce412711976","description":""},{"name":"BinaryData","item":[{"name":"GetLatestRevision","id":"b628e5b6-bad8-442f-a0ea-aa253779092c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"documentGuid\": \"88e7f03a-79c1-468a-b88b-f89f4f4b878a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetLatestRevision","urlObject":{"path":["API.svc","GetLatestRevision"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"b628e5b6-bad8-442f-a0ea-aa253779092c"},{"name":"GetBinaryAttachment","id":"3483512e-b65c-4708-a08e-1593c4e6aafd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"itemGuid\": \"88e7f03a-79c1-468a-b88b-f89f4f4b878a\"\r\n    /* Specific revision of the document */\r\n    /*\"revision\": 2*/\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetBinaryAttachment","urlObject":{"path":["API.svc","GetBinaryAttachment"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"3483512e-b65c-4708-a08e-1593c4e6aafd"},{"name":"GetBinaryAttachment","id":"50d816de-4a93-48bf-a3ed-9c85f78721a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://free.eway-crm.com/31994/API.svc/GetBinaryAttachment?itemGuid=88e7f03a-79c1-468a-b88b-f89f4f4b878a&revision=2","urlObject":{"path":["API.svc","GetBinaryAttachment"],"host":["https://free.eway-crm.com/31994"],"query":[{"key":"itemGuid","value":"88e7f03a-79c1-468a-b88b-f89f4f4b878a"},{"key":"revision","value":"2"}],"variable":[]}},"response":[],"_postman_id":"50d816de-4a93-48bf-a3ed-9c85f78721a3"},{"name":"GetBinaryAttachmentLatestRevision","id":"bb363e02-15bb-470b-98dd-3c96d50916ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://free.eway-crm.com/31994/API.svc/GetBinaryAttachmentLatestRevision?itemGuid=88e7f03a-79c1-468a-b88b-f89f4f4b878a","urlObject":{"path":["API.svc","GetBinaryAttachmentLatestRevision"],"host":["https://free.eway-crm.com/31994"],"query":[{"key":"itemGuid","value":"88e7f03a-79c1-468a-b88b-f89f4f4b878a"}],"variable":[]}},"response":[],"_postman_id":"bb363e02-15bb-470b-98dd-3c96d50916ef"},{"name":"GetItemPreview","id":"66eb7274-7b0a-4325-9128-3d0b1e30a222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"itemGuid\": \"25525a34-5785-416f-ba19-09bf6d5cbe37\",\r\n    \"folderName\": \"Contacts\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetItemPreview","urlObject":{"path":["API.svc","GetItemPreview"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"66eb7274-7b0a-4325-9128-3d0b1e30a222"},{"name":"GetItemPreview","id":"9990a61b-8fca-457d-a3d4-2280852d1970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://free.eway-crm.com/31994/API.svc/GetItemPreview?itemGuid=25525a34-5785-416f-ba19-09bf6d5cbe37&folderName=Contacts","urlObject":{"path":["API.svc","GetItemPreview"],"host":["https://free.eway-crm.com/31994"],"query":[{"key":"itemGuid","value":"25525a34-5785-416f-ba19-09bf6d5cbe37"},{"key":"folderName","value":"Contacts"}],"variable":[]}},"response":[],"_postman_id":"9990a61b-8fca-457d-a3d4-2280852d1970"},{"name":"GetEmailMessage","id":"f9dc8cb9-48a5-456c-9e1d-d2b89c8f2f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sessionId\": \"\",\r\n    \"itemGuid\": \"92f929c1-1bb3-4dd7-849a-cf894073ee58\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetEmailMessage","urlObject":{"path":["API.svc","GetEmailMessage"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9dc8cb9-48a5-456c-9e1d-d2b89c8f2f58"},{"name":"GetAllEmailAttachments","id":"d43b0d0c-e0b4-4710-a25f-cc9ce8fa4b61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sessionId\": \"\",\r\n    \"itemGuid\": \"92f929c1-1bb3-4dd7-849a-cf894073ee58\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetAllEmailAttachments","urlObject":{"path":["API.svc","GetAllEmailAttachments"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"d43b0d0c-e0b4-4710-a25f-cc9ce8fa4b61"},{"name":"GetEmailAttachment","id":"beb93eef-bb91-4d49-9842-a2c6318e744a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sessionId\": \"\",\r\n    \"itemGuid\": \"92f929c1-1bb3-4dd7-849a-cf894073ee58\",\r\n    \"contentId\": \"image001.png@01DACD47.6F163770\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetEmailAttachment","urlObject":{"path":["API.svc","GetEmailAttachment"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"beb93eef-bb91-4d49-9842-a2c6318e744a"}],"id":"a05f0cf7-e294-4a86-9349-61447d8fb9e1","_postman_id":"a05f0cf7-e294-4a86-9349-61447d8fb9e1","description":""},{"name":"Delete","item":[{"name":"DeleteJournal","id":"572ac9e7-0044-4b6e-8a1a-921b703d066d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"itemGuid\": \"7cb95984-f452-4248-a663-dbbef696230a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/DeleteJournal","urlObject":{"path":["API.svc","DeleteJournal"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"572ac9e7-0044-4b6e-8a1a-921b703d066d"},{"name":"DeleteJournals","id":"0679a998-b25d-43ff-9a13-f9ccabb5cfdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"itemGuids\": [\"1cb95984-f452-4248-a663-dbbef696230a\", \"2cb95984-f452-4248-a663-dbbef696230b\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/DeleteJournals","urlObject":{"path":["API.svc","DeleteJournals"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"0679a998-b25d-43ff-9a13-f9ccabb5cfdc"}],"id":"f02c3bee-0c98-449a-8088-db1fb8c2450d","_postman_id":"f02c3bee-0c98-449a-8088-db1fb8c2450d","description":""},{"name":"Unlink","item":[{"name":"CanUnlinkItems","id":"bdcf09c9-772f-4fdd-9858-dc8b9ffbb4a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sessionId\": \"\",\r\n    \"itemGuid\": \"2bf3813f-d773-11e8-806b-08606ef204e5\",\r\n    \"folderName\": \"Tasks\",\r\n    \"relatedItemGuids\": [\"ba4e446c-be54-11e9-bbfd-b06ebfd14346\"],\r\n    \"relatedFolderName\": \"Companies\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/CanUnlinkItems","urlObject":{"path":["API.svc","CanUnlinkItems"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdcf09c9-772f-4fdd-9858-dc8b9ffbb4a4"}],"id":"bca53ddc-8347-4446-bad5-b8e21eddd3f4","_postman_id":"bca53ddc-8347-4446-bad5-b8e21eddd3f4","description":""},{"name":"Query","item":[{"name":"History","id":"4385cb6b-ae6f-4d04-baa6-7abb7d492c94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Queries changes in LastName of Contacts\r\n{\r\n    \"sessionId\": \"\",\r\n    \"query\": {\r\n        \"__type\": \"MainTableQuery:#EQ\",\r\n        \"ItemTypes\": [\r\n            \"History\"\r\n        ],\r\n        \"Fields\": [\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"ModifiedByGUID\"\r\n            },\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"ModifiedItemGUID\"\r\n            },\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"PrevValueVarChar\"\r\n            },\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"NewValueVarChar\"\r\n            }\r\n        ],\r\n        \"Filter\": {\r\n            \"__type\": \"AndFilterExpressionOperator:#EQ\",\r\n            \"Children\": [\r\n                {\r\n                    \"__type\": \"EqualsFilterExpressionPredicate:#EQ\",\r\n                    \"Field\": {\r\n                        \"__type\": \"Column:#EQ\",\r\n                        \"Source\": {\r\n                            \"__type\": \"MainTable:#EQ\"\r\n                        },\r\n                        \"Name\": \"ColumnName\"\r\n                    },\r\n                    \"Value\": \"LastName\"\r\n                },\r\n                {\r\n                    \"__type\": \"EqualsFilterExpressionPredicate:#EQ\",\r\n                    \"Field\": {\r\n                        \"__type\": \"Column:#EQ\",\r\n                        \"Source\": {\r\n                            \"__type\": \"MainTable:#EQ\"\r\n                        },\r\n                        \"Name\": \"ObjectTypeID\"\r\n                    },\r\n                    \"Value\": \"9\"\r\n                }\r\n            ]\r\n        },\r\n        \"Paging\": {\r\n            \"Skip\": 0,\r\n            \"Take\": 100\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/Query","urlObject":{"path":["API.svc","Query"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"4385cb6b-ae6f-4d04-baa6-7abb7d492c94"},{"name":"Users (Alias, Sort)","id":"349ef459-b7ca-4748-b90b-95f7c6aa7e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Queries Users, renames UserName to Username to be compatible with API\r\n{\r\n    \"sessionId\": \"\",\r\n    \"query\": {\r\n        \"__type\": \"MainTableQuery:#EQ\",\r\n        \"ItemTypes\": [\r\n            \"Users\"\r\n        ],\r\n        \"Fields\": [\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"UserName\",\r\n                \"Alias\": \"Username\"\r\n            },\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"Server_LastActivity\"\r\n            }\r\n        ],\r\n        \"Sort\":[\r\n            {\r\n                \"Field\": {\r\n                    \"__type\": \"Column:#EQ\",\r\n                    \"Source\": {\r\n                        \"__type\": \"MainTable:#EQ\"\r\n                    },\r\n                    \"Name\": \"Server_LastActivity\"\r\n                },\r\n                \"OrderDirection\": \"Descending\"\r\n            }\r\n        ],\r\n        \"Paging\": {\r\n            \"Skip\": 0,\r\n            \"Take\": 100\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/Query","urlObject":{"path":["API.svc","Query"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"349ef459-b7ca-4748-b90b-95f7c6aa7e58"},{"name":"Aggregation (Max)","id":"740b2dd7-baf1-49eb-8e12-b66dc01e039e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Queries last activity and last login of active non-system users\r\n// Aggregation functions: Count = 0, Avg = 1, Min = 2, Max = 3, Sum = 4\r\n{\r\n    \"sessionId\": \"\",\r\n    \"query\": {\r\n        \"__type\": \"MainTableQuery:#EQ\",\r\n        \"ItemTypes\": [\r\n            \"Users\"\r\n        ],\r\n        \"Fields\": [\r\n            {\r\n                \"__type\": \"AggregateColumn:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"AggregatedField\": {\r\n                    \"__type\": \"Column:#EQ\",\r\n                    \"Name\": \"Server_LastActivity\",\r\n                    \"Source\": {\r\n                        \"__type\": \"MainTable:#EQ\"\r\n                    }\r\n                },\r\n                \"Function\": 3,\r\n                \"Alias\": \"LastActivity\" // Alias is required\r\n            },\r\n            {\r\n                \"__type\": \"AggregateColumn:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"AggregatedField\": {\r\n                    \"__type\": \"Column:#EQ\",\r\n                    \"Name\": \"Server_LastLogin\",\r\n                    \"Source\": {\r\n                        \"__type\": \"MainTable:#EQ\"\r\n                    }\r\n                },\r\n                \"Function\": 3,\r\n                \"Alias\": \"LastLogin\"\r\n            }\r\n        ],\r\n        // Sort needs to be always defined otherwise data are sorted by Server_ID\r\n        \"Sort\":[\r\n            {\r\n                \"Field\": {\r\n                    \"__type\": \"AggregateColumn:#EQ\",\r\n                    \"Source\": {\r\n                        \"__type\": \"MainTable:#EQ\"\r\n                    },\r\n                    \"AggregatedField\": {\r\n                        \"__type\": \"Column:#EQ\",\r\n                        \"Name\": \"Server_LastActivity\",\r\n                        \"Source\": {\r\n                            \"__type\": \"MainTable:#EQ\"\r\n                        }\r\n                    },\r\n                    \"Function\": 3,\r\n                    \"Alias\": \"LastActivity\" // Alias is required\r\n                },\r\n                \"OrderDirection\": \"Descending\"\r\n            }\r\n        ],\r\n        \"Filter\": {\r\n            \"__type\": \"AndFilterExpressionOperator:#EQ\",\r\n            \"Children\": [\r\n                {\r\n                    \"__type\": \"EqualsFilterExpressionPredicate:#EQ\",\r\n                    \"Field\": {\r\n                        \"__type\": \"Column:#EQ\",\r\n                        \"Source\": {\r\n                            \"__type\": \"MainTable:#EQ\"\r\n                        },\r\n                        \"Name\": \"Active\"\r\n                    },\r\n                    \"Value\": \"1\"\r\n                },\r\n                {\r\n                    \"__type\": \"EqualsFilterExpressionPredicate:#EQ\",\r\n                    \"Field\": {\r\n                        \"__type\": \"Column:#EQ\",\r\n                        \"Source\": {\r\n                            \"__type\": \"MainTable:#EQ\"\r\n                        },\r\n                        \"Name\": \"IsSystem\"\r\n                    },\r\n                    \"Value\": \"0\"\r\n                }\r\n            ]\r\n        },\r\n        \"Paging\": {\r\n            \"Skip\": 0,\r\n            \"Take\": 1\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/Query","urlObject":{"path":["API.svc","Query"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"740b2dd7-baf1-49eb-8e12-b66dc01e039e"},{"name":"TasksWithReminders (NotEquals)","id":"082b880d-8705-48ea-9aea-49a4a67b28d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Queries tasks with ReminderDate (NOT NULL)\r\n{\r\n    \"sessionId\": \"\",\r\n    \"query\": {\r\n        \"__type\": \"MainTableQuery:#EQ\",\r\n        \"ItemTypes\": [\r\n            \"Tasks\"\r\n        ],\r\n        \"Fields\": [\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"ItemGUID\"\r\n            },\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"Subject\"\r\n            }\r\n        ],\r\n        \"Filter\": {\r\n            \"__type\": \"NotFilterExpression:#EQ\",\r\n            \"Child\": {\r\n                \"__type\": \"EqualsFilterExpressionPredicate:#EQ\",\r\n                \"Field\": {\r\n                    \"__type\": \"Column:#EQ\",\r\n                    \"Source\": {\r\n                        \"__type\": \"MainTable:#EQ\"\r\n                    },\r\n                    \"Name\": \"ReminderDate\"\r\n                },\r\n                \"Value\": null\r\n            }\r\n        },\r\n        \"Paging\": {\r\n            \"Skip\": 0,\r\n            \"Take\": 100\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/Query","urlObject":{"path":["API.svc","Query"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"082b880d-8705-48ea-9aea-49a4a67b28d3"},{"name":"Invoices (EnumValues Join)","id":"38e001af-bef9-4ce9-acb8-5ca0873769de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Queries invoices, joins EnumValues to get only specific item type\r\n{\r\n    \"sessionId\": \"\",\r\n    \"query\": {\r\n        \"__type\": \"MainTableQuery:#EQ\",\r\n        \"ItemTypes\": [\r\n            \"Carts\"\r\n        ],\r\n        \"Fields\": [\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"ItemGUID\"\r\n            },\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"FileAs\"\r\n            },\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"Join:#EQ\",\r\n                    \"ItemType\": \"EnumValues\",\r\n                    \"Key\": {\r\n                        \"__type\": \"Column:#EQ\",\r\n                        \"Source\": {\r\n                            \"__type\": \"MainTable:#EQ\"\r\n                        },\r\n                        \"Name\": \"TypeEn\"\r\n                    },\r\n                    \"TargetColumnName\": \"ItemGUID\"\r\n                },\r\n                // English translation of the Cart Type\r\n                \"Name\": \"en\"\r\n            }\r\n        ],\r\n        \"Filter\": {\r\n            \"__type\": \"EqualsFilterExpressionPredicate:#EQ\",\r\n            \"Field\": {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"Join:#EQ\",\r\n                    \"ItemType\": \"EnumValues\",\r\n                    \"Key\": {\r\n                        \"__type\": \"Column:#EQ\",\r\n                        \"Source\": {\r\n                            \"__type\": \"MainTable:#EQ\"\r\n                        },\r\n                        \"Name\": \"TypeEn\"\r\n                    },\r\n                    \"TargetColumnName\": \"ItemGUID\"\r\n                },\r\n                \"Name\": \"FileAs\"\r\n            },\r\n            // Filter by FileAs (key)\r\n            \"Value\": \"CartType - Sales invoice\"\r\n        },\r\n        \"Paging\": {\r\n            \"Skip\": 0,\r\n            \"Take\": 100\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/Query","urlObject":{"path":["API.svc","Query"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"38e001af-bef9-4ce9-acb8-5ca0873769de"},{"name":"QueryAmount","id":"85a6c6bc-96f9-4e1a-ad3a-afbf6d136dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Gets number of sub tasks\r\n{\r\n    \"sessionId\": \"\",\r\n    \"query\": {\r\n        \"__type\": \"MainTableQuery:#EQ\",\r\n        \"ItemTypes\": [\r\n            \"Tasks\"\r\n        ],\r\n        \"Fields\": [\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"ItemGUID\"\r\n            }\r\n        ],\r\n        \"Filter\": {\r\n            \"__type\": \"GreaterOrEqualFilterExpressionPredicate:#EQ\",\r\n            \"Field\": {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"Level\"\r\n            },\r\n            \"Value\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/QueryAmount","urlObject":{"path":["API.svc","QueryAmount"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"85a6c6bc-96f9-4e1a-ad3a-afbf6d136dfb"},{"name":"ContactsWithTheMostNonsystemJournalRecords (Join source, Group, Aggregation, Sort)","id":"65435846-be7a-4e47-b81a-269d696f66f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sessionId\": \"\",\r\n    \"query\": {\r\n        \"__type\": \"MainTableQuery:#EQ\",\r\n        \"ItemTypes\": [\r\n            \"Contacts\"\r\n        ],\r\n        \"Fields\": [\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"ItemGUID\"\r\n            },\r\n            {\r\n                \"__type\": \"Column:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"MainTable:#EQ\"\r\n                },\r\n                \"Name\": \"FileAs\"\r\n            },\r\n            {\r\n                \"__type\": \"AggregateColumn:#EQ\",\r\n                \"Source\": {\r\n                    \"__type\": \"Join:#EQ\",\r\n                    \"ItemType\": \"Journal\",\r\n                    \"Key\": {\r\n                        \"__type\": \"Column:#EQ\",\r\n                        \"Source\": {\r\n                            \"__type\": \"Join:#EQ\",\r\n                            \"ItemType\": \"vw_HUB_Relations\",\r\n                            \"Key\": {\r\n                                \"__type\": \"Column:#EQ\",\r\n                                \"Source\": {\r\n                                    \"__type\": \"MainTable:#EQ\"\r\n                                },\r\n                                \"Name\": \"ItemGUID\"\r\n                            },\r\n                            \"TargetColumnName\": \"ParentItemGUID\"\r\n                        },\r\n                        \"Name\": \"ItemGUID\"\r\n                    }\r\n                },\r\n                \"AggregatedField\": {\r\n                    \"__type\": \"Column:#EQ\",\r\n                    \"Name\": \"ItemGUID\",\r\n                    \"Source\": {\r\n                        \"__type\": \"Join:#EQ\",\r\n                        \"ItemType\": \"Journal\",\r\n                        \"Key\": {\r\n                            \"__type\": \"Column:#EQ\",\r\n                            \"Source\": {\r\n                                \"__type\": \"Join:#EQ\",\r\n                                \"ItemType\": \"vw_HUB_Relations\",\r\n                                \"Key\": {\r\n                                    \"__type\": \"Column:#EQ\",\r\n                                    \"Source\": {\r\n                                        \"__type\": \"MainTable:#EQ\"\r\n                                    },\r\n                                    \"Name\": \"ItemGUID\"\r\n                                },\r\n                                \"TargetColumnName\": \"ParentItemGUID\"\r\n                            },\r\n                            \"Name\": \"ItemGUID\"\r\n                        }\r\n                    }\r\n                },\r\n                \"Function\": 0,\r\n                \"Alias\": \"JrnCnt\"\r\n            }\r\n        ],\r\n        \"Group\": [\r\n            {\r\n                \"Field\": {\r\n                    \"__type\": \"Column:#EQ\",\r\n                    \"Source\": {\r\n                        \"__type\": \"MainTable:#EQ\"\r\n                    },\r\n                    \"Name\": \"ItemGUID\"\r\n                }\r\n            },\r\n            {\r\n                \"Field\": {\r\n                    \"__type\": \"Column:#EQ\",\r\n                    \"Source\": {\r\n                        \"__type\": \"MainTable:#EQ\"\r\n                    },\r\n                    \"Name\": \"FileAs\"\r\n                }\r\n            }\r\n        ],\r\n        \"Sort\": [\r\n            {\r\n                \"Field\": {\r\n                    \"__type\": \"AggregateColumn:#EQ\",\r\n                    \"Source\": {\r\n                        \"__type\": \"Join:#EQ\",\r\n                        \"ItemType\": \"Journal\",\r\n                        \"Key\": {\r\n                            \"__type\": \"Column:#EQ\",\r\n                            \"Source\": {\r\n                                \"__type\": \"Join:#EQ\",\r\n                                \"ItemType\": \"vw_HUB_Relations\",\r\n                                \"Key\": {\r\n                                    \"__type\": \"Column:#EQ\",\r\n                                    \"Source\": {\r\n                                        \"__type\": \"MainTable:#EQ\"\r\n                                    },\r\n                                    \"Name\": \"ItemGUID\"\r\n                                },\r\n                                \"TargetColumnName\": \"ParentItemGUID\"\r\n                            },\r\n                            \"Name\": \"ItemGUID\"\r\n                        }\r\n                    },\r\n                    \"AggregatedField\": {\r\n                        \"__type\": \"Column:#EQ\",\r\n                        \"Name\": \"ItemGUID\",\r\n                        \"Source\": {\r\n                            \"__type\": \"Join:#EQ\",\r\n                            \"ItemType\": \"Journal\",\r\n                            \"Key\": {\r\n                                \"__type\": \"Column:#EQ\",\r\n                                \"Source\": {\r\n                                    \"__type\": \"Join:#EQ\",\r\n                                    \"ItemType\": \"vw_HUB_Relations\",\r\n                                    \"Key\": {\r\n                                        \"__type\": \"Column:#EQ\",\r\n                                        \"Source\": {\r\n                                            \"__type\": \"MainTable:#EQ\"\r\n                                        },\r\n                                        \"Name\": \"ItemGUID\"\r\n                                    },\r\n                                    \"TargetColumnName\": \"ParentItemGUID\"\r\n                                },\r\n                                \"Name\": \"ItemGUID\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"Function\": 0, // 0 = Count\r\n                    \"Alias\": \"JrnCnt\"\r\n                },\r\n                \"OrderDirection\": \"Descending\"\r\n            }\r\n        ],\r\n        \"Filter\": {\r\n            \"__type\": \"AndFilterExpressionOperator:#EQ\",\r\n            \"Children\": [\r\n                {\r\n                    \"__type\": \"NotFilterExpression:#EQ\",\r\n                    \"Child\": {\r\n                        \"__type\": \"EqualsFilterExpressionPredicate:#EQ\",\r\n                        \"Field\": {\r\n                            \"__type\": \"Column:#EQ\",\r\n                            \"Name\": \"System\",\r\n                            \"Source\": {\r\n                                \"__type\": \"Join:#EQ\",\r\n                                \"ItemType\": \"Journal\",\r\n                                \"Key\": {\r\n                                    \"__type\": \"Column:#EQ\",\r\n                                    \"Source\": {\r\n                                        \"__type\": \"Join:#EQ\",\r\n                                        \"ItemType\": \"vw_HUB_Relations\",\r\n                                        \"Key\": {\r\n                                            \"__type\": \"Column:#EQ\",\r\n                                            \"Source\": {\r\n                                                \"__type\": \"MainTable:#EQ\"\r\n                                            },\r\n                                            \"Name\": \"ItemGUID\"\r\n                                        },\r\n                                        \"TargetColumnName\": \"ParentItemGUID\"\r\n                                    },\r\n                                    \"Name\": \"ItemGUID\"\r\n                                }\r\n                            }\r\n                        },\r\n                        \"Value\": true\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        \"Paging\": {\r\n            \"Skip\": 0,\r\n            \"Take\": 1000 // Param paging\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/Query","description":"<p>Queries the top 1000 contacts sorted by the count of their hub-related journal records from the biggest amount.</p>\n","urlObject":{"path":["API.svc","Query"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"65435846-be7a-4e47-b81a-269d696f66f5"}],"id":"24c3832d-18e2-4a5b-bb0a-679e03b3cb25","_postman_id":"24c3832d-18e2-4a5b-bb0a-679e03b3cb25","description":""},{"name":"System","item":[{"name":"GetLicense","id":"ae342db1-f93a-4ed5-859b-651552cb79d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sessionId\": \"\",\r\n    \"doReload\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetLicense","urlObject":{"path":["API.svc","GetLicense"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae342db1-f93a-4ed5-859b-651552cb79d6"},{"name":"GetColumns","id":"4fef4cfa-e767-478a-b90d-e61ed151d69e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sessionId\": \"\",\r\n    \"includeAdditionalFields\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetColumns","urlObject":{"path":["API.svc","GetColumns"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fef4cfa-e767-478a-b90d-e61ed151d69e"},{"name":"GetServiceAuthSettings","id":"16535e8f-679f-45c3-a733-fcc252a107e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://free.eway-crm.com/31994/API.svc/GetServiceAuthSettings","urlObject":{"path":["API.svc","GetServiceAuthSettings"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"16535e8f-679f-45c3-a733-fcc252a107e1"},{"name":"GetVersion","id":"ad165a49-489a-4f81-9ec2-af518f5bb18c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetVersion","urlObject":{"path":["API.svc","GetVersion"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad165a49-489a-4f81-9ec2-af518f5bb18c"},{"name":"GetCurrentDbSize","id":"6d120605-1757-4617-ad6f-1fa2d7163f1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sessionId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://free.eway-crm.com/31994/API.svc/GetCurrentDbSize","urlObject":{"path":["API.svc","GetCurrentDbSize"],"host":["https://free.eway-crm.com/31994"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d120605-1757-4617-ad6f-1fa2d7163f1d"}],"id":"fcb370f7-56f3-4512-8ccc-50aa5b7d9e97","_postman_id":"fcb370f7-56f3-4512-8ccc-50aa5b7d9e97","description":""}],"event":[{"listen":"prerequest","script":{"id":"7ea9270a-a5ea-47d2-899d-b68a264983f4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4af19f38-fd87-493f-88c3-86ba51e14bbc","type":"text/javascript","exec":[""]}}],"variable":[{"key":"WSURL","value":"https://free.eway-crm.com/31994","type":"string"},{"key":"USERNAME","value":"api","type":"string"},{"key":"PASSWORDHASH","value":"470AE7216203E23E1983EF1851E72947","type":"string"},{"key":"SID","value":"","type":"string"},{"key":"CLIENTID","value":"e6a37d4164f0493c9a5a2100f8bd0c0a","type":"string"},{"key":"CLIENTSECRET","value":"6001d91cc751a733d484daad91ff1646519e76455b7ed5ae58d1a3524c2715cc","type":"string"}]}