{"info":{"_postman_id":"56aedfa1-a36b-b74f-7c38-edef5a105a2f","name":"API Documentation v3","description":">This API allows you to execute the actions below.\n\n* **api/TokenRequest**: Request token for transaction\n* **api/ReconTemplateStatus**: User-defined consensus template control\n* **api/ReconFile**:Create Reconciliation Period\n* **api/Recon**:Create Reconciliation\n* **api/ReconStatement**:Upload Statement for Reconciliation\n* **api/ReconStatementClear**:Delete Statements of the Reconciliation\n* **api/ReconFileStatus**:Reconciliation Delivery Status Inquiry\n* **api/ReconFileClear**:Clear the Reconciliation in the Reconciliation Period\n* **api/ReconFileDelete**:Delete Reconciliation Period","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"api/TokenRequest","event":[{"listen":"test","script":{"id":"34ebfd61-a470-4029-b999-a47904a88dca","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;\r","\r","var jsonData = JSON.parse(responseBody);\r","tests[\"Login Success\"] = jsonData.auth_key != \"\" && jsonData.auth_key != null;\r","pm.environment.set(\"AuthKey\", jsonData.auth_key);"],"type":"text/javascript"}}],"id":"96f79fd7-8069-a0e5-38ea-989100f5bc21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"api_key\": \"{{api_key}}\",\n   \"pin\": \"{{api_pin}}\",\n   \"account_email\": \"{{api_email}}\"\n}"},"url":"{{url}}/api/TokenRequest","description":"\n## function: **Token Request**\n\n> Allows you to get the key necessary for the use of other API functions.\n\n## usage\n\n* **api_key**: Given Private Key\n* **pin**: Given PIN number\n* **account_email**: Email address designated to use this API\n\n\n\n\n"},"response":[{"id":"310a9f9b-f65e-41eb-bd15-3810fa9c65fa","name":"api/TokenRequest - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"badkey\",\n    \"pin\": \"badpin\",\n    \"account_email\": \"api@kolaymutabakat.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/TokenRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 11 Mar 2021 00:03:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"auth_key\": \"b640f918-b876-45f2-aa45-b8886c55537b\",\n    \"status\": \"\"\n}"},{"id":"5cf016bf-5ecf-4a82-a984-9a4b2d07c33c","name":"api/TokenRequest - Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"badkey\",\n    \"pin\": \"badpin\",\n    \"account_email\": \"api@kolaymutabakat.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/TokenRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 11 Mar 2021 00:06:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"auth_key\": \"\",\n    \"status\": \"Wrong API key or PIN\"\n}"}],"_postman_id":"96f79fd7-8069-a0e5-38ea-989100f5bc21"},{"name":"api/ReconTemplateStatus","event":[{"listen":"test","script":{"id":"d2ebc0ea-737c-4f62-89c0-cba580bf56e9","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;\r","\r","var jsonData = JSON.parse(responseBody);\r","tests[\"RecordExists\"] = jsonData.recon_template_status == 1;"],"type":"text/javascript"}}],"id":"56d22e1f-dc95-44b0-b07b-7ee18d4971cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"auth_key\": \"{{AuthKey}}\",\n   \"recon_type\": \"CARI\"\n}"},"url":"{{url}}/api/ReconTemplateStatus","description":"## function: **ReconTemplateStatus**\n\n> Monitors the status of the template to be used. \n  \n\n## usage\n\n- **auth_key**: Token you have created\n    \n- **recon_type**: Reconciliation Type you wish to Monitor\n    \n    - Available options : **CARI** / **BA** / **BS** / **BLIND**"},"response":[{"id":"30ad33c7-bb7d-4ef8-9df2-ff08a87eed34","name":"api/ReconTemplateStatus - Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"auth_key\": \"{{AuthKey}}\",\n    \"recon_type\": \"CARI\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/ReconTemplateStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 29 Jul 2020 11:58:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"recon_template_status\": -1,\n    \"status\": \"Bu mutabakat tipine ilişkilendirilmiş şablon bulunamadı. Lütfen sisteme giriş yapıp ilgili mutabakat şablonunu oluşturun.\"\n}"},{"id":"3775a97f-480a-4c53-83af-227277add348","name":"api/ReconTemplateStatus - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"auth_key\": \"{{AuthKey}}\",\n    \"recon_type\": \"CARI\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/ReconTemplateStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 29 Jul 2020 11:57:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"recon_template_status\": 1,\n    \"status\": \"Cari Mutabakat kod adlı şablon bulundu.\"\n}"}],"_postman_id":"56d22e1f-dc95-44b0-b07b-7ee18d4971cb"},{"name":"api/ReconFile","event":[{"listen":"test","script":{"id":"405ea546-e7f2-4cd5-89e8-2d1541915e48","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;\r","\r","var jsonData = JSON.parse(responseBody);\r","pm.environment.set(\"recon_file_key\", jsonData.recon_file_key);\r","tests[\"ReconFile Created\"] = jsonData.recon_file_key != \"\" && jsonData.recon_file_key != null;"],"type":"text/javascript"}}],"id":"3ec9a085-3e23-4f47-a978-56048be53a00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"auth_key\": \"{{AuthKey}}\",\n   \"recon_period\": \"2018/05/01\",\n   \"recon_type\": \"CARI\",\n   \"recon_kind\": 1,\n   \"recon_expire_date\": \"2018/07/31\",\n   \"recon_reminder_days\":\"01010\",\n   \"target_tax_number\":\"9998887770\",\n   \"branch_name\":\"\",\n   \"lang_code\":\"TR\"\n}"},"url":"{{url}}/api/ReconFile","description":"## function: **ReconFile**\n\n> Allows you to create a new reconciliation process. \n  \n\n## usage\n\n- **auth_key**: Token you have created\n    \n- **recon_period**: Reconciliation Period\n    \n    - Reconciliation period must be sent as **YYYY/MM/DD**\n        \n    - **Final Day of the Month** must be sent as the date for BA/BS reconciliations.\n        \n- **recon_type**: Reconciliation Type\n    \n    - Available options : **CARI** / **BA** / **BS** / **BLIND**\n        \n- **recon_kind**: Reconciliation Kind **\"Optional\"**\n    \n    - **CARI** / **BLIND** Available options :\n        \n        - **1** : Cari Hesap Bakiye Mutabakatı\n            \n        - **2** : Verilen Teminatlar Mutabakatı\n            \n        - **3** : Tahsilatlı Kargo Mutabakatı\n            \n        - **4** : Avans Mutabakatı\n            \n        - **5** : Yatırım Mutabakatı\n            \n        - **6** : Şüpheli Alacak Mutabakatı\n            \n        - **7** : Ciro Prim Mutabakatı\n            \n        - **8** : Banka Teminat Mektubu Mutabakatı\n            \n        - **9** : Ödenmemiş Çek ve Senetler Mutabakatı\n            \n        - **10** : Alınan Teminatlar Mutabakatı\n            \n        - **11** : Müşteri Cari Mutabakatı\n            \n        - **12** : Satıcı Cari Mutabakatı\n            \n        - **13** : Personel Mutabakatı\n            \n        - **14** : Grup Şirketleri Mutabakatı\n            \n    - **BA** Available options :\n        - **1** : BA-Beyan Mutabakatı\n            \n        - **2** : Alım Faturaları Mutabakatı\n            \n    - **BS** Available options :\n        - **1** : BS-Beyan Mutabakatı\n            \n        - **2** : Satış Faturaları Mutabakatı\n            \n- **recon_expire_date**: Reconciliation End Date\n    \n    - Reconciliation end date must be sent as **YYYY/MM/DD**\n        \n- **recon_reminder_days**: Reconciliation reminder days\n    \n    - Reminders are only sent in weekdays and work hours.\n        \n    - Value sample: “11111”\n        \n    - Every character represents a weekday.\n        \n    - Reminder for only Mondays and Fridays : “10001”\n        \n    - Reminder for only Wednesdays : “00100”\n        \n    - To send every weekday : “11111”\n        \n- **target_tax_number**: Tax ID Number of the company you wish to create a reconciliatin period\n    \n- **branch_name**: Branch name of the company you wish to create a reconciliation period **\"Optional\"**\n    \n- **lang_code**: Language selection of your reconciliation template\n    \n    - Available options **\"EN\"** / **\"TR\"** / **\"DE\"** / **\"ES\"** / **\"FR\"** / **\"IT\"** / **\"PT\"**"},"response":[{"id":"f3cf6a32-5bc3-4bcc-9c94-e2fe4783d43a","name":"api/ReconFile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"auth_key\": \"{{AuthKey}}\",\n    \"recon_period\": \"2018/05/01\",\n    \"recon_type\": \"CARI\",\n    \"recon_kind\": 1,\n    \"recon_expire_date\": \"2018/07/31\",\n    \"recon_reminder_days\": \"10000\",\n    \"target_tax_number\": \"9998887771\",\n    \"lang_code\": \"TR\"\n}","options":{"raw":{"language":"json"}}},"url":"https://v3testapi.kolaymutabakat.com/api/ReconFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 05 Aug 2018 18:39:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Kestrel","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-SourceFiles","value":"=?UTF-8?B?RTpcV29ya3NwYWNlXEtNU3BleG1vU2VydmVyXHNyY1xLTS5Ib3N0XGFwaVxSZWNvbkZpbGU=?=","name":"X-SourceFiles","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"recon_file_key\":\"6F93882A-EA19-4B55-8485-E0C761FD3047\",\"status\":\"\"}"}],"_postman_id":"3ec9a085-3e23-4f47-a978-56048be53a00"},{"name":"api/Recon","event":[{"listen":"test","script":{"id":"e597a34d-354d-4355-b30b-a4ef289f1b8c","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;\r","\r","var jsonData = JSON.parse(responseBody);\r","pm.environment.set(\"recon_key\", jsonData.recon_key);\r","tests[jsonData.status] = jsonData.recon_key != \"\" && jsonData.recon_key != null;"],"type":"text/javascript"}}],"id":"61a95ad7-35d5-43c9-955a-3a8e840979ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_key\": \"{{AuthKey}}\",\r\n    \"recon_file_key\": \"{{recon_file_key}}\",\r\n    \"company_name\": \"TEST FIRMASI 1\",\r\n    \"company_account_code\": \"A00001\",\r\n    \"amount\": 3000.55,\r\n    \"currency\": \"TRY\",\r\n    \"tax_office\": \"Kadıköy Vd.\",\r\n    \"tax_number\": \"1234567890\",\r\n    \"fax_number\": \"\",\r\n    \"emailTo\": \"test@firma.com\",\r\n    \"document_count\": 0,\r\n    \"account_type\": \"Satıcı\",\r\n    \"transaction_way\": \"ALACAK\",\r\n    \"branch\": \"\",\r\n    \"specialNotes\":\"\"\r\n}"},"url":"{{url}}/api/Recon","description":"## function: **Recon**\n\n> Allows you to create a new reconciliation. \n  \n\n## usage\n\n- **auth_key**: Token you have created\n    \n- **recon_file_key**: Reconciliation Period key\n    \n- **company_name**: Company Name\n    \n- **tax_office**: Tax Office\n    \n- **tax_number**: Tax ID Number\n    \n- **branch**: Branch\n    \n- **company_account_code**: Current Account Code\n    \n- **amount**: Amount\n    \n- **currency**: Currency\n    \n- **fax_number**: Fax Number\n    \n- **emailTo**: Email Address\n    \n- **kep**: Registered email\n    \n- **document_count**: Document Count For _BA/BS_\n    \n- **account_type**: Account Type _(exp: Buyer, Seller)_\n    \n- **transaction_way**: \"BORÇ\" or \"ALACAK\" _valid for \"CURRENT\" reconciliation types_\n    \n- **specialNotes**: Special notes\n    \n- **emailNotification:** Email addresses to be notified, maximum 3. \"**Optional**\"  \n    `[\"notification@company.com\"]`"},"response":[{"id":"47bd6999-99f7-454f-b0f5-28573fd9cac2","name":"api/Recon","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_key\": \"{{AuthKey}}\",\r\n    \"recon_file_key\": \"{{recon_file_key}}\",\r\n    \"company_name\": \"TEST FIRMASI 2\",\r\n    \"company_account_code\": \"A00003\",\r\n    \"amount\": 3100.55,\r\n    \"currency\": \"TRY\",\r\n    \"tax_office\": \"Kadıköy Vd.\",\r\n    \"tax_number\": \"9988744812\",\r\n    \"fax_number\": \"\",\r\n    \"emailTo\": \"APITEST3@gmail.com\",\r\n    \"document_count\": 0,\r\n    \"account_type\": \"Satıcı\",\r\n    \"transaction_way\": \"BORÇ\",\r\n    \"branch\": \"\",\r\n    \"specialNotes\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/Recon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Mon, 28 May 2018 18:14:16 GMT","description":""},{"name":"server","key":"server","value":"Kestrel","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""},{"name":"x-sourcefiles","key":"x-sourcefiles","value":"=?UTF-8?B?RTpcV29ya3NwYWNlXEtNU3BleG1vU2VydmVyXHNyY1xLTS5Ib3N0XGFwaVxSZWNvbg==?=","description":""}],"cookie":[],"responseTime":null,"body":"{\"recon_key\":\"80d52a89-5f18-4e44-8c06-21b3d178e766\",\"status\":\"\"}"}],"_postman_id":"61a95ad7-35d5-43c9-955a-3a8e840979ed"},{"name":"api/ReconStatement","id":"f54664cc-897b-488b-b96e-b841eba16e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_key\": \"{{AuthKey}}\",\r\n    \"recon_file_key\": \"{{recon_file_key}}\",\r\n    \"recon_key\": \"{{recon_key}}\",\r\n    \"list_statements\": [\r\n        {\r\n            \"transaction_date\": \"2018/04/13\",\r\n            \"transaction_no\": \"0001\",\r\n            \"document_type\": \"\",\r\n            \"document_no\": \"MHS_01131213\",\r\n            \"amount\": -1000.00,\r\n            \"currency\": \"TRY\",\r\n            \"notes\": \"GENEL GİDER-BOĞAZİÇİ SAN TURİZM A.Ş.\",\r\n            \"other\": \"\"\r\n        },\r\n        {\r\n            \"transaction_date\": \"2018/04/14\",\r\n            \"transaction_no\": \"0002\",\r\n            \"document_type\": \"\",\r\n            \"document_no\": \"MHS_01131221\",\r\n            \"amount\": -1000.00,\r\n            \"currency\": \"TRY\",\r\n            \"notes\": \"BORSA- ANER  TURİZM A.Ş\",\r\n            \"other\": \"\"\r\n        },\r\n        {\r\n            \"transaction_date\": \"2018/04/15\",\r\n            \"transaction_no\": \"0003\",\r\n            \"document_type\": \"\",\r\n            \"document_no\": \"MHS_01131211\",\r\n            \"amount\": -1000.55,\r\n            \"currency\": \"TRY\",\r\n            \"notes\": \"BORSA- ANER  TURİZM A.Ş\",\r\n            \"other\": \"\"\r\n        },\r\n        {\r\n            \"transaction_date\": \"2018/05/15\",\r\n            \"transaction_no\": \"0003\",\r\n            \"document_type\": \"\",\r\n            \"document_no\": \"MHS_01131222\",\r\n            \"amount\": 50.00,\r\n            \"currency\": \"TRY\",\r\n            \"notes\": \"transaction tarihi mutabakat döneminden sonra olduğu için dikkate alınmayacaktır bu kayıt\",\r\n            \"other\": \"\"\r\n        }\r\n    ]\r\n}"},"url":"{{url}}/api/ReconStatement","description":"## function: **ReconStatement**\n\n> Allows you to upload statements to the reconciliation.\n\n## usage\n\n* **auth_key**: Token you have created  \n* **recon_file_key**: Reconciliation Period Key\n* **recon_key**: Reconciliation Key\n* **list_statements**: Statement List\n  * **transaction_date**: Document Date\n  * **transaction_no**: Transaction No\n  * **document_type**: Document Type\n  * **document_no**: Document No\n  * **amount**: Amount *(+ or - values)*\n  * **currency**: Currency\n  * **notes**: Note\n  * **other**: Other"},"response":[{"id":"86393a22-02e7-4223-af05-bec4ca7a2950","name":"api/ReconStatement","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_key\": \"{{AuthKey}}\",\r\n    \"recon_file_key\": \"{{recon_file_key}}\",\r\n    \"recon_key\": \"{{recon_key}}\",\r\n    \"list_statements\": [\r\n        {\r\n            \"transaction_date\": \"2018/04/13\",\r\n            \"transaction_no\": \"0001\",\r\n            \"document_type\": \"\",\r\n            \"document_no\": \"MHS_01131213\",\r\n            \"amount\": -1000.00,\r\n            \"currency\": \"TRY\",\r\n            \"notes\": \"GENEL GİDER-BOĞAZİÇİ SAN TURİZM A.Ş.\",\r\n            \"other\": \"\"\r\n        },\r\n        {\r\n            \"transaction_date\": \"2018/04/14\",\r\n            \"transaction_no\": \"0002\",\r\n            \"document_type\": \"\",\r\n            \"document_no\": \"MHS_01131221\",\r\n            \"amount\": -1000.00,\r\n            \"currency\": \"TRY\",\r\n            \"notes\": \"BORSA- ANER  TURİZM A.Ş\",\r\n            \"other\": \"\"\r\n        },\r\n        {\r\n            \"transaction_date\": \"2018/04/15\",\r\n            \"transaction_no\": \"0003\",\r\n            \"document_type\": \"\",\r\n            \"document_no\": \"MHS_01131211\",\r\n            \"amount\": -1000.55,\r\n            \"currency\": \"TRY\",\r\n            \"notes\": \"BORSA- ANER  TURİZM A.Ş\",\r\n            \"other\": \"\"\r\n        },\r\n        {\r\n            \"transaction_date\": \"2018/05/15\",\r\n            \"transaction_no\": \"0003\",\r\n            \"document_type\": \"\",\r\n            \"document_no\": \"MHS_01131222\",\r\n            \"amount\": 50.00,\r\n            \"currency\": \"TRY\",\r\n            \"notes\": \"transaction tarihi mutabakat döneminden sonra olduğu için dikkate alınmayacaktır bu kayıt\",\r\n            \"other\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/ReconStatement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcdW1pdGtcU291cmNlXGdpdGh1YlxFbXJlQWJpXEtNU3BleG1vU2VydmVyVjIxXHNyY1xLTS5BcGlcYXBpXFJlY29uU3RhdGVtZW50?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 11 Mar 2021 01:28:18 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"transaction_no\": \"0001\",\n        \"status\": \"OK\"\n    },\n    {\n        \"transaction_no\": \"0002\",\n        \"status\": \"OK\"\n    },\n    {\n        \"transaction_no\": \"0003\",\n        \"status\": \"OK\"\n    },\n    {\n        \"transaction_no\": \"0003\",\n        \"status\": \"OK\"\n    }\n]"}],"_postman_id":"f54664cc-897b-488b-b96e-b841eba16e69"},{"name":"api/ReconStatementClear","event":[{"listen":"test","script":{"id":"80dacb2d-2080-40c7-a6ea-18c7bf05e9c1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;\r","\r","var jsonData = JSON.parse(responseBody);\r","tests[jsonData.status] = jsonData.recon_file_status == 0;"],"type":"text/javascript"}}],"id":"5ffc95fc-6885-4054-8138-547c2f85c064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_key\": \"{{AuthKey}}\",\r\n    \"recon_file_key\": \"{{recon_file_key}}\",\r\n    \"recon_key\": \"{{recon_key}}\"\r\n}"},"url":"{{url}}/api/ReconStatementClear","description":"## function: **ReconStatement**\n\n> Allows you to upload statements to the reconciliation.\n\n## usage\n\n* **auth_key**: Token you have created  \n* **recon_file_key**: Reconciliation Period Key\n* **recon_key**: Reconciliation Key\n* **list_statements**: Statement List\n  * **transaction_date**: Document Date\n  * **transaction_no**: Transaction No\n  * **document_type**: Document Type\n  * **document_no**: Document No\n  * **amount**: Amount *(+ or - values)*\n  * **currency**: Currency\n  * **notes**: Note\n  * **other**: Other"},"response":[{"id":"eca8a28e-5859-4843-b4a3-c9f3d24fca2a","name":"api/ReconStatementClear","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_key\": \"{{AuthKey}}\",\r\n    \"recon_file_key\": \"{{recon_file_key}}\",\r\n    \"recon_key\": \"{{recon_key}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/ReconStatementClear"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcdW1pdGtcU291cmNlXGdpdGh1YlxFbXJlQWJpXEtNU3BleG1vU2VydmVyVjIxXHNyY1xLTS5BcGlcYXBpXFJlY29uU3RhdGVtZW50Q2xlYXI=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 11 Mar 2021 01:28:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"recon_file_status\": 0,\n    \"status\": \"Recons Statements are cleared\"\n}"}],"_postman_id":"5ffc95fc-6885-4054-8138-547c2f85c064"},{"name":"api/ReconFileStatus","event":[{"listen":"test","script":{"id":"bb078c89-c62d-4911-82c4-6ed06325b145","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;\r","\r","var jsonData = JSON.parse(responseBody);\r","tests[jsonData.recon_file_status+\": \"+jsonData.status] = jsonData.recon_file_status > 0;"],"type":"text/javascript"}}],"id":"a678f87b-ab25-44ac-abd3-739f85b30b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"auth_key\": \"{{AuthKey}}\",\n   \"recon_file_key\": \"{{recon_file_key}}\" \n} "},"url":"{{url}}/api/ReconFileStatus","description":"## function: **ReconFileStatus**\n\n> Returns status of created Recon File Period\n\n## usage\n\n* **auth_key**: Token you have created \n* **recon_file_key**: Reconciliation period key \n  > The status returns as numerical value.\n  * **1** : Awaiting Delivery\n  * **2** : Sending – Delivery in progress\n  * **3** : Sent - Delivery Completed\n  * **4** : ValidationError - Validation Error\n  * **5** : SendingError – Delivery Error\n  * **6** : Pause – Delivery Paused\n  * **98** : BuildingRI - Building Files\n  * **99** : SendingLocked - Delivery Commenced\n   \n  \n"},"response":[{"id":"777b9293-8d9c-4320-915b-c0ea07797faf","name":"api/ReconFileStatus","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"auth_key\": \"{{AuthKey}}}\",\n    \"recon_file_key\": \"{{recon_file_key}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://v3testapi.kolaymutabakat.com/api/ReconFileStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 05 Aug 2018 17:53:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Kestrel","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-SourceFiles","value":"=?UTF-8?B?RTpcV29ya3NwYWNlXEtNU3BleG1vU2VydmVyXHNyY1xLTS5Ib3N0XGFwaVxSZWNvbkZpbGVTdGF0dXM=?=","name":"X-SourceFiles","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"recon_file_status\":1,\"status\":\"\"}"}],"_postman_id":"a678f87b-ab25-44ac-abd3-739f85b30b4d"},{"name":"api/ReconFileClear","event":[{"listen":"test","script":{"id":"b31df304-6e5c-48e6-a481-76a08ee75b90","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;\r","\r","var jsonData = JSON.parse(responseBody);\r","tests[jsonData.recon_file_status+\": \"+jsonData.status] = jsonData.recon_file_status <= 0;"],"type":"text/javascript"}}],"id":"1e3bbeec-74ee-4854-932a-5fa606c23a4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"auth_key\": \"{{AuthKey}}\",\n   \"recon_file_key\": \"{{recon_file_key}}\" \n}"},"url":"{{url}}/api/ReconFileClear","description":"## function: **ReconFileDelete**\n\n> Deletes the reconciliation period that **has not been delivered yet**.\n\n## usage\n\n* **auth_key**: Token you have created\n* **recon_file_key**: Reconciliation period key \n\n"},"response":[{"id":"2ea6a3d4-8fb9-41b7-83d1-a737b146189d","name":"api/ReconFileClear","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"auth_key\": \"{{AuthKey}}\",\n    \"recon_file_key\": \"{{recon_file_key}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/ReconFileClear"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcdW1pdGtcU291cmNlXGdpdGh1YlxFbXJlQWJpXEtNU3BleG1vU2VydmVyVjIxXHNyY1xLTS5BcGlcYXBpXFJlY29uRmlsZUNsZWFy?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 11 Mar 2021 01:26:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"recon_file_status\": 0,\n    \"status\": \"Recons Cleared\"\n}"}],"_postman_id":"1e3bbeec-74ee-4854-932a-5fa606c23a4b"},{"name":"api/ReconFileDelete","event":[{"listen":"test","script":{"id":"4bd09f35-79fd-463e-bbf6-50cc2868370e","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;\r","\r","var jsonData = JSON.parse(responseBody);\r","tests[jsonData.status] = jsonData.recon_file_status == 0;"],"type":"text/javascript"}}],"id":"0174e9eb-ad2a-4327-a80c-ec4229d18925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"auth_key\": \"{{AuthKey}}\",\n   \"recon_file_key\": \"{{recon_file_key}}\" \n}"},"url":"{{url}}/api/ReconFileDelete","description":"## function: **ReconFileDelete**\n\n> Deletes the reconciliation period that **has not been delivered yet**.\n\n## usage\n\n* **auth_key**: Token you have created\n* **recon_file_key**: Reconciliation period key \n\n"},"response":[{"id":"5baa5ee4-7f97-49be-8d9f-bfd09179096f","name":"api/ReconFileDelete - Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"auth_key\": \"{{AuthKey}}\",\n    \"recon_file_key\": \"{{recon_file_key}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/ReconFileDelete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 05 Aug 2018 18:49:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Kestrel","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-SourceFiles","value":"=?UTF-8?B?RTpcV29ya3NwYWNlXEtNU3BleG1vU2VydmVyXHNyY1xLTS5Ib3N0XGFwaVxSZWNvbkZpbGVEZWxldGU=?=","name":"X-SourceFiles","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"recon_file_status\":3,\"status\":\"Recon File is active\"}"},{"id":"b6983741-3eda-4746-9407-8007f82719b1","name":"api/ReconFileDelete - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"auth_key\": \"{{AuthKey}}\",\n    \"recon_file_key\": \"{{recon_file_key}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/ReconFileDelete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 05 Aug 2018 18:44:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Kestrel","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-SourceFiles","value":"=?UTF-8?B?RTpcV29ya3NwYWNlXEtNU3BleG1vU2VydmVyXHNyY1xLTS5Ib3N0XGFwaVxSZWNvbkZpbGVEZWxldGU=?=","name":"X-SourceFiles","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"recon_file_status\":0,\"status\":\"Recon File Deleted\"}"}],"_postman_id":"0174e9eb-ad2a-4327-a80c-ec4229d18925"}],"event":[{"listen":"prerequest","script":{"id":"dee929b1-ca65-4192-8b5f-e3781501f213","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0366918d-eff4-4cf9-8978-ec64bc6c3ef5","type":"text/javascript","exec":[""]}}]}