{"info":{"_postman_id":"ef8a7a44-3f1b-4806-9575-0fc31da2a624","name":"8sens REST api V1","description":"<html><head></head><body><p>8sens REST api</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7126824","collectionId":"ef8a7a44-3f1b-4806-9575-0fc31da2a624","publishedId":"S17xsRdp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-04-02T10:53:52.000Z"},"item":[{"name":"login","item":[{"name":"Client Authentification","id":"d5d143fe-fbaa-479c-a3fc-bb330fc54795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"login","value":"login","type":"text"},{"key":"password","value":"pass","type":"text"},{"key":"categ","value":"X","type":"text"}]},"url":"http://www.8sens.com/v1/login/client","description":"<p>Allows a client (Cli) to authenticate himself using CliLogin and CliPasse</p>\n","urlObject":{"protocol":"http","path":["v1","login","client"],"host":["www","8sens","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5d143fe-fbaa-479c-a3fc-bb330fc54795"},{"name":"User Authentification","id":"1bf456a6-25f1-40d5-81f7-e6f4c1f62929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"login","value":"web","type":"text"},{"key":"password","value":"web","type":"text"}]},"url":"http://www.8sens.com/v1/login/user","description":"<p>Allows a user (Usr) to authenticate himself using UsrCode and UsrPass.</p>\n","urlObject":{"protocol":"http","path":["v1","login","user"],"host":["www","8sens","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bf456a6-25f1-40d5-81f7-e6f4c1f62929"},{"name":"Token verification","id":"138143f6-36b1-4efb-b918-b90cc7ab98d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://www.8sens.com/v1/login/token","description":"<p>Check and renew authentification token</p>\n","urlObject":{"protocol":"http","path":["v1","login","token"],"host":["www","8sens","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"138143f6-36b1-4efb-b918-b90cc7ab98d1"}],"id":"3a4ac52c-f1d5-4f2f-981d-be82569079bd","description":"<p>Folder for login</p>\n","_postman_id":"3a4ac52c-f1d5-4f2f-981d-be82569079bd"},{"name":"logout","item":[{"name":"Logout","id":"86c2b4d7-8ab0-4959-bede-93b8e6f763c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://www.8sens.com/v1/logout","description":"<p>Used to terminate the validity of the token</p>\n","urlObject":{"protocol":"http","path":["v1","logout"],"host":["www","8sens","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"86c2b4d7-8ab0-4959-bede-93b8e6f763c7"}],"id":"dc425f29-5dca-40a1-9879-a21b41d1e37e","description":"<p>Folder for logout</p>\n","_postman_id":"dc425f29-5dca-40a1-9879-a21b41d1e37e"},{"name":"products","item":[{"name":"Products catalogue","id":"a03d8245-b084-45ba-9627-9f0ad845ecf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/products?nb_by_page=10&page=1&mod_date={{mod_date}}&query={{query}}&categ={{categ}}&souscateg={{souscateg}}&sousouscateg={{sousouscateg}}&imagein={{imagein}}&imagesize={{imagesize}}&brand={{brand}}&brands=X&product_price={{product_price}}","description":"<p>Returns a list item as a catalog paginated If no token returns a  catalog with \"public\" price</p>\n","urlObject":{"protocol":"http","path":["v1","products"],"host":["www","8sens","com"],"query":[{"key":"nb_by_page","value":"10"},{"key":"page","value":"1"},{"key":"mod_date","value":"{{mod_date}}"},{"key":"query","value":"{{query}}"},{"key":"categ","value":"{{categ}}"},{"key":"souscateg","value":"{{souscateg}}"},{"key":"sousouscateg","value":"{{sousouscateg}}"},{"key":"imagein","value":"{{imagein}}"},{"key":"imagesize","value":"{{imagesize}}"},{"key":"brand","value":"{{brand}}"},{"key":"brands","value":"X"},{"key":"product_price","value":"{{product_price}}"}],"variable":[]}},"response":[],"_postman_id":"a03d8245-b084-45ba-9627-9f0ad845ecf6"},{"name":"Product item","id":"4141c10c-28bc-4319-bb77-473094645417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/products/:product_id?imagein={{imagein}}&imagesize={{imagesize}}&product_price={{product_price}}","description":"<p>returns an item of the product catalog</p>\n","urlObject":{"protocol":"http","path":["v1","products",":product_id"],"host":["www","8sens","com"],"query":[{"key":"imagein","value":"{{imagein}}"},{"key":"imagesize","value":"{{imagesize}}"},{"key":"product_price","value":"{{product_price}}"}],"variable":[{"type":"any","value":"{{product_id}}","key":"product_id"}]}},"response":[],"_postman_id":"4141c10c-28bc-4319-bb77-473094645417"}],"id":"aa68429a-a5ce-4b69-8248-d847137db042","description":"<p>Folder for products</p>\n","_postman_id":"aa68429a-a5ce-4b69-8248-d847137db042"},{"name":"pictures","item":[{"name":"Picture","id":"7dd5246c-35f5-40de-bc4b-27015dc2eabc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/pictures/:file_name","description":"<p>Returns a picture in base base64</p>\n","urlObject":{"protocol":"http","path":["v1","pictures",":file_name"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{file_name}}","key":"file_name"}]}},"response":[],"_postman_id":"7dd5246c-35f5-40de-bc4b-27015dc2eabc"}],"id":"a3bfe6c3-15bb-4a0e-a923-0be55826e112","description":"<p>Folder for pictures</p>\n","_postman_id":"a3bfe6c3-15bb-4a0e-a923-0be55826e112"},{"name":"clients","item":[{"name":"New Client","id":"2ed769dd-cf51-4569-a877-b203a9f30666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"clilogin","value":"{{clilogin}}","type":"text"},{"key":"clipasse","value":"{{clipasse}}","type":"text"},{"key":"clilib","value":"{{clilib}}","type":"text"},{"key":"moctel","value":"{{moctel}}","type":"text"},{"key":"mocport","value":"{{mocport}}","type":"text"},{"key":"mocmail","value":"{{mocmail}}","type":"text"},{"key":"cliweb","value":"{{cliweb}}","type":"text"},{"key":"clicategenu","value":"{{clicategenu}}","type":"text"},{"key":"clinif","value":"{{clinif}}","type":"text"},{"key":"clisiret","value":"{{clisiret}}","type":"text"},{"key":"pyscode","value":"{{pyscode}}","type":"text"},{"key":"copfctenu","value":"{{copfctenu}}","type":"text"},{"key":"prsprenom","value":"{{prsprenom}}","type":"text"},{"key":"prsname","value":"{{prsname}}","type":"text"},{"key":"PrsTitleEnu","value":"{{PrsTitleEnu}}","type":"text"},{"key":"fadrlib","value":"{{fadrlib}}","type":"text"},{"key":"fadrrue1","value":"{{fadrrue1}}","type":"text"},{"key":"fadrrue2","value":"{{fadrrue2}}","type":"text"},{"key":"fadrcity","value":"{{fadrcity}}","type":"text"},{"key":"fadrzip","value":"{{fadrzip}}","type":"text"},{"key":"fadrland","value":"{{fadrland}}","type":"text"},{"key":"ladrlib","value":"{{ladrlib}}","type":"text"},{"key":"ladrrue1","value":"{{ladrrue1}}","type":"text"},{"key":"ladrrue2","value":"{{ladrrue2}}","type":"text"},{"key":"ladrcity","value":"{{ladrcity}}","type":"text"},{"key":"ladrzip","value":"{{ladrzip}}","type":"text"},{"key":"ladrland","value":"{{ladrland}}","type":"text"}]},"url":"http://www.8sens.com/v1/clients","description":"<p>Allow to create a new client (Work in progress)</p>\n","urlObject":{"protocol":"http","path":["v1","clients"],"host":["www","8sens","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ed769dd-cf51-4569-a877-b203a9f30666"},{"name":"Client information","id":"e454f39f-daf8-4ec3-814b-e7706a7b7136","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id","description":"<p>Return a client based on his ID</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"}]}},"response":[],"_postman_id":"e454f39f-daf8-4ec3-814b-e7706a7b7136"},{"name":"Client Update","id":"f4053023-adb3-48f7-b513-fa4b52ccdcac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"clilib","value":"{{clilib}}","type":"text"},{"key":"clilogin","value":"{{clilogin}}","type":"text"},{"key":"clipasse","value":"{{clipasse}}","type":"text"},{"key":"moctel","value":"{{moctel}}","type":"text"},{"key":"mocport","value":"{{mocport}}","type":"text"},{"key":"mocmail","value":"{{mocmail}}","type":"text"},{"key":"cliweb","value":"{{cliweb}}","type":"text"},{"key":"clicategenu","value":"{{clicategenu}}","type":"text"},{"key":"clinif","value":"{{clinif}}","type":"text"},{"key":"clisiret","value":"{{clisiret}}","type":"text"},{"key":"pyscode","value":"{{pyscode}}","type":"text"},{"key":"copfctenu","value":"{{copfctenu}}","type":"text"},{"key":"prsprenom","value":"{{prsprenom}}","type":"text"},{"key":"prsname","value":"{{prsname}}","type":"text"},{"key":"PrsTitleEnu","value":"{{PrsTitleEnu}}","type":"text"},{"key":"fadrlib","value":"{{fadrlib}}","type":"text"},{"key":"fadrrue1","value":"{{fadrrue1}}","type":"text"},{"key":"fadrrue2","value":"{{fadrrue2}}","type":"text"},{"key":"fadrcity","value":"{{fadrcity}}","type":"text"},{"key":"fadrzip","value":"{{fadrzip}}","type":"text"},{"key":"fadrland","value":"{{fadrland}}","type":"text"},{"key":"ladrlib","value":"{{ladrlib}}","type":"text"},{"key":"ladrrue1","value":"{{ladrrue1}}","type":"text"},{"key":"ladrrue2","value":"{{ladrrue2}}","type":"text"},{"key":"ladrcity","value":"{{ladrcity}}","type":"text"},{"key":"ladrzip","value":"{{ladrzip}}","type":"text"},{"key":"ladrland","value":"{{ladrland}}","type":"text"}]},"url":"http://www.8sens.com/v1/clients/:client_id","description":"<p>Updating client informations. If clilogin is empty and mocmail is set, mocmail will be reported into clilogin</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"}]}},"response":[],"_postman_id":"f4053023-adb3-48f7-b513-fa4b52ccdcac"},{"name":"Outstanding payment","id":"870f44a4-e758-4726-bc69-b05826e675a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/encours","description":"<p>outstanding payment of the client</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","encours"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"}]}},"response":[],"_postman_id":"870f44a4-e758-4726-bc69-b05826e675a3"},{"name":"Carts list (quotation)","id":"1cb9f45a-42c0-4e5b-8c03-9cbd982fb6c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/carts","description":"<p>Return a client's carts list</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","carts"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"}]}},"response":[],"_postman_id":"1cb9f45a-42c0-4e5b-8c03-9cbd982fb6c0"},{"name":"New client carts","id":"ee536869-2db6-431f-9d9d-c0a0e56a7b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"ref","value":"{{ref}}","type":"text"},{"key":"adrfac_id","value":"{{adrfac_id}}","type":"text"},{"key":"adrliv_id","value":"{{adrliv_id}}","type":"text"}]},"url":"http://www.8sens.com/v1/clients/:client_id/carts","description":"<p>Create a new Cart for a client, return the id</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","carts"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"}]}},"response":[],"_postman_id":"ee536869-2db6-431f-9d9d-c0a0e56a7b92"},{"name":"Client Carts (Invoice)","id":"c19e1580-2366-4403-8280-45a5c32de9de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/carts/:cart_id","description":"<p>Return a client cart informations</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","carts",":cart_id"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{cart_id}}","key":"cart_id"}]}},"response":[],"_postman_id":"c19e1580-2366-4403-8280-45a5c32de9de"},{"name":"Carts Validation ","id":"815300d7-75d5-44db-8c87-9521c35773ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"payment_type","value":"{{payment_type}}","type":"text"},{"key":"adrfac_id","value":"{{adrfac_id}}","type":"text"},{"key":"adrliv_id","value":"{{adrliv_id}}","type":"text"},{"key":"exped","value":"{{exped}}","type":"text"}]},"url":"http://www.8sens.com/v1/clients/:client_id/carts/:cart_id","description":"<p>Carts validation return order</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","carts",":cart_id"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{cart_id}}","key":"cart_id"}]}},"response":[],"_postman_id":"815300d7-75d5-44db-8c87-9521c35773ae"},{"name":"Carts delete","id":"bdfaa373-1a38-4388-a4a8-8b5519a41bb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://www.8sens.com/v1/clients/:client_id/carts/:cart_id","description":"<p>Deleting a cart</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","carts",":cart_id"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{cart_id}}","key":"cart_id"}]}},"response":[],"_postman_id":"bdfaa373-1a38-4388-a4a8-8b5519a41bb7"},{"name":"Lines (Carts)","id":"514735b2-0f6e-4872-ba33-33da246f6107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/carts/:cart_id/lines?book=X&stock=X&lien_suiv=X","description":"<p>Return an array of lines from a cart</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","carts",":cart_id","lines"],"host":["www","8sens","com"],"query":[{"key":"book","value":"X"},{"key":"stock","value":"X"},{"key":"lien_suiv","value":"X"}],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{cart_id}}","key":"cart_id"}]}},"response":[],"_postman_id":"514735b2-0f6e-4872-ba33-33da246f6107"},{"name":"New line (Carts)","id":"63d8f8b4-f327-4980-913c-b781ed616da9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"art_id","value":"{{art_id}}","type":"text"},{"key":"qty","value":"{{qty}}","type":"text"}]},"url":"http://www.8sens.com/v1/clients/:client_id/carts/:cart_id/lines","description":"<p>Create a new line in a carts</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","carts",":cart_id","lines"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{cart_id}}","key":"cart_id"}]}},"response":[],"_postman_id":"63d8f8b4-f327-4980-913c-b781ed616da9"},{"name":"Lines (Order)","id":"6b2e7c8d-f9dd-44e5-9997-21d75bb3521c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/orders/:order_id/lines?lien_suiv=X","description":"<p>Retourne les lignes d'une commande client</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","orders",":order_id","lines"],"host":["www","8sens","com"],"query":[{"key":"lien_suiv","value":"X"}],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{order_id}}","key":"order_id"}]}},"response":[],"_postman_id":"6b2e7c8d-f9dd-44e5-9997-21d75bb3521c"},{"name":"Lines (Deliveries)","id":"095096e3-9206-494d-b9f1-66f3dcb70654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/deliveries/:deliverie_id/lines?lien_suiv=X","description":"<p>Return lines of a deliverie</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","deliveries",":deliverie_id","lines"],"host":["www","8sens","com"],"query":[{"key":"lien_suiv","value":"X"}],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{deliverie_id}}","key":"deliverie_id"}]}},"response":[],"_postman_id":"095096e3-9206-494d-b9f1-66f3dcb70654"},{"name":"Lines (Invoice)","id":"3bffa431-698a-4963-a567-c19a2d606a3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/invoices/:invoice_id/lines?lien_suiv=X","description":"<p>Return lines of an invoice</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","invoices",":invoice_id","lines"],"host":["www","8sens","com"],"query":[{"key":"lien_suiv","value":"X"}],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{invoice_id}}","key":"invoice_id"}]}},"response":[],"_postman_id":"3bffa431-698a-4963-a567-c19a2d606a3c"},{"name":"Line update (Carts)","id":"b21cb593-dc2f-46fd-beac-84e8c2278d7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://www.8sens.com/v1/clients/:client_id/carts/:cart_id/lines/:line_id","description":"<p>Update a line in a cart</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","carts",":cart_id","lines",":line_id"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{cart_id}}","key":"cart_id"},{"type":"any","value":"{{line_id}}","key":"line_id"}]}},"response":[],"_postman_id":"b21cb593-dc2f-46fd-beac-84e8c2278d7f"},{"name":"Line delete (Carts)","id":"de0fccf4-bd20-4acf-aafc-98e829590241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"http://www.8sens.com/v1/clients/:client_id/carts/:cart_id/lines/:line_id","description":"<p>Deleting a line in a cart</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","carts",":cart_id","lines",":line_id"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{cart_id}}","key":"cart_id"},{"type":"any","value":"{{line_id}}","key":"line_id"}]}},"response":[],"_postman_id":"de0fccf4-bd20-4acf-aafc-98e829590241"},{"name":"Orders list","id":"f2a63623-b032-4815-92e9-c2ec05d961aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/orders","description":"<p>Return an array of orders</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","orders"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"}]}},"response":[],"_postman_id":"f2a63623-b032-4815-92e9-c2ec05d961aa"},{"name":"Order","id":"d8b24c36-836d-4e30-b2b1-42f7d7fa07fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/orders/:order_id","description":"<p>Return a client order</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","orders",":order_id"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{order_id}}","key":"order_id"}]}},"response":[],"_postman_id":"d8b24c36-836d-4e30-b2b1-42f7d7fa07fb"},{"name":"Deliveries List","id":"46fab5ae-4ce9-4476-8514-ca39ffebd119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/deliveries","description":"<p>Return an array of a client deliveries</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","deliveries"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"}]}},"response":[],"_postman_id":"46fab5ae-4ce9-4476-8514-ca39ffebd119"},{"name":"Client Delivery","id":"e6982ede-43c0-4a8c-8f2c-0e5e726bb977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/deliveries/:deliverie_id","description":"<p>Return a client delivery</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","deliveries",":deliverie_id"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{deliverie_id}}","key":"deliverie_id"}]}},"response":[],"_postman_id":"e6982ede-43c0-4a8c-8f2c-0e5e726bb977"},{"name":"Invoices List","id":"56b605d9-6eae-45fa-b120-be44b0a7f042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/invoices","description":"<p>Return a client invoice list</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","invoices"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"}]}},"response":[],"_postman_id":"56b605d9-6eae-45fa-b120-be44b0a7f042"},{"name":"Client Invoice","id":"42daa590-86cd-4808-ae73-bb2a9bb8c173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/invoices/:invoice_id","description":"<p>Return a client invoice</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","invoices",":invoice_id"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{invoice_id}}","key":"invoice_id"}]}},"response":[],"_postman_id":"42daa590-86cd-4808-ae73-bb2a9bb8c173"},{"name":"Client Ticket (SAV)","id":"f7f32b4b-39eb-45ae-bd9d-3220603e3e33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/tickets","description":"<p>Return a client ticket list (SAV)</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","tickets"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"}]}},"response":[],"_postman_id":"f7f32b4b-39eb-45ae-bd9d-3220603e3e33"},{"name":"Ticket SAV","id":"0c76b1da-aeab-49a1-9435-1b1888abc90d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/tickets/:ticket_id","description":"<p>Return a client Ticket</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","tickets",":ticket_id"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{ticket_id}}","key":"ticket_id"}]}},"response":[],"_postman_id":"0c76b1da-aeab-49a1-9435-1b1888abc90d"},{"name":"Event sav","id":"65bf7016-7de5-4e6b-8b9e-b8b294c103cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/tickets/:ticket_id/events","description":"<p>Return Tickets Events</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","tickets",":ticket_id","events"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"},{"type":"any","value":"{{ticket_id}}","key":"ticket_id"}]}},"response":[],"_postman_id":"65bf7016-7de5-4e6b-8b9e-b8b294c103cf"},{"name":"Accounts","id":"d42e93c7-fc13-491e-9598-e88f52e141e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"token","value":"{{token}}"}],"url":"http://www.8sens.com/v1/clients/:client_id/accounts","description":"<p>Return an array of account statement</p>\n","urlObject":{"protocol":"http","path":["v1","clients",":client_id","accounts"],"host":["www","8sens","com"],"query":[],"variable":[{"type":"any","value":"{{client_id}}","key":"client_id"}]}},"response":[],"_postman_id":"d42e93c7-fc13-491e-9598-e88f52e141e0"}],"id":"0ed69366-16c3-4964-ae4c-9f1864a8cf08","description":"<p>Folder for clients</p>\n","_postman_id":"0ed69366-16c3-4964-ae4c-9f1864a8cf08"}]}