{"info":{"_postman_id":"43f8750e-2cb8-4dc9-b093-5408164fcb3c","name":"Master User APIs","description":"<html><head></head><body><h1 id=\"about-probanx\">About Probanx</h1>\n<p>Probanx Solutions Ltd (Probanx) is an international banking software company, an autonomous subsidiary of Australian Securities and Frankfurt Stock Exchange-listed iSignthis Ltd (ASX : ISX) | (FRA :TA8), has been serving the bank industry since the year 2000 by developing comprehensive banking software solutions to financial institutions around the globe.</p>\n<h1 id=\"pbx-open-banking-contingency\">PBX Open Banking &amp; Contingency</h1>\n<p>For Strong Customer Authentication (SCA) and secure open standards of communication, based on the COMMISSION DELEGATED REGULATION (EU) 2018/389 Article 33, the Contingency API is available for Account Information Service Providers and Payment Initiation Service Providers as long as they have been credentialed by the Account Servicing Payment Service Provider providing the payment services. The Contingency API documentation can be found here :</p>\n\n<ul>\n    <li><a href=\"https://www.probanx.online/UM/Probanx_Contigency_Document.pdf\">Contingency API documentation​</a></li>\n</ul>\n\n<h1 id=\"introduction\">Introduction</h1>\n<p>The Probanx CorePlus Demo Web Restful Services APIs use the standard JavaScript Object Notation (JSON) or XML to exchange messages over secure HTTPS websites. </p>\n<h1 id=\"required-headers-and-authentication\">Required Headers and Authentication</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>UsernamePassword DemoAPIUser:CorePlusPassword\n\nContent-Type application/x-www-form-urlencoded\n\nAccept application/json  \n\nAccept application/xml  (Optional)\n</code></pre><h1 id=\"error-codes\">Error Codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>In case of invalid credentials provided by the user a Status of 401 Unauthorized will be returned to the user.                                                                                                                            See also <a href=\"https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#4xx_Client_errors\">401 Error Code</a></td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>In case of potential malicious code detected within the body of the API call a Status of 403 Forbidden will be returned to the user.                                                                                                      See also <a href=\"https://en.wikipedia.org/wiki/HTTP_403\">403 Error Code</a></td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n<td>The Server is incapable of performing the request . See also <a href=\"https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_errors\">500 Error Code</a></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"glossary\">Glossary</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Term</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Incoming Transfer</td>\n<td>A user can request to transfer an Amount of money from a Correspondent Bank to a client’s account.</td>\n</tr>\n<tr>\n<td>Internal Transfer</td>\n<td>A user can request to transfer an Amount of money from his Personal Account to an account of other client into the same bank.</td>\n</tr>\n<tr>\n<td>Outgoing Transfer</td>\n<td>A user can request to transfer an Amount of money from his Personal Account to a selected Beneficiary.</td>\n</tr>\n<tr>\n<td>Personal Transfer</td>\n<td>A user can request to transfer an Amount of money between his Personal Accounts.</td>\n</tr>\n<tr>\n<td>Standing Order</td>\n<td>A user can use the Standing Order functionality through enabling Standing Order at the creation of the Transfer. The user must state whether this Transfer is a Standing Order or not (setting to True                                     or False the related boolean isStandingOrder parameter.)</td>\n</tr>\n<tr>\n<td>Standing Order Frequency</td>\n<td>All Standing Orders have frequency (Daily, Weekly, Monthly, Quarterly or Annually) . Once the Transfer is created with a Standing Order set to Yes with a frequency, the Tranfer will be executed                                         every time based on the frequency</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"About Probanx","slug":"about-probanx"},{"content":"PBX Open Banking & Contingency","slug":"pbx-open-banking-contingency"},{"content":"Introduction","slug":"introduction"},{"content":"Required Headers and Authentication","slug":"required-headers-and-authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Glossary","slug":"glossary"}],"owner":"6731312","collectionId":"43f8750e-2cb8-4dc9-b093-5408164fcb3c","publishedId":"S1EQSxRM","public":true,"customColor":{"top-bar":"004E70","right-sidebar":"303030","highlight":"004E70"},"publishDate":"2019-04-15T14:39:18.000Z"},"item":[{"name":"Accounts","item":[{"name":"AccountDetails","event":[{"listen":"test","script":{"id":"84fd2952-61e4-40a1-909a-aa8c86e5109a","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c870c51d-fa76-4bb4-a966-eb1279055f65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"AccountNumber","type":"text","value":"4000000201000"}]},"url":"http://localhost//API/api/Account/AccountDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves the detailed information for a particular account given the unique account number or IBAN</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The unique Account number.</td>\n</tr>\n<tr>\n<td>IBAN</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The unique IBAN number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Account","AccountDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"c870c51d-fa76-4bb4-a966-eb1279055f65"},{"name":"AccountList","event":[{"listen":"test","script":{"id":"de33aaa2-aee9-4780-b865-860816b94f70","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6242862b-6024-4d81-8c66-6b0a9eb3b396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000002","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"http://localhost//API/api/Account/AccountList","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves the list of accounts for a particular client given the unique client number</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Account","AccountList"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"6242862b-6024-4d81-8c66-6b0a9eb3b396"},{"name":"ActivateAccount","event":[{"listen":"test","script":{"id":"879d2008-027f-4ee3-843f-2c7d5da778f8","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"827b1559-48b1-4764-9bc0-cf06a61dba15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"AccountNumber","value":"1000021000","description":"<p>Mandatory </p>\n","type":"text"}]},"url":"http://localhost//API/api/Account/ActivateAccount","description":"<p>AccountDetails(REST)</p>\n","urlObject":{"path":["API","api","Account","ActivateAccount"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"827b1559-48b1-4764-9bc0-cf06a61dba15"},{"name":"AutoAllocateIBANs","event":[{"listen":"test","script":{"id":"879d2008-027f-4ee3-843f-2c7d5da778f8","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d3c3c1aa-6bd5-4549-9b4c-2d6b41173a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"text/plain","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"AccountNumber","value":"1000021000","description":"<p>Mandatory </p>\n","type":"text"}]},"url":"http://localhost//API/api/Account/AutoAllocateIBANs","description":"<p>AccountDetails(REST)</p>\n","urlObject":{"path":["API","api","Account","AutoAllocateIBANs"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3c3c1aa-6bd5-4549-9b4c-2d6b41173a03"},{"name":"BlockAmount","event":[{"listen":"test","script":{"id":"8aa0a450-a0a4-4a88-bd19-652ee6be451f","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"208cd4a8-8fb7-47d0-ac87-f1366dbb7304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"AccountNumber","value":"4000000201000","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Amount","value":"10","description":"<p>Mandatory</p>\n","type":"text"},{"key":"ExpiryDate","value":"2019-08-01","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Details","value":"TestBlock","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"http://localhost//API/api/Account/BlockAmount","description":"<h2 id=\"description\">Description</h2>\n<p>Blocks an amount from an account.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The unique Account number.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Number (Decimal)</td>\n<td>19 (2 decimal positions)</td>\n<td>The amount to be blocked.</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td>Mandatory</td>\n<td>DateTime</td>\n<td>10</td>\n<td>The date when block expires.(Valid Format: YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>Details</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>500</td>\n<td>Information about the block.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Account","BlockAmount"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"208cd4a8-8fb7-47d0-ac87-f1366dbb7304"},{"name":"FundingInstructions","event":[{"listen":"test","script":{"id":"dde308d5-a1c9-4d18-aef8-16331cb6f6dd","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f7da344f-a0a8-4c5b-a453-643e0ec6e9ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"AccountNumber","value":"4000000201000","description":"<p>Mandatory</p>\n","type":"text"},{"key":"CorrespondentSwiftCode","value":"LIABLT2X","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"http://localhost//API/api/Account/FundingInstructions","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves the Funding Instructions for the given AccountNumber and CorrespondentSwiftCode.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The unique Account number.</td>\n</tr>\n<tr>\n<td>CorrespondentSwiftCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>11</td>\n<td>The correspondent's Swift Code.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Account","FundingInstructions"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7da344f-a0a8-4c5b-a453-643e0ec6e9ce"},{"name":"OpenAccount","event":[{"listen":"test","script":{"id":"2e6bb2c0-e343-43cb-9e74-5045fa028e4c","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"effabee0-0cb3-43ef-9cfa-ee1697c48532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000008"},{"description":"<p>Mandatory</p>\n","key":"AccountId","type":"text","value":"10"},{"description":"<p>Mandatory</p>\n","key":"BranchId","type":"text","value":"001"},{"description":"<p>Mandatory</p>\n","key":"Currency","type":"text","value":"EUR"}]},"url":"http://localhost//API/api/Account/OpenAccount","description":"<h2 id=\"description\">Description</h2>\n<p>Opens an account with the information provided.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td>Mandatory</td>\n<td>Number (Integer)</td>\n<td>3</td>\n<td>The Account ID number.</td>\n</tr>\n<tr>\n<td>BranchId</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The Branch ID number.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The Currency of the Account.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Account","OpenAccount"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"effabee0-0cb3-43ef-9cfa-ee1697c48532"},{"name":"UnBlockAmount","event":[{"listen":"test","script":{"id":"cc69559f-4a51-4cff-b54b-243dc7b51b7d","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"9a77c97f-c33f-4ce6-91a4-76d8251c2804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"BlockAmountID","type":"text","value":"6"}]},"url":"http://localhost//API/api/Account/UnBlockAmount","description":"<h2 id=\"description\">Description</h2>\n<p>UnBlocks an Amount from the related account given the unique block amount ID</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BlockAmountID</td>\n<td>Mandatory</td>\n<td>Number(Integer)</td>\n<td>5</td>\n<td>The ID of the blocked amount</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Account","UnBlockAmount"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a77c97f-c33f-4ce6-91a4-76d8251c2804"},{"name":"UpdateAccountDetails","event":[{"listen":"test","script":{"id":"879d2008-027f-4ee3-843f-2c7d5da778f8","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"9079fb0a-2936-4bdc-a7cb-8737c25a3093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"key":"Content-Type","name":"Content-Type","value":"text/plain","description":"<p>Mandatory</p>\n","type":"text"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory </p>\n","key":"AccountNumber","type":"text","value":"0010000082000"},{"key":"OpenDetail","value":"TestOp1","description":"<p>Optional</p>\n","type":"text"},{"key":"Name","value":"Test Name1","description":"<p>Optional</p>\n","type":"text"},{"key":"ExternalACNO","value":"0101","description":"<p>Optional</p>\n","type":"text"},{"key":"Remarks","value":"TestR1","description":"<p>Optional</p>\n","type":"text"}]},"url":"http://localhost//API/api/Account/UpdateAccountDetails","description":"<p>AccountDetails(REST)</p>\n","urlObject":{"path":["API","api","Account","UpdateAccountDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"9079fb0a-2936-4bdc-a7cb-8737c25a3093"}],"id":"425a774b-a5b3-4ec8-b2ab-729ed035c946","_postman_id":"425a774b-a5b3-4ec8-b2ab-729ed035c946","description":""},{"name":"Banks","item":[{"name":"IbanValidation","event":[{"listen":"test","script":{"id":"879d2008-027f-4ee3-843f-2c7d5da778f8","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"3d8d114c-c6b0-4e59-a34c-b04b9c1c8e3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory </p>\n","key":"IBANList","type":"text","value":"IS750001121234563108962099,CY21002001950000357001234567,DK9520000123456789,UA903052992990004149123456789,TR320010009999901234567890"}]},"url":"http://localhost//API/api/Bank/IBANValidation","description":"<p>AccountDetails(REST)</p>\n","urlObject":{"path":["API","api","Bank","IBANValidation"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d8d114c-c6b0-4e59-a34c-b04b9c1c8e3c"}],"id":"5e02b443-4aa4-42d1-8e4e-4a30b4231966","event":[{"listen":"prerequest","script":{"id":"e8a2d7ef-6648-43f8-b39f-1c41cf85715b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"662d7e71-7faa-4039-8b93-3ece0439e0d1","type":"text/javascript","exec":[""]}}],"_postman_id":"5e02b443-4aa4-42d1-8e4e-4a30b4231966","description":""},{"name":"Cards","item":[{"name":"MyCards","event":[{"listen":"test","script":{"id":"ce8c244c-d862-40cd-88aa-598af701da88","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"072b1649-3c2f-4439-a64f-8ed4885e63b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","description":"<p>Mandatory</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000001","description":"<p>Mandatory</p>\n","type":"text"},{"key":"PageIndex","value":"","description":"<p>Optional</p>\n","type":"text","disabled":true},{"key":"PageSize","value":"","description":"<p>Optional</p>\n","type":"text","disabled":true}]},"url":"http://localhost//API/api/Card/MyCards","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves the client's cards for the given client number</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Card","MyCards"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"072b1649-3c2f-4439-a64f-8ed4885e63b3"},{"name":"LoadCard","id":"da998833-562a-4d55-a5aa-e79de6c8ae62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"},{"description":"<p>Mandatory</p>\n","key":"Details","type":"text","value":"Test"},{"description":"<p>Mandatory</p>\n","key":"DebitAccountNumber","type":"text","value":"3100000101000"},{"description":"<p>Mandatory</p>\n","key":"CardNumber","type":"text","value":"4929523848030558"},{"description":"<p>Mandatory</p>\n","key":"Amount","type":"text","value":"50"}]},"url":"http://localhost//API/api/Card/LoadCard","description":"<h2 id=\"description\">Description</h2>\n<p>Loads a card from the linked account number according to the info provided.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>Details</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>Details for the load of the card.</td>\n</tr>\n<tr>\n<td>DebitAccountNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The Account Number to be debited.</td>\n</tr>\n<tr>\n<td>CardNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>25</td>\n<td>The CardNumber of the Card.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>11</td>\n<td>The amount to load the card.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Card","LoadCard"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"da998833-562a-4d55-a5aa-e79de6c8ae62"},{"name":"ProspectiveCards","event":[{"listen":"test","script":{"id":"30392f98-911b-40eb-a9d8-68b0556bdd77","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"3936c990-d6e8-472d-94db-98e48965f7c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"}]},"url":"http://localhost//API/api/Card/ProspectiveCards","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve the Card types that the client has not opened yet. </p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Number(Integer)</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Card","ProspectiveCards"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"3936c990-d6e8-472d-94db-98e48965f7c8"}],"id":"9e06f791-d01f-4ffb-a2fe-280545371824","_postman_id":"9e06f791-d01f-4ffb-a2fe-280545371824","description":""},{"name":"Clients","item":[{"name":"AddIdentification","event":[{"listen":"test","script":{"id":"de8c9726-6cc4-4f85-bb1f-e13712e82096","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ea6ce88f-2779-4f37-a652-f98c4647b492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000287"},{"description":"<p>Mandatory ( Get valid IDs values from GetAllIdentificationTypes API call.)</p>\n","key":"Type","type":"text","value":"ID Card"},{"description":"<p>Mandatory (Alpha 2 Code. e.g CY for Cyprus )</p>\n","key":"CountryIssued","type":"text","value":"CY"},{"description":"<p>Mandatory (Valid Format : YYYY-MM-DD)</p>\n","key":"DateIssued","type":"text","value":"2015-03-26"},{"description":"<p>Mandatory (Valid Format : YYYY-MM-DD)</p>\n","key":"DateExpired","type":"text","value":"2026-03-26"},{"description":"<p>Mandatory (Maximum Length : 200 characters)</p>\n","key":"LocationIssued","type":"text","value":"Nicosia"},{"description":"<p>Mandatory (Maximum Length : 50 characters)</p>\n","key":"Number","type":"text","value":"123456"},{"description":"<p>Optional</p>\n","key":"DocumentId","type":"text","value":"13","disabled":true}]},"url":"http://localhost//API/api/Client/AddIdentification","description":"<h2 id=\"description\">Description</h2>\n<p>Adds an identification to a specific client given the unique client number and identification's information.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The Account ID number.</td>\n</tr>\n<tr>\n<td>CountryIssued</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The Country the Identification was issued.(Valid Format : Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>DateIssued</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date the Identification was issued.(Valid Format : YYYY-MM-DD) e.g 1995-03-24</td>\n</tr>\n<tr>\n<td>DateExpired</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date the Identification will expire.(Valid Format : YYYY-MM-DD) e.g 2026-03-24</td>\n</tr>\n<tr>\n<td>LocationIssued</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The Location the Identification was issued.</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The Identification's unique Number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","AddIdentification"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea6ce88f-2779-4f37-a652-f98c4647b492"},{"name":"AllClientDetails","event":[{"listen":"test","script":{"id":"70b8f239-78b4-4461-8bd1-50a8f27b82cd","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b1ad901c-b29b-4390-9efe-248ca9ad1a37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000002","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"http://localhost//API/api/Client/AllClientDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all client details given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","AllClientDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1ad901c-b29b-4390-9efe-248ca9ad1a37"},{"name":"BeneficiaryDetails","event":[{"listen":"test","script":{"id":"6f8d8a8b-c4e3-47df-a92b-4073a4eff3c9","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"fdb4df8c-c3dc-442d-b522-158ad08666d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000002"}]},"url":"http://localhost//API/api/Client/BeneficiaryDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all Beneficiary's details of a client given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","BeneficiaryDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdb4df8c-c3dc-442d-b522-158ad08666d2"},{"name":"ClientAddress","event":[{"listen":"test","script":{"id":"63452b1c-2815-4c10-98e0-6c65be8925ce","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f745e1ee-17bf-4da0-8e35-e63a92c8215c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000002","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"http://localhost//API/api/Client/ClientAddress","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves Client's addresses(Legal and Mail) for the given Client Number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientAddress"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"6cebbb40-3714-411b-a4b1-2edc9662e0a3","name":"ClientAddress","originalRequest":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"Mandatory"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"Mandatory"},{"key":"Accept","value":"application/json","type":"text","description":"Mandatory"},{"key":"Accept","value":"application/xml","type":"text","description":"Optional","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000001","description":"Mandatory","type":"text"}]},"url":"http://localhost//API/api/Client/ClientAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Tue, 03 Sep 2019 12:32:23 GMT"},{"key":"Content-Length","value":"388"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Address1\": \"7 Voulgari Street\",\n            \"Address2\": \"1st Floor, Universal Building\",\n            \"PostCode\": \"1070\",\n            \"City\": \"Nicosia\",\n            \"CountryCode\": \"CY\",\n            \"Country\": \"Cyprus\",\n            \"IsLegalAddress\": false,\n            \"IsMailAddress\": true\n        },\n        {\n            \"Address1\": \"Voulgari 776\",\n            \"Address2\": \"Larnacos 12\",\n            \"PostCode\": \"1090\",\n            \"City\": \"Nicosia\",\n            \"CountryCode\": \"GR\",\n            \"Country\": \"Greece\",\n            \"IsLegalAddress\": true,\n            \"IsMailAddress\": false\n        }\n    ],\n    \"Success\": true\n}"}],"_postman_id":"f745e1ee-17bf-4da0-8e35-e63a92c8215c"},{"name":"ClientAlertsByDateRangeAndClientNumber","event":[{"listen":"test","script":{"id":"06b8c731-bf33-420a-a61e-419067f1d6e3","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d1b99c8a-d2d4-4c74-8d4c-d2c2e7c22936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","description":"<p>Mandatory</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000001","description":"<p>Mandatory</p>\n","type":"text"},{"key":"DateFrom","value":"2018-01-01","description":"<p>Mandatory</p>\n","type":"text"},{"key":"DateTo","value":"2019-05-01","description":"<p>Mandatory</p>\n","type":"text"},{"key":"AccountNumber","value":"","description":"<p>Optional</p>\n","type":"text"},{"key":"TransactionReferenceNumber","value":"","description":"<p>Optional</p>\n","type":"text"}]},"url":"http://localhost//API/api/Notification/ClientAlertsByDateRangeAndClientNumber","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves Client Alerts for the given Date Range and Client Number</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The start of Date Range. (Valid Format: YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>DateTo</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The end of Date Range.  (Valid Format: YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The unique Account Number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Notification","ClientAlertsByDateRangeAndClientNumber"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1b99c8a-d2d4-4c74-8d4c-d2c2e7c22936"},{"name":"ClientApply(Individual)","event":[{"listen":"test","script":{"id":"a4b2b8b3-1c98-4829-8c8e-6ef6f8803904","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"92197692-d5b4-4335-abff-18500d19875f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory (Valid Values : True , False )  - Client Information - </p>\n","key":"IsCorporate","type":"text","value":"False"},{"description":"<p>Optional  (Maximum Length : 100 characters) - Client Information - </p>\n","key":"ExternalClientNumber","type":"text","value":""},{"description":"<p>Mandatory (Valid Values : M for Male , F for Female) - Client Information - </p>\n","key":"Gender","type":"text","value":"M"},{"description":"<p>Mandatory (Valid Values : Mr, Mrs, Ms, Miss, Dr ) - Client Information - </p>\n","key":"Title","type":"text","value":"Mr"},{"description":"<p>Mandatory (Maximum Length : 100 characters) - Client Information - </p>\n","key":"FirstName","type":"text","value":"George"},{"description":"<p>Mandatory (Surname) (Maximum Length : 100 characters) - Client Information - </p>\n","key":"FamilyName","type":"text","value":"Georgiou"},{"description":"<p>Optional (Maximum Length : 100 characters) - Client Information - </p>\n","key":"MiddleName","type":"text","value":"Michael"},{"description":"<p>Optional (Maximum Length : 30 characters) - Client Information - </p>\n","key":"FathersName","type":"text","value":"John"},{"description":"<p>Optional (Maximum Length : 30 characters) - Client Information - </p>\n","key":"MothersName","type":"text","value":"Mary"},{"description":"<p>Optional (Maximum Length : 30 characters) - Client Information - </p>\n","key":"MothersSurname","type":"text","value":"Christou"},{"description":"<p>Mandatory (Valid Format : YYYY-MM-DD) - General Information - </p>\n","key":"DoB","type":"text","value":"1984-10-24"},{"description":"<p>Optional (Maximum Length : 50 characters )  - General Information - </p>\n","key":"PlaceOfBirth","type":"text","value":"Nicosia"},{"description":"<p>Mandatory (Alpha 2 Code. e.g CY for Cyprus ) - General Information - </p>\n","key":"Nationality","type":"text","value":"CY"},{"description":"<p>Mandatory (Valid Values : Single, Married, Divorced, Widower ) - General Information - </p>\n","key":"Marital","type":"text","value":"Single"},{"description":"<p>Optional (Maximum Length : 20 characters ) - General Information - </p>\n","key":"TaxRef","type":"text","value":"123456P"},{"description":"<p>Optional (Alpha 2 Code. e.g CY for Cyprus ) - General Information - </p>\n","key":"TaxRefJurisdiction","type":"text","value":"CY"},{"description":"<p>Optional (Maximum Length : 200 characters ) - General Information - </p>\n","key":"GeneralInfo","type":"text","value":"Test General Info"},{"description":"<p>Mandatory  (Maximum Length : 300 characters) - Legal Address -</p>\n","key":"Address","type":"text","value":"Larnacos 100"},{"description":"<p>Optional  (Maximum Length : 300 characters) - Legal Address -</p>\n","key":"Address2","type":"text","value":"Larnacos 200"},{"description":"<p>Optional  (Maximum Length : 50 characters) - Legal Address -</p>\n","key":"PostalCode","type":"text","value":"1046"},{"description":"<p>Mandatory  (Maximum Length : 50 characters) - Legal Address -</p>\n","key":"City","type":"text","value":"Nicosia"},{"description":"<p>Mandatory (Alpha 2 Code. e.g CY for Cyprus ) - Legal Address -</p>\n","key":"CountryCode","type":"text","value":"CY"},{"description":"<p>Optional (Maximum Length : 300 characters) - Mail Address - </p>\n","key":"MailAddress1","type":"text","value":"Voulgari 100"},{"description":"<p>Optional  (Maximum Length : 300 characters) - Mail Address - </p>\n","key":"MailAddress2","type":"text","value":"Voulgari 200"},{"description":"<p>Optional  (Maximum Length : 50 characters) - Mail Address - </p>\n","key":"MailPostalCode","type":"text","value":"1070"},{"description":"<p>Optional  (Maximum Length : 50 characters) - Mail Address - </p>\n","key":"MailCity","type":"text","value":"Nicosia"},{"description":"<p>Optional  (Alpha 2 Code. e.g CY for Cyprus ) - Mail Address - </p>\n","key":"MailCountryCode","type":"text","value":"CY"},{"description":"<p>Mandatory  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -</p>\n","key":"MobilePhone","type":"text","value":"+35799123123"},{"description":"<p>Optional  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -</p>\n","key":"Phone","type":"text","value":"+35799123123"},{"description":"<p>Optional  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -</p>\n","key":"WorkPhone","type":"text","value":"+35799321321"},{"description":"<p>Optional  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -</p>\n","key":"Fax","type":"text","value":"+35799333444"},{"description":"<p>Mandatory ( ) - Contact Information -</p>\n","key":"Email","type":"text","value":"georgiou35@outlook.com"},{"description":"<p>Optional ( Valid Values : Low Risk, Medium Risk, High Risk, BlackListed ) Default Value : Low Risk  - Client Status -</p>\n","key":"ClientRisk","type":"text","value":""},{"description":"<p>Optional ( Valid Values : Unknown, Low Risk, Medium Risk, High Risk ) Default Value :Unknown - Client Status -</p>\n","key":"PEPSanctionsRisk","type":"text","value":"Low Risk"},{"description":"<p>Optional ( Valid Values : Unknown, Low Risk, Medium Risk, High Risk ) Default Value : Unknown - Client Status -</p>\n","key":"CommercialRisk","type":"text","value":"Low Risk"},{"description":"<p>Optional (Valid Values : True, False ) Default Value: True- Client Status -</p>\n","key":"IsAliveOrActiveVitalStatus","type":"text","value":"True"},{"description":"<p>Optional  (Valid Format : YYYY-MM-DD).  If not Provided the default value is Today - Client Status -</p>\n","key":"DataRecollectionDate","type":"text","value":""},{"description":"<p>Optional ( Maximum Length : 60 characters ) - Additional Information -</p>\n","key":"CSM","type":"text","value":"cgeorgiouBD"},{"description":"<p>Optional ( Maximum Length : 60 characters) If not provided the default value is System - Additional Information -</p>\n","key":"UserName","type":"text","value":"cgeorgiouBD"},{"description":"<p>Optional  ( If not provided the default value is 001 ) - Additional Information -</p>\n","key":"BranchID","type":"text","value":""},{"description":"<p>Optional ( Maximum Length : 3 characters ) - Additional Information -</p>\n","key":"SortKey","type":"text","value":"GGM"},{"description":"<p>Optional ( ) - Additional Information -</p>\n","key":"SponsorCLNO1","type":"text","value":"000008"},{"description":"<p>Optional ( Valid Values [0-100] ) - Additional Information -</p>\n","key":"ReferralCommission","type":"text","value":"20"},{"description":"<p>Optional ( Valid Values : True, False ) - Additional Information -</p>\n","key":"PEPYN","type":"text","value":"False "},{"description":"<p>Optional ( Alpha 2 Code. e.g CY for Cyprus ) - FATCA -</p>\n","key":"TaxResidentCountry","type":"text","value":"CY"},{"description":"<p>Optional ( Valid Values : Free  , Local)  If not provided the default value is Free  - FATCA -</p>\n","key":"TaxStatus","type":"text","value":""},{"description":"<p>Optional ( Valid Values : True, False ) - FATCA  -</p>\n","key":"ContactIsSelfEmployed","type":"text","value":"False "},{"description":"<p>Optional ( Valid Values : True, False ) - FATCA  -</p>\n","key":"WasBornUSA","type":"text","value":"False "},{"description":"<p>Optional ( Valid Values : True, False ) - FATCA  -</p>\n","key":"IsUSANational","type":"text","value":"False "},{"description":"<p>Optional  ( ) - Contact Information -</p>\n","key":"LegalCat","type":"text","value":""},{"description":"<p>Optional  </p>\n","key":"Industry","type":"text","value":"Software"},{"description":"<p>Optional  </p>\n","key":"SubIndustry","type":"text","value":"Application Software, IT Services"}]},"url":"http://localhost//API/api/Client/ClientApply","description":"<h2 id=\"description\">Description</h2>\n<p>Creates an Individual Client given all the necessary information.</p>\n<h2 id=\"properties\">Properties</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Info: Click on the table to expand the whole information\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsCorporate</td>\n<td>Mandatory</td>\n<td>Boolean</td>\n<td></td>\n<td>For Individual Client creating we set False. (Valid Values: True , False )</td>\n</tr>\n<tr>\n<td>ExternalClientNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The External Client's number.</td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>1</td>\n<td>The gender of the client. (Valid Values: M for Male , F for Female)</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The title of the client. (Valid Values: Mr, Mrs, Ms, Miss, Dr )</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The first name of the client.</td>\n</tr>\n<tr>\n<td>FamilyName</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The family name of the client.</td>\n</tr>\n<tr>\n<td>MiddleName</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The middle name of the client.</td>\n</tr>\n<tr>\n<td>FathersName</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>30</td>\n<td>The father's name of the client.</td>\n</tr>\n<tr>\n<td>MothersName</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>30</td>\n<td>The mother's name of the client.</td>\n</tr>\n<tr>\n<td>MothersSurname</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>30</td>\n<td>The mother's surname of the client.</td>\n</tr>\n<tr>\n<td>DoB</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The birth date of the client. (Valid Format: YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>PlaceOfBirth</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The birth place of the client.</td>\n</tr>\n<tr>\n<td>Nationality</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The nationality of the client. (Valid Format: Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>Marital</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>20</td>\n<td>The marital status of the client. (Valid Values: Single, Married, Divorced, Widower)</td>\n</tr>\n<tr>\n<td>TaxRef</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>20</td>\n<td>The tax ref of the client.</td>\n</tr>\n<tr>\n<td>TaxRefJurisdiction</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The tax ref jurisdiction of the client. (Valid Format : Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>GeneralInfo</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The general info of the client.</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>300</td>\n<td>The legal address of the client.</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>300</td>\n<td>The legal address 2 of the client.</td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The postal code of the client.</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The city of the client.</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The country of the client. (Valid Format: Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>MailAddress1</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>300</td>\n<td>The mail address of the client.</td>\n</tr>\n<tr>\n<td>MailAddress2</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>300</td>\n<td>The mail address 2 of the client.</td>\n</tr>\n<tr>\n<td>MailPostalCode</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The mail postal code of the client.</td>\n</tr>\n<tr>\n<td>MailCity</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The mail city of the client.</td>\n</tr>\n<tr>\n<td>MailCountryCode</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The mail country of the client.</td>\n</tr>\n<tr>\n<td>MobilePhone</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The mobile phone of the client. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The home phone of the client. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>WorkPhone</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The work phone of the client. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>Fax</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The fax of the client. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The email of the client. (Valid Format: local-part@domain) e.g <a href=\"mailto:example@example.com\">example@example.com</a></td>\n</tr>\n<tr>\n<td>ClientRisk</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The client risk of the client. (Valid Values: Low Risk, Medium Risk, High Risk, BlackListed ) Default Value:  Low Risk</td>\n</tr>\n<tr>\n<td>PEPSanctionsRisk</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The PEP sanction's risk of the client. (Valid Values: Unknown, Low Risk, Medium Risk, High Risk ) Default Value: Unknown</td>\n</tr>\n<tr>\n<td>CommercialRisk</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The commercial risk of the client. (Valid Values: Unknown, Low Risk, Medium Risk, High Risk ) Default Value:  Unknown</td>\n</tr>\n<tr>\n<td>IsAliveOrActiveVitalStatus</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n<td>The vital status of the client. (Valid Values: True, False ) Default Value: True</td>\n</tr>\n<tr>\n<td>DataRecollectionDate</td>\n<td>Optional</td>\n<td>Date</td>\n<td>10</td>\n<td>The data recollection date of the client. (Valid Format: YYYY-MM-DD). If not Provided the default value is Today.</td>\n</tr>\n<tr>\n<td>CSM</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>60</td>\n<td>The CSM of the client. If not provided a random existing CSM will be chosen by default.</td>\n</tr>\n<tr>\n<td>UserName</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>60</td>\n<td>The username of the client. Default Value: System</td>\n</tr>\n<tr>\n<td>BranchID</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The branchID number. Default Value: 001</td>\n</tr>\n<tr>\n<td>SortKey</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The sort key of the client.</td>\n</tr>\n<tr>\n<td>SponsorCLNO1</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The existing client(Sponsor) who referred the current new client.</td>\n</tr>\n<tr>\n<td>ReferralCommission</td>\n<td>Optional</td>\n<td>Decimal</td>\n<td>18(2 decimals)</td>\n<td>The referral percentage commission (%) of the Sponsor.  ( Valid Values [0-100] )</td>\n</tr>\n<tr>\n<td>PEPYN</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n<td>The PEPYN of the client. (Valid Values: True, False ) Default Value: False</td>\n</tr>\n<tr>\n<td>TaxResidentCountry</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The tax resident country of the client. (Valid Format: Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>TaxStatus</td>\n<td>Optional</td>\n<td>Date</td>\n<td>15</td>\n<td>The tax status of the client. (Valid Values: Free , Local) Default Value: Free</td>\n</tr>\n<tr>\n<td>ContactIsSelfEmployed</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n<td>If the client is SelfEmployed. (Valid Values: True, False ) Default Value: False</td>\n</tr>\n<tr>\n<td>WasBornUSA</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n<td>If the client was born in USA. (Valid Values: True, False ) Default Value: False</td>\n</tr>\n<tr>\n<td>IsUSANational</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n<td>If the client has American Nationality. (Valid Values: True, False ) Default Value: False</td>\n</tr>\n<tr>\n<td>LegalCat</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The legal category of the client.</td>\n</tr>\n<tr>\n<td>Industry</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>150</td>\n<td>The Industry of the client.</td>\n</tr>\n<tr>\n<td>SubIndustry</td>\n<td>Optional</td>\n<td>Date</td>\n<td>250</td>\n<td>The SubIndustry of the client.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientApply"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"1073bec9-24ab-4287-8126-1a378d1ce5d1","name":"ClientApply(Individual)","originalRequest":{"method":"POST","header":[{"description":"Mandatory","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"Mandatory","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"Mandatory","key":"Accept","type":"text","value":"application/json"},{"description":"Optional ","key":"Accept","type":"text","value":"application/xml","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Mandatory (Valid Values : True , False )  - Client Information - ","key":"IsCorporate","type":"text","value":"False"},{"description":"Optional  (Maximum Length : 100 characters) - Client Information - ","key":"ExternalClientNumber","type":"text","value":""},{"description":"Mandatory (Valid Values : M for Male , F for Female) - Client Information - ","key":"Gender","type":"text","value":"M"},{"description":"Mandatory (Valid Values : Mr, Mrs, Ms, Miss, Dr ) - Client Information - ","key":"Title","type":"text","value":"Mr"},{"description":"Mandatory (Maximum Length : 100 characters) - Client Information - ","key":"FirstName","type":"text","value":"George"},{"description":"Mandatory (Surname) (Maximum Length : 100 characters) - Client Information - ","key":"FamilyName","type":"text","value":"Georgiou"},{"description":"Optional (Maximum Length : 100 characters) - Client Information - ","key":"MiddleName","type":"text","value":"Michael"},{"description":"Optional (Maximum Length : 30 characters) - Client Information - ","key":"FathersName","type":"text","value":"John"},{"description":"Optional (Maximum Length : 30 characters) - Client Information - ","key":"MothersName","type":"text","value":"Mary"},{"description":"Optional (Maximum Length : 30 characters) - Client Information - ","key":"MothersSurname","type":"text","value":"Christou"},{"description":"Mandatory (Valid Format : YYYY-MM-DD) - General Information - ","key":"DoB","type":"text","value":"1984-10-24"},{"description":"Optional (Maximum Length : 50 characters )  - General Information - ","key":"PlaceOfBirth","type":"text","value":"Nicosia"},{"description":"Mandatory (Alpha 2 Code. e.g CY for Cyprus ) - General Information - ","key":"Nationality","type":"text","value":"CY"},{"description":"Mandatory (Valid Values : Single, Married, Divorced, Widower ) - General Information - ","key":"Marital","type":"text","value":"Single"},{"description":"Optional (Maximum Length : 20 characters ) - General Information - ","key":"TaxRef","type":"text","value":"123456P"},{"description":"Optional (Alpha 2 Code. e.g CY for Cyprus ) - General Information - ","key":"TaxRefJurisdiction","type":"text","value":"CY"},{"description":"Optional (Maximum Length : 200 characters ) - General Information - ","key":"GeneralInfo","type":"text","value":"Test General Info"},{"description":"Mandatory  (Maximum Length : 300 characters) - Legal Address -","key":"Address","type":"text","value":"Larnacos 100"},{"description":"Optional  (Maximum Length : 300 characters) - Legal Address -","key":"Address2","type":"text","value":"Larnacos 200"},{"description":"Optional  (Maximum Length : 50 characters) - Legal Address -","key":"PostalCode","type":"text","value":"1046"},{"description":"Mandatory  (Maximum Length : 50 characters) - Legal Address -","key":"City","type":"text","value":"Nicosia"},{"description":"Mandatory (Alpha 2 Code. e.g CY for Cyprus ) - Legal Address -","key":"CountryCode","type":"text","value":"CY"},{"description":"Optional (Maximum Length : 300 characters) - Mail Address - ","key":"MailAddress1","type":"text","value":"Voulgari 100"},{"description":"Optional  (Maximum Length : 300 characters) - Mail Address - ","key":"MailAddress2","type":"text","value":"Voulgari 200"},{"description":"Optional  (Maximum Length : 50 characters) - Mail Address - ","key":"MailPostalCode","type":"text","value":"1070"},{"description":"Optional  (Maximum Length : 50 characters) - Mail Address - ","key":"MailCity","type":"text","value":"Nicosia"},{"description":"Optional  (Alpha 2 Code. e.g CY for Cyprus ) - Mail Address - ","key":"MailCountryCode","type":"text","value":"CY"},{"description":"Mandatory  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -","key":"MobilePhone","type":"text","value":"+35799123123"},{"description":"Optional  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -","key":"Phone","type":"text","value":"+35799123123"},{"description":"Optional  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -","key":"WorkPhone","type":"text","value":"+35799321321"},{"description":"Optional  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -","key":"Fax","type":"text","value":"+35799333444"},{"description":"Mandatory ( ) - Contact Information -","key":"Email","type":"text","value":"georgiou35@outlook.com"},{"description":"Optional ( Valid Values : Low Risk, Medium Risk, High Risk, BlackListed ) Default Value : Low Risk  - Client Status -","key":"ClientRisk","type":"text","value":""},{"description":"Optional ( Valid Values : Unknown, Low Risk, Medium Risk, High Risk ) Default Value :Unknown - Client Status -","key":"PEPSanctionsRisk","type":"text","value":"Low Risk"},{"description":"Optional ( Valid Values : Unknown, Low Risk, Medium Risk, High Risk ) Default Value : Unknown - Client Status -","key":"CommercialRisk","type":"text","value":"Low Risk"},{"description":"Optional (Valid Values : True, False ) Default Value: True- Client Status -","key":"IsAliveOrActiveVitalStatus","type":"text","value":"True"},{"description":"Optional  (Valid Format : YYYY-MM-DD).  If not Provided the default value is Today - Client Status -","key":"DataRecollectionDate","type":"text","value":""},{"description":"Optional ( Maximum Length : 60 characters ) - Additional Information -","key":"CSM","type":"text","value":"cgeorgiouBD"},{"description":"Optional ( Maximum Length : 60 characters) If not provided the default value is System - Additional Information -","key":"UserName","type":"text","value":"cgeorgiouBD"},{"description":"Optional  ( If not provided the default value is 001 ) - Additional Information -","key":"BranchID","type":"text","value":""},{"description":"Optional ( Maximum Length : 3 characters ) - Additional Information -","key":"SortKey","type":"text","value":"GGM"},{"description":"Optional ( ) - Additional Information -","key":"SponsorCLNO1","type":"text","value":"000008"},{"description":"Optional ( Valid Values [0-100] ) - Additional Information -","key":"ReferralCommission","type":"text","value":"20"},{"description":"Optional ( Valid Values : True, False ) - Additional Information -","key":"PEPYN","type":"text","value":"False "},{"description":"Optional ( Alpha 2 Code. e.g CY for Cyprus ) - FATCA -","key":"TaxResidentCountry","type":"text","value":"CY"},{"description":"Optional ( Valid Values : Free  , Local)  If not provided the default value is Free  - FATCA -","key":"TaxStatus","type":"text","value":""},{"description":"Optional ( Valid Values : True, False ) - FATCA  -","key":"ContactIsSelfEmployed","type":"text","value":"False "},{"description":"Optional ( Valid Values : True, False ) - FATCA  -","key":"WasBornUSA","type":"text","value":"False "},{"description":"Optional ( Valid Values : True, False ) - FATCA  -","key":"IsUSANational","type":"text","value":"False "},{"description":"Optional  ( ) - Contact Information -","key":"LegalCat","type":"text","value":""},{"description":"Optional  ","key":"Industry","type":"text","value":"Software"},{"description":"Optional  ","key":"SubIndustry","type":"text","value":"Application Software, IT Services"}]},"url":"http://localhost//API/api/Client/ClientApply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Fri, 26 Jul 2019 12:51:02 GMT"},{"key":"Content-Length","value":"1078"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"Industries\": [\n            {\n                \"ID\": 55,\n                \"Industry\": \"Software\",\n                \"IsSubIndustry\": false,\n                \"ParentID\": null\n            }\n        ],\n        \"SubIndustries\": [\n            {\n                \"ID\": 126,\n                \"Industry\": \"Application Software\",\n                \"IsSubIndustry\": true,\n                \"ParentID\": null\n            }\n        ],\n        \"PersonalDetails\": {\n            \"Picture\": null,\n            \"ClientNumber\": \"004549\",\n            \"Title\": \"Mr\",\n            \"ClientName\": \"George Michael Georgiou\",\n            \"DOB\": \"10/24/1984 12:00:00 AM\",\n            \"PlaceOfBirth\": \"Nicosia\",\n            \"Gender\": \"M\",\n            \"MaritalStatus\": \"Single\",\n            \"FirstName\": \"George\",\n            \"MiddleName\": \"Michael\",\n            \"FamilyName\": \"Georgiou\",\n            \"GeneralInfo\": \"Test General Info\"\n        },\n        \"ContactDetails\": {\n            \"HomePhone\": \"+35799123123\",\n            \"MobilePhone\": \"+35799123123\",\n            \"WorkPhone\": \"+35799321321\",\n            \"Fax\": \"+35799333444\",\n            \"Email\": \"georgiou35@outlook.com\"\n        },\n        \"AllAddressDetails\": [\n            {\n                \"Address1\": \"Larnacos 100\",\n                \"Address2\": \"Larnacos 200\",\n                \"PostCode\": \"1046\",\n                \"City\": \"Nicosia\",\n                \"CountryCode\": \"CY\",\n                \"Country\": \"Cyprus\",\n                \"IsLegalAddress\": true,\n                \"IsMailAddress\": false\n            },\n            {\n                \"Address1\": \"Voulgari 100\",\n                \"Address2\": \"Voulgari 200\",\n                \"PostCode\": \"1070\",\n                \"City\": \"Nicosia\",\n                \"CountryCode\": \"CY\",\n                \"Country\": \"Cyprus\",\n                \"IsLegalAddress\": false,\n                \"IsMailAddress\": true\n            }\n        ],\n        \"AddressDetails\": null,\n        \"Status\": \"Pending\"\n    },\n    \"Success\": true\n}"}],"_postman_id":"92197692-d5b4-4335-abff-18500d19875f"},{"name":"ClientApply(Corporate)","event":[{"listen":"test","script":{"id":"8e2f23e4-eb5b-472f-883d-b5504e8b1bdf","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b5bdb54f-dfa3-4144-893c-961f6ee818d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"IsCorporate","type":"text","value":"true"},{"description":"<p>Optional  (Maximum Length : 100 characters) - Client Information - </p>\n","key":"ExternalClientNumber","type":"text","value":""},{"description":"<p>Optional (Maximum Length : 11 characters )   - Client Information - </p>\n","key":"SWIFTCode","type":"text","value":""},{"description":"<p>Mandatory (Maximum Length : 100 characters )  - Client Information - </p>\n","key":"Company","type":"text","value":"Apple Inc"},{"description":"<p>Optional</p>\n","key":"Website","type":"text","value":"companytest.com"},{"description":"<p>Optional  (Maximum Length : 25 characters) - Client Information - </p>\n","key":"AuditFirm","type":"text","value":"WINGTIP Cyprus"},{"description":"<p>Mandatory (Valid Format : YYYY-MM-DD) - General Information - </p>\n","key":"CompanyRegistrationDate","type":"text","value":"1984-10-10"},{"description":"<p>Optional (Maximum Length : 16 characters ) - General Information - </p>\n","key":"VATRef","type":"text","value":"1211D"},{"description":"<p>Optional (Maximum Length : 20 characters ) - General Information - </p>\n","key":"TaxRef","type":"text","value":"12111921S"},{"description":"<p>Optional (Alpha 2 Code. e.g CY for Cyprus ) - General Information - </p>\n","key":"TaxRefJurisdiction","type":"text","value":"CY"},{"description":"<p>Mandatory  () - General Information -</p>\n","key":"CompanyType","type":"text","value":"LTD"},{"description":"<p>Optional (Maximum Length : 200 characters ) - General Information - </p>\n","key":"GeneralInfo","type":"text","value":"General Test Information"},{"description":"<p>Mandatory  (Maximum Length : 300 characters) - Registered Address -</p>\n","key":"Address","type":"text","value":"7 Vougari Floor 1"},{"description":"<p>Optional  (Maximum Length : 300 characters) - Registered Address -</p>\n","key":"Address2","type":"text","value":"7 Vougari "},{"description":"<p>Optional  (Maximum Length : 50 characters) - Registered  Address -</p>\n","key":"PostalCode","type":"text","value":"1046"},{"description":"<p>Mandatory  (Maximum Length : 50 characters) - Registered Address -</p>\n","key":"City","type":"text","value":"Nicosia"},{"description":"<p>Mandatory (Alpha 2 Code. e.g CY for Cyprus ) - Registered Address -</p>\n","key":"CountryCode","type":"text","value":"CY"},{"description":"<p>Optional (Maximum Length : 300 characters) - Mail Address - </p>\n","key":"MailAddress1","type":"text","value":"Voulgari 100"},{"description":"<p>Optional  (Maximum Length : 300 characters) - Mail Address - </p>\n","key":"MailAddress2","type":"text","value":"Voulgari 200"},{"description":"<p>Optional  (Maximum Length : 50 characters) - Mail Address - </p>\n","key":"MailPostalCode","type":"text","value":"1070"},{"description":"<p>Optional  (Maximum Length : 50 characters) - Mail Address - </p>\n","key":"MailCity","type":"text","value":"Nicosia"},{"description":"<p>Optional  (Alpha 2 Code. e.g CY for Cyprus ) - Mail Address - </p>\n","key":"MailCountryCode","type":"text","value":"CY"},{"description":"<p>Mandatory  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -</p>\n","key":"MobilePhone","type":"text","value":"+7743350053"},{"description":"<p>Optional  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -</p>\n","key":"WorkPhone","type":"text","value":"+7766544434"},{"description":"<p>Optional  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -</p>\n","key":"Fax","type":"text","value":"+7766544431"},{"description":"<p>Mandatory ( ) - Contact Information -</p>\n","key":"Email","type":"text","value":"georgiou1231@outlook.com"},{"description":"<p>Optional ( Valid Values : Low Risk, Medium Risk, High Risk, BlackListed ) Default Value : Low Risk  - Client Status -</p>\n","key":"ClientRisk","type":"text","value":""},{"description":"<p>Optional ( Valid Values : Unknown, Low Risk, Medium Risk, High Risk ) Default Value :Unknown - Client Status -</p>\n","key":"PEPSanctionsRisk","type":"text","value":"Low Risk"},{"description":"<p>Optional ( Valid Values : Unknown, Low Risk, Medium Risk, High Risk ) Default Value : Unknown - Client Status -</p>\n","key":"CommercialRisk","type":"text","value":"Low Risk"},{"description":"<p>Optional (Valid Values : True, False ) Default Value: True- Client Status -</p>\n","key":"IsAliveOrActiveVitalStatus","type":"text","value":"true"},{"description":"<p>Optional  (Valid Format : YYYY-MM-DD).  If not Provided the default value is Today - Client Status -</p>\n","key":"DataRecollectionDate","type":"text","value":""},{"description":"<p>Optional ( Maximum Length : 60 characters ) If not provided the Default Value will be a random CSM chosen</p>\n<ul>\n<li>Additional Information -</li>\n</ul>\n","key":"CSM","type":"text","value":"cgeorgiouBD"},{"description":"<p>Optional ( Maximum Length : 60 characters) If not provided the default value is System - Additional Information -</p>\n","key":"UserName","type":"text","value":"cgeorgiouBD"},{"description":"<p>Optional</p>\n","key":"Industry","type":"text","value":"Software"},{"description":"<p>Optional</p>\n","key":"SubIndustry","type":"text","value":"Application Software, IT Services"},{"description":"<p>Optional ( Alpha 2 Code. e.g CY for Cyprus ) - FATCA -</p>\n","key":"TaxResidentCountry","type":"text","value":"CY"},{"description":"<p>Optional ( Valid Values : Free  , Local)  If not provided the default value is Free  - FATCA -</p>\n","key":"TaxStatus","type":"text","value":""},{"description":"<p>Optional  ( If not provided the default value is 001 ) - Additional Information -</p>\n","key":"BranchID","type":"text","value":""},{"description":"<p>Optional ( Maximum Length : 3 characters ) - Additional Information -</p>\n","key":"SortKey","type":"text","value":""},{"description":"<p>Optional ( Maximum Length : 6 characters ) - Additional Information -</p>\n","key":"SponsorCLNO1","type":"text","value":""},{"description":"<p>Optional ( Valid Values [0-100] ) - Additional Information -</p>\n","key":"ReferralCommission","type":"text","value":""},{"key":"Nationality","value":"CY","type":"text"}]},"url":"http://localhost//API/api/Client/ClientApply","description":"<h2 id=\"description\">Description</h2>\n<p>Creates a Corporate Client given all the necessary information.</p>\n<h2 id=\"properties-click-on-the-table-to-expand-the-whole-information\">Properties (Click on the table to expand the whole information)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsCorporate</td>\n<td>Mandatory</td>\n<td>Boolean</td>\n<td></td>\n<td>For Corporate Client creating we set this property to True. (Valid Values: True , False )</td>\n</tr>\n<tr>\n<td>ExternalClientNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The External Client's number.</td>\n</tr>\n<tr>\n<td>SWIFTCode</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The SWIFT Code of the client.</td>\n</tr>\n<tr>\n<td>Company</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The name of the client.</td>\n</tr>\n<tr>\n<td>Website</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The web site of the client.</td>\n</tr>\n<tr>\n<td>AuditFirm</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The audit firm of the client.</td>\n</tr>\n<tr>\n<td>CompanyRegistrationDate</td>\n<td>Optional</td>\n<td>Date</td>\n<td>10</td>\n<td>The registration date of the client. (Valid Format: YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>VATRef</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>16</td>\n<td>The VAT Ref of the client.</td>\n</tr>\n<tr>\n<td>TaxRef</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>20</td>\n<td>The tax ref of the client.</td>\n</tr>\n<tr>\n<td>TaxRefJurisdiction</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The tax ref jurisdiction of the client. (Valid Format : Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>CompanyType</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The type of the client.</td>\n</tr>\n<tr>\n<td>GeneralInfo</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The general info of the client.</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>300</td>\n<td>The legal address of the client.</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>300</td>\n<td>The legal address 2 of the client.</td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The postal code of the client.</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The city of the client.</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The country of the client. (Valid Format: Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>MailAddress1</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>300</td>\n<td>The mail address of the client.</td>\n</tr>\n<tr>\n<td>MailAddress2</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>300</td>\n<td>The mail address 2 of the client.</td>\n</tr>\n<tr>\n<td>MailPostalCode</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The mail postal code of the client.</td>\n</tr>\n<tr>\n<td>MailCity</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The mail city of the client.</td>\n</tr>\n<tr>\n<td>MailCountryCode</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The mail country of the client.</td>\n</tr>\n<tr>\n<td>MobilePhone</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The mobile phone of the client. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The home phone of the client. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>WorkPhone</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The work phone of the client. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>Fax</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The fax of the client. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The email of the client. (Valid Format: local-part@domain) e.g <a href=\"mailto:example@example.com\">example@example.com</a></td>\n</tr>\n<tr>\n<td>ClientRisk</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The client risk of the client. (Valid Values: Low Risk, Medium Risk, High Risk, BlackListed ) Default Value:  Low Risk</td>\n</tr>\n<tr>\n<td>PEPSanctionsRisk</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The PEP sanction's risk of the client. (Valid Values: Unknown, Low Risk, Medium Risk, High Risk ) Default Value: Unknown</td>\n</tr>\n<tr>\n<td>CommercialRisk</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The commercial risk of the client. (Valid Values: Unknown, Low Risk, Medium Risk, High Risk ) Default Value:  Unknown</td>\n</tr>\n<tr>\n<td>IsAliveOrActiveVitalStatus</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n<td>The vital status of the client. (Valid Values: True, False ) Default Value: True</td>\n</tr>\n<tr>\n<td>DataRecollectionDate</td>\n<td>Optional</td>\n<td>Date</td>\n<td>10</td>\n<td>The data recollection date of the client. (Valid Format: YYYY-MM-DD). If not Provided the default value is Today.</td>\n</tr>\n<tr>\n<td>CSM</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>60</td>\n<td>The CSM of the client. If not provided a random existing CSM will be chosen by default.</td>\n</tr>\n<tr>\n<td>UserName</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>60</td>\n<td>The username of the client. Default Value: System</td>\n</tr>\n<tr>\n<td>BranchID</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The branchID number. Default Value: 001</td>\n</tr>\n<tr>\n<td>SortKey</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The sort key of the client.</td>\n</tr>\n<tr>\n<td>SponsorCLNO1</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The existing client(Sponsor) who referred the current new client.</td>\n</tr>\n<tr>\n<td>ReferralCommission</td>\n<td>Optional</td>\n<td>Decimal</td>\n<td>18(2 decimals)</td>\n<td>The referral percentage commission (%) of the Sponsor.</td>\n</tr>\n<tr>\n<td>TaxResidentCountry</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The tax resident country of the client. (Valid Format: Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>TaxStatus</td>\n<td>Optional</td>\n<td>Date</td>\n<td>15</td>\n<td>The tax status of the client. (Valid Values: Free , Local) Default Value: Free</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientApply"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"a3c80712-dfa1-4a66-93c4-893aeb4ec6ac","name":"ClientApply(Corporate)","originalRequest":{"method":"POST","header":[{"description":"Mandatory","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"Mandatory","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"Mandatory","key":"Accept","type":"text","value":"application/json"},{"description":"Optional ","key":"Accept","type":"text","value":"application/xml","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"IsCorporate","type":"text","value":"true"},{"description":"Optional  (Maximum Length : 100 characters) - Client Information - ","key":"ExternalClientNumber","type":"text","value":""},{"description":"Optional (Maximum Length : 11 characters )   - Client Information - ","key":"SWIFTCode","type":"text","value":""},{"description":"Mandatory (Maximum Length : 100 characters )  - Client Information - ","key":"Company","type":"text","value":"Apple Inc"},{"description":"Optional","key":"Website","type":"text","value":"companytest.com"},{"description":"Optional  (Maximum Length : 25 characters) - Client Information - ","key":"AuditFirm","type":"text","value":"WINGTIP Cyprus"},{"description":"Mandatory (Valid Format : YYYY-MM-DD) - General Information - ","key":"CompanyRegistrationDate","type":"text","value":"1984-10-10"},{"description":"Optional (Maximum Length : 16 characters ) - General Information - ","key":"VATRef","type":"text","value":"1211D"},{"description":"Optional (Maximum Length : 20 characters ) - General Information - ","key":"TaxRef","type":"text","value":"12111921S"},{"description":"Optional (Alpha 2 Code. e.g CY for Cyprus ) - General Information - ","key":"TaxRefJurisdiction","type":"text","value":"CY"},{"description":"Mandatory  () - General Information -","key":"CompanyType","type":"text","value":"LTD"},{"description":"Optional (Maximum Length : 200 characters ) - General Information - ","key":"GeneralInfo","type":"text","value":"General Test Information"},{"description":"Mandatory  (Maximum Length : 300 characters) - Registered Address -","key":"Address","type":"text","value":"7 Vougari Floor 1"},{"description":"Optional  (Maximum Length : 300 characters) - Registered Address -","key":"Address2","type":"text","value":"7 Vougari "},{"description":"Optional  (Maximum Length : 50 characters) - Registered  Address -","key":"PostalCode","type":"text","value":"1046"},{"description":"Mandatory  (Maximum Length : 50 characters) - Registered Address -","key":"City","type":"text","value":"Nicosia"},{"description":"Mandatory (Alpha 2 Code. e.g CY for Cyprus ) - Registered Address -","key":"CountryCode","type":"text","value":"CY"},{"description":"Optional (Maximum Length : 300 characters) - Mail Address - ","key":"MailAddress1","type":"text","value":"Voulgari 100"},{"description":"Optional  (Maximum Length : 300 characters) - Mail Address - ","key":"MailAddress2","type":"text","value":"Voulgari 200"},{"description":"Optional  (Maximum Length : 50 characters) - Mail Address - ","key":"MailPostalCode","type":"text","value":"1070"},{"description":"Optional  (Maximum Length : 50 characters) - Mail Address - ","key":"MailCity","type":"text","value":"Nicosia"},{"description":"Optional  (Alpha 2 Code. e.g CY for Cyprus ) - Mail Address - ","key":"MailCountryCode","type":"text","value":"CY"},{"description":"Mandatory  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -","key":"MobilePhone","type":"text","value":"+7743350053"},{"description":"Optional  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -","key":"WorkPhone","type":"text","value":"+7766544434"},{"description":"Optional  ( Valid Format : CountryCodeXXXXXXXX ) - Contact Information -","key":"Fax","type":"text","value":"+7766544431"},{"description":"Mandatory ( ) - Contact Information -","key":"Email","type":"text","value":"georgiou101@outlook.com"},{"description":"Optional ( Valid Values : Low Risk, Medium Risk, High Risk, BlackListed ) Default Value : Low Risk  - Client Status -","key":"ClientRisk","type":"text","value":""},{"description":"Optional ( Valid Values : Unknown, Low Risk, Medium Risk, High Risk ) Default Value :Unknown - Client Status -","key":"PEPSanctionsRisk","type":"text","value":"Low Risk"},{"description":"Optional ( Valid Values : Unknown, Low Risk, Medium Risk, High Risk ) Default Value : Unknown - Client Status -","key":"CommercialRisk","type":"text","value":"Low Risk"},{"description":"Optional (Valid Values : True, False ) Default Value: True- Client Status -","key":"IsAliveOrActiveVitalStatus","type":"text","value":"true"},{"description":"Optional  (Valid Format : YYYY-MM-DD).  If not Provided the default value is Today - Client Status -","key":"DataRecollectionDate","type":"text","value":""},{"description":"Optional ( Maximum Length : 60 characters ) If not provided the Default Value will be a random CSM chosen\n- Additional Information -","key":"CSM","type":"text","value":"cgeorgiouBD"},{"description":"Optional ( Maximum Length : 60 characters) If not provided the default value is System - Additional Information -","key":"UserName","type":"text","value":"cgeorgiouBD"},{"description":"Optional","key":"Industry","type":"text","value":"Software"},{"description":"Optional","key":"SubIndustry","type":"text","value":"Application Software"},{"description":"Optional ( Alpha 2 Code. e.g CY for Cyprus ) - FATCA -","key":"TaxResidentCountry","type":"text","value":"CY"},{"description":"Optional ( Valid Values : Free  , Local)  If not provided the default value is Free  - FATCA -","key":"TaxStatus","type":"text","value":""},{"description":"Optional  ( If not provided the default value is 001 ) - Additional Information -","key":"BranchID","type":"text","value":""},{"description":"Optional ( Maximum Length : 3 characters ) - Additional Information -","key":"SortKey","type":"text","value":""},{"description":"Optional ( Maximum Length : 6 characters ) - Additional Information -","key":"SponsorCLNO1","type":"text","value":""},{"description":"Optional ( Valid Values [0-100] ) - Additional Information -","key":"ReferralCommission","type":"text","value":""}]},"url":"http://localhost//API/api/Client/ClientApply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Fri, 26 Jul 2019 13:37:38 GMT"},{"key":"Content-Length","value":"1255"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"ClientNumber\": \"004550\",\n        \"Company\": \"Apple Inc\",\n        \"SWIFTCode\": \"\",\n        \"WebSite\": \"companytest.com\",\n        \"AuditFirm\": \"WINGTIP Cyprus\",\n        \"CompanyRegistrationDate\": \"10/10/1984 12:00:00 AM\",\n        \"VATRef\": \"1211D\",\n        \"TaxRef\": \"12111921S\",\n        \"TaxRefJurisdiction\": \"CY\",\n        \"CompanyType\": \"LTD\",\n        \"Industries\": [\n            {\n                \"ID\": 55,\n                \"Industry\": \"Software\",\n                \"IsSubIndustry\": false,\n                \"ParentID\": null\n            }\n        ],\n        \"SubIndustries\": [\n            {\n                \"ID\": 126,\n                \"Industry\": \"Application Software\",\n                \"IsSubIndustry\": true,\n                \"ParentID\": null\n            }\n        ],\n        \"GeneralInfo\": \"General Test Information\",\n        \"ContactDetails\": {\n            \"HomePhone\": \"\",\n            \"MobilePhone\": \"+7743350053\",\n            \"WorkPhone\": \"+7766544434\",\n            \"Fax\": \"+7766544431\",\n            \"Email\": \"georgiou101@outlook.com\"\n        },\n        \"AddressDetails\": null,\n        \"AllAddressDetails\": [\n            {\n                \"Address1\": \"7 Vougari Floor 1\",\n                \"Address2\": \"7 Vougari\",\n                \"PostCode\": \"1046\",\n                \"City\": \"Nicosia\",\n                \"CountryCode\": \"CY\",\n                \"Country\": \"Cyprus\",\n                \"IsLegalAddress\": true,\n                \"IsMailAddress\": false\n            },\n            {\n                \"Address1\": \"Voulgari 100\",\n                \"Address2\": \"Voulgari 200\",\n                \"PostCode\": \"1070\",\n                \"City\": \"Nicosia\",\n                \"CountryCode\": \"CY\",\n                \"Country\": \"Cyprus\",\n                \"IsLegalAddress\": false,\n                \"IsMailAddress\": true\n            }\n        ],\n        \"ClientRisk\": \"\",\n        \"PEPSanctionsRisk\": \"Low Risk\",\n        \"CommercialRisk\": \"Low Risk\",\n        \"OperatingStatus\": \"Active\",\n        \"CSM\": \"cgeorgiouBD\",\n        \"UserName\": \"cgeorgiouBD\",\n        \"SearchKey\": \"\",\n        \"ReferredBy\": \"\",\n        \"ReferralCommission\": \"0\",\n        \"Status\": \"Pending\"\n    },\n    \"Success\": true\n}"}],"_postman_id":"b5bdb54f-dfa3-4144-893c-961f6ee818d9"},{"name":"ClientContactDetails","event":[{"listen":"test","script":{"id":"2b3dac4c-6433-41b9-98b2-674c6949513a","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"05fd3fd3-b3b8-443c-82f2-da2ebf85b30a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000287"}]},"url":"http://localhost//API/api/Client/ClientContactDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves client contact details given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientContactDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"05fd3fd3-b3b8-443c-82f2-da2ebf85b30a"},{"name":"ClientCorporateDetails","event":[{"listen":"test","script":{"id":"02e49aa7-b2e2-4701-8ae3-3cc014ee6cf8","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2f8beb1c-f375-4925-864c-fe053265cb33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"004618","type":"text","description":"<p>Mandatory</p>\n"}]},"url":"http://localhost//API/api/Client/ClientCorporateDetails","urlObject":{"path":["API","api","Client","ClientCorporateDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"ad443d81-4b9e-4b2a-b973-d03c2fef36c3","name":"ClientCorporateDetails","originalRequest":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"Mandatory"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"Mandatory","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"Mandatory"},{"key":"Accept","value":"application/xml","type":"text","description":"Optional","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"004618","type":"text","description":"Mandatory"}]},"url":"http://localhost//API/api/Client/ClientCorporateDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Tue, 03 Sep 2019 13:20:53 GMT"},{"key":"Content-Length","value":"312"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"ClientNumber\": \"004618\",\n        \"Company\": \"Apple Inc\",\n        \"SWIFTCode\": \"\",\n        \"WebSite\": \"Low Risk\",\n        \"AuditFirm\": \"WINGTIP Cyprus\",\n        \"CompanyRegistrationDate\": \"10/10/1984 12:00:00 AM\",\n        \"VATRef\": \"1211D\",\n        \"TaxRef\": \"12111921S\",\n        \"TaxRefJurisdiction\": \"CY\",\n        \"CompanyType\": \"LTD\",\n        \"GeneralInfo\": \"General Test Information\"\n    },\n    \"Success\": true\n}"}],"_postman_id":"2f8beb1c-f375-4925-864c-fe053265cb33"},{"name":"ClientDocuments","event":[{"listen":"test","script":{"id":"36086183-b1f9-4edd-98ee-26aec20020bb","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"94fe10e0-bc82-4b9d-b462-271ee1b704b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"}]},"url":"http://localhost//API/api/Client/ClientDocuments","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all client documents for the given client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientDocuments"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"94fe10e0-bc82-4b9d-b462-271ee1b704b3"},{"name":"ClientIndustriesAndSubIndustries","event":[{"listen":"test","script":{"id":"c0bc92b8-b375-4f18-b890-06f41a673d64","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6fd3e70a-4d9e-4ec7-a20f-151e08fa5bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000002"}]},"url":"http://localhost//API/api/Client/ClientIndustriesAndSubIndustries","urlObject":{"path":["API","api","Client","ClientIndustriesAndSubIndustries"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"0ed1a9e8-e14a-4249-8cfe-943a14c93965","name":"ClientIndustriesAndSubIndustries","originalRequest":{"method":"POST","header":[{"description":"Mandatory","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"Mandatory","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"Mandatory","key":"Accept","type":"text","value":"application/json"},{"description":"Optional","key":"Accept","type":"text","value":"application/xml","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Mandatory","key":"ClientNumber","type":"text","value":"000002"}]},"url":"http://localhost//API/api/Client/ClientIndustriesAndSubIndustries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Wed, 30 Oct 2019 13:09:11 GMT"},{"key":"Content-Length","value":"95"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"ID\": 55,\n            \"Industry\": \"Software\",\n            \"IsSubIndustry\": false,\n            \"ParentID\": null\n        }\n    ],\n    \"Success\": true\n}"}],"_postman_id":"6fd3e70a-4d9e-4ec7-a20f-151e08fa5bf9"},{"name":"ClientPersonalDetails","event":[{"listen":"test","script":{"id":"3d6f6d72-18e6-499a-8ca1-0d2b9706885a","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d74aa4e3-f1cf-46d6-9750-caaf1b61ac87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000002","type":"text","description":"<p>Mandatory</p>\n"}]},"url":"http://localhost//API/api/Client/ClientPersonalDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves client personal details given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientPersonalDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"d74aa4e3-f1cf-46d6-9750-caaf1b61ac87"},{"name":"ClientReferralDetails","event":[{"listen":"test","script":{"id":"4984e110-e5f2-4b68-ad7d-5c6912e62b2f","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c10da652-511a-4c4b-9c46-f0906ba8d2cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"}]},"url":"http://localhost//API/api/Client/ClientReferralDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves client's referral's details given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientReferralDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"c10da652-511a-4c4b-9c46-f0906ba8d2cb"},{"name":"ClientRelations","event":[{"listen":"test","script":{"id":"ed50ac8b-be8c-4751-b63e-c207fc9643cd","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"99de2773-9a26-46f9-bb78-4c083b446931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000010","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"http://localhost//API/api/Client/ClientRelations","urlObject":{"path":["API","api","Client","ClientRelations"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"0ef24718-62fb-43ce-9299-d4afa2eaa2c1","name":"ClientRelations","originalRequest":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"Mandatory"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"Mandatory","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"Mandatory"},{"key":"Accept","value":"application/xml","type":"text","description":"Optional","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000010","description":"Mandatory","type":"text"}]},"url":"{{urlAPI}}/API/api/Client/ClientRelations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Tue, 03 Sep 2019 12:28:57 GMT"},{"key":"Content-Length","value":"494"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"ID\": 778,\n            \"Relation\": \"Signatory\",\n            \"DependentCLNO\": \"000005\",\n            \"DependentName\": \"Maria 000005 Georgiou\",\n            \"Status\": \"Active\"\n        },\n        {\n            \"ID\": 782,\n            \"Relation\": \"Director\",\n            \"DependentCLNO\": \"000013\",\n            \"DependentName\": \"Maria 000013 Georgiou\",\n            \"Status\": \"Active\"\n        },\n        {\n            \"ID\": 783,\n            \"Relation\": \"Shareholder\",\n            \"DependentCLNO\": \"000013\",\n            \"DependentName\": \"Maria 000013 Georgiou\",\n            \"Status\": \"Active\"\n        },\n        {\n            \"ID\": 784,\n            \"Relation\": \"Signatory\",\n            \"DependentCLNO\": \"000013\",\n            \"DependentName\": \"Maria 000013 Georgiou\",\n            \"Status\": \"Active\"\n        }\n    ],\n    \"Success\": true\n}"}],"_postman_id":"99de2773-9a26-46f9-bb78-4c083b446931"},{"name":"ChangeClientStatus","event":[{"listen":"test","script":{"id":"f1898a75-4c21-4b3f-8abc-7c5ad68baa5c","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"90c84dc8-7053-4e5c-893d-60673a36f32a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory </p>\n","key":"ClientNumber","type":"text","value":"000154"},{"description":"<p>Mandatory (Status Values: Pending, Approved, Authorized, Active, Terminated, Rejected)</p>\n","key":"Status","type":"text","value":"Authorize"}]},"url":"http://localhost//API/api/Client/ChangeClientStatus","description":"<h2 id=\"description\">Description</h2>\n<p>Changes Client Status given the unique client number and new status.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>12</td>\n<td>The New Status of the Client. (Valid values : Pending, Approved, Authorized, Active, Terminated, Rejected)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ChangeClientStatus"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"90c84dc8-7053-4e5c-893d-60673a36f32a"},{"name":"ChangeDocumentStatus","event":[{"listen":"test","script":{"id":"f1898a75-4c21-4b3f-8abc-7c5ad68baa5c","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b86897a5-eb05-41a7-8a0d-ba69f4ce6610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory </p>\n","key":"DocumentID","type":"text","value":"65"},{"description":"<p>Mandatory (Status Values: Pending, Verified, Rejected)</p>\n","key":"Status","type":"text","value":"Verified"}]},"url":"http://localhost//API/api/Client/ChangeDocumentStatus","description":"<p>Changes Client Status</p>\n","urlObject":{"path":["API","api","Client","ChangeDocumentStatus"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"0fe99b03-f311-41f0-aa6a-12d50978f3b2","name":"ChangeDocumentStatus","originalRequest":{"method":"POST","header":[{"description":"Mandatory","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"Mandatory","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"Mandatory","key":"Accept","type":"text","value":"application/json"},{"description":"Optional","key":"Accept","type":"text","value":"application/xml","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Mandatory ","key":"DocumentID","type":"text","value":"65"},{"description":"Mandatory (Status Values: Pending, Verified, Rejected)","key":"Status","type":"text","value":"Verified"}]},"url":"{{urlAPI}}/API/api/Client/ChangeDocumentStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Tue, 03 Sep 2019 12:28:42 GMT"},{"key":"Content-Length","value":"86"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"DocumentID\": 65,\n        \"OldStatus\": \"Pending\",\n        \"NewStatus\": \"Verified\"\n    },\n    \"Success\": true\n}"}],"_postman_id":"b86897a5-eb05-41a7-8a0d-ba69f4ce6610"},{"name":"IdentificationDetails","event":[{"listen":"test","script":{"id":"992fc92a-f26f-4e13-8e68-e21627aedde2","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"3964c4e9-7708-4112-ae33-0951ea8b084c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"}]},"url":"http://localhost//API/api/Client/IdentificationDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all client's identification details given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","IdentificationDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"3964c4e9-7708-4112-ae33-0951ea8b084c"},{"name":"UpdateClientAddress","event":[{"listen":"test","script":{"id":"ff09e8ae-3d87-4c8d-b30e-91c1f97f6ef2","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d64dca9b-d2b6-42de-973c-2f53945bbd28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"},{"key":"ID","value":"189","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Address1","value":"Voulgari 776","description":"<p>Optional</p>\n","type":"text"},{"key":"Address2","value":"Larnacos 12","description":"<p>Optional</p>\n","type":"text"},{"key":"PostCode","value":"1090","description":"<p>Optional</p>\n","type":"text"},{"key":"City","value":"Nicosia","description":"<p>Optional</p>\n","type":"text"},{"key":"CountryCode","value":"GR","description":"<p>Optional</p>\n","type":"text"},{"key":"IsLegalAddress","value":"","description":"<p>Optional</p>\n","type":"text"},{"key":"IsMailAddress","value":"","description":"<p>Optional</p>\n","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateClientAddress","urlObject":{"path":["API","api","Client","UpdateClientAddress"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"67347635-f605-4aec-b576-0ec14df22d0b","name":"UpdateClientAddress","originalRequest":{"method":"POST","header":[{"description":"Mandatory","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"Mandatory","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"Mandatory","key":"Accept","type":"text","value":"application/json"},{"description":"Optional","key":"Accept","type":"text","value":"application/xml","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Mandatory","key":"ClientNumber","type":"text","value":"000001"},{"key":"ID","value":"189","description":"Mandatory","type":"text"},{"key":"Address1","value":"Voulgari 776","description":"Optional","type":"text"},{"key":"Address2","value":"Larnacos 12","description":"Optional","type":"text"},{"key":"PostCode","value":"1090","description":"Optional","type":"text"},{"key":"City","value":"Nicosia","description":"Optional","type":"text"},{"key":"CountryCode","value":"GR","description":"Optional","type":"text"},{"key":"IsLegalAddress","value":"","description":"Optional","type":"text"},{"key":"IsMailAddress","value":"","description":"Optional","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateClientAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Tue, 03 Sep 2019 12:28:57 GMT"},{"key":"Content-Length","value":"193"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"Address1\": \"Voulgari 776\",\n        \"Address2\": \"Larnacos 12\",\n        \"PostCode\": \"1090\",\n        \"City\": \"Nicosia\",\n        \"CountryCode\": \"GR\",\n        \"Country\": \"Greece\",\n        \"IsLegalAddress\": true,\n        \"IsMailAddress\": false\n    },\n    \"Success\": true\n}"}],"_postman_id":"d64dca9b-d2b6-42de-973c-2f53945bbd28"},{"name":"UpdateClientContactDetails","event":[{"listen":"test","script":{"id":"5d7b2089-d3b8-4ddc-b597-826e91652519","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7b2d2e93-ae3c-4c0e-a5f1-bb6541937d48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000287"},{"key":"HomePhone","value":"+35712345678","description":"<p>Optional</p>\n","type":"text"},{"key":"MobilePhone","value":"+35712345678","description":"<p>Optional</p>\n","type":"text"},{"key":"WorkPhone","value":"+35712345678","description":"<p>Optional</p>\n","type":"text"},{"key":"Fax","value":"+35712345678","description":"<p>Optional</p>\n","type":"text"},{"key":"Email","value":"287updated12@test.com","description":"<p>Optional</p>\n","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateClientContactDetails","urlObject":{"path":["API","api","Client","UpdateClientContactDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"9def0889-950b-4429-bfb3-21d090665616","name":"UpdateClientContactDetails","originalRequest":{"method":"POST","header":[{"description":"Mandatory","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"Mandatory","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"Mandatory","key":"Accept","type":"text","value":"application/json"},{"description":"Optional","key":"Accept","type":"text","value":"application/xml","disabled":true},{"key":"UsernamePassword","type":"text","value":"itzoukas@probanx.com:12345678","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Mandatory","key":"ClientNumber","type":"text","value":"000287"},{"key":"HomePhone","value":"+35712345678","description":"Optional","type":"text"},{"key":"MobilePhone","value":"+35712345678","description":"Optional","type":"text"},{"key":"WorkPhone","value":"+35712345678","description":"Optional","type":"text"},{"key":"Fax","value":"+35712345678","description":"Optional","type":"text"},{"key":"Email","value":"287updated12@test.com","description":"Optional","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateClientContactDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Tue, 03 Sep 2019 12:29:18 GMT"},{"key":"Content-Length","value":"161"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"HomePhone\": \"+35712345678\",\n        \"MobilePhone\": \"+35712345678\",\n        \"WorkPhone\": \"+35712345678\",\n        \"Fax\": \"+35712345678\",\n        \"Email\": \"287updated12@test.com\"\n    },\n    \"Success\": true\n}"}],"_postman_id":"7b2d2e93-ae3c-4c0e-a5f1-bb6541937d48"},{"name":"UpdateClientPersonalDetails","event":[{"listen":"test","script":{"id":"c0bc92b8-b375-4f18-b890-06f41a673d64","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"3aa917ff-88b2-468b-aaad-6c230f4be681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000287","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Title","value":"Mrs","description":"<p>Optional  (Valid Values : Mr, Mrs, Ms, Miss, Dr ) </p>\n","type":"text"},{"key":"Gender","value":"M","description":"<p>Optional (Valid Values : M for Male , F for Female) </p>\n","type":"text"},{"key":"FirstName","value":"Maria","description":"<p>Optional (Maximum Length : 100 characters) </p>\n","type":"text"},{"key":"MiddleName","value":"Gianna","description":"<p>Optional (Maximum Length : 100 characters) </p>\n","type":"text"},{"key":"FamilyName","value":"Vonatou","description":"<p>Optional (Surname) (Maximum Length : 100 characters) </p>\n","type":"text"},{"key":"DOB","value":"1999-10-10","description":"<p>Optional (Valid Format : YYYY-MM-DD) </p>\n","type":"text"},{"key":"MaritalStatus","value":"Divorced","description":"<p>Optional (Valid Values : Single, Married, Divorced, Widower )</p>\n","type":"text"},{"key":"PlaceOfBirth","value":"Nicosia","description":"<p>Optional (Maximum Length : 100 characters ) </p>\n","type":"text"},{"key":"GeneralInfo","value":"General Info Test","description":"<p>Optional (Maximum Length : 200 characters ) </p>\n","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateClientPersonalDetails","urlObject":{"path":["API","api","Client","UpdateClientPersonalDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"88a7d9a5-3067-40a5-a16f-f2b674d907d7","name":"UpdateClientPersonalDetails","originalRequest":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"Mandatory"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"Mandatory","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"Mandatory"},{"key":"Accept","value":"application/xml","type":"text","description":"Optional","disabled":true},{"key":"UsernamePassword","value":"cgeorgiou:12345678","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000287","type":"text","description":"Mandatory"},{"key":"Title","value":"Mrs","description":"Optional  (Valid Values : Mr, Mrs, Ms, Miss, Dr ) ","type":"text"},{"key":"Gender","value":"M","description":"Optional (Valid Values : M for Male , F for Female) ","type":"text"},{"key":"FirstName","value":"Maria","description":"Optional (Maximum Length : 100 characters) ","type":"text"},{"key":"MiddleName","value":"Gianna","description":"Optional (Maximum Length : 100 characters) ","type":"text"},{"key":"FamilyName","value":"Vonatou","description":"Optional (Surname) (Maximum Length : 100 characters) ","type":"text"},{"key":"DOB","value":"1999-10-10","description":"Optional (Valid Format : YYYY-MM-DD) ","type":"text"},{"key":"MaritalStatus","value":"Divorced","description":"Optional (Valid Values : Single, Married, Divorced, Widower )","type":"text"},{"key":"PlaceOfBirth","value":"Nicosia","description":"Optional (Maximum Length : 100 characters ) ","type":"text"},{"key":"GeneralInfo","value":"General Info Test","description":"Optional (Maximum Length : 200 characters ) ","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateClientPersonalDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Tue, 03 Sep 2019 12:29:34 GMT"},{"key":"Content-Length","value":"312"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"ClientNumber\": \"000287\",\n        \"Title\": \"Mrs\",\n        \"ClientName\": \"Maria Gianna Vonatou\",\n        \"FirstName\": \"Maria\",\n        \"MiddleName\": \"Gianna\",\n        \"FamilyName\": \"Vonatou\",\n        \"DOB\": \"10/10/1999 12:00:00 AM\",\n        \"Gender\": \"Male\",\n        \"MaritalStatus\": \"Divorced\",\n        \"PlaceOfBirth\": \"Nicosia\",\n        \"GeneralInfo\": \"General Info Test\",\n        \"Picture\": null\n    },\n    \"Success\": true\n}"}],"_postman_id":"3aa917ff-88b2-468b-aaad-6c230f4be681"},{"name":"UpdateClientCorporateDetails","event":[{"listen":"test","script":{"id":"02e49aa7-b2e2-4701-8ae3-3cc014ee6cf8","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c056f3a0-18a9-4149-bc4f-b8d0a1cddd30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"004617"},{"key":"Company","value":"Microsoft","description":"<p>Optional (Maximum Length : 100 characters )</p>\n","type":"text"},{"key":"SWIFTCode","value":"AAALSARIALK","description":"<p>Optional (Maximum Length : 11 characters ) </p>\n","type":"text"},{"key":"WebSite","value":"testcompany.com","description":"<p>Optional</p>\n","type":"text"},{"key":"AuditFirm","value":"Audit Test Firm","description":"<p>Optional  (Maximum Length : 25 characters) </p>\n","type":"text"},{"key":"CompanyRegistrationDate","value":"1999-06-23","description":"<p>Optional (Valid Format : YYYY-MM-DD) </p>\n","type":"text"},{"key":"VATRef","value":"6768","description":"<p>Optional (Maximum Length : 16 characters )  </p>\n","type":"text"},{"key":"TaxRef","value":"6767","description":"<p>Optional (Maximum Length : 20 characters ) </p>\n","type":"text"},{"key":"TaxRefJurisdiction","value":"GR","description":"<p>Optional (Alpha 2 Code. e.g CY for Cyprus )</p>\n","type":"text"},{"key":"CompanyType","value":"LTD","description":"<p>Optional () </p>\n","type":"text"},{"key":"GeneralInfo","value":"General Test Information 2","description":"<p>Optional (Maximum Length : 200 characters ) </p>\n","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateClientCorporateDetails","urlObject":{"path":["API","api","Client","UpdateClientCorporateDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"5bd33b38-ae3c-4c11-aed1-e42f9078f374","name":"UpdateClientCorporateDetails","originalRequest":{"method":"POST","header":[{"description":"Mandatory","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"Mandatory","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"Mandatory","key":"Accept","type":"text","value":"application/json"},{"description":"Optional","key":"Accept","type":"text","value":"application/xml","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Mandatory","key":"ClientNumber","type":"text","value":"004617"},{"key":"Company","value":"Microsoft","description":"Optional (Maximum Length : 100 characters )","type":"text"},{"key":"SWIFTCode","value":"AAALSARIALK","description":"Optional (Maximum Length : 11 characters ) ","type":"text"},{"key":"WebSite","value":"testcompany.com","description":"Optional","type":"text"},{"key":"AuditFirm","value":"Audit Test Firm","description":"Optional  (Maximum Length : 25 characters) ","type":"text"},{"key":"CompanyRegistrationDate","value":"1999-06-23","description":"Optional (Valid Format : YYYY-MM-DD) ","type":"text"},{"key":"VATRef","value":"6768","description":"Optional (Maximum Length : 16 characters )  ","type":"text"},{"key":"TaxRef","value":"6767","description":"Optional (Maximum Length : 20 characters ) ","type":"text"},{"key":"TaxRefJurisdiction","value":"GR","description":"Optional (Alpha 2 Code. e.g CY for Cyprus )","type":"text"},{"key":"CompanyType","value":"LTD","description":"Optional () ","type":"text"},{"key":"GeneralInfo","value":"General Test Information 2","description":"Optional (Maximum Length : 200 characters ) ","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateClientCorporateDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Tue, 03 Sep 2019 12:29:47 GMT"},{"key":"Content-Length","value":"326"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"ClientNumber\": \"004617\",\n        \"Company\": \"Microsoft\",\n        \"SWIFTCode\": \"AAALSARIALK\",\n        \"WebSite\": \"testcompany.com\",\n        \"AuditFirm\": \"Audit Test Firm\",\n        \"CompanyRegistrationDate\": \"6/23/1999 12:00:00 AM\",\n        \"VATRef\": \"6768\",\n        \"TaxRef\": \"6767\",\n        \"TaxRefJurisdiction\": \"GR\",\n        \"CompanyType\": \"LTD\",\n        \"GeneralInfo\": \"General Test Information 2\"\n    },\n    \"Success\": true\n}"}],"_postman_id":"c056f3a0-18a9-4149-bc4f-b8d0a1cddd30"},{"name":"UpdateClientIndustriesAndSubIndustries","event":[{"listen":"test","script":{"id":"ff09e8ae-3d87-4c8d-b30e-91c1f97f6ef2","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"082098e3-e5e4-430c-b6d9-55a4984e6047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000002","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Industries","value":"1,3","description":"<p>Optional (Provide IDs seperated with comma eg. 1,2,3) If you want to delete all values insert 0</p>\n","type":"text"},{"key":"SubIndustries","value":"4,7","description":"<p>Optional (Provide IDs seperated with comma eg. 1,2,3) If you want to delete all values insert 0</p>\n","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateClientIndustriesAndSubIndustries","urlObject":{"path":["API","api","Client","UpdateClientIndustriesAndSubIndustries"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"e9200002-11b6-4a8e-b00c-e93c7574d144","name":"UpdateClientIndustriesAndSubIndustries","originalRequest":{"method":"POST","header":[{"description":"Mandatory","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"Mandatory","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"Mandatory","key":"Accept","type":"text","value":"application/json"},{"description":"Optional","key":"Accept","type":"text","value":"application/xml","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000002","description":"Mandatory","type":"text"},{"key":"Industries","value":"1,3","description":"Optional (Provide IDs seperated with comma eg. 1,2,3) If you want to delete all values insert 0","type":"text"},{"key":"SubIndustries","value":"4,7","description":"Optional (Provide IDs seperated with comma eg. 1,2,3) If you want to delete all values insert 0","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateClientIndustriesAndSubIndustries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Wed, 30 Oct 2019 13:12:44 GMT"},{"key":"Content-Length","value":"354"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"ID\": 1,\n            \"Industry\": \"Energy Equipment & Services\",\n            \"IsSubIndustry\": false,\n            \"ParentID\": null\n        },\n        {\n            \"ID\": 3,\n            \"Industry\": \"Chemicals\",\n            \"IsSubIndustry\": false,\n            \"ParentID\": null\n        },\n        {\n            \"ID\": 4,\n            \"Industry\": \"Oil & Gas Exploration & Production\",\n            \"IsSubIndustry\": true,\n            \"ParentID\": 4\n        },\n        {\n            \"ID\": 7,\n            \"Industry\": \"Coal & Consumable Fuels\",\n            \"IsSubIndustry\": true,\n            \"ParentID\": 7\n        }\n    ],\n    \"Success\": true\n}"}],"_postman_id":"082098e3-e5e4-430c-b6d9-55a4984e6047"},{"name":"UpdateIdentificationDetails","event":[{"listen":"test","script":{"id":"46610927-c3a9-4d85-b9fa-293e2dc1e75b","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"56f50542-ed35-43c1-ab85-8ee6c38f1d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Id","value":"87","description":"<p>Mandatory</p>\n","type":"text"},{"key":"ClientNumber","value":"000287","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Type","value":"ID Card","description":"<p>Optional</p>\n","type":"text","disabled":true},{"key":"Number","value":"1234567890","description":"<p>Optional</p>\n","type":"text","disabled":true},{"key":"DateIssued","value":"1981-05-23","description":"<p>Optional</p>\n","type":"text"},{"key":"DateExpired","value":"2021-05-23","description":"<p>Optional</p>\n","type":"text"},{"key":"CountryIssued","value":"GR","description":"<p>Optional</p>\n","type":"text"},{"key":"LocationIssued","value":"Nicosia","description":"<p>Optional</p>\n","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateIdentificationDetails","urlObject":{"path":["API","api","Client","UpdateIdentificationDetails"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"f096f7e3-9092-429c-ae84-9e2f3f293018","name":"UpdateIdentificationDetails","originalRequest":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"Mandatory"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"Mandatory","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"Mandatory"},{"key":"Accept","value":"application/xml","type":"text","description":"Optional","disabled":true},{"key":"UsernamePassword","value":"cgeorgiou:12345678","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Id","value":"87","description":"Mandatory","type":"text"},{"key":"ClientNumber","value":"000287","description":"Mandatory","type":"text"},{"key":"Type","value":"ID Card","description":"Optional","type":"text","disabled":true},{"key":"Number","value":"1234567890","description":"Optional","type":"text","disabled":true},{"key":"DateIssued","value":"1981-05-23","description":"Optional","type":"text"},{"key":"DateExpired","value":"2021-05-23","description":"Optional","type":"text"},{"key":"CountryIssued","value":"GR","description":"Optional","type":"text"},{"key":"LocationIssued","value":"Nicosia","description":"Optional","type":"text"}]},"url":"http://localhost//API/api/Client/UpdateIdentificationDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Tue, 03 Sep 2019 12:30:05 GMT"},{"key":"Content-Length","value":"249"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"Id\": \"87\",\n        \"Type\": \"ID Card\",\n        \"Number\": \"123456\",\n        \"DateIssued\": \"1981-05-23T00:00:00\",\n        \"DateExpired\": \"2021-05-23T00:00:00\",\n        \"Status\": \"Pending\",\n        \"CountryIssued\": \"GR\",\n        \"LocationIssued\": \"Nicosia\",\n        \"DocumentId\": \"0\",\n        \"ClientNumber\": \"000287\"\n    },\n    \"Success\": true\n}"}],"_postman_id":"56f50542-ed35-43c1-ab85-8ee6c38f1d5b"}],"id":"b8459f91-e77d-4095-a004-2bce19b0b1b0","_postman_id":"b8459f91-e77d-4095-a004-2bce19b0b1b0","description":""},{"name":"Deposit","item":[{"name":"ListOfDepositProduct","event":[{"listen":"test","script":{"id":"d2daed69-2a3c-4205-85e7-6ae50e7e99e5","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c1413fdb-c126-4d61-9c24-1fbbc14bb14c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"url":"http://localhost//API/api/Deposit/ListOfDepositProduct","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves the list of all available Deposit Products</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Deposit","ListOfDepositProduct"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1413fdb-c126-4d61-9c24-1fbbc14bb14c"},{"name":"MakeDeposit","event":[{"listen":"test","script":{"id":"09051ae6-e848-4664-a2d3-3f4a274d410d","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"26972ad7-6040-4f96-8f3d-fad299f143e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":""},{"description":"<p>Mandatory (Call the API call ListOfDepositProduct to get the Deposit ProductIDs)</p>\n","key":"DepositProductId","type":"text","value":""},{"description":"<p>Mandatory</p>\n","key":"FundingAccountNumber","type":"text","value":""},{"description":"<p>Mandatory</p>\n","key":"PayAwayAccountNumber","type":"text","value":""},{"description":"<p>Mandatory</p>\n","key":"InterestAccountNumber","type":"text","value":""},{"description":"<p>Mandatory</p>\n","key":"Amount","type":"text","value":""},{"description":"<p>Mandatory</p>\n","key":"Details","type":"text","value":""},{"description":"<p>Optional (Valid values : True , False). If not provided False will be the default value.</p>\n","key":"AutoRenew","type":"text","value":""},{"description":"<p>Optional (Valid values : PrincipalAndInterest , PrincipalOnly). This field should be provided only when AutoRenew is set to True.</p>\n","key":"AutoRenewType","type":"text","value":""},{"description":"<p>Optional</p>\n","key":"InterestRate","type":"text","value":""},{"description":"<p>Optional (Valid Format : YYYY-MM-DD). If not provided the current date will be the default value. </p>\n","key":"DepositStartDate","type":"text","value":""}]},"url":"http://localhost//API/api/Deposit/MakeDeposit","description":"<h2 id=\"description\">Description</h2>\n<p>Makes a deposit with the given information.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>DepositProductId</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The deposit product ID number.</td>\n</tr>\n<tr>\n<td>FundingAccountNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The funding account number of the deposit.</td>\n</tr>\n<tr>\n<td>PayAwayAccountNumber</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>21</td>\n<td>The pay away account number of the deposit.</td>\n</tr>\n<tr>\n<td>InterestAccountNumber</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>21</td>\n<td>The interest account number of the deposit.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The amount of the deposit.</td>\n</tr>\n<tr>\n<td>Details</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The details of the deposit.</td>\n</tr>\n<tr>\n<td>AutoRenew</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n<td>The auto renew option of the deposit. (Valid values : True , False) Default: False</td>\n</tr>\n<tr>\n<td>AutoRenewType</td>\n<td>Optional</td>\n<td>Enum</td>\n<td>20</td>\n<td>The auto renew type if AutoRenew is set to true. (Valid values : PrincipalAndInterest , PrincipalOnly)</td>\n</tr>\n<tr>\n<td>InterestRate</td>\n<td>Optional</td>\n<td>Number(integer)</td>\n<td></td>\n<td>The interest rate of the deposit.</td>\n</tr>\n<tr>\n<td>DepositStartDate</td>\n<td>Optional</td>\n<td>Date</td>\n<td>10</td>\n<td>The start date of the deposit. (Valid Format : YYYY-MM-DD) e.g 2019-08-24</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Deposit","MakeDeposit"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"26972ad7-6040-4f96-8f3d-fad299f143e9"}],"id":"f2721506-f26e-4f96-b2f9-b612f5c5ef84","_postman_id":"f2721506-f26e-4f96-b2f9-b612f5c5ef84","description":""},{"name":"Exchange Rates","item":[{"name":"AllExchangeRatesByBaseCurrency","event":[{"listen":"test","script":{"id":"37391485-a297-4701-b475-575fad7d69a7","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"bd34f8fd-878e-4883-bee6-ee6797a0696b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost//API/api/Exchanges/AllExchangeRatesByBaseCurrency","description":"<h2 id=\"description\">Description</h2>\n<p>Returns exhange rates by base currency</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Exchanges","AllExchangeRatesByBaseCurrency"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd34f8fd-878e-4883-bee6-ee6797a0696b"},{"name":"AllExhangeRatesByDate","event":[{"listen":"test","script":{"id":"79cef8fc-8ee4-4ad5-8e49-f1de7a5dca35","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f43790c4-136a-4aa6-932e-68381b9e23c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"Date","type":"text","value":"2018-10-02"}]},"url":"http://localhost//API/api/Exchanges/AllExhangeRatesByDate","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all exhange rates based on the date provided for base Currency.If no rates are available on the specific date the system will then make use of the latest rates stored.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Date</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date. (Valid Format : YYYY-MM-DD)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Exchanges","AllExhangeRatesByDate"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"f43790c4-136a-4aa6-932e-68381b9e23c5"},{"name":"AmountExchangeRates","event":[{"listen":"test","script":{"id":"9f978b73-5319-4e42-b3cf-8b3e08fdadff","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"8df8f2ca-66a6-4360-bfcb-01bbc55f4608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DebitCurrency","value":"AUD","description":"<p>Mandatory</p>\n","type":"text"},{"key":"CreditCurrency","value":"USD","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Amount","value":"29000.00","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Date","value":"2018-09-30","description":"<p>Optional (If is null gets Today's date)</p>\n","type":"text"}]},"url":"http://localhost//API/api/Exchanges/AmountExchangeRates","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves Debit and Credit Rate for a given amount at a specific Date or Today.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DebitCurrency</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The Debit Currency.</td>\n</tr>\n<tr>\n<td>CreditCurrency</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The Credit Currency.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Decimal</td>\n<td>(18,2)</td>\n<td>The Amount.</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>Optional</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date. (Valid Format : YYYY-MM-DD) Default Value: Today</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Exchanges","AmountExchangeRates"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"8df8f2ca-66a6-4360-bfcb-01bbc55f4608"},{"name":"ForexExchangeRates","event":[{"listen":"test","script":{"id":"d5bb9952-b6d8-4043-8239-177f9ebabdf1","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"583d38bf-e31d-4e1f-962e-1710e35e7d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost//API/api/Exchanges/ForexExchangeRates","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all forex exhange rates for the currencies register on the system based on the base currency.</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Exchanges","ForexExchangeRates"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"583d38bf-e31d-4e1f-962e-1710e35e7d77"}],"id":"84499435-f940-42b5-8cd7-2d66d37a73a1","_postman_id":"84499435-f940-42b5-8cd7-2d66d37a73a1","description":""},{"name":"Loans","item":[{"name":"GetLoansByReferenceNumber","event":[{"listen":"test","script":{"id":"4d8be2b3-6ecb-4e44-aafd-3ca69638d77b","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"88c8d92f-0c7a-462a-ae78-92859164e808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost//API/api/Loan/GetLoansByReferenceNumber","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves a loan details for the given Loan Reference Number</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceNumber</td>\n<td>Mandatory</td>\n<td>AlphaNumeric</td>\n<td>12</td>\n<td>The unique Loan Reference Number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Loan","GetLoansByReferenceNumber"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"88c8d92f-0c7a-462a-ae78-92859164e808"},{"name":"LoansForClient","event":[{"listen":"test","script":{"id":"c59542cd-f4bb-4bb6-a239-45981bf2f8b0","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b0face59-717c-4f5d-a7f6-8b9c6e427594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","type":"text","value":"000066"}]},"url":"http://localhost//API/api/Loan/LoansForClient","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all loans related to a client for the given client number</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>AlphaNumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Loan","LoansForClient"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0face59-717c-4f5d-a7f6-8b9c6e427594"}],"id":"ee1f6d22-94b5-449e-8e42-3b5b868a6806","_postman_id":"ee1f6d22-94b5-449e-8e42-3b5b868a6806","description":""},{"name":"Log-in","item":[{"name":"GenerateToken","event":[{"listen":"test","script":{"id":"46455173-5214-44dd-bf50-3b8da394e1cb","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"1509aa08-a210-4c32-a533-fe2198617611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"adminProbanx:12345678","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"raw","raw":""},"url":"http://localhost/API/api/Authentication/GenerateToken","urlObject":{"protocol":"http","path":["API","api","Authentication","GenerateToken"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1509aa08-a210-4c32-a533-fe2198617611"},{"name":"ClientSignUp","event":[{"listen":"test","script":{"id":"1402aefa-617d-4b2f-8758-ae36c7e74424","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ad675579-219c-4aa6-b05b-722efe925202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"raw","raw":""},"url":"http://localhost//API/api/Client/SignUp","urlObject":{"path":["API","api","Client","SignUp"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad675579-219c-4aa6-b05b-722efe925202"}],"id":"2babf48f-55ab-4b84-8998-3bfe66f9b73a","_postman_id":"2babf48f-55ab-4b84-8998-3bfe66f9b73a","description":""},{"name":"Notifications","item":[{"name":"GetAttachmentsForMessage","event":[{"listen":"test","script":{"id":"788cceb4-671a-43da-8675-4f8e1cfa54e4","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"038529d0-efdf-44a4-8cde-0485abc8bf00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"MessageId","type":"text","value":"160330"}]},"url":"http://localhost//API/api/Notification/GetAttachmentsForMessage","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve Attachments for a given message id.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageId</td>\n<td>Mandatory</td>\n<td>Integer</td>\n<td>10</td>\n<td>The unique message id.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Notification","GetAttachmentsForMessage"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"038529d0-efdf-44a4-8cde-0485abc8bf00"}],"id":"f3ddc270-6936-45f0-a33a-a09da569b5b5","_postman_id":"f3ddc270-6936-45f0-a33a-a09da569b5b5","description":""},{"name":"Standing Orders","item":[{"name":"CancelStandingOrder","event":[{"listen":"test","script":{"id":"99676e63-7b50-4390-b4b1-ff9093da2a3b","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"a1a02a65-8004-4f65-b6be-910bf93439db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000158","type":"text"},{"key":"StandingOrderID","value":"2","type":"text"}]},"url":"http://localhost//API/api/StandingOrder/CancelStandingOrder","description":"<h2 id=\"description\">Description</h2>\n<p>Cancels a standing order given the unique client number and standing order id.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>StandingOrderID</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>10</td>\n<td>The unique standing order id.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","StandingOrder","CancelStandingOrder"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1a02a65-8004-4f65-b6be-910bf93439db"},{"name":"ViewStandingOrders","event":[{"listen":"test","script":{"id":"e89cde65-7f96-4944-91c5-14a0c4747b61","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"caa095ce-c476-4ffa-9701-1acb9d8f8519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000001","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"http://localhost//API/api/StandingOrder/ViewStandingOrders","description":"<h2 id=\"description\">Description</h2>\n<p>Views client's standing orders given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","StandingOrder","ViewStandingOrders"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[{"id":"24cd9731-ea37-46af-b241-3e6d79746176","name":"ViewStandingOrders","originalRequest":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"Mandatory"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"Mandatory","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"Mandatory"},{"key":"Accept","value":"application/xml","type":"text","description":"Optional","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000002","description":"Mandatory","type":"text"}]},"url":"http://localhost//API/api/StandingOrder/ViewStandingOrders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"X-Frame-Options","value":"SameOrigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';script-src 'self' 'unsafe-inline';object-src 'none';style-src 'self' 'unsafe-inline';img-src 'self' data:;media-src 'none';frame-src 'none';font-src 'self';form-action 'self';frame-ancestors 'none';manifest-src 'none';worker-src 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self' "},{"key":"Date","value":"Thu, 08 Aug 2019 09:35:35 GMT"},{"key":"Content-Length","value":"359"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"StandingOrderID\": 2,\n            \"ClientNumber\": \"000002\",\n            \"Frequency\": \"MONTHLY\",\n            \"LastExecutionDate\": \"4/25/2019\",\n            \"NextExecutionDate\": \"5/25/2019\",\n            \"Status\": \"Cancelled\",\n            \"ExpiryDate\": \"\"\n        },\n        {\n            \"StandingOrderID\": 3,\n            \"ClientNumber\": \"000002\",\n            \"Frequency\": \"DAILY\",\n            \"LastExecutionDate\": \"7/8/2019\",\n            \"NextExecutionDate\": \"7/9/2019\",\n            \"Status\": \"Cancelled\",\n            \"ExpiryDate\": \"\"\n        }\n    ],\n    \"Success\": true\n}"}],"_postman_id":"caa095ce-c476-4ffa-9701-1acb9d8f8519"}],"id":"fa416e22-96a0-4e5f-a347-d4f1f10a0650","_postman_id":"fa416e22-96a0-4e5f-a347-d4f1f10a0650","description":""},{"name":"System","item":[{"name":"AccountTypesPermitted","event":[{"listen":"test","script":{"id":"aa5adc51-a86b-4281-bbf9-3441efcc5930","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"28de0c6e-f847-4586-9edf-9dff6284dc87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost//API/api/Account/AccountTypesPermitted","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve Account Types</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Account","AccountTypesPermitted"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"28de0c6e-f847-4586-9edf-9dff6284dc87"},{"name":"AccountCatAllocateIBANConfiguration","event":[{"listen":"test","script":{"id":"7bf7f84f-74fd-4ede-9871-733623247dc7","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6782b6bb-7835-4954-9f88-7a6afe058c85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"AccountID","type":"text","value":"10"}]},"url":"http://localhost//API/api/Account/AccountCatAllocateIBANConfiguration","urlObject":{"path":["API","api","Account","AccountCatAllocateIBANConfiguration"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"6782b6bb-7835-4954-9f88-7a6afe058c85"},{"name":"AllDocumentTypes","event":[{"listen":"test","script":{"id":"af9cef4b-e28d-4128-be40-656917609152","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"08c26831-53d2-42bf-a35a-38ccef87a4b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost//API/api/Client/AllDocumentTypes","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve All Document Types</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","AllDocumentTypes"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"08c26831-53d2-42bf-a35a-38ccef87a4b8"},{"name":"AllIndustriesAndSubIndustries","event":[{"listen":"test","script":{"id":"7bc7f8d8-b434-4e04-aa1f-dbfd0e2cd5ac","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"0e5451f7-196b-4095-a37d-4628e3cf946c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost//API/api/Client/AllIndustriesAndSubIndustries","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve All Industries and SubIndustries</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","AllIndustriesAndSubIndustries"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e5451f7-196b-4095-a37d-4628e3cf946c"},{"name":"AllNostroSwiftCode","event":[{"listen":"test","script":{"id":"cc88b166-47a4-4ada-90db-3f1fc7abf372","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"518fd971-d4df-4ca9-8849-7d3c75bb36d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"AccountNumber","type":"text","value":"1000000101000"}]},"url":"http://localhost//API/api/Bank/AllNostroSwiftCode","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve the list of all nostros that are permitted for the funding instructions given an account number.</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Bank","AllNostroSwiftCode"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"518fd971-d4df-4ca9-8849-7d3c75bb36d9"},{"name":"ChangePassword","event":[{"listen":"test","script":{"id":"9e23d576-78ba-4db1-9310-bb5a2bddfbbc","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c588b906-e466-48c2-b1f4-64c2758afec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"OldPassword","type":"text","value":"CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"NewPassword","type":"text","value":"CorePlusPasswordNew"},{"description":"<p>Mandatory</p>\n","key":"ReTypeNewPassword","type":"text","value":"CorePlusPasswordNew"},{"description":"<p>Optional (Only for MasterUsers)</p>\n","key":"ClientUsername","type":"text","value":"DemoAPIUser","disabled":true}]},"url":"https://emoney.probanx.online/API/api/System/ChangePassword","urlObject":{"protocol":"https","path":["API","api","System","ChangePassword"],"host":["emoney","probanx","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"c588b906-e466-48c2-b1f4-64c2758afec3"},{"name":"ClientTypes","event":[{"listen":"test","script":{"id":"ed50ac8b-be8c-4751-b63e-c207fc9643cd","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"994de0a5-b076-4d57-8605-092dfe986cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientType","type":"text","value":"1","description":"<p>Mandatory (Valid values: 1 for Individual, 2 for Corporate, 3 for ALL)</p>\n"}]},"url":"http://localhost//API/api/Client/ClientTypes","urlObject":{"path":["API","api","Client","ClientTypes"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"994de0a5-b076-4d57-8605-092dfe986cc9"},{"name":"ClientCategories","event":[{"listen":"test","script":{"id":"12c9e19f-4517-4132-a914-9f71006a0fee","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c8443eee-4ce6-4130-a80b-d51952828155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost//API/api/Client/ClientCategories","urlObject":{"path":["API","api","Client","ClientCategories"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8443eee-4ce6-4130-a80b-d51952828155"},{"name":"ClientMaritalStatuses","event":[{"listen":"test","script":{"id":"ed50ac8b-be8c-4751-b63e-c207fc9643cd","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ffb32d0d-dd85-47c6-b16d-4474d7e4d03f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory (Valid values: 1 for Individual, 2 for Corporate, 3 for ALL)</p>\n","key":"ClientType","type":"text","value":"1"}]},"url":"http://localhost//API/api/Client/ClientMaritalStatuses","urlObject":{"path":["API","api","Client","ClientMaritalStatuses"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffb32d0d-dd85-47c6-b16d-4474d7e4d03f"},{"name":"ClientRelationTypes","event":[{"listen":"test","script":{"id":"12c9e19f-4517-4132-a914-9f71006a0fee","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ebaec2a5-2eb5-4870-a650-ce4de992b49b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost//API/api/Client/ClientRelationTypes","urlObject":{"path":["API","api","Client","ClientRelationTypes"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebaec2a5-2eb5-4870-a650-ce4de992b49b"},{"name":"GetAllIdentificationTypes","event":[{"listen":"test","script":{"id":"f4b88758-27a0-411d-a155-22c67195bb76","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"bffe795b-1188-4bda-9a85-9b55d498448b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost//API/api/Client/GetAllIdentificationTypes","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve all identification types.</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","GetAllIdentificationTypes"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"bffe795b-1188-4bda-9a85-9b55d498448b"},{"name":"SearchInstitutions","event":[{"listen":"test","script":{"id":"5ef2eeb3-ae1c-4cda-890d-83600dd3f320","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"288a03fc-90f9-4453-8421-3cb163a895b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"IBAN","value":"CY88904000011050501000000010","description":"<p>Optional</p>\n","type":"text"},{"key":"CountryId","value":"CY","description":"<p>Optional</p>\n","type":"text","disabled":true},{"key":"InstitutionName","value":"ISIGNTHIS ISXPAY EEA","description":"<p>Optional</p>\n","type":"text","disabled":true}]},"url":"http://localhost//API/api/Bank/SearchInstitutions","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve financial institutions correspond to the given IBAN number or Country ID or institution Name.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IBAN</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The unique IBAN number.</td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>(Valid Format: Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>InstitutionName</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The name of the institution.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Bank","SearchInstitutions"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"288a03fc-90f9-4453-8421-3cb163a895b6"},{"name":"UserInboxAlerts","event":[{"listen":"test","script":{"id":"416c9246-d3fc-42d3-a7d2-9ad77f0d8eda","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c0cfc26b-3e4c-4959-8ad7-414ca9fb39ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost//API/api/Notification/UserInboxAlerts","description":"<h2 id=\"description\">Description</h2>\n<p>Return back the list of internal messages which the user have in his inbox.</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Notification","UserInboxAlerts"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0cfc26b-3e4c-4959-8ad7-414ca9fb39ef"},{"name":"UserOutboxAlerts","event":[{"listen":"test","script":{"id":"7fe670a4-c3ad-4b27-bd3d-57536a674c0f","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6e299e8a-c8e8-42f5-9e64-5cce41c299e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"url":"http://localhost//API/api/Notification/UserOutboxAlerts","description":"<h2 id=\"description\">Description</h2>\n<p>Return back the list of internal messages which the user have in his outbox.</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Notification","UserOutboxAlerts"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e299e8a-c8e8-42f5-9e64-5cce41c299e6"}],"id":"40ce6316-cae5-49b3-8868-2e4f7af144d9","event":[{"listen":"prerequest","script":{"id":"7ea51d65-9117-41b8-b37a-2b9819d84a4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e42982b-001d-4374-8b43-f989c5682cf9","type":"text/javascript","exec":[""]}}],"_postman_id":"40ce6316-cae5-49b3-8868-2e4f7af144d9","description":""},{"name":"Transactions","item":[{"name":"Incoming Transfer","event":[{"listen":"test","script":{"id":"7f4c5558-d859-448d-84c0-454f86da66e0","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"8f437935-3004-4027-aec7-b869f45149f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:12345678","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"TransactionCode","value":"TRM-120","description":"<p>Mandatory (TRM-120 for INCOMING Transfer)</p>\n","type":"text"},{"key":"AccountTo","value":"4500000201000","type":"text","description":"<p>Mandatory</p>\n"},{"key":"CorrespondenceSwiftCode","value":"SXPYDKKKXXX","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Amount","value":"440.960","type":"text","description":"<p>Mandatory</p>\n"},{"key":"CorrespondenceCurrency","value":"EUR","type":"text","description":"<p>Mandatory</p>\n"},{"key":"TransactionDetails","value":"/ROC/330514568//OTHR/OPENING DEPOSI","type":"text","description":"<p>Mandatory</p>\n"},{"key":"OrderingCustomerName","value":"Christodoulos Georgiou","type":"text","description":"<p>Mandatory</p>\n"},{"key":"OrderingInstitutionSWIFTCode","value":"TRWIGB22XXX","type":"text","description":"<p>Mandatory</p>\n"},{"key":"CorrespondenceName","value":"LIETUVOS BANKAS (BANK OF LITHUANIA)","type":"text","description":"<p>Optional</p>\n","disabled":true},{"key":"CorrespondenceAddress","value":"GEDIMINO 6","type":"text","description":"<p>Optional</p>\n","disabled":true},{"key":"CorrespondenceCity","value":"VILNIUS","type":"text","description":"<p>Optional</p>\n","disabled":true},{"key":"CorrespondenceCountry","value":"LT","type":"text","description":"<p>Optional</p>\n","disabled":true},{"key":"ExternalReferenceNumber","value":"IST-0000001","type":"text","description":"<p>Optional</p>\n","disabled":true},{"key":"OrderingCustomerAddress.Address1","value":"22 Test Avenue","type":"text","description":"<p>Optional</p>\n","disabled":true},{"key":"OrderingCustomerAddress.Address2","value":"22 Test Avenue 22","description":"<p>Optional</p>\n","type":"text","disabled":true},{"key":"OrderingCustomerAddress.City","value":"Paphos","description":"<p>Optional</p>\n","type":"text","disabled":true},{"key":"OrderingCustomerAddress.Country","value":"CY","description":"<p>Optional</p>\n","type":"text","disabled":true},{"key":"IsStandingOrder","value":"false","type":"text","description":"<p>Optional (Valid values: True or False) Default value: False</p>\n","disabled":true},{"key":"StandingOrderFrequency","value":"MONTHLY","type":"text","description":"<p>Optional. Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</p>\n","disabled":true},{"key":"EntryCode","value":"10","type":"text"}]},"url":"localhost/API/Transaction/MakeTransfer","urlObject":{"path":["API","Transaction","MakeTransfer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f437935-3004-4027-aec7-b869f45149f8"},{"name":"Outgoing Transfer SEPA","event":[{"listen":"test","script":{"id":"707dde85-6d5a-427d-bed1-fccb78b733b8","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"5336de3e-f7bf-4d16-95f7-1b24e25724b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory (Valid Values: TRM-130 for Outgoing Transfer SEPA)</p>\n","key":"TransactionCode","type":"text","value":"TRM-130"},{"key":"AccountFrom","type":"text","value":"4000000201000","description":"<p>Mandatory</p>\n"},{"key":"Amount","type":"text","value":"5","description":"<p>Mandatory</p>\n"},{"key":"TransactionDetails","type":"text","value":"Outgoing Transfer test","description":"<p>Mandatory</p>\n"},{"key":"ExternalReferenceNumber","type":"text","value":"IST-0000001","description":"<p>Optional</p>\n"},{"key":"BeneficiaryName","type":"text","value":"Christodoulos Georgiou","description":"<p>Mandatory</p>\n"},{"key":"BeneficiaryAddress.Address","type":"text","value":"22 Test Avenue","description":"<p>Mandatory</p>\n"},{"key":"BeneficiaryAddress.City","type":"text","value":"Nicosia","description":"<p>Mandatory</p>\n"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryAddress.Country","type":"text","value":"CY"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryPhoneNumber","type":"text","value":"+35799440299"},{"description":"<p>Optional. If not provided BeneficiaryBankInformation.IBAN must be provided.</p>\n","key":"BeneficiaryBankInformation.AccountNumber","type":"text","value":"12345678"},{"description":"<p>Optional. If not provided BeneficiaryBankInformation.AccountNumber must be provided.</p>\n","key":"BeneficiaryBankInformation.IBAN","type":"text","value":"FR7630006000011234567890189"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryBankInformation.AccountCurrency","type":"text","value":"EUR"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryBankInformation.SwiftCode","type":"text","value":"AGRIFRPP"},{"description":"<p>Mandatory</p>\n","key":"TransferProduct","type":"text","value":"SWIFT"},{"key":"IsStandingOrder","type":"text","value":"false","description":"<p>Optional. If the transfer has standing order (Valid values: True, False) Default value: False</p>\n"},{"key":"StandingOrderFrequency","type":"text","value":"MONTHLY","description":"<p>Optional. Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY, MONTHLY, QUARTERLY, ANNUALLY)</p>\n"}]},"url":"http://localhost//API/api/Transaction/MakeTransfer","description":"<h2 id=\"description\">Description</h2>\n<p>Makes an Outgoing Transfer SEPA with the information provided.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Info: Click on the table to expand the whole information\n</code></pre><h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>7</td>\n<td>Transfer Codes (Valid Values: TRM-130 for Outgoing Transfer SEPA)</td>\n</tr>\n<tr>\n<td>AccountFrom</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The credit account number.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Number(Decimal)</td>\n<td>19(2 decimals)</td>\n<td>The amount of the outgoing SEPA transfer.</td>\n</tr>\n<tr>\n<td>TransactionDetails</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The details of the outgoing SEPA transfer.</td>\n</tr>\n<tr>\n<td>BeneficiaryName</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The beneficiary's name.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.Address</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>30</td>\n<td>The beneficiary's address.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.City</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The beneficiary's city.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.Country</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The beneficiary's country. (Valid Format: Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>BeneficiaryPhoneNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The beneficiary's phone number. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.AccountNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The beneficiary's AccountNumber.  If not provided BeneficiaryBankInformation.IBAN must be provided.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.IBAN</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The beneficiary's IBAN. If not provided BeneficiaryBankInformation.AccountNumber must be provided.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.SwiftCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>11</td>\n<td>The beneficiary's swift code.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.AccountCurrency</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The beneficiary's currency. eg. EUR for EURO</td>\n</tr>\n<tr>\n<td>ExternalReferenceNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The external reference number. (Sender's ref number)</td>\n</tr>\n<tr>\n<td>TransferProduct</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>5</td>\n<td>The transfer's product.</td>\n</tr>\n<tr>\n<td>IsStandingOrder</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>1</td>\n<td>If the transfer has standing order  (Valid values: True, False) Default value: False</td>\n</tr>\n<tr>\n<td>StandingOrderFrequency</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>10</td>\n<td>Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","MakeTransfer"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"5336de3e-f7bf-4d16-95f7-1b24e25724b4"},{"name":"Internal Transfer","event":[{"listen":"test","script":{"id":"ca85939f-de96-404b-ac0f-ada6cf9e1e22","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"709cc098-891e-4d20-9603-f5048a29b96c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory  (Valid Values: TRM-111 for Internal Transfer)</p>\n","key":"TransactionCode","type":"text","value":"TRM-111"},{"description":"<p>Mandatory </p>\n","key":"AccountFrom","type":"text","value":"4400141301000"},{"description":"<p>Mandatory </p>\n","key":"AccountTo","type":"text","value":"4400145501000"},{"description":"<p>Mandatory </p>\n","key":"Amount","type":"text","value":"100"},{"description":"<p>Mandatory </p>\n","key":"TransactionDetails","type":"text","value":"Transfer to other Account"},{"description":"<p>Optional</p>\n","key":"ExternalReferenceNumber","type":"text","value":"IST-00001"},{"description":"<p>Optional. If the transfer has standing order (Valid values: True, False) Default value: False</p>\n","key":"IsStandingOrder","type":"text","value":"false"},{"description":"<p>Optional. Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY, MONTHLY, QUARTERLY, ANNUALLY)</p>\n","key":"StandingOrderFrequency","type":"text","value":"MONTHLY"}]},"url":"http://localhost//API/api/Transaction/MakeTransfer","description":"<h2 id=\"description\">Description</h2>\n<p>Makes an Internal Transfer with the information provided.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Info: Click on the table to expand the whole information\n</code></pre><h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>7</td>\n<td>Transfer Codes (Valid Values: TRM-111 for Internal Transfer)</td>\n</tr>\n<tr>\n<td>AccountFrom</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The debit account number.</td>\n</tr>\n<tr>\n<td>AccountTo</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The credit account number.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Number(Decimal)</td>\n<td>19(2 decimals)</td>\n<td>The amount of the internal transfer.</td>\n</tr>\n<tr>\n<td>TransactionDetails</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The details of the internal transfer.</td>\n</tr>\n<tr>\n<td>ExternalReferenceNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The external reference number . (Sender's ref number)</td>\n</tr>\n<tr>\n<td>IsStandingOrder</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>1</td>\n<td>If the transfer has standing order  (Valid values: True, False) Default value: False</td>\n</tr>\n<tr>\n<td>StandingOrderFrequency</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>10</td>\n<td>Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","MakeTransfer"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"709cc098-891e-4d20-9603-f5048a29b96c"},{"name":"Outgoing Transfer SWIFT","event":[{"listen":"test","script":{"id":"76bc9baf-e1c6-482c-ac0b-422687b7abce","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"cddce7ef-b87f-4d23-848e-71f7fba59f7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"TransactionCode","type":"text","value":"TRM-130"},{"key":"AccountFrom","type":"text","value":"4000000201000","description":"<p>Mandatory</p>\n"},{"key":"Amount","type":"text","value":"10","description":"<p>Mandatory</p>\n"},{"key":"TransactionDetails","type":"text","value":"Outgoing Transfer SEPA","description":"<p>Mandatory</p>\n"},{"key":"ExternalReferenceNumber","type":"text","value":"IST-0000001","description":"<p>Optional</p>\n"},{"key":"BeneficiaryName","type":"text","value":"Christodoulos Georgiou","description":"<p>Mandatory</p>\n"},{"key":"BeneficiaryAddress.Address","type":"text","value":"22 Test Avenue","description":"<p>Mandatory</p>\n"},{"key":"BeneficiaryAddress.City","type":"text","value":"Nicosia","description":"<p>Mandatory</p>\n"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryAddress.Country","type":"text","value":"CY"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryPhoneNumber","type":"text","value":"+35799440299"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryBankInformation.IBAN","type":"text","value":"FR7630006000011234567890189"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryBankInformation.SwiftCode","type":"text","value":"AGRIFRPP"},{"key":"BeneficiaryBankInformation.AccountCurrency","value":"EUR","description":"<p>Mandatory</p>\n","type":"text"},{"description":"<p>Mandatory</p>\n","key":"TransferProduct","type":"text","value":"SEPA"},{"key":"IsStandingOrder","type":"text","value":"false","description":"<p>Optional. (Valid values: True, False) Default value: False</p>\n"},{"key":"StandingOrderFrequency","type":"text","value":"MONTHLY","description":"<p>Optional. Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</p>\n"}]},"url":"http://localhost//API/api/Transaction/MakeTransfer","description":"<h2 id=\"description\">Description</h2>\n<p>Makes an Outgoing Transfer SWIFT with the information provided.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Info: Click on the table to expand the whole information\n</code></pre><h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>7</td>\n<td>Transfer Codes (Valid Values: TRM-130 for Outgoing Transfer SWIFT)</td>\n</tr>\n<tr>\n<td>AccountFrom</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The credit account number.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Number(Decimal)</td>\n<td>19(2 decimals)</td>\n<td>The amount of the outgoing SEPA transfer.</td>\n</tr>\n<tr>\n<td>TransactionDetails</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The details of the outgoing SEPA transfer.</td>\n</tr>\n<tr>\n<td>BeneficiaryName</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The beneficiary's name.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.Address</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>30</td>\n<td>The beneficiary's address.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.City</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The beneficiary's city.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.Country</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The beneficiary's country. (Valid Format: Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>BeneficiaryPhoneNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The beneficiary's phone number. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.AccountNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The beneficiary's AccountNumber.  If not provided BeneficiaryBankInformation.IBAN must be provided.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.IBAN</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The beneficiary's IBAN. If not provided BeneficiaryBankInformation.AccountNumber must be provided.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.SwiftCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>11</td>\n<td>The beneficiary's swift code.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.AccountCurrency</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The beneficiary's currency. eg. EUR for EURO</td>\n</tr>\n<tr>\n<td>ExternalReferenceNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The external reference number. (Sender's ref number)</td>\n</tr>\n<tr>\n<td>TransferProduct</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>5</td>\n<td>The transfer's product.</td>\n</tr>\n<tr>\n<td>IsStandingOrder</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>1</td>\n<td>If the transfer has standing order  (Valid values: True, False) Default value: False</td>\n</tr>\n<tr>\n<td>StandingOrderFrequency</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>10</td>\n<td>Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","MakeTransfer"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"cddce7ef-b87f-4d23-848e-71f7fba59f7a"},{"name":"Personal Transfer","event":[{"listen":"test","script":{"id":"cadf4c3f-6348-47a0-b41e-a7e8f896be36","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c8aff099-080b-49ce-a07f-3dc66247eea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory (Valid Values: TRM-110 for Personal Transfer)</p>\n","key":"TransactionCode","type":"text","value":"TRM-110"},{"key":"AccountFrom","type":"text","value":"4000000201000","description":"<p>Mandatory</p>\n"},{"key":"AccountTo","type":"text","value":"1000000201001","description":"<p>Mandatory</p>\n"},{"key":"Amount","type":"text","value":"100","description":"<p>Mandatory</p>\n"},{"key":"TransactionDetails","type":"text","value":"Transfer between my accounts","description":"<p>Mandatory</p>\n"},{"key":"ExternalReferenceNumber","type":"text","value":"IST-00001","description":"<p>Optional</p>\n"},{"key":"IsStandingOrder","type":"text","value":"false","description":"<p>Optional. (Valid values: True, False) Default value: False  </p>\n"},{"key":"StandingOrderFrequency","type":"text","value":"MONTHLY","description":"<p>Optional. Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</p>\n"}]},"url":"http://localhost//API/api/Transaction/MakeTransfer","description":"<h2 id=\"description\">Description</h2>\n<p>Makes a Personal Transfer with the information provided.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Info: Click on the table to expand the whole information\n</code></pre><h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>7</td>\n<td>Transfer Codes (Valid Values: TRM-110 for Personal Transfer)</td>\n</tr>\n<tr>\n<td>AccountFrom</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The debit account number.</td>\n</tr>\n<tr>\n<td>AccountTo</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The credit account number.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Number(Decimal)</td>\n<td>19(2 decimals)</td>\n<td>The amount of the incoming transfer.</td>\n</tr>\n<tr>\n<td>TransactionDetails</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The details of the incoming transfer.</td>\n</tr>\n<tr>\n<td>ExternalReferenceNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The external reference number . (Sender's ref number)</td>\n</tr>\n<tr>\n<td>IsStandingOrder</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>1</td>\n<td>If the transfer has standing order  (Valid values: True, False) Default value: False</td>\n</tr>\n<tr>\n<td>StandingOrderFrequency</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>10</td>\n<td>Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","MakeTransfer"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8aff099-080b-49ce-a07f-3dc66247eea2"},{"name":"NatureOfTransactions","event":[{"listen":"test","script":{"id":"0a5f701d-7eb0-44cb-9c55-0e13f291cedf","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"0dbd6553-f6b8-44f6-b555-9b460f476baa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost//API/api/Transaction/NatureOfTransactions","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve all the transaction natures available in the system.</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","NatureOfTransactions"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"0dbd6553-f6b8-44f6-b555-9b460f476baa"},{"name":"TransactionByAccountNumber","event":[{"listen":"test","script":{"id":"cfa2d2a7-79ad-44de-b2b3-08a5e26fecd5","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"46863b78-8d16-4d15-9eb9-3c5103a51d51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"AccountNumber","value":"4400141301000","type":"text","description":"<p>Mandatory</p>\n"},{"key":"DateFrom","value":"2018-01-01","type":"text","description":"<p>Optional </p>\n"},{"key":"DateTo","value":"2019-07-01","type":"text","description":"<p>Optional </p>\n"},{"key":"TransactionStatus","value":"OK","description":"<p>Optional </p>\n","type":"text"}]},"url":"http://localhost//API/api/Transaction/TransactionByAccountNumber","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve financial institutions correspond to the given IBAN number or Country ID or institution Name.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The unique account number.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Optional</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date from (Valid Format: YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>DateTo</td>\n<td>Optional</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date to (Valid Format: YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>TransactionStatus</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The status of the transactions.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","TransactionByAccountNumber"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"46863b78-8d16-4d15-9eb9-3c5103a51d51"},{"name":"TransactionByReferenceNumber","event":[{"listen":"test","script":{"id":"4565e54f-33f6-4a98-ae7d-58fcbe7fa9bb","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"5c37d3c1-86e1-4995-b9f9-047771d0100a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ReferenceNumber","type":"text","value":"CT001-0002437"}]},"url":"http://localhost//API/api/Transaction/TransactionByReferenceNumber","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve the related transaction for the given reference number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>13</td>\n<td>The reference number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","TransactionByReferenceNumber"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c37d3c1-86e1-4995-b9f9-047771d0100a"}],"id":"4c221371-607a-43ff-830d-0d34d34eea23","_postman_id":"4c221371-607a-43ff-830d-0d34d34eea23","description":""},{"name":"Upload","item":[{"name":"UploadDocument","event":[{"listen":"test","script":{"id":"6a95af77-4b42-4c9e-8c93-848a1e6de006","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"97748173-5e47-49a6-84ff-f7b70d084409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000001","description":"<p>Mandatory</p>\n","type":"text"},{"key":"DocumentFile","value":"/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBxISEhUQEBAQFRUVEBAVEBUSEBAQEBUVFRUWFhUVFRYYHSggGBolGxUVITEhJSkrLi4uFx8zODMtNygtLisBCgoKDg0OFRAQGC4dGB0rKysrKystLS0tKysrLSstLSstLSstLSstKy0tLTctLSstLS0rLS03KysrLSsrKysrK//AABEIAK4BIgMBIgACEQEDEQH/xAAbAAABBQEBAAAAAAAAAAAAAAABAAIDBAUGB//EAEEQAAEDAgIGBwUFBgYDAAAAAAEAAgMEESExBQYSQVGREyIyYXGBoUJScrHBBxRDgtEVFiNikvAzU4OTsuFEovH/xAAZAQADAQEBAAAAAAAAAAAAAAAAAQIDBAX/xAAkEQEBAAICAgICAwEBAAAAAAAAAQIRAxIhUTFBE2EEFCJxQv/aAAwDAQACEQMRAD8A53SdUZGACRxe7ddXtCU/RNc6fZuRYArGnY7pyWMcWC1iBayt01NJIXOcHOAwHcsM8u08nPCo6ma5zrGzQSVNROx2C/qnBNdAY9ovGBwAviqbiWDLA5DeFl/wtt2oiaxux0xAzwK5/SPWNmm4HfmjM02uTe4FsUx0RFhew3qpNBWg2xg2+PBaVDo54c3btZ2RVaWQAjY3b1dZWbVmyHAcEUNJxbESHEOwwF1HBpdwOwI7k5AbllOonnrWJaTgcTZbEcQpm7Yu5+GyPoo0cYmk5XF5fKO6yzY5Me666c0IqztvfsPJxbuXPaUo3QyGN3HA2zVywWfad9j7JAUxpWNAkJJ4tTDWdGwAEOJ38FTkndvNuAVwj3loJIG+4V19eXMB9oYYcFm0sRebb1PTs2bl3HFAQl5PFTwWL2te6wJzUr6kNFiARu71m1lcXY2DdwACfXZx0kugDcuZMC248VRrqINdZhuLdbxXOunccAXebinwEgg7Z8iUTjvs7Y6zQ0DnSMu2+yb49y3dK1IPbhucmEeyuDg0vKxwIccxcLYg1lJJ2rYg54qcuK7Ey1GpQxOx62HFTvqGjq7Vxb1VfROnIOw82zsTldTaSZTvGEoYd5aLkqZxZX6PcVK+S7QGSEk7lPoWCXbb1QBfEngqUdNSsN+mlJ7gArh0nAAAOkNu+y0/r5qx5Mcbt3E1SG2bvtuUjXXGOC4V2srR2WHDLFMk1sedx5o/rZfdbz+ZN+XZ1ICya0k5BczLrJIdw9VXdrBLxHJaT+N7qcv5e/iJtJaHmkd1WDzcAq8WrM4IJMYsQT1+BTDpub37KF+lZTnI7mtZwz25rybvw76Stb0fR79kC+FslzMmgWHOe18cGrnn1rz7R5pjqg7yeaU4cIeXPlY73R2kWUzBGHscBvOalk1paN7F50Ze9MLyn+LAfnzn29B/e1nFqS892ikj8WHof2OT27+hrf4RYWtx3qTaLG9U2DhjgqkGinNG051wRgArIbIRa1rHDawXnzG34g3pg1zi1+08G25QGpjcHEtO17K0dJUE0hsZIg3iX/RU4dDtaevUs8GMcfVb4cGd+mfaK9PTbZaNqwJ45LUr9XX4WeCDaxuomUtKz8SU+AAVr9pwgBobI62W09aX+NyUu8Qu1ckibtvsW2useo2SbN3ZWxXQP1jNtkMFuBxCrftyT2RG3waFc/i3/wBZDv6huiKiZtgI3kDdsOWxJSGU7Tw5thgLWxWLJpmU/iW8MFXfpB5zkdzT/q4ez75NhlFIDcBrSDmXtVbSei3Tu25p4gQLYYrLNSTvJ8yozN3lVODihbyaR0LShuyZseIFyov2ZRgWMsz7dzQFnGVAyqunHPot1oxwUjTdrZT4v/RV9JTwBv8ADiAJ3uJcVDFcgnjkqVW3GyjO4/EjTHGqMkxJ+SgkN1ZljTHR2WW1dUTcPqi3BPMaIiT7DqYMUQ05qboU5gS7H0RA8ldilJwKhMYtkmwusADuKcyHRa6RAyq/FpqjiY0S0LpH2xd94LGk+G5SfvhTDsaMph8cskh87Bby4+2VlZfSd6Ia45Bx8GkrUGvluxTUTfCF7k132hT+yIx8NNGPmjeHstVSZRyuyjkPgwqePQdS7Knk/psnP+0Or3SPHg2IKpJrxVn8abylI+iO2A1WqzVOtP8A47x44KZupdXvaxvxPA+a5h+tFQc3v85Hn5Ku7Tsp4ee1+qX5MfR9f27Eamye3PTt8ZWfqpBqrEO3XU4+E7XyXCnS0p9oeTUw6Sl988gj8k9Dr+3e/u9RjtVwPwscfoj+ytHDOeZ3gwj5rz11dIfxHc1E6oefbdzR+X9QdXo/3LRvv1H9Lf1SXm/Su9539SCX5b6HWPQ5NMSH2j5Ks+ucc3Hms8Sf34rTh0DUuAPRFoIuNshtxxW0t+kK5qDxKjdMVpt1cl9qWFv5rp37CiH+JVM/KLp3f2GQZE3pFtihom9qWR3hZoTTVaPZ+GXfE9TufdPVYplRG0cgT4ArWdrRSs7EEXnioJNe7f4bGDwYErlh7PVV49HzO7MUh/KVbi1dqnZREeLgFnTa81BycR4ABUJ9aKh+cjv6kvyY+qJjfbqGapz+06Jvi8FTN1YYO3WRN42sVwj9MTHN58zdQurJD7blN5Z9Q+r0D9k0Le3VvPwNQto1uFp3nduuV56TId7jzVzRUDg/be1wDWm1wQCTl9Ury30cwjopZm3Ia2wHZGeeSrmO+5bmruj2lnSvFy49W/Af/fRbjI2+63kuXLK/Ltw4txwQpyTa3oojDjay9EbTMvfZHJNdo+Im5YFHdr+B52YURGN5Xb1OioT7AVZ2hoT7Nk+yLw6cq6McVB0S6WbQzMSCRgubnDonbDssbHxTlZ5Y6RXN0pBgDxTrXF78OaiLvmVbOoahheNlrSTfqgC5JO4IwauVj+zSTn/TI+acKl0ZD2OLXAXaRmCFZj1vrPaqZj/qOHyV46Z5HxajaRd/4co+Kw+qsx/Z1pA5wxt+KRoVM61VG+aQ+L3n6ph1mqD7bvVVuJbMf2ZVhzdTjxercf2Wze1UxDwDlz3721u6okHgQFBJrDVnOom/3HI3PRuzj+ywe1V8o1KPs2pm9qqf6BefP0jM7tSvPi95+qrulcc3FHaei8PSf3I0c3t1POZqR1d0OzOeM/6gXmdzxS8zzRv9Dw9KdDoVntMP9RTP2nohmUbD+Qleb7P93TSAlsPSf3i0Z/ks/wBtFeaYJIDvdWKJrnOqJcIoRtO/mcey1ZuntNTySOe57rHstDjstb7oXS1r2Qt+6tsWUzdqpO6Wpfm3vtyXDvJkktuB5ncFvyXx1iJ48q50lKcjv4lNfNMc3Eea9Am1bo6WOJ9W3aklYHOaZX4d2yAo49IaIixFPtHh0ZP/ACWVx181fmvP7PcbF2PDax5K3TaDnk7MUrvCN59bLuDrzTRi0NKRwxiYPS5VGp+0OQ4MjjaO9z3fol/k9MiDUesdj0JaOL3MjHncrRg+zuc9qSEfnL/RoVKbXSpccH7PwRN+ZP0VSTWKqf8AiTHzt8gn/n0NT26aL7Omjt1AHwsP1VgamULP8So8bvjb9VxD6mofn0h8Xut6qMQy5kDkL/Mo3+h4egQaI0UDYO2yOF3j/wBQVPMdHQBpNMTtC7f4RebcbHJP1foRDE1pzI6xw4XO7hdchrVpUuc5wJ63VjF7WY3AHzzV5S44y+ylldF+99Gy/R04FsD1I2fMrK05rUyqYImsDbODswThuwGC4ySS1m2yzNhiUoJDtDzGXFY22rlm3qGiB/Bjt7g9blX2rl6fSEoa1rGXDWNGWdgnjTM17GMjyKwyd+GckdSCkVnU9YXAFVqzSj24NF1Da3w1JFXcVhjS85veM242RGmCMx6FPTO5xpTSbly+mmk3v5Fa7KxrzgfJVquMPaR3Koyy8uVa8jNPuMFHKLYeKsaOg2iM/orc+t1VrTh5HkqANl0mmKAthLz2myNHk5c0rxvhHJjq6SbR/uyVz/dlGkU2Z+PEc0L96YkgH370rjimJIB5I70LppQTB5cOCaXdyCBQB2u5JBJBO00rL0cYivc4yTHe6V+OPgtP7PtDiWXpZRaOEbchOROa52pcZZdkY4kn+ZzjddvrFL9xoGUbTaScbU5GYHC62wnnd+ivpyutOlTV1Ln7i6zBuDBvWWaAe8VJQxXBefawHc0fqpDE3h81MnbzRarjR7fHxUraVoya3kndCO/mUuhHF3NVqFuiG2ya3knh54clH0Z3Od6JbLveB8QmEgetLQFJ0kwvi1vWPjuCyi528A+a7bVej6OIOsdqQ37x7qeM3dFVjTlT0cJscXdRvcBi8/Iea8sr59uQncMB5Lr9eNIYlrcmjYb5ZnzJPJcM87vMrLly3k0k1DbolxzvkL+oQRDbkDiQOZCzD0V0MhjZ0bg27GknfiFUZRzA9ac58cfBdLTwANDTua0egSfSsGOyFz16eOHhT0ZCcS+ygqGXJI4i31Wo4WaVTwzS0r9MaekeXX6ZzcRkbCyMdDIOzLtY+0AQt9kQcMQD5KdkAAuAEtl+NgPot5DQd5CYRYWA8SteRvFZFXJY2CqM8ppzdXTHbItmtbR9A67Q3DeVIw3cO8hbkUd5HOGDWsDW/wAxtinck4Y+WNrhhTkbyWk+RIXBrr9dKnqNZfFzgbcAOK5C61w+HPz3/RJJJKmJAI7B4J9PmfBSuQ0xw3NqxCVk56QbwTRrzpIabC91AQrrj1fJU3IVnJPg1AooFCCSSSQT0v7NtDtdIama3RwjpHuORduCwdZdJurKl0hPbd1RuaxdrrS8UWj46JuD5gHT2zDV59Qi5c878B4Ba5eNYhbdgLDu5DJMRcUFSaSSSSASSSSAtaNpellbHxPW+EYlegE9Gx0nutswfzHBvpcrndTaPtSnf1W+HtK9rhXdHFsDgXH4nDDk35p29cLfasZuvOtPVO3KRuB9Bl8ysolSm7tp3FRALmVSAT4O0342fMIJpNsfPkgR6++ot6fIKA1BxcQSANyrRPDmNkGRjYeYxvyT2VTd7mjxIC5ft6sy8JJ9It2L911QGk4yML4/yut5YKWSnjfiSPJ1uaT3NAHXAwyumV2koXvDAbnfgcMFebVG2KyhVNHtt5p0dWHYAgnuxCVOZJayosserHWx3LSlZ1gDxWfXnHyVRjnVEVDQ4XOFxdalTp+mib1XlxtgBe//AEud/wC1kVjuuVfXbG8nWDpKsdNIZHb8hwCqpIrVzW7oJIoJkmphifBSOUMLrXTi9JrjlJijertPg3JVCFLHa2acTjfKSTJUnK47JU3oVy/RqBTkEMQSRSQHZa36WdU1D337Ti1g4MBw/VU2NsLDcFWg6zy7hg1WSVrj5u6WQ3SugEbKiJJKyJCACIByGZwHickLLV1apOknbfJgL3eXZHOyP0HaaJpRHG1mQa0F/K7iuA130gXuIv2iTzy9LLvNMVHRwuxxfZo/5P8ATBeTaSm6SU33FTzXzMfS8Pj/AKbRAG7TvUMsWy4tKssLRwUVfKHEEZ71GvDTXhWemIlNUIrtNTdKBzPu7zi09W+8Hd5W9VvV2jY3jEAEODge8LzKnncx4e04g4L0rQ1cJ4g8eDhwPescsdXbs4OTc61r2gLbdENrYtkLEqKcxEX6JoOw1pGGFjdQuh70DABnZQ6tKVVAyQm7GkFxNrbsAB6KdlMxjRZoFsgE7ZAVOsnwsjSLdIZqkbV+AKyqqbA8SjUVAGAVEuJNyrkYZZbALDrAdt1+OC39m6oVVMXMe63+HYn4SbLTFhyTwykkbIK2JIIoIBwKSQHzTg1ANCIKDkEBZa+4VV6mhyKiehpld4w1BFKyGQJJWSQHQwM2Wgc09IlBbJOuldNSTB90LoJIBwK7DU2mtE6U/iOw+BmHzXHsYXENGbiGjxJsPUr0qlibFGG+zGwA+DRd55q+Oed36KuZ10r7HZv2GY/E7E+lgvPQ/ed629ZKsvNzm9xcfM4cgsEkLmyu8rWsSdKg590y44JByW1dicmp2akZT8Uk1CAThZb+q1f0Ly156r8+AduKzAAMAkckr5VjdXb0ttSLXCY+qFlzOqLTKZIy52EV2Y5EFSSveLi5wwIWNxsduPN2jUqawAZrFqqom+KhffeUCxERlbUYUsUd0+OFWWWT2mRA9lgnUkX8KouM4dnzJ6qUrt5/7W1JTiOJsXtEbcviRgPJXhN1PJdR5+3giWAp9U3Ze4cCUwLSuZE6MqNWk10YKAi3J4a47k5uG5O6UqofgY6Jx4K9HooW6zln9IeKcHk+0eaqdYc00maPjG9UdLQNZs7O+909jf51BpA5da6eXXXwd+EFGOu2/FbphbwCwqTtt8V0NxxVcUmixRdA33RySU20Elp1hoboJt0gVkxG6N0EkA5FNSCA2tVKbbqA45RtLz45N9SD5Lp9ZKjYpy2+Mhawf8n/ACsqeptNsxGQ/iOJ/IzD5qlrjVdcNvhHES7434/K3Nab68dvsp5ycRpWbakPAYBZ4K16KDNzwLuNxfHBXA0DIDkFzTHbS1z7WE5A8ip46Nx3HktoFG6fQts2OkI9lONM/h6q/dEI6DbPFG7fbmn/AHI+81XEEdINpdA3p5RLcEbLgRe1wVZ0nViR+2xuzlcZjxVApwRcIqZ2fAl7uI5LPfpN7SQWtuPFX7KvW0u2LjtDLv7lN44r8mSudLP4NS/az/5eSzyLYEIgKdH3rQZpWQODurcEEYYXCsHTlQ84vFyceqsiyt6Oju5VJ6K5b+V1tOHv2ngH3jxKsfc4/dCl8EGlaTFnaZ91Z7gTvuzPdHJPuknojDTs9xvJL7uz3W8k8lK6NDZn3ZnuN5Ifdme43kn3ST0WzPuzPcbyS+6x+43knI3S0NmfdI/cbyQNO33QpLoEp6EqPoG8Ek+6SWj2ppIJIIUkkkAU5rCSGjMkAeJwCYtnVSl26hpIwjBe7ywHqmHb0kAjY2Pcxoafyi7vqvOdYqva2n75JXH8osB6Bd7puo2IHne4Bo8Xn9CV5rpQ3lbGPZa0HyzVc98zH0MfaWBtmgdykumpKIZ6SaCigCkgkgEggkgCiCgiEA5FNukmEFZRB/WFg75rMlhc3BzSFtgp6m47VMmAyInAA8ltUdPsNtv3qYJJzHRWiUroFJUkUUErpESSCV0AbpIIIA3Sum3SumR10ChdAlI4KSbdJAVkkEUgSKCSDJdrqXS7MT5SMZHhrfhZn6riwvTtHU4ZDDGN0LT5vzKvjn+hfhk60y4xR/HK7wGDV5/Tu25Hyd5A5rstcpevVv8A8oxQNHAWz9Vx+j2WYO/FZW9s7VWakiyimohWkUroIhAJFBApAUkEroApJqcgHJIBJMHBPCjCcE4Z90kEUAikgldFKjdFNSSISULoEpFAG6BKCSZFdK6CSAN00lElNKQBJJJAf//Z","description":"<p>Mandatory (Valid value : File in base64 format) You can use an online converter eg. <a href=\"https://www.browserling.com/tools/file-to-base64\">https://www.browserling.com/tools/file-to-base64</a></p>\n","type":"text"},{"key":"MimeType","value":"jpg","description":"<p>Mandatory (Valid values: )</p>\n","type":"text"},{"key":"DocumentTypeID","value":"7","description":"<p>Mandatory (Call AllDocumentTypes API Call to get all the available document types ids.)</p>\n","type":"text"},{"key":"ExpiryDate","value":"2019-07-15","description":"<p>Mandatory  (Valid Format : YYYY-MM-DD)</p>\n","type":"text"},{"key":"Comments","value":"This is a test document","description":"<p>Mandatory  </p>\n","type":"text"},{"key":"IsConfidential","value":"False","description":"<p>Optional (Valid values : True , False). If not provided False will be the default value. </p>\n","type":"text"},{"key":"TransactionReferenceNo","value":"Some Reference","description":"<p>Optional. Otherwise ClientNumber will overwrite it.</p>\n","type":"text"}]},"url":"http://localhost//API/api/Upload/UploadDocument","description":"<h2 id=\"description\">Description</h2>\n<p>Uploads a document and the related information for the given client number. </p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique client number.</td>\n</tr>\n<tr>\n<td>DocumentFile</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td></td>\n<td>(Valid value : File in base64 format)  You can use an online converter eg. <a href=\"https://www.browserling.com/tools/file-to-base64\">https://www.browserling.com/tools/file-to-base64</a></td>\n</tr>\n<tr>\n<td>MimeType</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The type of the file. (Valid values: jpg, jpeg, png, txt, csv , pdf )</td>\n</tr>\n<tr>\n<td>DocumentTypeID</td>\n<td>Mandatory</td>\n<td>Number(Integer)</td>\n<td>50</td>\n<td>The document type id. (Call AllDocumentTypes API Call to get all the available document types ids.)</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The expiry date of the document. (Valid Format : YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The name of the institution.</td>\n</tr>\n<tr>\n<td>IsConfidential</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n<td>If the document is confidential set to true. (Valid values : True , False). If not provided False will be the default value.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Upload","UploadDocument"],"host":["http://localhost/"],"query":[],"variable":[]}},"response":[],"_postman_id":"97748173-5e47-49a6-84ff-f7b70d084409"}],"id":"09c70b64-766d-4294-881d-4daa8b2596c0","_postman_id":"09c70b64-766d-4294-881d-4daa8b2596c0","description":""}],"event":[{"listen":"prerequest","script":{"id":"af081f32-ee1a-4cd0-8087-d0751c542191","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5813e76e-4982-4381-86e3-dafd968e4b7d","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"https://emoney.probanx.online/API/api/","type":"string"},{"key":"Domain","value":"http://localhost/","type":"string"}]}