{"info":{"_postman_id":"782f81eb-2b48-4085-9fb7-1bd7c4cd8713","name":"Coupon Demo","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6533522","collectionId":"782f81eb-2b48-4085-9fb7-1bd7c4cd8713","publishedId":"UzBtmPA5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-28T09:54:48.000Z"},"item":[{"name":"Coupons","item":[{"name":"Get Coupons","id":"d90bd00b-1f94-4f6e-b0f1-766838a0acfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/coupons","urlObject":{"path":["coupons"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d90bd00b-1f94-4f6e-b0f1-766838a0acfb"},{"name":"Get Coupon Details","id":"a3559c2e-87b6-4590-9198-bdf0bf1f1828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/coupons/1/details","urlObject":{"path":["coupons","1","details"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3559c2e-87b6-4590-9198-bdf0bf1f1828"},{"name":"Create Coupon","id":"1d092542-23ef-47f0-b930-46d19d91c806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"label\": \"Test\",\n    \"code\": \"TEST223\",\n    \"coupon_applied_on\":2,\n    \"discount_type\": 1,\n    \"expire_date\": \"2022-11-23\",\n    \"status\":  true,\n    \"discount_amount\": 20,\n    \"product_category_id\": 1,\n    \"products\": [1, 2, 3]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/coupons/create","urlObject":{"path":["coupons","create"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d092542-23ef-47f0-b930-46d19d91c806"},{"name":"Update Coupon","id":"8deb00fc-f81b-4847-8ead-43c5ad30cee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"label\": \"Test\",\n    \"code\": \"TEST223\",\n    \"coupon_applied_on\":1,\n    \"discount_type\": 1,\n    \"expire_date\": \"2022-11-23\",\n    \"status\":  true,\n    \"discount_amount\": 20,\n    \"product_category_id\": null,\n    \"products\": [1, 2, 3]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/coupons/1/update","urlObject":{"path":["coupons","1","update"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8deb00fc-f81b-4847-8ead-43c5ad30cee3"},{"name":"Get Search Params","id":"eb7e7d4a-a039-4bfd-a11c-8ad4c5580f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/coupons/search-parameters","urlObject":{"path":["coupons","search-parameters"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb7e7d4a-a039-4bfd-a11c-8ad4c5580f71"}],"id":"9946959d-6796-425a-9927-e38704eae291","_postman_id":"9946959d-6796-425a-9927-e38704eae291","description":""}]}