{"info":{"_postman_id":"bf6824a8-fc9c-4113-8791-de51d5b820a5","name":"Blinq | Merchant's API","description":"<html><head></head><body><h1 id=\"disclaimer\">Disclaimer</h1>\n<p>This document and its contents are the exclusive property of BlinQ Solutions (Pvt.) Ltd. Unauthorized use, distribution, or reproduction is strictly prohibited. © 2025 BlinQ Solutions (Pvt.) Ltd. All rights reserved</p>\n<h1 id=\"introduction\">Introduction</h1>\n<p>Generated Content from BlinQ Solutions Pvt Ltd.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Click on APIs endpoint to see the details</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>What is the preferred way of using the API?</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>Success = “00”</p>\n<p>Order already exists = “01”</p>\n<p>Service Fail = “02”</p>\n<p>Invalid Data = “03”</p>\n<p>User not authorized = “04”</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Disclaimer","slug":"disclaimer"},{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"}],"owner":"14627016","collectionId":"bf6824a8-fc9c-4113-8791-de51d5b820a5","publishedId":"2sAYHxnj3e","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-13T10:15:31.000Z"},"item":[{"name":"Auth Token Request","event":[{"listen":"test","script":{"id":"ac1a0270-8dcd-495a-94b5-c886dc6774d9","exec":["// Extract the token from the response headers\r","var token = pm.response.headers.get(\"token\");\r","\r","// Store the token in an environment variable\r","pm.collectionVariables.set(\"blinq_auth_token\", token);\r","\r","// Log the token to the console (optional)\r","console.log(\"Token:\", token);"],"type":"text/javascript","packages":{}}}],"id":"0957540c-bbac-4e9c-9e07-869da1af7fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ClientID\": \"GbaRHwzWVKgfgec\",//\"{client_id}\",\r\n    \"ClientSecret\": \"UYPLVs1MGm5Ab21\"//\"{client_secret}\"   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk//api/auth","description":"<p>Request for generating auth token to be used for accessing apis. This request requires client_id and client_secret to be passed in request body in JSON format.</p>\n","urlObject":{"protocol":"https","path":["","api","auth"],"host":["staging-api","blinq","pk"],"query":[],"variable":[]}},"response":[{"id":"b7d674c0-8103-4050-bde6-cbe493d206d9","name":"Auth Token Request -  Invalid Keys","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"ClientID\":\"pGU6RJ8ELcVRZmN\",\r\n \"ClientSecret\":\"tiIfdZ3vh5IwGVm\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk//api/auth"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"12"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Feb 2021 05:43:34 GMT"}],"cookie":[],"responseTime":null,"body":"InValid Keys"},{"id":"a3bbd5f5-dac7-4c63-a56d-3e37055105c6","name":"Auth Token Request - Authorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"ClientID\":\"58xitp1Rs9Nmkzk\",\r\n \"ClientSecret\":\"0rEnC3rmc1AfNyI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk//api/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Token","value":"ITbMBHXvYgCbNgmjL2NiXIeszYfraxaWN9CtYTb2eNjROTqn/67NQcRN7kGjsi50lhl0iKZpnGP8mZLesDqxAud61ZCARcYvKcGJpfWknQ0="},{"key":"TokenExpiry","value":"30"},{"key":"Access-Control-Expose-Headers","value":"Token,TokenExpiry"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Feb 2021 11:43:12 GMT"},{"key":"Content-Length","value":"12"}],"cookie":[],"responseTime":null,"body":"\"Authorized\""},{"id":"64e97c05-9e42-4eec-9dc1-c1afb72b8644","name":"Auth Token Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ClientID\": \"uZkUPV7Gjfnxydx\",\r\n    \"ClientSecret\": \"bipgPlWaW84de48\"\r\n    // \"ClientID\": \"JwTtSf8mlyaxHkc\",\r\n    // \"ClientSecret\": \"fs1dMHAPMFb8UmL\"\r\n    //aps user\r\n    //  \"ClientID\": \"KXXXhU7wrOssym8\",\r\n    // \"ClientSecret\": \"JqD68ueFtMmkmtv\"\r\n    //blinq user\r\n    // \"ClientID\": \"gYXVnXf6imuW90d\",\r\n    // \"ClientSecret\": \"255SqAGcyUWVIoJ\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/api/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Token","value":"mtA1Nl7J66DtzsB+OLE1T1bKjNC85wnhnKuSM0JESurW3manDRQl86J/5q4x8pyZ5cKjrWBKJk5P1QDi8Pe11BA0H/wrZX6LxCa7tt+UYlY="},{"key":"TokenExpiry","value":"30"},{"key":"Access-Control-Expose-Headers","value":"Token,TokenExpiry"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Strict-Transport-Security","value":"max-age=expireTime"},{"key":"X-Frame-Options","value":"SAMEORIGIN, https://www.google.com"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Date","value":"Fri, 13 Dec 2024 07:31:48 GMT"},{"key":"Content-Length","value":"12"}],"cookie":[],"responseTime":null,"body":"\"Authorized\""}],"_postman_id":"0957540c-bbac-4e9c-9e07-869da1af7fd5"},{"name":"Create Invoice","id":"e33b9dfc-7ce3-4be8-a595-832a983f28e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"XIU94pryBP6ZIH4tTT9T5K3hReP5XMFA9z3kbnPNxPk9n4wyxttF+0UMYzfQhmXqivIQ5CMFb3U9YB/WfbTTI0yKw406eywIgUrENv12WZE=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"ConsumerId\": \"00372\",\r\n        \"InvoiceNumber\": \"INV-01032-H2K1K4\",\r\n        \"InvoiceAmount\": \"700.0000\",\r\n        \"InvoiceDueDate\": \"2023-12-22\",\r\n        \"ValidityDate\": \"2023-12-26\",\r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"2023-01-16\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"CustomerName\": \"ali\",\r\n        \"CustomerMobile1\": \"03123456789\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"abc@gmail.com\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"NIL\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/invoice/create","description":"<p>This Api allows you to create invoice by posting defined invoice in JSON format in request body and secure token in request header.</p>\n","urlObject":{"protocol":"https","path":["invoice","create"],"host":["staging-api","blinq","pk"],"query":[],"variable":[]}},"response":[{"id":"1b6d4afe-e433-4b43-b8bd-8427b04f7bb9","name":"Create Invoice","originalRequest":{"method":"POST","header":[{"key":"token","value":"dMdzYzQAJhl7X5Am7CLrn2klOFPcOOApXazfOP1Kfnvc4s3fzATO9+FNpJZ60u3W08AMhINQQ5udoJllB0MH21iZTMlxFLW3rWjVyCQ8Cl0=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419351\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21/05/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"06/05/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Farhan Siddiqui\",\r\n        \"CustomerMobile1\": \"03222486053\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    }\r\n    ,\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419374\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    }\r\n    ,\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419391\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419410\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419436\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419455\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419473\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419491\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419519\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419535\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419551\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    }\r\n\r\n]","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/invoice/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 17 Feb 2021 12:36:06 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"4ebcd7f1-31d4-4d69-a823-fb36870da99b","name":"Create Invoice Staging","originalRequest":{"method":"POST","header":[{"key":"token","value":"dMdzYzQAJhl7X5Am7CLrn2klOFPcOOApXazfOP1Kfnvc4s3fzATO9+FNpJZ60u3W08AMhINQQ5udoJllB0MH21iZTMlxFLW3rWjVyCQ8Cl0=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419351\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21/05/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"06/05/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Farhan Siddiqui\",\r\n        \"CustomerMobile1\": \"03222486053\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    }\r\n    ,\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419374\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    }\r\n    ,\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419391\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419410\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419436\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419455\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419473\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419491\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419519\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419535\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n     {\r\n        \"ConsumerId\": \"\",\r\n        \"InvoiceNumber\": \"1619419551\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"21\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"TransactionStatus\": \"UNPAID\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    }\r\n\r\n]","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/invoice/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 17 Feb 2021 12:36:06 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"e1a34311-67c9-4c5d-ad8d-8dfefcfca502","name":"Create Invoice - Already Exists","originalRequest":{"method":"POST","header":[{"key":"token","value":"qQLvuuFgfkL/59Uqh9cQSLnJlKnVK26p/7TyKDpzz8JX8fg0Kq/S8uId0dimM94HVaFgWVomTHkFdY5XxxN3F24+JaA8eYWEbMIGko2utsE=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n   \r\n    {\r\n        \"ConsumerId\": \"00441\",\r\n        \"InvoiceNumber\": \"TestApi31\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"27\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/invoice/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 07:42:52 GMT"},{"key":"Content-Length","value":"180"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Invoice already exists!\",\n    \"Status\": \"01\",\n    \"ResponseDetail\": [\n        {\n            \"Description\": \"Invoice: TestApi31 already exist. Try different Invoice Number.\",\n            \"InvoiceNumber\": \"TestApi31\"\n        }\n    ]\n}"},{"id":"a04e1f0e-0d71-49cb-8b3b-85676574475a","name":"Create Invoice - Success Response","originalRequest":{"method":"POST","header":[{"key":"token","value":"qQLvuuFgfkL/59Uqh9cQSLnJlKnVK26p/7TyKDpzz8JX8fg0Kq/S8uId0dimM94HVaFgWVomTHkFdY5XxxN3F24+JaA8eYWEbMIGko2utsE=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n   \r\n    {\r\n        \"ConsumerId\": \"00441\",\r\n        \"InvoiceNumber\": \"TestApi35\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"27\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/invoice/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 07:59:09 GMT"},{"key":"Content-Length","value":"258"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"All invoices successfully created!\",\n    \"Status\": \"00\",\n    \"ResponseDetail\": [\n        {\n            \"TranFee\": \"\",\n            \"Description\": \"Invoice number TestApi35 created successfully\",\n            \"InvoiceNumber\": \"TestApi35\",\n            \"PaymentCode\": \"00442105300004\",\n            \"IsFeeApplied\": \"\",\n            \"InvoiceAmount\": \"4400\"\n        }\n    ]\n}"},{"id":"87c358c5-ed2a-41cc-b667-62572b45b334","name":"Create Invoice - Success Response Multiple","originalRequest":{"method":"POST","header":[{"key":"token","value":"qQLvuuFgfkL/59Uqh9cQSLnJlKnVK26p/7TyKDpzz8JX8fg0Kq/S8uId0dimM94HVaFgWVomTHkFdY5XxxN3F24+JaA8eYWEbMIGko2utsE=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n   \r\n    {\r\n        \"ConsumerId\": \"00441\",\r\n        \"InvoiceNumber\": \"TestApi36\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"27\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    },\r\n    {\r\n        \"ConsumerId\": \"00441\",\r\n        \"InvoiceNumber\": \"TestApi37\",\r\n        \"InvoiceAmount\": \"4400\",\r\n        \"InvoiceDueDate\": \"27\\/02\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"14\\/01\\/2021\",\r\n        \"InvoiceExpireAfterSeconds\": \"180\",\r\n        \"CustomerName\": \"Saim Ali\",\r\n        \"CustomerMobile1\": \"\",\r\n        \"CustomerMobile2\": \"\",\r\n        \"CustomerMobile3\": \"\",\r\n        \"CustomerEmail1\": \"\",\r\n        \"CustomerEmail2\": \"\",\r\n        \"CustomerEmail3\": \"\",\r\n        \"CustomerAddress\": \"\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/invoice/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 08:03:11 GMT"},{"key":"Content-Length","value":"435"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"All invoices successfully created!\",\n    \"Status\": \"00\",\n    \"ResponseDetail\": [\n        {\n            \"TranFee\": \"\",\n            \"Description\": \"Invoice number TestApi36 created successfully\",\n            \"InvoiceNumber\": \"TestApi36\",\n            \"PaymentCode\": \"00442105300005\",\n            \"IsFeeApplied\": \"\",\n            \"InvoiceAmount\": \"4400\"\n        },\n        {\n            \"TranFee\": \"\",\n            \"Description\": \"Invoice number TestApi37 created successfully\",\n            \"InvoiceNumber\": \"TestApi37\",\n            \"PaymentCode\": \"00442105300006\",\n            \"IsFeeApplied\": \"\",\n            \"InvoiceAmount\": \"4400\"\n        }\n    ]\n}"},{"id":"06ad384d-e7df-4c8d-b47a-92a545da2c2c","name":"Create Invoice","originalRequest":{"method":"POST","header":[{"key":"token","value":"Vg/us+qpylVKn9c77EuO4YwxH+CXLZd8rDHMMquAg5W6EhORez4rIFEn17FTxgP08fyHLgVshkolLg29TXRxcQ==","type":"text"}],"body":{"mode":"raw","raw":"[\r\n   \r\n    {\r\n        \"ConsumerId\": \"00700200356\",\r\n        \"InvoiceNumber\": \"KPSTestAPI\",\r\n        \"InvoiceAmount\": \"6270\",\r\n        \"InvoiceDueDate\": \"22\\/10\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"20\\/10\\/2021\",\r\n        \"CustomerName\": \"\"\r\n    },\r\n    {\r\n        \"ConsumerId\": \"00700200358\",\r\n        \"InvoiceNumber\": \"KPSTestAPI1\",\r\n        \"InvoiceAmount\": \"6270\",\r\n        \"InvoiceDueDate\": \"22\\/10\\/2021\",   \r\n        \"InvoiceType\": \"Service\",\r\n        \"IssueDate\": \"20\\/10\\/2021\",\r\n        \"CustomerName\": \"\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/invoice/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 19 Oct 2021 10:43:26 GMT"},{"key":"Content-Length","value":"579"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"All invoices successfully created!\",\n    \"Status\": \"00\",\n    \"ResponseDetail\": [\n        {\n            \"FullConsumerCode\": \"00700200356\",\n            \"TranFee\": \"20\",\n            \"Description\": \"Invoice number KPSTestAPI created successfully\",\n            \"1BillID\": \"10033300700200356\",\n            \"InvoiceNumber\": \"KPSTestAPI\",\n            \"PaymentCode\": \"00702129200001\",\n            \"IsFeeApplied\": \"True\",\n            \"InvoiceAmount\": \"6270\"\n        },\n        {\n            \"FullConsumerCode\": \"00700200358\",\n            \"TranFee\": \"20\",\n            \"Description\": \"Invoice number KPSTestAPI1 created successfully\",\n            \"1BillID\": \"10033300700200358\",\n            \"InvoiceNumber\": \"KPSTestAPI1\",\n            \"PaymentCode\": \"00702129200002\",\n            \"IsFeeApplied\": \"True\",\n            \"InvoiceAmount\": \"6270\"\n        }\n    ]\n}"}],"_postman_id":"e33b9dfc-7ce3-4be8-a595-832a983f28e2"},{"name":"Create Consumer","id":"497ade26-89b9-4d88-9cb1-101ad1c3d57b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"ConsumerCode\": \"60592\",\r\n        //\"ConsumerCode\": \"63592\",\r\n        \"Name\": \"ABDUL HADI(NAWAZ)\",\r\n        \"Mobile1\": \"03123456789\",\r\n        \"Email1\": null\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/consumer/create","urlObject":{"path":["consumer","create"],"host":["https://staging-api.blinq.pk"],"query":[],"variable":[]}},"response":[{"id":"a0370170-d1e5-460f-aad6-72dedab807d6","name":"Create Consumer - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"token","value":"wiffYn9/bcy5/wq1aCp/nX2kW6R1dllmoi+G/aWyPWfP9wOLH21wHV1iFDxFYI0ki6CqbKqNSja6dcXMTcmRejuwvudKMkqyrFXVlZNoPTY=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n\r\n    {\r\n        \"ConsumerCode\": \"01580\",\r\n        \"Name\": \"Wayne Rooney\",\r\n        \"Mobile1\": \"03333473872\",\r\n        \"Mobile2\": \"03333473872\",\r\n        \"Mobile3\": \"03333473872\",\r\n        \"Email1\" : \"Mohammad.Saleem4738@gmail.com\",\r\n        \"Email2\" : \"Mohammad.Saleem4738@gmail.com\",\r\n        \"Email3\" : \"Mohammad.Saleem4738@gmail.com\",\r\n        \"Address\" : \"Muslim Town, Gulshan-e-Sirsyed, North Karachi, Pakistan\"\r\n    }\r\n]\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/consumer/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Feb 2021 07:29:33 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"fad45b38-1872-4374-8809-9c71d4ea298f","name":"Create Consumer - Success Response","originalRequest":{"method":"POST","header":[{"key":"token","value":"rv3R4HhkHhBgANKRjFINTV/4vCRmyBaH5TEVw51CP1V8TAIb86k4TTOUydhD/B2tJitzs4RBQDFwvsBKpD82lu/P4afOKItjWwXntCQUxmk=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n\r\n    {\r\n        \"ConsumerCode\": \"01581\",\r\n        \"Name\": \"Wayne Rooney\",\r\n        \"Mobile1\": \"03331234567\",\r\n        \"Mobile2\": \"03331234567\",\r\n        \"Mobile3\": \"03331234567\",\r\n        \"Email1\" : \"test@gmail.com\",\r\n        \"Email2\" : \"test@gmail.com\",\r\n        \"Email3\" : \"test@gmail.com\",\r\n        \"Address\" : \"NIL\"\r\n    }\r\n]\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/consumer/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 09:29:18 GMT"},{"key":"Content-Length","value":"184"}],"cookie":[],"responseTime":null,"body":"{\n    \"Description\": \"All consumers successfully created!\",\n    \"ResponseDetail\": [\n        {\n            \"ConsumerCode\": \"01581\",\n            \"FullConsumerCode\": \"004401581\",\n            \"Message\": \"Consumer Successfully Created\"\n        }\n    ],\n    \"Status\": \"00\"\n}"},{"id":"6a2fdd64-09ab-43c7-9902-6a53a11fb6a0","name":"Create Consumer - Already Exists","originalRequest":{"method":"POST","header":[{"key":"token","value":"G18GCxDl3mW4ZAHcpPiacmcp+qtqUe8WgpqIa5t0IE2oLO6MtmyNtg7tXnLxrHBp+ceErnH4pVv3BzH9jdtPKxtSYDrJG2y09LHdteBrEHM=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n\r\n    {\r\n        \"ConsumerCode\": \"01580\",\r\n        \"Name\": \"Wayne Rooney\",\r\n        \"Mobile1\": \"03333473872\",\r\n        \"Mobile2\": \"03333473872\",\r\n        \"Mobile3\": \"03333473872\",\r\n        \"Email1\" : \"Mohammad.Saleem4738@gmail.com\",\r\n        \"Email2\" : \"Mohammad.Saleem4738@gmail.com\",\r\n        \"Email3\" : \"Mohammad.Saleem4738@gmail.com\",\r\n        \"Address\" : \"Muslim Town, Gulshan-e-Sirsyed, North Karachi, Pakistan\"\r\n    }\r\n]\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/consumer/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 06:46:30 GMT"},{"key":"Content-Length","value":"179"}],"cookie":[],"responseTime":null,"body":"{\n    \"Description\": \"Consumer already exists!\",\n    \"ResponseDetail\": [\n        {\n            \"Description\": \"ConsumerCode: 01580 already exist. Try different ConsumerCode.\",\n            \"ConsumerCode\": \"01580\"\n        }\n    ],\n    \"Status\": \"01\"\n}"},{"id":"9c0265a7-52e9-44bf-8084-03528c69341c","name":"Create Consumer - Success Response","originalRequest":{"method":"POST","header":[{"key":"token","value":"rv3R4HhkHhBgANKRjFINTV/4vCRmyBaH5TEVw51CP1V8TAIb86k4TTOUydhD/B2tJitzs4RBQDFwvsBKpD82lu/P4afOKItjWwXntCQUxmk=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n\r\n    {\r\n        \"ConsumerCode\": \"01582\",\r\n        \"Name\": \"Wayne Rooney\",\r\n        \"Mobile1\": \"03331234567\",\r\n        \"Mobile2\": \"03331234567\",\r\n        \"Mobile3\": \"03331234567\",\r\n        \"Email1\" : \"test@gmail.com\",\r\n        \"Email2\" : \"test@gmail.com\",\r\n        \"Email3\" : \"test@gmail.com\",\r\n        \"Address\" : \"NIL\"\r\n    }\r\n]\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/consumer/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 09:37:37 GMT"},{"key":"Content-Length","value":"184"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"All consumers successfully created!\",\n    \"Status\": \"00\",\n    \"ResponseDetail\": [\n        {\n            \"ConsumerCode\": \"01582\",\n            \"FullConsumerCode\": \"004401582\",\n            \"Description\": \"Consumer Successfully Created\"\n        }\n    ]\n}"}],"_postman_id":"497ade26-89b9-4d88-9cb1-101ad1c3d57b"},{"name":"Update Consumer","id":"1610f9e7-cff5-456b-81d7-7076bbb7107a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"}],"body":{"mode":"raw","raw":"[\r\n\r\n    {\r\n        \"FullConsumerCode\": \"004401581\",\r\n        \"Name\": \"Bilal\",\r\n        \"Mobile1\": \"03411234567\"\r\n    }\r\n]\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/consumer/update","urlObject":{"path":["consumer","update"],"host":["https://staging-api.blinq.pk"],"query":[],"variable":[]}},"response":[{"id":"653dd228-f761-415d-a592-321db5478c61","name":"Update Consumer - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"token","value":"tHczHJ3PDGYI+6J92+K4Aiq30AJoBQdP2NIOBBznfrlJCiIDPjXohlXNCdZy22S42E6sPGBXqGKILD1cAx5gJysLQdb6cATRMn6x02uL500=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n\r\n    {\r\n        \"FullConsumerCode\": \"004401580\",\r\n        \"Name\": \"Bilal\",\r\n        \"Mobile1\": \"03412930397\"\r\n    }\r\n]\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/consumer/update"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Feb 2021 07:31:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"102d29b2-be50-4584-af0c-47be0cdb1b6a","name":"Update Consumer - Success Response","originalRequest":{"method":"POST","header":[{"key":"token","value":"rv3R4HhkHhBgANKRjFINTV/4vCRmyBaH5TEVw51CP1V8TAIb86k4TTOUydhD/B2tJitzs4RBQDFwvsBKpD82lu/P4afOKItjWwXntCQUxmk=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n\r\n    {\r\n        \"FullConsumerCode\": \"004401581\",\r\n        \"Name\": \"Bilal\",\r\n        \"Mobile1\": \"03411234567\"\r\n    }\r\n]\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://staging-api.blinq.pk/consumer/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 09:39:12 GMT"},{"key":"Content-Length","value":"179"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"All consumers successfully updated!\",\n    \"Status\": \"00\",\n    \"ResponseDetail\": [\n        {\n            \"Description\": \"FullConsumerCode 004401581 updated successfully\",\n            \"FullConsumerCode\": \"004401581\"\n        }\n    ]\n}"}],"_postman_id":"1610f9e7-cff5-456b-81d7-7076bbb7107a"},{"name":"Get Consumer","id":"9c3fbd32-e588-4d33-9ce1-c6fefd44ebce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":"https://staging-api.blinq.pk/consumer/getconsumerdata?consumerCode=63582","urlObject":{"path":["consumer","getconsumerdata"],"host":["https://staging-api.blinq.pk"],"query":[{"key":"consumerCode","value":"63582"}],"variable":[]}},"response":[{"id":"fb2c8517-ef85-4ece-b2aa-ff8e0db22285","name":"Get Consumer - Success Response","originalRequest":{"method":"GET","header":[{"key":"token","value":"rv3R4HhkHhBgANKRjFINTV/4vCRmyBaH5TEVw51CP1V8TAIb86k4TTOUydhD/B2tJitzs4RBQDFwvsBKpD82lu/P4afOKItjWwXntCQUxmk=","type":"text"}],"url":{"raw":"https://staging-api.blinq.pk/consumer/getconsumerdata?consumerCode=004401581","host":["https://staging-api.blinq.pk"],"path":["consumer","getconsumerdata"],"query":[{"key":"consumerCode","value":"004401581"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 09:44:52 GMT"},{"key":"Content-Length","value":"490"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Record fetched successfully\",\n    \"Status\": \"00\",\n    \"ResponseDetail\": [\n        {\n            \"Email2\": \"test@gmail.com\",\n            \"Mobile1\": \"03411234567\",\n            \"ConsumerCode\": \"01581\",\n            \"Mobile3\": \"03331234567\",\n            \"Mobile2\": \"03331234567\",\n            \"CreatedOn\": \"22/02/2021, 02:28:41 \",\n            \"UpdatedOn\": \"22/02/2021, 02:28:41 \",\n            \"FullConsumerCode\": \"004401581\",\n            \"Email3\": \"test@gmail.com\",\n            \"Address\": \"NIL\",\n            \"MerchantEmail\": \"farhan.siddiqui@pakpay.com.pk\",\n            \"ConsumerName\": \"Bilal\",\n            \"MerchantId\": \"IHGS\",\n            \"MerchantContactName\": \"KASHIF\",\n            \"Email1\": \"test@gmail.com\"\n        }\n    ]\n}"},{"id":"a8461f99-d081-4aa5-bdc4-e84599d2c4f5","name":"Get Consumer - Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://staging-api.blinq.pk/consumer/getconsumerdata?consumerCode=004401580","host":["https://staging-api.blinq.pk"],"path":["consumer","getconsumerdata"],"query":[{"key":"consumerCode","value":"004401580"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Feb 2021 07:36:11 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9c3fbd32-e588-4d33-9ce1-c6fefd44ebce"},{"name":"Get Invoice Status","id":"c7e63ef6-6972-40e6-b467-145e87149d37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":"https://staging-api.blinq.pk/invoice/getstatus/00442105300005","urlObject":{"path":["invoice","getstatus","00442105300005"],"host":["https://staging-api.blinq.pk"],"query":[],"variable":[]}},"response":[{"id":"0a1fe941-6831-4d9b-aab0-3b14ce04c31a","name":"Get Invoice Status - Success Response","originalRequest":{"method":"GET","header":[{"key":"token","value":"rv3R4HhkHhBgANKRjFINTV/4vCRmyBaH5TEVw51CP1V8TAIb86k4TTOUydhD/B2tJitzs4RBQDFwvsBKpD82lu/P4afOKItjWwXntCQUxmk=","type":"text"}],"url":"https://staging-api.blinq.pk/invoice/getstatus/00442105300005"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 09:52:07 GMT"},{"key":"Content-Length","value":"453"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Record fetched successfully\",\n    \"Status\": \"00\",\n    \"ResponseDetail\": [\n        {\n            \"InvoiceAmountWithinDuedate\": 4400,\n            \"InvoiceAmountAfterDuedate\": 4400,\n            \"InvoiceStatus\": \"UNPAID\",\n            \"InvoiceAmountPaid\": 0,\n            \"InvoiceIssueDate\": \"Thursday, 14 January 2021 00:00:00\",\n            \"InvoiceNumber\": \"TestApi36\",\n            \"PaymentBank\": null,\n            \"PaymentCode\": \"00442105300005\",\n            \"InvoiceType\": \"STANDARD INVOICE\",\n            \"InvoiceDuedate\": \"Saturday, 27 February 2021 00:00:00\",\n            \"InvoiceAmount\": 4400\n        }\n    ]\n}"},{"id":"4e1a9343-7ab0-4197-aefc-3bb61de8a403","name":"Get Invoice Status - Unauthorized ","originalRequest":{"method":"GET","header":[{"key":"token","value":"wWBso11OFzNXB8hBS1cX1Ldcz89ZUn2oq6/C1zAe1+zgHwRuiNNkKleJeOM2CoZO1U292csl6WUQH0Z2P4B3LhZnfMWJNmVmWEstdji838k=","type":"text"}],"url":"https://staging-api.blinq.pk/invoice/getstatus/00442030300001"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Feb 2021 07:39:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c7e63ef6-6972-40e6-b467-145e87149d37"},{"name":"Get Paid Invoices","id":"93b504f6-410e-49f0-92db-61a7195e0d59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":"https://staging-api.blinq.pk/invoice/getpaidinvoices?startDate=2021/01/01&endDate=2021/02/22","urlObject":{"path":["invoice","getpaidinvoices"],"host":["https://staging-api.blinq.pk"],"query":[{"key":"startDate","value":"2021/01/01"},{"key":"endDate","value":"2021/02/22"}],"variable":[]}},"response":[{"id":"9a2c06a5-2036-45f8-adf5-dc1b1659ddd4","name":"Get Paid Invoices - Unauthorized","originalRequest":{"method":"GET","header":[{"key":"token","value":"tHczHJ3PDGYI+6J92+K4Aiq30AJoBQdP2NIOBBznfrlJCiIDPjXohlXNCdZy22S42E6sPGBXqGKILD1cAx5gJysLQdb6cATRMn6x02uL500=","type":"text"}],"url":{"raw":"https://staging-api.blinq.pk/invoice/getpaidinvoices?startDate=01/01/2020&endDate=01/01/2021","host":["https://staging-api.blinq.pk"],"path":["invoice","getpaidinvoices"],"query":[{"key":"startDate","value":"01/01/2020"},{"key":"endDate","value":"01/01/2021"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Feb 2021 07:41:04 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"7c530fa4-07a2-4756-887d-7dbf578d5d89","name":"Get Paid Invoices - Success Response","originalRequest":{"method":"GET","header":[{"key":"token","value":"rueGmxhLz2Tck2NSUredZQEGdtW47KerDLY6tYOWPGJKxAisaD5+iWrQZ2QDI/ARK91Mlyek6PAsa86smQykvt8H+F7A6xi9BpMdRjvq20A=","type":"text"}],"url":{"raw":"https://staging-api.blinq.pk/invoice/getpaidinvoices?startDate=2021/01/01&endDate=2021/02/22","host":["https://staging-api.blinq.pk"],"path":["invoice","getpaidinvoices"],"query":[{"key":"startDate","value":"2021/01/01"},{"key":"endDate","value":"2021/02/22"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 05:51:26 GMT"},{"key":"Content-Length","value":"5618"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Record fetched successfully\",\n    \"Status\": \"00\",\n    \"ResponseDetail\": [\n        {\n            \"InvoiceAmount\": 3400,\n            \"CustomerEmail2\": null,\n            \"DatePaid\": \"2021-01-19T09:39:52.127\",\n            \"InvoiceNumber\": \"34514\",\n            \"CustomerAddress\": null,\n            \"PaymentMode\": \"1LINK Guarantee Ltd\",\n            \"CustomerEmail3\": null,\n            \"IssueDate\": \"2018-12-10T00:00:00\",\n            \"CustomerEmail1\": \"bilal.khan@thks.com.pk\",\n            \"CustomerMobile3\": \"\",\n            \"CustomerMobile2\": \"\",\n            \"CustomerMobile1\": \"03333473872\",\n            \"DateCreated\": \"2019-01-24T12:41:56.443\",\n            \"AmountPaid\": 3460,\n            \"InvoiceDueDate\": \"2019-02-28T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 3400,\n            \"CustomerEmail2\": null,\n            \"DatePaid\": \"2021-01-26T15:27:56.7\",\n            \"InvoiceNumber\": \"34518\",\n            \"CustomerAddress\": \"Address\",\n            \"PaymentMode\": \"Manual\",\n            \"CustomerEmail3\": null,\n            \"IssueDate\": \"2018-12-10T00:00:00\",\n            \"CustomerEmail1\": \"mohammad.saleem@thksolutions.com\",\n            \"CustomerMobile3\": \"\",\n            \"CustomerMobile2\": \"\",\n            \"CustomerMobile1\": \"03333473872\",\n            \"DateCreated\": \"2019-01-24T12:41:56.63\",\n            \"AmountPaid\": 3400,\n            \"InvoiceDueDate\": \"2018-12-20T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 3400,\n            \"CustomerEmail2\": null,\n            \"DatePaid\": \"2021-01-26T15:27:56.7\",\n            \"InvoiceNumber\": \"34520\",\n            \"CustomerAddress\": \"Address\",\n            \"PaymentMode\": \"Manual\",\n            \"CustomerEmail3\": null,\n            \"IssueDate\": \"2018-12-10T00:00:00\",\n            \"CustomerEmail1\": \"mohammad.saleem@thksolutions.com\",\n            \"CustomerMobile3\": \"\",\n            \"CustomerMobile2\": \"\",\n            \"CustomerMobile1\": \"03333473872\",\n            \"DateCreated\": \"2019-01-24T12:41:56.72\",\n            \"AmountPaid\": 3400,\n            \"InvoiceDueDate\": \"2018-12-20T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 3400,\n            \"CustomerEmail2\": null,\n            \"DatePaid\": \"2021-01-26T15:27:56.7\",\n            \"InvoiceNumber\": \"34521\",\n            \"CustomerAddress\": \"Address\",\n            \"PaymentMode\": \"Manual\",\n            \"CustomerEmail3\": null,\n            \"IssueDate\": \"2018-12-10T00:00:00\",\n            \"CustomerEmail1\": \"mohammad.saleem@thksolutions.com\",\n            \"CustomerMobile3\": \"\",\n            \"CustomerMobile2\": \"\",\n            \"CustomerMobile1\": \"03333473872\",\n            \"DateCreated\": \"2019-01-24T12:41:56.757\",\n            \"AmountPaid\": 3400,\n            \"InvoiceDueDate\": \"2018-12-20T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 4400,\n            \"CustomerEmail2\": null,\n            \"DatePaid\": \"2021-02-10T12:49:05.357\",\n            \"InvoiceNumber\": \"TestApi31\",\n            \"CustomerAddress\": null,\n            \"PaymentMode\": \"NIFT\",\n            \"CustomerEmail3\": null,\n            \"IssueDate\": \"2021-01-14T00:00:00\",\n            \"CustomerEmail1\": null,\n            \"CustomerMobile3\": null,\n            \"CustomerMobile2\": null,\n            \"CustomerMobile1\": null,\n            \"DateCreated\": \"2021-01-15T15:12:41.453\",\n            \"AmountPaid\": 5060,\n            \"InvoiceDueDate\": \"2021-02-21T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 15497,\n            \"CustomerEmail2\": \"\",\n            \"DatePaid\": \"2021-01-22T16:44:12.653\",\n            \"InvoiceNumber\": \"invoice# 20000White-24998\",\n            \"CustomerAddress\": \"\",\n            \"PaymentMode\": \"1LINK Guarantee Ltd\",\n            \"CustomerEmail3\": \"\",\n            \"IssueDate\": \"2020-04-09T00:00:00\",\n            \"CustomerEmail1\": \"\",\n            \"CustomerMobile3\": \"\",\n            \"CustomerMobile2\": \"\",\n            \"CustomerMobile1\": \"\",\n            \"DateCreated\": \"2021-01-15T15:20:33.68\",\n            \"AmountPaid\": 15607,\n            \"InvoiceDueDate\": \"2021-10-09T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 15498,\n            \"CustomerEmail2\": \"\",\n            \"DatePaid\": \"2021-01-18T12:01:26.687\",\n            \"InvoiceNumber\": \"invoice# 20000White-24999\",\n            \"CustomerAddress\": \"\",\n            \"PaymentMode\": \"1LINK Guarantee Ltd\",\n            \"CustomerEmail3\": \"\",\n            \"IssueDate\": \"2020-04-09T00:00:00\",\n            \"CustomerEmail1\": \"\",\n            \"CustomerMobile3\": \"\",\n            \"CustomerMobile2\": \"\",\n            \"CustomerMobile1\": \"\",\n            \"DateCreated\": \"2021-01-15T15:20:33.68\",\n            \"AmountPaid\": 15608,\n            \"InvoiceDueDate\": \"2021-10-09T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 4400,\n            \"CustomerEmail2\": null,\n            \"DatePaid\": \"2021-02-09T15:37:56.17\",\n            \"InvoiceNumber\": \"TestApi1874\",\n            \"CustomerAddress\": null,\n            \"PaymentMode\": \"NIFT\",\n            \"CustomerEmail3\": null,\n            \"IssueDate\": \"2021-01-14T00:00:00\",\n            \"CustomerEmail1\": \"\",\n            \"CustomerMobile3\": \"\",\n            \"CustomerMobile2\": \"\",\n            \"CustomerMobile1\": \"03412930397\",\n            \"DateCreated\": \"2021-01-25T11:45:54.81\",\n            \"AmountPaid\": 5060,\n            \"InvoiceDueDate\": \"2021-02-21T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 4400,\n            \"CustomerEmail2\": null,\n            \"DatePaid\": \"2021-02-09T12:57:52.16\",\n            \"InvoiceNumber\": \"Test1Api1874\",\n            \"CustomerAddress\": null,\n            \"PaymentMode\": \"NIFT\",\n            \"CustomerEmail3\": null,\n            \"IssueDate\": \"2021-01-14T00:00:00\",\n            \"CustomerEmail1\": \"\",\n            \"CustomerMobile3\": \"\",\n            \"CustomerMobile2\": \"\",\n            \"CustomerMobile1\": \"03412930397\",\n            \"DateCreated\": \"2021-01-25T12:10:42.2\",\n            \"AmountPaid\": 5060,\n            \"InvoiceDueDate\": \"2021-02-21T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 4400,\n            \"CustomerEmail2\": null,\n            \"DatePaid\": \"2021-02-09T11:24:25.81\",\n            \"InvoiceNumber\": \"Test1Api1874\",\n            \"CustomerAddress\": null,\n            \"PaymentMode\": \"NIFT\",\n            \"CustomerEmail3\": null,\n            \"IssueDate\": \"2021-01-14T00:00:00\",\n            \"CustomerEmail1\": \"\",\n            \"CustomerMobile3\": \"\",\n            \"CustomerMobile2\": \"\",\n            \"CustomerMobile1\": \"03412930397\",\n            \"DateCreated\": \"2021-01-25T12:10:42.303\",\n            \"AmountPaid\": 5060,\n            \"InvoiceDueDate\": \"2021-02-21T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 5800,\n            \"CustomerEmail2\": null,\n            \"DatePaid\": \"2021-02-11T17:30:00.35\",\n            \"InvoiceNumber\": \"O-100220211610-01\",\n            \"CustomerAddress\": null,\n            \"PaymentMode\": \"NIFT\",\n            \"CustomerEmail3\": null,\n            \"IssueDate\": \"2021-02-28T00:00:00\",\n            \"CustomerEmail1\": \"bilal.khan@thks.com.pk\",\n            \"CustomerMobile3\": \"\",\n            \"CustomerMobile2\": \"\",\n            \"CustomerMobile1\": \"03412930397\",\n            \"DateCreated\": \"2021-02-10T16:10:18.373\",\n            \"AmountPaid\": 6670,\n            \"InvoiceDueDate\": \"2021-02-28T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 8700,\n            \"CustomerEmail2\": null,\n            \"DatePaid\": \"2021-02-11T16:57:27.313\",\n            \"InvoiceNumber\": \"O-100220211614-01\",\n            \"CustomerAddress\": null,\n            \"PaymentMode\": \"NIFT\",\n            \"CustomerEmail3\": null,\n            \"IssueDate\": \"2021-02-20T00:00:00\",\n            \"CustomerEmail1\": null,\n            \"CustomerMobile3\": null,\n            \"CustomerMobile2\": null,\n            \"CustomerMobile1\": null,\n            \"DateCreated\": \"2021-02-10T16:14:03.69\",\n            \"AmountPaid\": 10005,\n            \"InvoiceDueDate\": \"2021-02-20T00:00:00\"\n        },\n        {\n            \"InvoiceAmount\": 8540,\n            \"CustomerEmail2\": null,\n            \"DatePaid\": \"2021-02-11T16:48:20.307\",\n            \"InvoiceNumber\": \"O-100220211615-01\",\n            \"CustomerAddress\": null,\n            \"PaymentMode\": \"NIFT\",\n            \"CustomerEmail3\": null,\n            \"IssueDate\": \"2021-02-20T00:00:00\",\n            \"CustomerEmail1\": \"\",\n            \"CustomerMobile3\": \"\",\n            \"CustomerMobile2\": \"\",\n            \"CustomerMobile1\": \"03412930397\",\n            \"DateCreated\": \"2021-02-10T16:15:43.427\",\n            \"AmountPaid\": 9821,\n            \"InvoiceDueDate\": \"2021-02-20T00:00:00\"\n        }\n    ]\n}"}],"_postman_id":"93b504f6-410e-49f0-92db-61a7195e0d59"},{"name":"Mark Invoice Paid","id":"40d6cf0e-88f9-4673-ac27-21711785874e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":"https://staging-api.blinq.pk/invoice/markaspaid?csvInvoices=inv-160220211605,O-150220211010","urlObject":{"path":["invoice","markaspaid"],"host":["https://staging-api.blinq.pk"],"query":[{"key":"csvInvoices","value":"inv-160220211605,O-150220211010"}],"variable":[]}},"response":[{"id":"0e7bf337-ef5e-44c5-8e2f-c537d76ee297","name":"Mark Invoice Paid - Unauthorized","originalRequest":{"method":"GET","header":[{"key":"token","value":"tHczHJ3PDGYI+6J92+K4Aiq30AJoBQdP2NIOBBznfrlJCiIDPjXohlXNCdZy22S42E6sPGBXqGKILD1cAx5gJysLQdb6cATRMn6x02uL500=","type":"text"}],"url":{"raw":"https://staging-api.blinq.pk/invoice/markaspaid?csvInvoices=1233,44444","host":["https://staging-api.blinq.pk"],"path":["invoice","markaspaid"],"query":[{"key":"csvInvoices","value":"1233,44444"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Feb 2021 07:43:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"1ccb8707-4139-453d-8110-96a467b836d0","name":"Mark Invoice Paid - Success Response","originalRequest":{"method":"GET","header":[{"key":"token","value":"+GKKCXWuaXtErEqeNrgg+pWic5KgEGNTtt91LLaRfcPE8UXQ8MG0P9hImhWeSNjip08Omigw+E/9MRjJV+FRtg5qLOJR2yDDFQdG2r47ZRM=","type":"text"}],"url":{"raw":"https://staging-api.blinq.pk/invoice/markaspaid?csvInvoices=inv-160220211605,O-150220211010","host":["https://staging-api.blinq.pk"],"path":["invoice","markaspaid"],"query":[{"key":"csvInvoices","value":"inv-160220211605,O-150220211010"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 06:02:19 GMT"},{"key":"Content-Length","value":"389"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Invoices has marked as paid successfully\",\n    \"Status\": \"00\",\n    \"ResponseDetail\": [\n        {\n            \"Description\": \"Invoice has been marked as paid successfully\",\n            \"InvoiceStatus\": \"PAID\",\n            \"PaymentCode\": \"00442104700001\",\n            \"InvoiceNumber\": \"inv-160220211605\"\n        },\n        {\n            \"Description\": \"Invoice has been marked as paid successfully\",\n            \"InvoiceStatus\": \"PAID\",\n            \"PaymentCode\": \"00442104600001\",\n            \"InvoiceNumber\": \"O-150220211010\"\n        }\n    ]\n}"}],"_postman_id":"40d6cf0e-88f9-4673-ac27-21711785874e"},{"name":"Mark Invoice As Blocked","id":"0eca4cb6-8150-45e1-aaa3-d60ee0f2772e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":"https://staging-api.blinq.pk/invoice/markasblocked?csvInvoices=WC-ad1-Order-ID-302","urlObject":{"path":["invoice","markasblocked"],"host":["https://staging-api.blinq.pk"],"query":[{"key":"csvInvoices","value":"WC-ad1-Order-ID-302"}],"variable":[]}},"response":[{"id":"91467f8d-5d20-4c49-a643-bd8fa86036b6","name":"Mark Invoice As Blocked - Success Response","originalRequest":{"method":"GET","header":[{"key":"token","value":"G18GCxDl3mW4ZAHcpPiacmcp+qtqUe8WgpqIa5t0IE2oLO6MtmyNtg7tXnLxrHBp+ceErnH4pVv3BzH9jdtPKxtSYDrJG2y09LHdteBrEHM=","type":"text"}],"url":{"raw":"https://staging-api.blinq.pk/invoice/markasblocked?csvInvoices=TestApi22,TestApi23","host":["https://staging-api.blinq.pk"],"path":["invoice","markasblocked"],"query":[{"key":"csvInvoices","value":"TestApi22,TestApi23"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 06:32:23 GMT"},{"key":"Content-Length","value":"355"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"You can block only UnPaid Invoices\",\n    \"Status\": \"01\",\n    \"ResponseDetail\": [\n        {\n            \"Description\": \"You can block only UNPAID invoice\",\n            \"InvoiceStatus\": \"BLOCKED\",\n            \"PaymentCode\": \"00442101500021\",\n            \"InvoiceNumber\": \"TestApi22\"\n        },\n        {\n            \"Description\": \"You can block only UNPAID invoice\",\n            \"InvoiceStatus\": \"BLOCKED\",\n            \"PaymentCode\": \"00442101500022\",\n            \"InvoiceNumber\": \"TestApi23\"\n        }\n    ]\n}"},{"id":"92b75107-595f-45cf-9500-275a9d8323bb","name":"Mark Invoice As Blocked - Success Response","originalRequest":{"method":"GET","header":[{"key":"token","value":"A98RaZo6em1DD2t2egEM8rzjtUozKLBtYueLosi2OOuYiG3yzZu8DE0ObaA4qmWrh31kX/ITd5/5vemtcT21jSe/swp4HHzZ5LMQ/1mnRwQ=","type":"text"}],"url":{"raw":"https://staging-api.blinq.pk/invoice/markasblocked?csvInvoices=TestApi30,TestApi32","host":["https://staging-api.blinq.pk"],"path":["invoice","markasblocked"],"query":[{"key":"csvInvoices","value":"TestApi30,TestApi32"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 10:20:33 GMT"},{"key":"Content-Length","value":"397"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Invoices has been marked as blocked successfully\",\n    \"Status\": \"00\",\n    \"ResponseDetail\": [\n        {\n            \"Description\": \"Invoice has been marked as blocked successfully\",\n            \"InvoiceStatus\": \"BLOCKED\",\n            \"PaymentCode\": \"00442101500029\",\n            \"InvoiceNumber\": \"TestApi30\"\n        },\n        {\n            \"Description\": \"Invoice has been marked as blocked successfully\",\n            \"InvoiceStatus\": \"BLOCKED\",\n            \"PaymentCode\": \"00442105300001\",\n            \"InvoiceNumber\": \"TestApi32\"\n        }\n    ]\n}"},{"id":"3212044e-0990-4e8f-b73b-bc311a1d118f","name":"Mark Invoice As Blocked - Unauthorized","originalRequest":{"method":"GET","header":[{"key":"token","value":"tHczHJ3PDGYI+6J92+K4Aiq30AJoBQdP2NIOBBznfrlJCiIDPjXohlXNCdZy22S42E6sPGBXqGKILD1cAx5gJysLQdb6cATRMn6x02uL500=","type":"text"}],"url":{"raw":"https://staging-api.blinq.pk/invoice/markasblocked?csvInvoices=1233,44444","host":["https://staging-api.blinq.pk"],"path":["invoice","markasblocked"],"query":[{"key":"csvInvoices","value":"1233,44444"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Feb 2021 07:45:00 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"0eca4cb6-8150-45e1-aaa3-d60ee0f2772e"},{"name":"Mark Invoice As Refund","id":"943d48cb-b35d-4497-bea2-2db4c0f1e916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":"https://staging-api.blinq.pk/invoice/markasrefund?csvInvoices=O-150220211010,8700|inv-160220211605,6500","urlObject":{"path":["invoice","markasrefund"],"host":["https://staging-api.blinq.pk"],"query":[{"key":"csvInvoices","value":"O-150220211010,8700|inv-160220211605,6500"}],"variable":[]}},"response":[{"id":"e96ce63a-3af0-4a69-a37e-10d43958f4ba","name":"Mark Invoice As Refund - Success Response","originalRequest":{"method":"GET","header":[{"key":"token","value":"G18GCxDl3mW4ZAHcpPiacmcp+qtqUe8WgpqIa5t0IE2oLO6MtmyNtg7tXnLxrHBp+ceErnH4pVv3BzH9jdtPKxtSYDrJG2y09LHdteBrEHM=","type":"text"}],"url":{"raw":"https://staging-api.blinq.pk/invoice/markasrefund?csvInvoices=O-150220211010,8700|inv-160220211605,6500","host":["https://staging-api.blinq.pk"],"path":["invoice","markasrefund"],"query":[{"key":"csvInvoices","value":"O-150220211010,8700|inv-160220211605,6500"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Feb 2021 06:45:48 GMT"},{"key":"Content-Length","value":"403"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Invoice has been marked as refund successfully\",\n    \"Status\": \"00\",\n    \"ResponseDetail\": [\n        {\n            \"Description\": \"Invoice has been marked as refund successfully\",\n            \"InvoiceStatus\": \"REFUND\",\n            \"PaymentCode\": \"00442104700001\",\n            \"InvoiceNumber\": \"inv-160220211605\"\n        },\n        {\n            \"Description\": \"Invoice has been marked as refund successfully\",\n            \"InvoiceStatus\": \"REFUND\",\n            \"PaymentCode\": \"00442104600001\",\n            \"InvoiceNumber\": \"O-150220211010\"\n        }\n    ]\n}"},{"id":"9f446301-fd11-45e1-b524-07d7d9a8f96b","name":"Mark Invoice As Refund - Unauthorized","originalRequest":{"method":"GET","header":[{"key":"token","value":"tHczHJ3PDGYI+6J92+K4Aiq30AJoBQdP2NIOBBznfrlJCiIDPjXohlXNCdZy22S42E6sPGBXqGKILD1cAx5gJysLQdb6cATRMn6x02uL500=","type":"text"}],"url":{"raw":"https://staging-api.blinq.pk/invoice/markasrefund?csvInvoices=34510,3400|34511,3400","host":["https://staging-api.blinq.pk"],"path":["invoice","markasrefund"],"query":[{"key":"csvInvoices","value":"34510,3400|34511,3400"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Feb 2021 07:46:17 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"943d48cb-b35d-4497-bea2-2db4c0f1e916"},{"name":"Mark As Unpaid","id":"64e79ee7-1f4a-4ac6-844b-31d344f47707","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":"https://staging-api.blinq.pk/invoice/markasunpaid?csvInvoices=Inv-090620221108-02,Inv-090620221108-04","urlObject":{"path":["invoice","markasunpaid"],"host":["https://staging-api.blinq.pk"],"query":[{"key":"csvInvoices","value":"Inv-090620221108-02,Inv-090620221108-04"}],"variable":[]}},"response":[],"_postman_id":"64e79ee7-1f4a-4ac6-844b-31d344f47707"},{"name":"Get Blinq Service Charges","id":"b765df7d-b2bb-4243-90fb-afa5b9a814a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":"https://staging-api.blinq.pk/payment/gettxncharges?invoiceAmount=919","urlObject":{"path":["payment","gettxncharges"],"host":["https://staging-api.blinq.pk"],"query":[{"key":"invoiceAmount","value":"919"}],"variable":[]}},"response":[],"_postman_id":"b765df7d-b2bb-4243-90fb-afa5b9a814a8"},{"name":"Disable Consumer","id":"3ed72faa-2df3-4cca-9b13-bb3be7be22ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":"https://staging-api.blinq.pk/consumer/disable?ConsumerCode=635827","urlObject":{"path":["consumer","disable"],"host":["https://staging-api.blinq.pk"],"query":[{"key":"ConsumerCode","value":"635827"}],"variable":[]}},"response":[],"_postman_id":"3ed72faa-2df3-4cca-9b13-bb3be7be22ef"}],"event":[{"listen":"prerequest","script":{"id":"d2722fb0-29b7-463e-9a27-8c12edee502c","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"56ff63ad-690e-46d1-b00f-f9c0e8e00674","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"blinq_auth_token","value":"","type":"string"},{"key":"blinq_api_url","value":"https://staging-api.blinq.pk"}]}