{"info":{"_postman_id":"8a3d40fa-62af-fb92-f207-7f1a7de79e3c","name":"Xoxoday Gift Cards Sandbox API Document","description":"<html><head></head><body><p>Xoxoday provides a set of RESTFUL web services that allows a partner to integrate and sell Giftcards and E-Giftcards on their websites and mobile applications. </p>\n<p>The API also provides endpoints to submit an order request for fulfillment. The xoxoday API uses HTTP verbs and a RESTFUL endpoint structure.</p>\n<p>OAuth 2.0 is used as the API Authorization framework. Request and response payloads are formatted as JSON.</p>\n<p>This document is intended for server-side developers and explains how to consume the Xoxoday REST APIs.</p>\n<p>Xoxoday provides invoices feature against each order. It is an optional feature and can be enabled on client request. </p>\n<h1 id=\"sandbox-environment\">Sandbox Environment</h1>\n<p>Use the Sandbox environment for testing purposes, then move to the live environment for production processing.</p>\n<p>When testing, use your test credential to make calls to the Sandbox URIs. When you’re set to go live, use the live credential assigned to your app to be used with the live URIs.</p>\n<h2 id=\"testing-credentials\">Testing Credentials</h2>\n<blockquote>\n<p>key: <code>12hjk3208dsf7823hj</code></p>\n</blockquote>\n<blockquote>\n<p>username: <code>test@abc.com</code></p>\n</blockquote>\n<blockquote>\n<p>password: <code>Qt26dghd</code></p>\n</blockquote>\n<p>For Production credentials write to <a href=\"mailto:cs@xoxoday.com\">cs@xoxoday.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Sandbox Environment","slug":"sandbox-environment"}],"owner":"4721084","collectionId":"8a3d40fa-62af-fb92-f207-7f1a7de79e3c","publishedId":"RWEmJwbZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-06-28T14:18:50.000Z"},"item":[{"name":"Get All Vouchers List","id":"fc59171c-112d-4b36-81e0-e012c7ec3d96","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"product_id","value":"1007","type":"text","description":"<p>Unique Parameter to retrieve a particular product information (Optional)</p>\n"},{"key":"country_name","value":"germany","type":"text","description":"<p>Choose the name of the country for country specific vouchers, this can be multiple countries, use comma to separate the countries (Optional)</p>\n"},{"key":"currency_code","value":"EUR","type":"text","description":"<p>Currency of the product (Optional)</p>\n"},{"key":"limit","value":"50","type":"text","description":"<p>Limit of the particular response (Optional)</p>\n"},{"key":"offset","value":"0","type":"text"},{"key":"username","value":"","type":"text","description":"<p>This is production only, kindly request our team to provide this information. This is to provide client specific product catalog (Optional)</p>\n"},{"key":"password","value":"","type":"text","description":"<p>This is production only, kindly request our team to provide this information. This is to provide client specific product catalog (Optional)</p>\n"},{"key":"categories","value":"","description":"<p>To select categories. Seperate multiple entries by \",\" Eg: 1,2,3</p>\n","type":"text"}]},"url":"http://corp.xoxoday.com/index.php?route=clientapp/voucherlist/products","description":"<p>Get list of all the Vouchers Available through our voucher listing API. </p>\n<p>Use the Product ID and denomination in <code>Get Voucher API</code> to place an order</p>\n<p>For International Vouchers change Version to <code>2</code>.</p>\n<h3 id=\"response-attributes\">Response Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Product ID</td>\n<td>Unique product ID, used for Creating an Order</td>\n</tr>\n<tr>\n<td>Product Name</td>\n<td>Name of the Product</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>Description of the Product</td>\n</tr>\n<tr>\n<td>Terms and Condition</td>\n<td>Terms&amp;Conditions of the Product</td>\n</tr>\n<tr>\n<td>Expiry and Validity</td>\n<td>Validity of the Product</td>\n</tr>\n<tr>\n<td>How to Use</td>\n<td>How to use this product</td>\n</tr>\n<tr>\n<td>Modified Date</td>\n<td>Last modified date of the product details</td>\n</tr>\n<tr>\n<td>Image</td>\n<td>Image of the product</td>\n</tr>\n<tr>\n<td>Denominations</td>\n<td>Denominations available for a particular product, used in creating an order.</td>\n</tr>\n<tr>\n<td>Currency Code</td>\n<td>Currency code of the particular product</td>\n</tr>\n<tr>\n<td>Currency Name</td>\n<td>Currency Name of the particular product</td>\n</tr>\n<tr>\n<td>Country Name</td>\n<td>Country Name of the particular product</td>\n</tr>\n<tr>\n<td>Conversion Ratio</td>\n<td>Exchange Rate on the particular day</td>\n</tr>\n<tr>\n<td>is_variable</td>\n<td>Product with Customized Denomination. If '1' yes, else no</td>\n</tr>\n<tr>\n<td>Min Price</td>\n<td>Minimum Denomination available for the Product</td>\n</tr>\n<tr>\n<td>Max Price</td>\n<td>Maximum Denomination available for the Product</td>\n</tr>\n<tr>\n<td>Product Categories</td>\n<td>List of categories applicable for the product</td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>Percentage of discount available on the product (User has given user name and password)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","path":["index.php"],"host":["corp","xoxoday","com"],"query":[{"key":"route","value":"clientapp/voucherlist/products"}],"variable":[]}},"response":[{"id":"416d55ad-4090-4a8b-89ce-1a88d6b53d09","name":"Get All Vouchers List","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"product_id","value":"1007","type":"text","description":"Unique Parameter to retrieve a particular product information (Optional)"},{"key":"country_name","value":"germany","type":"text","description":"Choose the name of the country for country specific vouchers, this can be multiple countries, use comma to separate the countries (Optional)"},{"key":"currency_code","value":"EUR","type":"text","description":"Currency of the product (Optional)"},{"key":"limit","value":"50","type":"text","description":"Limit of the particular response (Optional)"},{"key":"offset","value":"0","type":"text"},{"key":"username","value":"","type":"text","description":"This is production only, kindly request our team to provide this information. This is to provide client specific product catalog (Optional)"},{"key":"password","value":"","type":"text","description":"This is production only, kindly request our team to provide this information. This is to provide client specific product catalog (Optional)"},{"key":"categories","value":"","description":"To select categories. Seperate multiple entries by \",\" Eg: 1,2,3","type":"text"}]},"url":{"raw":"http://corp.xoxoday.com/index.php?route=clientapp/voucherlist/products","protocol":"http","host":["corp","xoxoday","com"],"path":["index.php"],"query":[{"key":"route","value":"clientapp/voucherlist/products"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 10 Apr 2019 10:17:43 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"37"},{"key":"X-Cache","value":"MISS from localhost"},{"key":"X-Cache-Lookup","value":"MISS from localhost:3128"},{"key":"Via","value":"1.1 localhost (squid/3.5.27)"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": 1,\n    \"vouchers\": [],\n    \"count\": 0\n}"},{"id":"8c37a3a6-20dd-4633-87bb-fabf0193faf0","name":"Get All Vouchers List","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"product_id","value":"1007","type":"text","description":"Unique Parameter to retrieve a particular product information (Optional)"},{"key":"country_name","value":"germany","type":"text","description":"Choose the name of the country for country specific vouchers, this can be multiple countries, use comma to separate the countries (Optional)"},{"key":"currency_code","value":"EUR","type":"text","description":"Currency of the product (Optional)"},{"key":"limit","value":"50","type":"text","description":"Limit of the particular response (Optional)"},{"key":"offset","value":"0","type":"text"},{"key":"username","value":"","type":"text","description":"This is production only, kindly request our team to provide this information. This is to provide client specific product catalog (Optional)"},{"key":"password","value":"","type":"text","description":"This is production only, kindly request our team to provide this information. This is to provide client specific product catalog (Optional)"},{"key":"categories","value":"","description":"To select categories. Seperate multiple entries by \",\" Eg: 1,2,3","type":"text"}]},"url":{"raw":"http://corp.xoxoday.com/index.php?route=clientapp/voucherlist/products","protocol":"http","host":["corp","xoxoday","com"],"path":["index.php"],"query":[{"key":"route","value":"clientapp/voucherlist/products"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 10 Apr 2019 10:30:08 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"40"},{"key":"X-Cache","value":"MISS from localhost"},{"key":"X-Cache-Lookup","value":"MISS from localhost:3128"},{"key":"Via","value":"1.1 localhost (squid/3.5.27)"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": 1,\n    \"vouchers\": [],\n    \"count\": null\n}"}],"_postman_id":"fc59171c-112d-4b36-81e0-e012c7ec3d96"},{"name":"Get Voucher","id":"c8057928-58df-47ff-3d3c-e60210e08e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"test@abc.com","type":"text"},{"key":"password","value":"Qt26dghd","type":"text"},{"key":"externalorderid","value":"OD123","type":"text","description":"<p>This is generated from your end</p>\n"},{"key":"denomination","value":"500","type":"text","description":"<p>Denomination can be retrived from <code>Get Voucher List</code> API</p>\n"},{"key":"voucher_id","value":"228","type":"text","description":"<p>Voucher ID caan be retrived from <code>Get Voucher List</code> API</p>\n"},{"key":"quantity","value":"1","type":"text","description":"<p>Quantity which is required</p>\n"}]},"url":"https://corp.xoxoday.com/index.php?route=clientapp/egv_test/getvoucher&key=12hjk3208dsf7823hj","description":"<p>This API fetches the Voucher details.</p>\n<p>Pass the product id and denomination from <code>Get Voucher List</code> API.</p>\n<h3 id=\"response-attributes\">Response Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Code</td>\n<td>The Actual Voucher Code</td>\n</tr>\n<tr>\n<td>Pin</td>\n<td>Pin along with the Voucher Code(Optional)</td>\n</tr>\n<tr>\n<td>Validity</td>\n<td>Expiry Date of the Voucher(Optional)</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Denomination of the Voucher</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["index.php"],"host":["corp","xoxoday","com"],"query":[{"key":"route","value":"clientapp/egv_test/getvoucher"},{"key":"key","value":"12hjk3208dsf7823hj"}],"variable":[]}},"response":[{"id":"ae58b209-c412-3271-528b-548f6e768024","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"test@abc.com","type":"text"},{"key":"password","value":"Qt26dghd","type":"text"},{"key":"externalorderid","value":"123","type":"text"},{"key":"denomination","value":"500","type":"text"},{"key":"voucher_id","value":"14383","type":"text"},{"key":"quantity","value":"1","type":"text"}]},"url":{"raw":"https://corp.xoxoday.com/index.php?route=clientapp/egv_test/getvoucher&key=12hjk3208dsf7823hj","protocol":"https","host":["corp","xoxoday","com"],"path":["index.php"],"query":[{"key":"route","value":"clientapp/egv_test/getvoucher"},{"key":"key","value":"12hjk3208dsf7823hj"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-length","key":"content-length","value":"131","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 27 Jun 2018 13:10:09 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"459","body":"{\"success\":1,\"order_id\":\"ORD123\",\"vouchers\":[{\"code\":\"DEMO CODE\",\"pin\":\"DEMO PIN\",\"validity_date\":\"1970-01-01\",\"amount\":\"500\"}]}"}],"_postman_id":"c8057928-58df-47ff-3d3c-e60210e08e34"},{"name":"Get Order Details","id":"b22a956e-7af5-0fa3-9654-3ccc4a72177f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"test@abc.com","type":"text"},{"key":"password","value":"Qt26dghd","type":"text"},{"key":"order_id","value":"ORD123","description":"<p>Order ID is generated in <code>Get Voucher</code> API</p>\n","type":"text"},{"key":"externalorderid","value":"","description":"<p>This is optional</p>\n","type":"text"}]},"url":"https://corp.xoxoday.com/index.php?route=clientapp/egv/getorder&key=12hjk3208dsf7823hj","description":"<p>This API is used to fetch the details of a particular order. </p>\n<p>On entering the Order ID, the details of a particular order can be fetched.</p>\n<p>Order ID or External Order ID is mandatory to fetch the details.</p>\n<h3 id=\"response-attributes\">Response Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Code</td>\n<td>The Actual Voucher Code</td>\n</tr>\n<tr>\n<td>Pin</td>\n<td>Pin along with the Voucher Code(Optional)</td>\n</tr>\n<tr>\n<td>Validity</td>\n<td>Expiry Date of the Voucher(Optional)</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Denomination of the Voucher</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["index.php"],"host":["corp","xoxoday","com"],"query":[{"key":"route","value":"clientapp/egv/getorder"},{"key":"key","value":"12hjk3208dsf7823hj"}],"variable":[]}},"response":[{"id":"54403bed-6a6f-aeaf-314e-6032262a9184","name":"Response 200","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"test@abc.com","type":"text"},{"key":"password","value":"Qt26dghd","type":"text"},{"key":"order_id","value":"ORD234","type":"text"}]},"url":{"raw":"https://corp.xoxoday.com/index.php?route=clientapp/egv_test/getorder&key=12hjk3208dsf7823hj","protocol":"https","host":["corp","xoxoday","com"],"path":["index.php"],"query":[{"key":"route","value":"clientapp/egv_test/getorder"},{"key":"key","value":"12hjk3208dsf7823hj"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-length","key":"content-length","value":"144","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 27 Jun 2018 12:29:24 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"244","body":"{\"success\":1,\"order_id\":\"ORD234\",\"vouchers\":[{\"code\":\"DEMO CODE 0\",\"pin\":\"DEMO PIN 0\",\"validity_date\":\"2025-01-01\",\"amount\":\"100\"},{\"code\":\"DEMO CODE 1\",\"pin\":\"DEMO PIN 1\",\"validity_date\":\"2025-01-01\",\"amount\":\"100\"}]}"},{"id":"9a60ec20-3a14-e6b5-d429-bb48592124e5","name":"Get Order Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"","description":"Write to cs@xoxoday.com","type":"text"},{"key":"password","value":"","description":"Write to cs@xoxoday.com","type":"text"},{"key":"order_id","value":"ORD234","type":"text"}]},"url":{"raw":"https://corp.xoxoday.com/index.php?route=clientapp/egv_test/getorder&key=","protocol":"https","host":["corp","xoxoday","com"],"path":["index.php"],"query":[{"key":"route","value":"clientapp/egv_test/getorder"},{"key":"key","value":"","description":"Write to cs@xoxoday.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-length","key":"content-length","value":"144","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Thu, 28 Jun 2018 09:21:13 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"809","body":"{\"success\":1,\"order_id\":\"ORD234\",\"vouchers\":[{\"code\":\"DEMO CODE 0\",\"pin\":\"DEMO PIN 0\",\"validity_date\":\"2025-01-01\",\"amount\":\"100\"},{\"code\":\"DEMO CODE 1\",\"pin\":\"DEMO PIN 1\",\"validity_date\":\"2025-01-01\",\"amount\":\"100\"}]}"}],"_postman_id":"b22a956e-7af5-0fa3-9654-3ccc4a72177f"},{"name":"Get Order History","id":"1ccd7542-c0ca-b90a-baec-0d0869253a67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"test@abc.com","type":"text"},{"key":"password","value":"Qt26dghd","type":"text"},{"key":"startdate","value":"2018-01-01","type":"text"},{"key":"enddate","value":"2018-02-01","type":"text"}]},"url":"https://corp.xoxoday.com/index.php?route=clientapp/egv_test/getConvertedorders&key=12hjk3208dsf7823hj","description":"<p>To check the Orders placed within a particular date range, and whether particular order is fulfilled or not.</p>\n<h3 id=\"response-attributes\">Response Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Order ID</td>\n<td>Order ID of the Order Requested</td>\n</tr>\n<tr>\n<td>Date Added</td>\n<td>Requested Date</td>\n</tr>\n<tr>\n<td>Email ID</td>\n<td>Email ID in which the order was placed</td>\n</tr>\n<tr>\n<td>Delivery Status</td>\n<td>Status of the Order</td>\n</tr>\n<tr>\n<td>Product Name</td>\n<td>Product Name</td>\n</tr>\n<tr>\n<td>Receivers Mobile Number</td>\n<td>Mobile number of the receiver</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Price of the Voucher</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Number of Vouchers</td>\n</tr>\n<tr>\n<td>Total</td>\n<td>Total Amount</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"statuses\">Statuses</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Delivered</td>\n<td>The order has been delivered</td>\n</tr>\n<tr>\n<td>Pending</td>\n<td>The order is yet to be delievered</td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>The order has been Cancelled</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["index.php"],"host":["corp","xoxoday","com"],"query":[{"key":"route","value":"clientapp/egv_test/getConvertedorders"},{"key":"key","value":"12hjk3208dsf7823hj"}],"variable":[]}},"response":[{"id":"f99253bb-c827-fda1-7bac-4161b708944c","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"","description":"Write to cs@xoxoday.com","type":"text"},{"key":"password","value":"","description":"Write to cs@xoxoday.com","type":"text"},{"key":"startdate","value":"2018-01-01","type":"text"},{"key":"enddate","value":"2018-02-01","type":"text"}]},"url":{"raw":"https://corp.xoxoday.com/index.php?route=clientapp/egv_test/getConvertedorders&key=","protocol":"https","host":["corp","xoxoday","com"],"path":["index.php"],"query":[{"key":"route","value":"clientapp/egv_test/getConvertedorders"},{"key":"key","value":"","description":"Write to cs@xoxoday.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-length","key":"content-length","value":"228","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Thu, 28 Jun 2018 09:21:25 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"498","body":"{\"success\":1,\"orders\":[{\"order_id\":\"ORD123\",\"date_added\":\"2018-01-01\",\"email\":\"demo@demo.com\",\"delivery_status\":\"Delievred\",\"products\":{\"product_name\":\"DEMO PRODUCT\",\"receiver_mobile_number\":\"1234567890\",\"price\":\"100\",\"quantity\":\"1\",\"total\":\"100\"}}],\"message\":\"1 Result(s) Found.\"}"}],"_postman_id":"1ccd7542-c0ca-b90a-baec-0d0869253a67"},{"name":"Get Categories","id":"00c4b1eb-cf22-4719-bf4a-4f1bdf486a26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://corp.xoxoday.com/index.php?route=clientapp/voucherlist/categories","description":"<p>Get list of all the Vouchers categories Available through our {{Get Catrgories}} API.</p>\n<p>Enter a category to find the product.</p>\n","urlObject":{"protocol":"http","path":["index.php"],"host":["corp","xoxoday","com"],"query":[{"key":"route","value":"clientapp/voucherlist/categories"}],"variable":[]}},"response":[],"_postman_id":"00c4b1eb-cf22-4719-bf4a-4f1bdf486a26"}],"event":[{"listen":"prerequest","script":{"id":"860dc224-d9a8-4a48-b11d-f38d990c04a4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"843fdb4d-58ba-4a6f-b511-93d903e0291b","type":"text/javascript","exec":[""]}}]}