{"info":{"_postman_id":"6b00951c-281e-708c-518d-b024b69009cb","name":"ZigaflowSandBox","description":"<html><head></head><body><p>Base URL for Sandbox</p>\n<p><a href=\"https://sandbox.quikflw.com\">https://sandbox.quikflw.com</a></p>\n<p><a href=\"https://api.sandbox.quikflw.com/v1\">https://api.sandbox.quikflw.com/v1</a></p>\n<hr>\n<p>Authentication</p>\n<p>Quikflw uses HTTP Basic authentication in order to determine which client is making calls to the API. You will need an API key for accessing the API. To find the API key, please log in to their account and find the cog on the top right, then go to Your Business =&gt; Api Key.</p>\n<p>You will need to include your API key as the Base64-encoded user name, leaving the password blank. </p>\n<hr>\n<p>Write/Update Requests</p>\n<p>When creating and updating objects via the API it is important to use valid identifiers. For example, when linking a tax code to a product, you must provide a valid tax_code_id and product_id. (If you do not already have said IDs, you will need to look them up.) </p>\n<hr>\n<p>Example API Call</p>\n<p>If we wanted to retrieve all the products for this client with an API key of 8e86340f-80ca-4a91-9ed5-2fed42f8bd69, we would use the following GET call with the Authorization header:</p>\n<p>GET: <a href=\"https://api.quikflw.com/v1/products\">https://api.quikflw.com/v1/products</a></p>\n<p>Authorization: Basic OGU4NjM0MGYtODBjYS00YTkxLTllZDUtMmZlZDQyZjhiZDY5</p>\n<hr>\n<p>Searching and Filtering</p>\n<p>Two query string parameters on GET requests give you paging options:</p>\n<p>To specify a number of records to be returned, add a \"top\" query parameter with the number of records. For example, to return just the top 10 product records, you would use the following GET request:</p>\n<p><a href=\"https://api.quikflw.com/v1/products?top=10\">https://api.quikflw.com/v1/products?top=10</a></p>\n<p>To skip the first 20 records and return the next 10 after that (useful for paging records) you can use a combination of the TOP and SKIP query parameters as follows:</p>\n<p><a href=\"https://api.quikflw.com/v1/products?skip=20&amp;top=10\">https://api.quikflw.com/v1/products?skip=20&amp;top=10</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5351616","collectionId":"6b00951c-281e-708c-518d-b024b69009cb","publishedId":"RWgtTx86","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-10-17T14:50:36.000Z"},"item":[{"name":"Currencies","item":[{"name":"Get a list of currencies","id":"184ac48e-8e4f-45d5-4e9e-edfcb36a8a65","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/currencies?skip=0&top=5","description":"<p>List all the currencies</p>\n","urlObject":{"protocol":"https","path":["v1","currencies"],"host":["api","sandbox","quikflw","com"],"query":[{"key":"skip","value":"0"},{"key":"top","value":"5"}],"variable":[]}},"response":[{"id":"ea349cef-b9ba-0389-ff32-b20d8cc83eb1","name":"Get a list of currencies","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sandbox.quikflw.com/v1/currencies?skip=0&top=5","protocol":"https","host":["api","sandbox","quikflw","com"],"path":["v1","currencies"],"query":[{"key":"skip","value":"0"},{"key":"top","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"333","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:57:03 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"73","body":"{\"data\":[{\"id\":\"1\",\"code\":\"GBP\",\"symbol\":\"£\",\"name\":\"British Pound\"},{\"id\":\"2\",\"code\":\"EUR\",\"symbol\":\"€\",\"name\":\"Euro\"},{\"id\":\"3\",\"code\":\"USD\",\"symbol\":\"$\",\"name\":\"United States Dollar\"},{\"id\":\"4\",\"code\":\"AUD\",\"symbol\":\"$\",\"name\":\"Australian Dollar\"},{\"id\":\"5\",\"code\":\"CAD\",\"symbol\":\"$\",\"name\":\"Canadian Dollar\"}],\"total_count\":7}"}],"_postman_id":"184ac48e-8e4f-45d5-4e9e-edfcb36a8a65"},{"name":"Get a currency","id":"14523b0d-6602-69c2-fc79-46b8833b227e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/currencies?skip=0&top=5","description":"<p>Get the specific currency</p>\n","urlObject":{"protocol":"https","path":["v1","currencies"],"host":["api","sandbox","quikflw","com"],"query":[{"key":"skip","value":"0"},{"key":"top","value":"5"}],"variable":[]}},"response":[{"id":"49d42041-06d5-0c67-555b-84a10d129d59","name":"Get a currency","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sandbox.quikflw.com/v1/currencies?skip=0&top=5","protocol":"https","host":["api","sandbox","quikflw","com"],"path":["v1","currencies"],"query":[{"key":"skip","value":"0"},{"key":"top","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"333","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 14:41:44 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"36","body":"{\"data\":[{\"id\":\"1\",\"code\":\"GBP\",\"symbol\":\"£\",\"name\":\"British Pound\"},{\"id\":\"2\",\"code\":\"EUR\",\"symbol\":\"€\",\"name\":\"Euro\"},{\"id\":\"3\",\"code\":\"USD\",\"symbol\":\"$\",\"name\":\"United States Dollar\"},{\"id\":\"4\",\"code\":\"AUD\",\"symbol\":\"$\",\"name\":\"Australian Dollar\"},{\"id\":\"5\",\"code\":\"CAD\",\"symbol\":\"$\",\"name\":\"Canadian Dollar\"}],\"total_count\":7}"}],"_postman_id":"14523b0d-6602-69c2-fc79-46b8833b227e"}],"id":"d06cc4d3-7971-4755-0738-8cd415a17dea","_postman_id":"d06cc4d3-7971-4755-0738-8cd415a17dea","description":""},{"name":"TaxCodes","item":[{"name":"Get a list of tax codes","id":"a2cbd4cb-854d-07e2-7422-96be0b32539d","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/taxcodes?skip=5&top=5","description":"<p>List the tax codes</p>\n","urlObject":{"protocol":"https","path":["v1","taxcodes"],"host":["api","sandbox","quikflw","com"],"query":[{"key":"skip","value":"5"},{"key":"top","value":"5"}],"variable":[]}},"response":[{"id":"3e29831b-223c-6d9a-6d9e-73ff44095f6e","name":"Get a list of tax codes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sandbox.quikflw.com/v1/taxcodes?skip=5&top=5","protocol":"https","host":["api","sandbox","quikflw","com"],"path":["v1","taxcodes"],"query":[{"key":"skip","value":"5"},{"key":"top","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"544","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:57:44 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"49","body":"{\"data\":[{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"name\":\"20.0% S\",\"description\":\"Standard\",\"is_sales\":true,\"sales_rate\":20.00000,\"is_purchases\":true,\"purchases_rate\":20.00000},{\"id\":\"dbaa451a-c2b6-4484-a286-1f43de9a24c8\",\"name\":\"5.0% R\",\"description\":\"Reduced\",\"is_sales\":true,\"sales_rate\":5.00000,\"is_purchases\":true,\"purchases_rate\":5.00000},{\"id\":\"c1de951c-7f79-4077-83e0-2b98da631e0a\",\"name\":\"No VAT\",\"description\":\"No VAT applicable\",\"is_sales\":true,\"sales_rate\":0.00000,\"is_purchases\":true,\"purchases_rate\":0.00000}],\"total_count\":8}"}],"_postman_id":"a2cbd4cb-854d-07e2-7422-96be0b32539d"},{"name":"Get a tax code","id":"f81dd9c8-0346-d67c-d56b-535ecbb6ca76","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/taxcodes/80f331f5-432c-44cc-8b9e-643cf64ba944","description":"<p>Get the specific tax code</p>\n","urlObject":{"protocol":"https","path":["v1","taxcodes","80f331f5-432c-44cc-8b9e-643cf64ba944"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"6177bf69-87d2-6495-807c-21408408cab9","name":"Get a tax code","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/taxcodes/80f331f5-432c-44cc-8b9e-643cf64ba944"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"171","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:57:49 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"44","body":"{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"name\":\"20.0% S\",\"description\":\"Standard\",\"is_sales\":true,\"sales_rate\":20.00000,\"is_purchases\":true,\"purchases_rate\":20.00000}"}],"_postman_id":"f81dd9c8-0346-d67c-d56b-535ecbb6ca76"}],"id":"0df5b0c4-a0ea-42c0-7403-bb3962ff2cf8","_postman_id":"0df5b0c4-a0ea-42c0-7403-bb3962ff2cf8","description":""},{"name":"AccountCodes","item":[{"name":"Get a list of account codes","id":"21338544-292a-b076-d79d-7e8d95e1a350","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/accountcodes","description":"<p>List the account codes</p>\n","urlObject":{"protocol":"https","path":["v1","accountcodes"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"ea7c07a0-b795-7595-4814-7830e3237043","name":"Get a list of account codes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/accountcodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"306","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:57:55 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"72","body":"{\"data\":[{\"id\":\"c4091a72-e299-46ef-82eb-eea75cfe7d77\",\"name\":\"Purchases\",\"description\":\"My purchases account code\",\"is_sales\":false,\"is_purchases\":true},{\"id\":\"c392397b-d42b-48fe-affb-37bd75e5e36b\",\"name\":\"Sales\",\"description\":\"My sales account code\",\"is_sales\":true,\"is_purchases\":false}],\"total_count\":2}"}],"_postman_id":"21338544-292a-b076-d79d-7e8d95e1a350"},{"name":"Get a account code","id":"562d008b-8073-04d3-08c3-8a2780eb303d","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/accountcodes/c392397b-d42b-48fe-affb-37bd75e5e36b","description":"<p>Get the specific account code</p>\n","urlObject":{"protocol":"https","path":["v1","accountcodes","c392397b-d42b-48fe-affb-37bd75e5e36b"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"ec72fdbc-23c1-27f3-91c8-914151962b4a","name":"Get a account code","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/accountcodes/c392397b-d42b-48fe-affb-37bd75e5e36b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"135","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:58:00 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"51","body":"{\"id\":\"c392397b-d42b-48fe-affb-37bd75e5e36b\",\"name\":\"Sales\",\"description\":\"My sales account code\",\"is_sales\":true,\"is_purchases\":false}"}],"_postman_id":"562d008b-8073-04d3-08c3-8a2780eb303d"}],"id":"1e26f404-6565-03af-6150-4b807db00ec2","_postman_id":"1e26f404-6565-03af-6150-4b807db00ec2","description":""},{"name":"PriceList","item":[{"name":"Get a list of price lists","id":"58a94edc-a658-4c94-fe2a-c10da2897285","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/pricelist?skip=3&top=5","description":"<p>List the price list in the company</p>\n","urlObject":{"protocol":"https","path":["v1","pricelist"],"host":["api","sandbox","quikflw","com"],"query":[{"key":"skip","value":"3"},{"key":"top","value":"5"}],"variable":[]}},"response":[{"id":"ff87649b-94f8-2805-b5f9-cf3afc33bd57","name":"Get a list of price lists","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sandbox.quikflw.com/v1/pricelist?skip=3&top=5","protocol":"https","host":["api","sandbox","quikflw","com"],"path":["v1","pricelist"],"query":[{"key":"skip","value":"3"},{"key":"top","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"670","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:58:05 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"79","body":"{\"data\":[{\"id\":\"e895d921-d608-490a-b614-82a1414f8f4c\",\"name\":\"GBP\",\"description\":\"British Pound\",\"Currency\":{\"id\":\"1\",\"value\":\"GBP\"}},{\"id\":\"eb0b23b7-d324-473d-8964-d613cf54712b\",\"name\":\"NZD\",\"description\":\"New Zealand Dollar\",\"Currency\":{\"id\":\"6\",\"value\":\"NZD\"}},{\"id\":\"c122ca20-16ca-4dae-b212-ef94cdfbd065\",\"name\":\"USD\",\"description\":\"USD - Wholesale\",\"Currency\":{\"id\":\"1\",\"value\":\"GBP\"}},{\"id\":\"4444c8ce-dc46-404e-9ab9-31fb1f26bd73\",\"name\":\"USD\",\"description\":\"United States Dollar\",\"Currency\":{\"id\":\"3\",\"value\":\"USD\"}},{\"id\":\"d47da550-e953-4e8a-a3b8-6972689a3a8a\",\"name\":\"ZAR\",\"description\":\"South African Rand\",\"Currency\":{\"id\":\"7\",\"value\":\"ZAR\"}}],\"total_count\":8}"}],"_postman_id":"58a94edc-a658-4c94-fe2a-c10da2897285"},{"name":"Get a price list","id":"33634da2-39a7-e9a1-c443-073b75653f79","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/pricelist/c122ca20-16ca-4dae-b212-ef94cdfbd065","description":"<p>Get the specific price list</p>\n","urlObject":{"protocol":"https","path":["v1","pricelist","c122ca20-16ca-4dae-b212-ef94cdfbd065"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"a45cf524-018c-6851-636e-9735970a8032","name":"Get a price list","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy","warning":""},{"key":"Content-Type","type":"text","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"c122ca20-16ca-4dae-b212-ef94cdfbd065\",\n    \"name\": \"USD\",\n    \"description\": \"USD - Wholesale - Change\",\n    \"Currency\": {\n        \"id\": \"1\"\n    }\n}"},"url":"https://api.sandbox.quikflw.com/v1/pricelist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"135","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:58:12 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"60","body":"{\"id\":\"c122ca20-16ca-4dae-b212-ef94cdfbd065\",\"name\":\"USD\",\"description\":\"USD - Wholesale - Change\",\"Currency\":{\"id\":\"1\",\"value\":\"GBP\"}}"}],"_postman_id":"33634da2-39a7-e9a1-c443-073b75653f79"}],"id":"f8298642-1a83-e4f1-e1b0-2bfb9203a561","_postman_id":"f8298642-1a83-e4f1-e1b0-2bfb9203a561","description":""},{"name":"Products","item":[{"name":"Prices","item":[{"name":"Get a list of prices for the product","id":"fd9ee1c8-2411-30d8-776f-95f22d3fcd81","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/products/feebb2fe-4433-49c9-80d5-eb61c65d9b9e/prices","description":"<p>List the product's multiprices\n/v1/products/{product_id}}/prices</p>\n","urlObject":{"protocol":"https","path":["v1","products","feebb2fe-4433-49c9-80d5-eb61c65d9b9e","prices"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"eda832ce-df9e-223b-2bb9-df51c95257d1","name":"Get a list of prices for the product","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/products/feebb2fe-4433-49c9-80d5-eb61c65d9b9e/prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"821","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:58:21 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"46","body":"{\"data\":[{\"id\":\"a5dedca2-72a1-45f8-a810-7f8203d0b421\",\"price_list\":{\"id\":\"8fa63ea5-c546-488a-84bc-c584e48faca6\",\"value\":\"EUR\"},\"price\":700.00000,\"break_point\":0.00000},{\"id\":\"3e1258cc-170a-410b-a5f6-877bf634ecc9\",\"price_list\":{\"id\":\"8fa63ea5-c546-488a-84bc-c584e48faca6\",\"value\":\"EUR\"},\"price\":700.00000,\"break_point\":0.00000},{\"id\":\"e9fb375b-70fa-4fac-8df1-d9193fab1dc1\",\"price_list\":{\"id\":\"8fa63ea5-c546-488a-84bc-c584e48faca6\",\"value\":\"EUR\"},\"price\":700.00000,\"break_point\":0.00000},{\"id\":\"bdaef2ec-92da-47c2-ad95-fd6ec5f389be\",\"price_list\":{\"id\":\"8fa63ea5-c546-488a-84bc-c584e48faca6\",\"value\":\"EUR\"},\"price\":200.00000,\"break_point\":1.00000},{\"id\":\"986b22f5-ae68-4c8d-842d-ff476b5ed463\",\"price_list\":{\"id\":\"4444c8ce-dc46-404e-9ab9-31fb1f26bd73\",\"value\":\"USD\"},\"price\":400.00000,\"break_point\":1.00000}],\"total_count\":5}"}],"_postman_id":"fd9ee1c8-2411-30d8-776f-95f22d3fcd81"},{"name":"Get a price for the product","id":"195ee7c4-0f4c-acd7-e0b7-0c7554a41f52","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/products/feebb2fe-4433-49c9-80d5-eb61c65d9b9e/prices/bdaef2ec-92da-47c2-ad95-fd6ec5f389be","description":"<p>Get a product's specific price from multiprices</p>\n","urlObject":{"protocol":"https","path":["v1","products","feebb2fe-4433-49c9-80d5-eb61c65d9b9e","prices","bdaef2ec-92da-47c2-ad95-fd6ec5f389be"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"139deaa8-54b7-66d6-deb5-17716202a4d8","name":"Get a price for the product","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/products/feebb2fe-4433-49c9-80d5-eb61c65d9b9e/prices/bdaef2ec-92da-47c2-ad95-fd6ec5f389be"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"158","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:58:26 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"84","body":"{\"id\":\"bdaef2ec-92da-47c2-ad95-fd6ec5f389be\",\"price_list\":{\"id\":\"8fa63ea5-c546-488a-84bc-c584e48faca6\",\"value\":\"EUR\"},\"price\":200.00000,\"break_point\":1.00000}"}],"_postman_id":"195ee7c4-0f4c-acd7-e0b7-0c7554a41f52"},{"name":"Edit a price for the product","id":"2156b29a-ee83-6095-57b8-0cb909a4b813","request":{"method":"PUT","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"bdaef2ec-92da-47c2-ad95-fd6ec5f389be\",\n    \"price_list\": {\n        \"id\": \"8fa63ea5-c546-488a-84bc-c584e48faca6\",\n        \"value\": \"EUR\"\n    },\n    \"price\": 200,\n    \"break_point\": 1\n}"},"url":"https://api.sandbox.quikflw.com/v1/products/feebb2fe-4433-49c9-80d5-eb61c65d9b9e/prices","description":"<p>Update a product's specific price\n/v1/products/{product_id}}/prices</p>\n","urlObject":{"protocol":"https","path":["v1","products","feebb2fe-4433-49c9-80d5-eb61c65d9b9e","prices"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"0331ee02-6666-bdd8-ea9f-6cc144e750ce","name":"Edit a price for the product","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"bdaef2ec-92da-47c2-ad95-fd6ec5f389be\",\n    \"price_list\": {\n        \"id\": \"8fa63ea5-c546-488a-84bc-c584e48faca6\",\n        \"value\": \"EUR\"\n    },\n    \"price\": 200,\n    \"break_point\": 1\n}"},"url":"https://api.sandbox.quikflw.com/v1/products/feebb2fe-4433-49c9-80d5-eb61c65d9b9e/prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"150","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:58:30 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"58","body":"{\"id\":\"bdaef2ec-92da-47c2-ad95-fd6ec5f389be\",\"price_list\":{\"id\":\"8fa63ea5-c546-488a-84bc-c584e48faca6\",\"value\":\"EUR\"},\"price\":200.0,\"break_point\":1.0}"}],"_postman_id":"2156b29a-ee83-6095-57b8-0cb909a4b813"},{"name":"Create a new price for the product","id":"9219b19f-a93d-fce1-bb2f-0b6c04f0db11","request":{"method":"POST","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"8fa63ea5-c546-488a-84bc-c584e48faca6\"\n    },\n    \"price\": 700,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/products/feebb2fe-4433-49c9-80d5-eb61c65d9b9e/prices","description":"<p>Create a new price for the product\n/v1/products/{prodcut_id}}/prices</p>\n","urlObject":{"protocol":"https","path":["v1","products","feebb2fe-4433-49c9-80d5-eb61c65d9b9e","prices"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"f7a199d9-3179-38f7-9f9c-50593528bbef","name":"Create a new price for the product","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"8fa63ea5-c546-488a-84bc-c584e48faca6\"\n    },\n    \"price\": 700,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/products/feebb2fe-4433-49c9-80d5-eb61c65d9b9e/prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"150","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:58:35 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"125","body":"{\"id\":\"59c0ed25-5bdd-4cad-864a-06f7916dacba\",\"price_list\":{\"id\":\"8fa63ea5-c546-488a-84bc-c584e48faca6\",\"value\":\"EUR\"},\"price\":700.0,\"break_point\":0.0}"}],"_postman_id":"9219b19f-a93d-fce1-bb2f-0b6c04f0db11"}],"id":"a87fb7d2-7966-9053-fe1b-c94e8d0bbd50","_postman_id":"a87fb7d2-7966-9053-fe1b-c94e8d0bbd50","description":""},{"name":"Costs","item":[{"name":"Get a list of costs for the product","id":"c06fb2d7-f0f9-1cea-7ab2-4ffd3f3d87ff","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/products/fa6cca22-bf0e-488c-bd9a-7436a835a482/costs","description":"<p>List the product's multicosts\n/v1/products/{product_id}}/costs</p>\n","urlObject":{"protocol":"https","path":["v1","products","fa6cca22-bf0e-488c-bd9a-7436a835a482","costs"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"04025e7a-7204-349f-b782-faaaa89bde6d","name":"Get a list of costs for the product","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/products/fa6cca22-bf0e-488c-bd9a-7436a835a482/costs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"811","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:58:40 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"71","body":"{\"data\":[{\"id\":\"ecc44f80-5a6e-41ce-b532-01c982b090a2\",\"price_list\":{\"id\":\"e895d921-d608-490a-b614-82a1414f8f4c\",\"value\":\"GBP\"},\"cost\":40.00000,\"break_point\":0.00000},{\"id\":\"186b08dc-21c6-4349-b423-3330eca11bfc\",\"price_list\":{\"id\":\"e895d921-d608-490a-b614-82a1414f8f4c\",\"value\":\"GBP\"},\"cost\":40.00000,\"break_point\":0.00000},{\"id\":\"d90318af-6e4f-4205-b325-5d19c19d54ec\",\"price_list\":{\"id\":\"e895d921-d608-490a-b614-82a1414f8f4c\",\"value\":\"GBP\"},\"cost\":40.00000,\"break_point\":0.00000},{\"id\":\"5b0f01f0-387b-45dd-85d8-fead6cd4bf8d\",\"price_list\":{\"id\":\"e895d921-d608-490a-b614-82a1414f8f4c\",\"value\":\"GBP\"},\"cost\":43.00000,\"break_point\":0.00000},{\"id\":\"57a7134e-4c70-4b35-9200-4dfd8485af4c\",\"price_list\":{\"id\":\"e895d921-d608-490a-b614-82a1414f8f4c\",\"value\":\"GBP\"},\"cost\":35.00000,\"break_point\":0.00000}],\"total_count\":5}"}],"_postman_id":"c06fb2d7-f0f9-1cea-7ab2-4ffd3f3d87ff"},{"name":"Get a cost for the product","id":"8411df99-0303-e13d-8d12-2d216e09cfd5","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/products/fa6cca22-bf0e-488c-bd9a-7436a835a482/costs/57a7134e-4c70-4b35-9200-4dfd8485af4c","description":"<p>Get a specific price from product's multicosts</p>\n","urlObject":{"protocol":"https","path":["v1","products","fa6cca22-bf0e-488c-bd9a-7436a835a482","costs","57a7134e-4c70-4b35-9200-4dfd8485af4c"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"22ad8093-876c-850d-37b0-3dec83911a68","name":"Get a cost for the product","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/products/fa6cca22-bf0e-488c-bd9a-7436a835a482/costs/57a7134e-4c70-4b35-9200-4dfd8485af4c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"156","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:58:45 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"104","body":"{\"id\":\"57a7134e-4c70-4b35-9200-4dfd8485af4c\",\"price_list\":{\"id\":\"e895d921-d608-490a-b614-82a1414f8f4c\",\"value\":\"GBP\"},\"cost\":35.00000,\"break_point\":0.00000}"}],"_postman_id":"8411df99-0303-e13d-8d12-2d216e09cfd5"},{"name":"Edit a cost for the product","id":"ffa0a82c-1972-a9a3-e2b0-ac109948a57c","request":{"method":"PUT","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"57a7134e-4c70-4b35-9200-4dfd8485af4c\",\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 35,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/products/fa6cca22-bf0e-488c-bd9a-7436a835a482/costs","description":"<p>Edit a specific cost for product\n/v1/products/{product_id}}/costs</p>\n","urlObject":{"protocol":"https","path":["v1","products","fa6cca22-bf0e-488c-bd9a-7436a835a482","costs"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"ad2dfbb0-9aa5-c26e-7b74-46c6ad698cac","name":"Edit a cost for the product","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"57a7134e-4c70-4b35-9200-4dfd8485af4c\",\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 35,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/products/fa6cca22-bf0e-488c-bd9a-7436a835a482/costs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"148","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 15:58:49 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"85","body":"{\"id\":\"57a7134e-4c70-4b35-9200-4dfd8485af4c\",\"price_list\":{\"id\":\"e895d921-d608-490a-b614-82a1414f8f4c\",\"value\":\"GBP\"},\"cost\":35.0,\"break_point\":0.0}"}],"_postman_id":"ffa0a82c-1972-a9a3-e2b0-ac109948a57c"},{"name":"Create a new cost for the product","id":"ed2de5b6-51b8-14df-ccca-ae80040e171a","request":{"method":"POST","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/products/fa6cca22-bf0e-488c-bd9a-7436a835a482/costs","description":"<p>Create a new cost for product\n/v1/products/{product_id}}/costs</p>\n","urlObject":{"protocol":"https","path":["v1","products","fa6cca22-bf0e-488c-bd9a-7436a835a482","costs"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed2de5b6-51b8-14df-ccca-ae80040e171a"}],"id":"a3978eac-3516-f24f-dbd4-be0686790d4c","_postman_id":"a3978eac-3516-f24f-dbd4-be0686790d4c","description":""},{"name":"Get a list of products","id":"fdb6e0b7-1231-0592-85e8-d4ea5eeb0e29","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/products?skip=0&top=1&productCode=ADDTOPARTS1","description":"<p>List the products</p>\n","urlObject":{"protocol":"https","path":["v1","products"],"host":["api","sandbox","quikflw","com"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"top","value":"1"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"productCode","value":"ADDTOPARTS1"}],"variable":[]}},"response":[{"id":"6db560ba-f435-4776-8426-5b04479a1160","name":"By Product Code","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sandbox.quikflw.com/v1/products?skip=0&top=1&productCode=ADDTOPARTS1","protocol":"https","host":["api","sandbox","quikflw","com"],"path":["v1","products"],"query":[{"key":"skip","value":"0","description":"Optional"},{"key":"top","value":"1","description":"Optional"},{"key":"productCode","value":"ADDTOPARTS1","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"691","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 09 Jan 2019 15:33:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"data\":[{\"id\":\"5d826bb7-62e2-4b68-bbb1-27455921f2d9\",\"product_code\":\"ADDTOPARTS1\",\"description\":\"ADDTOPARTS1\",\"detailed_description\":\"\",\"category\":\"\",\"unit\":\"\",\"deleted\":false,\"price\":0.00000,\"cost\":0.00000,\"additional_prices\":[],\"additional_costs\":[],\"sales_account_code\":null,\"purchases_account_code\":null,\"sales_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"purchases_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"labour_name\":\"\",\"labour_hours\":0.00000,\"labour_rate\":0.00000,\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":\"\"},{\"label\":\"Manufacturer\",\"value\":\"\"},{\"label\":\"Colour\",\"value\":\"\"}],\"inactive\":false}],\"total_count\":1}"},{"id":"91a905bc-172a-45b2-a8a7-a17f7cc5ffcb","name":"Get a list of products","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sandbox.quikflw.com/v1/products?skip=0&top=5","protocol":"https","host":["api","sandbox","quikflw","com"],"path":["v1","products"],"query":[{"key":"skip","value":"0","description":"Optional"},{"key":"top","value":"5","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"4538","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 09 Jan 2019 15:35:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"data\":[{\"id\":\"fac8e829-ee02-42cc-af52-f5436ab872fa\",\"product_code\":null,\"description\":\"\",\"detailed_description\":\"\",\"category\":null,\"unit\":null,\"deleted\":false,\"price\":100.00000,\"cost\":50.00000,\"additional_prices\":[],\"additional_costs\":[],\"sales_account_code\":null,\"purchases_account_code\":null,\"sales_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"purchases_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"labour_name\":\"\",\"labour_hours\":3.00000,\"labour_rate\":50.00000,\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}],\"inactive\":false},{\"id\":\"380c52b5-8f1a-4837-99ec-614716e8e456\",\"product_code\":\"123\",\"description\":\"123\",\"detailed_description\":\"test PUT\",\"category\":\"Menu\",\"unit\":null,\"deleted\":false,\"price\":10000.00000,\"cost\":500.00000,\"additional_prices\":[{\"id\":\"1c44b648-05bb-4105-8f6a-886ea8eef138\",\"price_list\":{\"id\":\"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\"value\":\"EUR\"},\"price\":15.00000,\"break_point\":0.00000},{\"id\":\"9d90b768-6dcf-4aeb-b8d6-eff2d8f586ce\",\"price_list\":{\"id\":\"623ce3c6-1b2e-4de8-82ab-71c97de6c401\",\"value\":\"GBP\"},\"price\":20.00000,\"break_point\":0.00000}],\"additional_costs\":[],\"sales_account_code\":null,\"purchases_account_code\":null,\"sales_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"purchases_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"labour_name\":\"\",\"labour_hours\":3.00000,\"labour_rate\":50.00000,\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}],\"inactive\":false},{\"id\":\"82756b1f-ab1d-4ebd-b557-11724937f176\",\"product_code\":\"24 HD LED\",\"description\":\"24 \\\" HD LED Monitor\",\"detailed_description\":\"\",\"category\":null,\"unit\":null,\"deleted\":false,\"price\":100.00000,\"cost\":50.00000,\"additional_prices\":[{\"id\":\"29619e6f-edd5-49de-8c65-102f4419309b\",\"price_list\":{\"id\":\"623ce3c6-1b2e-4de8-82ab-71c97de6c401\",\"value\":\"GBP\"},\"price\":45.00000,\"break_point\":0.00000},{\"id\":\"0c2de9ea-a9ca-4642-9151-89f20a0f721d\",\"price_list\":{\"id\":\"169d9862-d9a1-4e10-ac8a-c3bb18246ea8\",\"value\":\"USD\"},\"price\":55.00000,\"break_point\":0.00000}],\"additional_costs\":[],\"sales_account_code\":null,\"purchases_account_code\":null,\"sales_tax_code\":{\"id\":\"c1de951c-7f79-4077-83e0-2b98da631e0a\",\"value\":\"No VAT\"},\"purchases_tax_code\":{\"id\":\"c1de951c-7f79-4077-83e0-2b98da631e0a\",\"value\":\"No VAT\"},\"labour_name\":\"\",\"labour_hours\":0.00000,\"labour_rate\":0.00000,\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}],\"inactive\":false},{\"id\":\"b89890ca-ef4e-458f-ab40-e87f7893aaef\",\"product_code\":\"AARDVARK\",\"description\":\"Aardvark Model\",\"detailed_description\":\"\",\"category\":\"Models\",\"unit\":null,\"deleted\":false,\"price\":100.00000,\"cost\":50.00000,\"additional_prices\":[{\"id\":\"4ef57f31-c45c-4108-a627-007b51552f9e\",\"price_list\":{\"id\":\"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\"value\":\"EUR\"},\"price\":120.00000,\"break_point\":0.00000},{\"id\":\"8ef0347e-d00f-4d82-9873-5521e49f1d6e\",\"price_list\":{\"id\":\"b82ef263-6f69-4489-b587-b14b780f4543\",\"value\":\"USD\"},\"price\":150.00000,\"break_point\":0.00000},{\"id\":\"e8b116ba-21ef-425e-8668-65f865d62c5a\",\"price_list\":{\"id\":\"623ce3c6-1b2e-4de8-82ab-71c97de6c401\",\"value\":\"GBP\"},\"price\":100.00000,\"break_point\":0.00000}],\"additional_costs\":[],\"sales_account_code\":null,\"purchases_account_code\":null,\"sales_tax_code\":{\"id\":\"dbaa451a-c2b6-4484-a286-1f43de9a24c8\",\"value\":\"5.0% R\"},\"purchases_tax_code\":{\"id\":\"dbaa451a-c2b6-4484-a286-1f43de9a24c8\",\"value\":\"5.0% R\"},\"labour_name\":\"Installation\",\"labour_hours\":1.00000,\"labour_rate\":20.00000,\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}],\"inactive\":false},{\"id\":\"0d016553-8099-47e6-9d50-2b95f13202ce\",\"product_code\":\"Acer 3748\",\"description\":\"ACER Aspire 6 15.6\\\" Laptop - Black\",\"detailed_description\":\"\",\"category\":\"\",\"unit\":\"\",\"deleted\":false,\"price\":550.00000,\"cost\":0.00000,\"additional_prices\":[],\"additional_costs\":[],\"sales_account_code\":null,\"purchases_account_code\":null,\"sales_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"purchases_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"labour_name\":\"\",\"labour_hours\":0.00000,\"labour_rate\":0.00000,\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":\"\"},{\"label\":\"Manufacturer\",\"value\":\"Acer\"},{\"label\":\"Colour\",\"value\":\"\"}],\"inactive\":false}],\"total_count\":186}"}],"_postman_id":"fdb6e0b7-1231-0592-85e8-d4ea5eeb0e29"},{"name":"Get a product","id":"fc527afc-0709-5386-2048-d0b66367fe9b","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/products/380c52b5-8f1a-4837-99ec-614716e8e456","description":"<p>Get the specific product</p>\n","urlObject":{"protocol":"https","path":["v1","products","380c52b5-8f1a-4837-99ec-614716e8e456"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"68fcc9b6-095d-41b0-b5d4-66f3dd97355e","name":"Get a product","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sandbox.quikflw.com/v1/products/380c52b5-8f1a-4837-99ec-614716e8e456"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"990","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 09 Jan 2019 15:35:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"380c52b5-8f1a-4837-99ec-614716e8e456\",\"product_code\":\"123\",\"description\":\"123\",\"detailed_description\":\"test PUT\",\"category\":\"Menu\",\"unit\":null,\"deleted\":false,\"price\":10000.00000,\"cost\":500.00000,\"additional_prices\":[{\"id\":\"1c44b648-05bb-4105-8f6a-886ea8eef138\",\"price_list\":{\"id\":\"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\"value\":\"EUR\"},\"price\":15.00000,\"break_point\":0.00000},{\"id\":\"9d90b768-6dcf-4aeb-b8d6-eff2d8f586ce\",\"price_list\":{\"id\":\"623ce3c6-1b2e-4de8-82ab-71c97de6c401\",\"value\":\"GBP\"},\"price\":20.00000,\"break_point\":0.00000}],\"additional_costs\":[],\"sales_account_code\":null,\"purchases_account_code\":null,\"sales_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"purchases_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"labour_name\":\"\",\"labour_hours\":3.00000,\"labour_rate\":50.00000,\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}],\"inactive\":false}"}],"_postman_id":"fc527afc-0709-5386-2048-d0b66367fe9b"},{"name":"Update a product","id":"0987c9be-3dea-fe79-fae5-a2cf0f6a76da","request":{"method":"PUT","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"380c52b5-8f1a-4837-99ec-614716e8e456\",\n    \"product_code\": \"Beefburger\",\n    \"description\": \"In egestas sodales lacus. In hac habitasse platea dictumst. .\",\n    \"detailed_description\": \"test PUT\",\n    \"category\": \"Menu\",\n    \"unit\": null,\n    \"deleted\": false,\n    \"use_price_breaks\": false,\n    \"price\": 10000,\n    \"cost\": 500,\n    \"Prices\": null,\n    \"Costs\": null,\n    \"sales_account_code\": null,\n    \"purchases_account_code\": null,\n    \"sales_tax_code\": {\n        \"id\": \"80f331f5-432c-44cc-8b9e-643cf64ba944\",\n        \"value\": \"20.0% S\"\n    },\n    \"purchases_tax_code\": {\n        \"id\": \"80f331f5-432c-44cc-8b9e-643cf64ba944\",\n        \"value\": \"20.0% S\"\n    },\n    \"labour_name\": \"\",\n    \"labour_hours\": 3,\n    \"labour_rate\": 50,\n    \"custom_fields\": [\n        {\n            \"label\": \"Vendor Code\",\n            \"value\": null\n        },\n        {\n            \"label\": \"Manufacturer\",\n            \"value\": null\n        },\n        {\n            \"label\": \"Colour\",\n            \"value\": null\n        }\n    ]\n}"},"url":"https://api.sandbox.quikflw.com/v1/products","description":"<p>Edit a specific product</p>\n","urlObject":{"protocol":"https","path":["v1","products"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"81a60004-3b54-4f29-90f0-f31b457b35c8","name":"Update a product","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"product_code\": \"Beefburger10\",\n    \"description\": \"In egestas sodales lacus. In hac habitasse platea dictumst. .\",\n    \"detailed_description\": \"test PUT\",\n    \"category\": \"Menu\",\n    \"unit\": null,\n    \"deleted\": false,\n    \"price\": 10000,\n    \"cost\": 500,\n    \"additional_prices\": [\n    \t{\n            \"price_list\": {\n                \"id\": \"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\n                \"value\": \"EUR\"\n            },\n            \"price\": 20,\n            \"break_point\": 0\n    \t}\n\t],\n    \"additional_costs\": [\n    \t{\n            \"price_list\": {\n                \"id\": \"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\n                \"value\": \"EUR\"\n            },\n            \"price\": 10,\n            \"break_point\": 0\n    \t}\n    ],\n    \"sales_account_code\": null,\n    \"purchases_account_code\": null,\n    \"sales_tax_code\": {\n        \"id\": \"80f331f5-432c-44cc-8b9e-643cf64ba944\",\n        \"value\": \"20.0% S\"\n    },\n    \"purchases_tax_code\": {\n        \"id\": \"80f331f5-432c-44cc-8b9e-643cf64ba944\",\n        \"value\": \"20.0% S\"\n    },\n    \"labour_name\": \"\",\n    \"labour_hours\": 3,\n    \"labour_rate\": 50,\n    \"custom_fields\": [\n        {\n            \"label\": \"Vendor Code\",\n            \"value\": null\n        },\n        {\n            \"label\": \"Manufacturer\",\n            \"value\": null\n        },\n        {\n            \"label\": \"Colour\",\n            \"value\": null\n        }\n    ]\n}"},"url":"https://api.sandbox.quikflw.com/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"1030","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 09 Jan 2019 18:05:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"1536ee19-aa4e-4d70-97f5-3d3457e0a112\",\"product_code\":\"Beefburger10\",\"description\":\"In egestas sodales lacus. In hac habitasse platea dictumst. .\",\"detailed_description\":\"test PUT\",\"category\":\"Menu\",\"unit\":null,\"deleted\":false,\"price\":10000.0,\"cost\":500.0,\"additional_prices\":[{\"id\":\"761618a9-04a4-4aef-b42e-d636230048ab\",\"price_list\":{\"id\":\"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\"value\":\"EUR\"},\"price\":20.0,\"break_point\":0.00000}],\"additional_costs\":[{\"id\":\"fab2fda3-ff40-4776-9cdd-9148ab129a31\",\"price_list\":{\"id\":\"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\"value\":\"EUR\"},\"cost\":0.0,\"break_point\":0.00000}],\"sales_account_code\":null,\"purchases_account_code\":null,\"sales_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"purchases_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"labour_name\":\"\",\"labour_hours\":3.0,\"labour_rate\":50.0,\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}],\"inactive\":false}"}],"_postman_id":"0987c9be-3dea-fe79-fae5-a2cf0f6a76da"},{"name":"Create a product","id":"7b6d11e0-540f-153d-0536-caad3325f6a7","request":{"method":"POST","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"product_code\": \"Beefburger10\",\n    \"description\": \"In egestas sodales lacus. In hac habitasse platea dictumst. .\",\n    \"detailed_description\": \"test PUT\",\n    \"category\": \"Menu\",\n    \"unit\": null,\n    \"deleted\": false,\n    \"price\": 100,\n    \"cost\": 50,\n    \"additional_prices\": [\n    \t{\n            \"price_list\": {\n                \"id\": \"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\n                \"value\": \"EUR\"\n            },\n            \"price\": 20,\n            \"break_point\": 0\n    \t}\n\t],\n\t\"additional_costs\": [\n\t\t{\n            \"price_list\": {\n                \"id\": \"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\n                \"value\": \"EUR\"\n            },\n            \"cost\": 10,\n            \"break_point\": 0\n    \t}\n\t],\n    \"sales_account_code\": null,\n    \"purchases_account_code\": null,\n    \"sales_tax_code\": {\n        \"id\": \"80f331f5-432c-44cc-8b9e-643cf64ba944\",\n        \"value\": \"20.0% S\"\n    },\n    \"purchases_tax_code\": {\n        \"id\": \"80f331f5-432c-44cc-8b9e-643cf64ba944\",\n        \"value\": \"20.0% S\"\n    },\n    \"labour_name\": \"\",\n    \"labour_hours\": 3,\n    \"labour_rate\": 50,\n    \"custom_fields\": [\n        {\n            \"label\": \"Vendor Code\",\n            \"value\": null\n        },\n        {\n            \"label\": \"Manufacturer\",\n            \"value\": null\n        },\n        {\n            \"label\": \"Colour\",\n            \"value\": null\n        }\n    ]\n}"},"url":"https://api.sandbox.quikflw.com/v1/products/","description":"<p>Create a new product</p>\n","urlObject":{"protocol":"https","path":["v1","products",""],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"9b46c6dd-c287-453d-a78d-fa5834ed6abf","name":"Create a product","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"product_code\": \"Beefburger10\",\n    \"description\": \"In egestas sodales lacus. In hac habitasse platea dictumst. .\",\n    \"detailed_description\": \"test PUT\",\n    \"category\": \"Menu\",\n    \"unit\": null,\n    \"deleted\": false,\n    \"price\": 100,\n    \"cost\": 50,\n    \"additional_prices\": [\n    \t{\n            \"price_list\": {\n                \"id\": \"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\n                \"value\": \"EUR\"\n            },\n            \"price\": 20,\n            \"break_point\": 0\n    \t}\n\t],\n\t\"additional_costs\": [\n\t\t{\n            \"price_list\": {\n                \"id\": \"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\n                \"value\": \"EUR\"\n            },\n            \"cost\": 10,\n            \"break_point\": 0\n    \t}\n\t],\n    \"sales_account_code\": null,\n    \"purchases_account_code\": null,\n    \"sales_tax_code\": {\n        \"id\": \"80f331f5-432c-44cc-8b9e-643cf64ba944\",\n        \"value\": \"20.0% S\"\n    },\n    \"purchases_tax_code\": {\n        \"id\": \"80f331f5-432c-44cc-8b9e-643cf64ba944\",\n        \"value\": \"20.0% S\"\n    },\n    \"labour_name\": \"\",\n    \"labour_hours\": 3,\n    \"labour_rate\": 50,\n    \"custom_fields\": [\n        {\n            \"label\": \"Vendor Code\",\n            \"value\": null\n        },\n        {\n            \"label\": \"Manufacturer\",\n            \"value\": null\n        },\n        {\n            \"label\": \"Colour\",\n            \"value\": null\n        }\n    ]\n}"},"url":"https://api.sandbox.quikflw.com/v1/products/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"1020","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 09 Jan 2019 17:56:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"d9c3c4c5-e597-465b-bc6f-c4da2df4446d\",\"product_code\":\"Beefburger10\",\"description\":\"In egestas sodales lacus. In hac habitasse platea dictumst. .\",\"detailed_description\":\"test PUT\",\"category\":\"Menu\",\"unit\":null,\"deleted\":false,\"price\":100.0,\"cost\":50.0,\"additional_prices\":[{\"id\":\"5de7dec4-c9cf-4305-a6de-ae5a3e374a60\",\"price_list\":{\"id\":\"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\"value\":\"EUR\"},\"price\":20.0,\"break_point\":0.0}],\"additional_costs\":[{\"id\":\"fbb0d8c0-5ce5-4050-a371-cab9ee9c0ae6\",\"price_list\":{\"id\":\"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\"value\":\"EUR\"},\"cost\":10.0,\"break_point\":0.0}],\"sales_account_code\":null,\"purchases_account_code\":null,\"sales_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"purchases_tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"labour_name\":\"\",\"labour_hours\":3.0,\"labour_rate\":50.0,\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}],\"inactive\":false}"}],"_postman_id":"7b6d11e0-540f-153d-0536-caad3325f6a7"}],"id":"954af503-bbcb-844e-f84b-33848334001b","_postman_id":"954af503-bbcb-844e-f84b-33848334001b","description":""},{"name":"Quotations","item":[{"name":"QuotationStatuses","item":[{"name":"List a list of quotation statuses","id":"957099b6-6878-1296-8e58-2da54ad18bcd","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"url":"https://api.sandbox.quikflw.com/v1/quotationstatuses","description":"<p>List a list of quotation statuses</p>\n","urlObject":{"protocol":"https","path":["v1","quotationstatuses"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"29b31b0f-a694-47ed-afc3-dcbb6dbdf350","name":"List a list of quotation statuses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json","disabled":true}],"url":"https://api.sandbox.quikflw.com/v1/quotationstatuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"428"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Jul 2019 17:04:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"Draft\",\n            \"description\": \"Draft\"\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"Sent\",\n            \"description\": \"Sent to client\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"Accepted\",\n            \"description\": \"Accepted by client\"\n        },\n        {\n            \"id\": \"4\",\n            \"name\": \"Declined\",\n            \"description\": \"Declined by client\"\n        },\n        {\n            \"id\": \"5\",\n            \"name\": \"Deprecated\",\n            \"description\": \"Deprecated\"\n        },\n        {\n            \"id\": \"6\",\n            \"name\": \"Commenced\",\n            \"description\": \"Commenced\"\n        },\n        {\n            \"id\": \"7\",\n            \"name\": \"Completed\",\n            \"description\": \"Completed\"\n        }\n    ],\n    \"total_count\": 7\n}"},{"id":"c3d21e31-15b1-0462-1e4d-7e6850c61d10","name":"List a list of quotation statuses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/quotationstatuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"428","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 16:52:51 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"113","body":"{\"data\":[{\"id\":\"1\",\"name\":\"Draft\",\"description\":\"Draft\"},{\"id\":\"2\",\"name\":\"Sent\",\"description\":\"Sent to client\"},{\"id\":\"3\",\"name\":\"Accepted\",\"description\":\"Accepted by client\"},{\"id\":\"4\",\"name\":\"Declined\",\"description\":\"Declined by client\"},{\"id\":\"5\",\"name\":\"Deprecated\",\"description\":\"Deprecated\"},{\"id\":\"6\",\"name\":\"Commenced\",\"description\":\"Commenced\"},{\"id\":\"7\",\"name\":\"Completed\",\"description\":\"Completed\"}],\"total_count\":7}"}],"_postman_id":"957099b6-6878-1296-8e58-2da54ad18bcd"},{"name":"Get a quotation status","id":"3461057d-04a4-8cfb-acfa-a3b6a4f70939","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/quotationstatuses/1","description":"<p>Get a quotation status</p>\n","urlObject":{"protocol":"https","path":["v1","quotationstatuses","1"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"275cbe57-c1eb-494c-a98b-da4893348aaf","name":"Get a quotation status","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json","disabled":true}],"url":"https://api.sandbox.quikflw.com/v1/quotationstatuses/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Jul 2019 17:06:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1\",\n    \"name\": \"Draft\",\n    \"description\": \"Draft\"\n}"},{"id":"7a7ca3cf-39d8-ca54-53bb-ecbbd482c99a","name":"Get a quotation status","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy","warning":""},{"key":"Content-Type","value":"application/json","warning":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/quotationstatuses/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"47","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Wed, 17 Oct 2018 16:50:54 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"132","body":"{\"id\":\"1\",\"name\":\"Draft\",\"description\":\"Draft\"}"}],"_postman_id":"3461057d-04a4-8cfb-acfa-a3b6a4f70939"}],"id":"aa35217a-58d9-ffb9-c01c-b1586fdd71b0","_postman_id":"aa35217a-58d9-ffb9-c01c-b1586fdd71b0","description":""},{"name":"Get a list of quotations","id":"ad925f60-a044-90e5-0856-242c5049f4a7","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/quotations?statuses=1&statuses=2&createdFrom=2018-10-16 11:47:13&createdTo=2018-10-16 11:48:00&skip=0&top=5&lastUpdatedFrom=2018-10-16 11:49:12&lastUpdatedTo=2018-10-16 11:50:00","description":"<p>Get quotations</p>\n","urlObject":{"protocol":"https","path":["v1","quotations"],"host":["api","sandbox","quikflw","com"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"statuses","value":"1"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"statuses","value":"2"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"createdFrom","value":"2018-10-16 11:47:13"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"createdTo","value":"2018-10-16 11:48:00"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"top","value":"5"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lastUpdatedFrom","value":"2018-10-16 11:49:12"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lastUpdatedTo","value":"2018-10-16 11:50:00"}],"variable":[]}},"response":[{"id":"9890362b-c240-4f66-955b-2009b3392616","name":"Get a list of quotations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":{"raw":"https://api.sandbox.quikflw.com/v1/quotations?statuses=1&statuses=2&skip=0&top=5&from=2018-10-16 11:47&to=2018-10-16 11:54","protocol":"https","host":["api","sandbox","quikflw","com"],"path":["v1","quotations"],"query":[{"key":"statuses","value":"1","description":"Optional"},{"key":"statuses","value":"2","description":"Optional"},{"key":"skip","value":"0","description":"Optional"},{"key":"top","value":"5","description":"Optional"},{"key":"from","value":"2018-10-16 11:47"},{"key":"to","value":"2018-10-16 11:54"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"16728","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 03 Dec 2018 11:54:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"data\":[{\"id\":\"d8150110-0400-4fc0-9b77-4462a53e7dcd\",\"client\":{\"id\":\"117c89c0-a27f-4282-bbe9-220e281b9170\",\"value\":\"ABACUS DIRECT LIMITED\"},\"contact\":null,\"status\":{\"id\":\"1\",\"value\":\"Draft\"},\"reference\":\"NEW\",\"client_reference\":\"\",\"number\":10110,\"version\":1,\"description\":\"\",\"note\":\"\",\"plain_note\":\"\",\"discount\":0.00000,\"margin\":0.00000,\"total_vat\":0.00000,\"total_margin\":0.00000,\"total_cost\":0.00000,\"total_net\":0.00000,\"total_price\":0.00000,\"total_labour\":0.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":0.00000,\"total_profit\":0.00000,\"profit\":0.0,\"price_list\":{\"id\":\"280ad66d-8ea4-47f6-91ac-72a0679d3b95\",\"value\":\"NZD\"},\"currency\":{\"id\":\"6\",\"value\":\"NZD\"},\"po_number\":null,\"custom_fields\":[{\"label\":\"Project\",\"value\":null},{\"label\":\"PSS Quote No.\",\"value\":null}],\"invoice_address\":{\"reference\":\"\",\"name\":\"ABACUS DIRECT LIMITED\",\"address1\":null,\"address2\":null,\"address3\":null,\"county\":null,\"town\":null,\"postcode\":null,\"country\":null},\"delivery_address\":{\"reference\":\"\",\"name\":\"ABACUS DIRECT LIMITED\",\"address1\":null,\"address2\":null,\"address3\":null,\"county\":null,\"town\":null,\"postcode\":null,\"country\":null},\"date_quoted\":\"2018-10-31T00:00:00\",\"number_days_valid\":30,\"created\":\"2018-10-31T15:30:40.163\",\"created_by\":\"tim.randall@snap-suite.com\",\"last_updated\":\"2018-10-31T15:30:57.773\",\"estimated_delivery\":\"2018-10-31T00:00:00\",\"email_opened\":null,\"is_approved\":false,\"is_client_draft\":false,\"allow_client_to_customize\":false,\"allow_client_edit_line_items\":false,\"allow_client_edit_sections\":false,\"needs_checked_client_submission\":false,\"signed_agreement_file_name\":null,\"signed_agreement_url\":null,\"approved_file_name\":null,\"approved_url\":null,\"is_stripe_paid\":false,\"customer_account_reference\":\"Xero\",\"sections\":[{\"id\":\"c585236f-8d9f-462e-a97d-66cb9aeca701\",\"name\":null,\"note\":null,\"plain_note\":\"\",\"include_in_total\":true,\"hide_from_client\":false,\"is_required\":false,\"allow_client_to_customize\":false,\"sort_pos\":0,\"currency_symbol\":\"$\",\"discount\":0.00000,\"margin\":0.00000,\"total_labour\":0.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":0.00000,\"total_vat\":0.00000,\"total_discount\":0.00000,\"total_margin\":0.00000,\"total_cost\":0.00000,\"total_net\":0.00000,\"total_price\":0.00000,\"items\":[]}]},{\"id\":\"b83d7b50-8b16-41a4-9b4f-ef51e469f2d4\",\"client\":{\"id\":\"b1703ccf-9f02-e711-80c7-44a8420bb066\",\"value\":\"A2B SOLUTIONS\"},\"contact\":{\"id\":\"6d767acf-9f02-e711-80c7-44a8420bb066\",\"value\":\"Mr Andrew Smith\"},\"status\":{\"id\":\"2\",\"value\":\"Sent\"},\"reference\":\"NEW\",\"client_reference\":\"\",\"number\":10109,\"version\":1,\"description\":\"hgtfcdjyhgfc\",\"note\":\"\",\"plain_note\":\"\",\"discount\":0.00000,\"margin\":88.24000,\"total_vat\":8.50000,\"total_margin\":150.00000,\"total_cost\":0.00000,\"total_net\":170.00000,\"total_price\":178.50000,\"total_labour\":20.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":1.00000,\"total_profit\":170.00000,\"profit\":100.0,\"price_list\":{\"id\":\"b82ef263-6f69-4489-b587-b14b780f4543\",\"value\":\"USD\"},\"currency\":{\"id\":\"3\",\"value\":\"USD\"},\"po_number\":null,\"custom_fields\":[{\"label\":\"Project\",\"value\":null},{\"label\":\"PSS Quote No.\",\"value\":null}],\"invoice_address\":{\"reference\":\"\",\"name\":\"A2B SOLUTIONS\",\"address1\":\"New Street\",\"address2\":null,\"address3\":\" \",\"county\":null,\"town\":\"Salford\",\"postcode\":\"AD12 7TR\",\"country\":null},\"delivery_address\":{\"reference\":\"\",\"name\":\"A2B SOLUTIONS\",\"address1\":\"New Street\",\"address2\":null,\"address3\":\" \",\"county\":null,\"town\":\"Salford\",\"postcode\":\"AD12 7TR\",\"country\":null},\"date_quoted\":\"2018-10-31T00:00:00\",\"number_days_valid\":30,\"created\":\"2018-10-31T15:22:01.623\",\"created_by\":\"tim.randall@snap-suite.com\",\"last_updated\":\"2018-10-31T15:24:05.033\",\"estimated_delivery\":\"2018-10-31T00:00:00\",\"email_opened\":null,\"is_approved\":false,\"is_client_draft\":false,\"allow_client_to_customize\":false,\"allow_client_edit_line_items\":false,\"allow_client_edit_sections\":false,\"needs_checked_client_submission\":false,\"signed_agreement_file_name\":null,\"signed_agreement_url\":null,\"approved_file_name\":null,\"approved_url\":null,\"is_stripe_paid\":false,\"customer_account_reference\":\"A2BS01\",\"sections\":[{\"id\":\"7b4e6866-1da9-456a-8107-1c34647476a2\",\"name\":null,\"note\":null,\"plain_note\":\"\",\"include_in_total\":true,\"hide_from_client\":false,\"is_required\":false,\"allow_client_to_customize\":false,\"sort_pos\":0,\"currency_symbol\":\"$\",\"discount\":0.00000,\"margin\":88.24000,\"total_labour\":20.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":1.00000,\"total_vat\":8.50000,\"total_discount\":0.00000,\"total_margin\":150.00000,\"total_cost\":0.00000,\"total_net\":170.00000,\"total_price\":178.50000,\"items\":[{\"id\":\"005e4ad6-8898-4bf3-ae47-0fe9c416a0f3\",\"product_code\":\"AARDVARK\",\"information\":{\"description\":\"Aardvark Model\",\"category\":\"Models\",\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}]},\"unit\":null,\"quantity\":1.00000,\"setup_cost\":0.00000,\"sales_account_code\":null,\"purchases_account_code\":null,\"tax_code\":{\"id\":\"dbaa451a-c2b6-4484-a286-1f43de9a24c8\",\"value\":\"5.0% R\"},\"vat\":5.00000,\"markup\":0.00000,\"discount\":0.00000,\"listPrice\":150.00000,\"price\":150.00000,\"list_cost\":0.00000,\"cost\":0.00000,\"labour_name\":\"Installation\",\"labour_hours\":1.00000,\"labour_Rate\":20.00000,\"labour_cost_rate\":0.00000,\"labour_price\":20.00000,\"labour_cost\":0.00000,\"margin\":100.00000,\"margin_price\":150.00000,\"total\":170.00000,\"image_url\":\"/Uploads/c16e3ccf-9f02-e711-80c7-44a8420bb066/Images/7d3f6e0b-0c32-4126-ae66-76ce92d14a12.jpg\",\"is_kit\":false,\"is_kit_item\":false,\"is_comment\":false,\"parent_item_id\":null,\"hide_prices\":false,\"can_delete\":true,\"hide_on_pdf\":false,\"is_required\":false,\"sort_pos\":0,\"allow_client_to_customize\":false}]}]},{\"id\":\"87feca70-5575-433e-94dd-11a6744c495a\",\"client\":{\"id\":\"d9ee97ff-9c51-4d58-8c57-facfa16b3c15\",\"value\":\"ABC Furniture\"},\"contact\":null,\"status\":{\"id\":\"1\",\"value\":\"Draft\"},\"reference\":\"NEW\",\"client_reference\":\"\",\"number\":10108,\"version\":1,\"description\":\"\",\"note\":\"\",\"plain_note\":\"\",\"discount\":0.00000,\"margin\":0.00000,\"total_vat\":0.00000,\"total_margin\":0.00000,\"total_cost\":0.00000,\"total_net\":0.00000,\"total_price\":0.00000,\"total_labour\":0.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":0.00000,\"total_profit\":0.00000,\"profit\":0.0,\"price_list\":{\"id\":\"b82ef263-6f69-4489-b587-b14b780f4543\",\"value\":\"USD\"},\"currency\":{\"id\":\"3\",\"value\":\"USD\"},\"po_number\":null,\"custom_fields\":[{\"label\":\"Project\",\"value\":null},{\"label\":\"PSS Quote No.\",\"value\":null}],\"invoice_address\":{\"reference\":\"\",\"name\":\"ABC Furniture\",\"address1\":null,\"address2\":null,\"address3\":null,\"county\":null,\"town\":null,\"postcode\":null,\"country\":null},\"delivery_address\":{\"reference\":\"\",\"name\":\"ABC Furniture\",\"address1\":null,\"address2\":null,\"address3\":null,\"county\":null,\"town\":null,\"postcode\":null,\"country\":null},\"date_quoted\":\"2018-10-31T00:00:00\",\"number_days_valid\":30,\"created\":\"2018-10-31T12:07:30.06\",\"created_by\":\"developer@fruitfulgroup.com\",\"last_updated\":\"2018-10-31T17:19:09.613\",\"estimated_delivery\":\"2018-10-31T00:00:00\",\"email_opened\":null,\"is_approved\":false,\"is_client_draft\":false,\"allow_client_to_customize\":false,\"allow_client_edit_line_items\":false,\"allow_client_edit_sections\":false,\"needs_checked_client_submission\":false,\"signed_agreement_file_name\":null,\"signed_agreement_url\":null,\"approved_file_name\":null,\"approved_url\":null,\"is_stripe_paid\":false,\"customer_account_reference\":null,\"sections\":[{\"id\":\"873e04eb-145b-4965-a7e9-eec7aa5d4562\",\"name\":null,\"note\":null,\"plain_note\":\"\",\"include_in_total\":true,\"hide_from_client\":false,\"is_required\":false,\"allow_client_to_customize\":false,\"sort_pos\":0,\"currency_symbol\":\"$\",\"discount\":0.00000,\"margin\":0.00000,\"total_labour\":0.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":0.00000,\"total_vat\":0.00000,\"total_discount\":0.00000,\"total_margin\":0.00000,\"total_cost\":0.00000,\"total_net\":0.00000,\"total_price\":0.00000,\"items\":[]}]},{\"id\":\"d5444eb5-1c06-4ada-bb4c-f4afd0d3af91\",\"client\":{\"id\":\"b1703ccf-9f02-e711-80c7-44a8420bb066\",\"value\":\"A2B SOLUTIONS\"},\"contact\":{\"id\":\"6d767acf-9f02-e711-80c7-44a8420bb066\",\"value\":\"Mr Andrew Smith\"},\"status\":{\"id\":\"1\",\"value\":\"Draft\"},\"reference\":\"NEW\",\"client_reference\":\"\",\"number\":10107,\"version\":1,\"description\":\"test EUR\",\"note\":\"\",\"plain_note\":\"\",\"discount\":0.00000,\"margin\":90.94000,\"total_vat\":18.00000,\"total_margin\":632.00000,\"total_cost\":43.00000,\"total_net\":695.00000,\"total_price\":713.00000,\"total_labour\":20.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":1.00000,\"total_profit\":652.00000,\"profit\":93.81294964028776978417266187,\"price_list\":{\"id\":\"d5fd898b-7d51-4c4c-9639-86df1c56216f\",\"value\":\"EUR\"},\"currency\":{\"id\":\"2\",\"value\":\"EUR\"},\"po_number\":null,\"custom_fields\":[{\"label\":\"Project\",\"value\":null},{\"label\":\"PSS Quote No.\",\"value\":null}],\"invoice_address\":{\"reference\":\"\",\"name\":\"A2B SOLUTIONS\",\"address1\":\"New Street\",\"address2\":null,\"address3\":\" \",\"county\":null,\"town\":\"Salford\",\"postcode\":\"AD12 7TR\",\"country\":null},\"delivery_address\":{\"reference\":\"\",\"name\":\"A2B SOLUTIONS\",\"address1\":\"New Street\",\"address2\":null,\"address3\":\" \",\"county\":null,\"town\":\"Salford\",\"postcode\":\"AD12 7TR\",\"country\":null},\"date_quoted\":\"2018-10-16T00:00:00\",\"number_days_valid\":30,\"created\":\"2018-10-16T11:53:44.523\",\"created_by\":\"tim.randall@snap-suite.com\",\"last_updated\":\"2018-10-30T17:59:03.487\",\"estimated_delivery\":\"2018-10-16T00:00:00\",\"email_opened\":null,\"is_approved\":false,\"is_client_draft\":false,\"allow_client_to_customize\":false,\"allow_client_edit_line_items\":false,\"allow_client_edit_sections\":false,\"needs_checked_client_submission\":false,\"signed_agreement_file_name\":null,\"signed_agreement_url\":null,\"approved_file_name\":null,\"approved_url\":null,\"is_stripe_paid\":false,\"customer_account_reference\":\"A2BS01\",\"sections\":[{\"id\":\"450993e6-3db5-4f60-9501-0737f57e062f\",\"name\":null,\"note\":null,\"plain_note\":\"\",\"include_in_total\":true,\"hide_from_client\":false,\"is_required\":false,\"allow_client_to_customize\":false,\"sort_pos\":0,\"currency_symbol\":\"€\",\"discount\":0.00000,\"margin\":90.94000,\"total_labour\":20.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":1.00000,\"total_vat\":18.00000,\"total_discount\":0.00000,\"total_margin\":632.00000,\"total_cost\":43.00000,\"total_net\":695.00000,\"total_price\":713.00000,\"items\":[{\"id\":\"876861bb-601f-468c-8524-d5c2fe177e77\",\"product_code\":\"ARMADILO\",\"information\":{\"description\":\"Armadilo Model\",\"category\":\"Models\",\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}]},\"unit\":null,\"quantity\":1.00000,\"setup_cost\":0.00000,\"sales_account_code\":null,\"purchases_account_code\":null,\"tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"vat\":20.00000,\"markup\":27.91000,\"discount\":0.00000,\"listPrice\":55.00000,\"price\":55.00000,\"list_cost\":43.00000,\"cost\":43.00000,\"labour_name\":\"Installation\",\"labour_hours\":0.00000,\"labour_Rate\":20.00000,\"labour_cost_rate\":10.00000,\"labour_price\":0.00000,\"labour_cost\":0.00000,\"margin\":21.82000,\"margin_price\":12.00000,\"total\":55.00000,\"image_url\":\"/Uploads/c16e3ccf-9f02-e711-80c7-44a8420bb066/Images/e494be31-418b-44ec-b665-f7f0a6632b8a.jpg\",\"is_kit\":false,\"is_kit_item\":false,\"is_comment\":false,\"parent_item_id\":null,\"hide_prices\":false,\"can_delete\":true,\"hide_on_pdf\":false,\"is_required\":false,\"sort_pos\":0,\"allow_client_to_customize\":false},{\"id\":\"f5f19e33-c2fa-49b5-af0b-68909b76c5fa\",\"product_code\":\"BackupS\",\"information\":{\"description\":\"Backup Software\",\"category\":\"Digital Agency\",\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":\"\"},{\"label\":\"Manufacturer\",\"value\":\"\"},{\"label\":\"Colour\",\"value\":\"\"}]},\"unit\":\"\",\"quantity\":1.00000,\"setup_cost\":0.00000,\"sales_account_code\":null,\"purchases_account_code\":null,\"tax_code\":{\"id\":\"c1de951c-7f79-4077-83e0-2b98da631e0a\",\"value\":\"No VAT\"},\"vat\":0.00000,\"markup\":0.00000,\"discount\":0.00000,\"listPrice\":500.00000,\"price\":500.00000,\"list_cost\":0.00000,\"cost\":0.00000,\"labour_name\":\"\",\"labour_hours\":0.00000,\"labour_Rate\":0.00000,\"labour_cost_rate\":0.00000,\"labour_price\":0.00000,\"labour_cost\":0.00000,\"margin\":100.00000,\"margin_price\":500.00000,\"total\":500.00000,\"image_url\":\"/Product Images/NotFound.png\",\"is_kit\":false,\"is_kit_item\":false,\"is_comment\":false,\"parent_item_id\":null,\"hide_prices\":false,\"can_delete\":true,\"hide_on_pdf\":false,\"is_required\":false,\"sort_pos\":1,\"allow_client_to_customize\":false},{\"id\":\"85878726-fb5c-43f5-aa4b-78677dee07f9\",\"product_code\":\"AARDVARK\",\"information\":{\"description\":\"Aardvark Model\",\"category\":\"Models\",\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}]},\"unit\":null,\"quantity\":1.00000,\"setup_cost\":0.00000,\"sales_account_code\":null,\"purchases_account_code\":null,\"tax_code\":{\"id\":\"dbaa451a-c2b6-4484-a286-1f43de9a24c8\",\"value\":\"5.0% R\"},\"vat\":5.00000,\"markup\":0.00000,\"discount\":0.00000,\"listPrice\":120.00000,\"price\":120.00000,\"list_cost\":0.00000,\"cost\":0.00000,\"labour_name\":\"Installation\",\"labour_hours\":1.00000,\"labour_Rate\":20.00000,\"labour_cost_rate\":0.00000,\"labour_price\":20.00000,\"labour_cost\":0.00000,\"margin\":100.00000,\"margin_price\":120.00000,\"total\":140.00000,\"image_url\":\"/Uploads/c16e3ccf-9f02-e711-80c7-44a8420bb066/Images/7d3f6e0b-0c32-4126-ae66-76ce92d14a12.jpg\",\"is_kit\":false,\"is_kit_item\":false,\"is_comment\":false,\"parent_item_id\":null,\"hide_prices\":false,\"can_delete\":true,\"hide_on_pdf\":false,\"is_required\":false,\"sort_pos\":2,\"allow_client_to_customize\":false}]}]},{\"id\":\"a74b37be-c138-4125-9550-0c74633a558f\",\"client\":{\"id\":\"117c89c0-a27f-4282-bbe9-220e281b9170\",\"value\":\"ABACUS DIRECT LIMITED\"},\"contact\":{\"id\":\"faebe5a9-5fa4-459a-a2f8-89c792e57fbe\",\"value\":\"Ms Nina Fisher\"},\"status\":{\"id\":\"1\",\"value\":\"Draft\"},\"reference\":\"NEW\",\"client_reference\":\"\",\"number\":10106,\"version\":1,\"description\":\"Tim-test gbp\",\"note\":\"\",\"plain_note\":\"\",\"discount\":0.00000,\"margin\":25.00000,\"total_vat\":4.00000,\"total_margin\":5.00000,\"total_cost\":15.00000,\"total_net\":20.00000,\"total_price\":24.00000,\"total_labour\":0.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":0.00000,\"total_profit\":5.00000,\"profit\":25.00,\"price_list\":{\"id\":\"623ce3c6-1b2e-4de8-82ab-71c97de6c401\",\"value\":\"GBP\"},\"currency\":{\"id\":\"1\",\"value\":\"GBP\"},\"po_number\":null,\"custom_fields\":[{\"label\":\"Project\",\"value\":null},{\"label\":\"PSS Quote No.\",\"value\":null}],\"invoice_address\":{\"reference\":\"\",\"name\":\"ABACUS DIRECT LIMITED\",\"address1\":null,\"address2\":null,\"address3\":null,\"county\":null,\"town\":null,\"postcode\":null,\"country\":null},\"delivery_address\":{\"reference\":\"\",\"name\":\"ABACUS DIRECT LIMITED\",\"address1\":null,\"address2\":null,\"address3\":null,\"county\":null,\"town\":null,\"postcode\":null,\"country\":null},\"date_quoted\":\"2018-10-16T00:00:00\",\"number_days_valid\":30,\"created\":\"2018-10-16T11:47:13.24\",\"created_by\":\"tim.randall@snap-suite.com\",\"last_updated\":\"2018-10-16T11:49:12.227\",\"estimated_delivery\":\"2018-10-16T00:00:00\",\"email_opened\":null,\"is_approved\":false,\"is_client_draft\":false,\"allow_client_to_customize\":false,\"allow_client_edit_line_items\":false,\"allow_client_edit_sections\":false,\"needs_checked_client_submission\":false,\"signed_agreement_file_name\":null,\"signed_agreement_url\":null,\"approved_file_name\":null,\"approved_url\":null,\"is_stripe_paid\":false,\"customer_account_reference\":\"Xero\",\"sections\":[{\"id\":\"3795b381-6c90-4bea-8ca1-5003784d0890\",\"name\":null,\"note\":null,\"plain_note\":\"\",\"include_in_total\":true,\"hide_from_client\":false,\"is_required\":false,\"allow_client_to_customize\":false,\"sort_pos\":0,\"currency_symbol\":\"£\",\"discount\":0.00000,\"margin\":25.00000,\"total_labour\":0.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":0.00000,\"total_vat\":4.00000,\"total_discount\":0.00000,\"total_margin\":5.00000,\"total_cost\":15.00000,\"total_net\":20.00000,\"total_price\":24.00000,\"items\":[{\"id\":\"c0b71c86-8114-41cf-8ee9-4d9a068cea59\",\"product_code\":\"ARMADILO\",\"information\":{\"description\":\"Armadilo Model\",\"category\":\"Models\",\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}]},\"unit\":null,\"quantity\":1.00000,\"setup_cost\":0.00000,\"sales_account_code\":null,\"purchases_account_code\":null,\"tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"vat\":20.00000,\"markup\":33.33000,\"discount\":0.00000,\"listPrice\":20.00000,\"price\":20.00000,\"list_cost\":15.00000,\"cost\":15.00000,\"labour_name\":\"Installation\",\"labour_hours\":0.00000,\"labour_Rate\":20.00000,\"labour_cost_rate\":10.00000,\"labour_price\":0.00000,\"labour_cost\":0.00000,\"margin\":25.00000,\"margin_price\":5.00000,\"total\":20.00000,\"image_url\":\"/Uploads/c16e3ccf-9f02-e711-80c7-44a8420bb066/Images/e494be31-418b-44ec-b665-f7f0a6632b8a.jpg\",\"is_kit\":false,\"is_kit_item\":false,\"is_comment\":false,\"parent_item_id\":null,\"hide_prices\":false,\"can_delete\":true,\"hide_on_pdf\":false,\"is_required\":false,\"sort_pos\":0,\"allow_client_to_customize\":false}]}]}],\"total_count\":234}"},{"id":"9cce2896-5006-4c65-beef-5dbeafd53c88","name":"Get a list of quotations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":{"raw":"https://api.sandbox.quikflw.com/v1/quotations?statuses=1&statuses=2&createdFrom=2018-10-16 11:47&createdTo=2018-10-16 11:54&skip=0&top=5&lastUpdatedFrom=2018-10-16 11:47&lastUpdatedTo=2018-10-16 11:50","protocol":"https","host":["api","sandbox","quikflw","com"],"path":["v1","quotations"],"query":[{"key":"statuses","value":"1","description":"Optional"},{"key":"statuses","value":"2","description":"Optional"},{"key":"createdFrom","value":"2018-10-16 11:47"},{"key":"createdTo","value":"2018-10-16 11:54"},{"key":"skip","value":"0","description":"Optional"},{"key":"top","value":"5","description":"Optional"},{"key":"lastUpdatedFrom","value":"2018-10-16 11:47"},{"key":"lastUpdatedTo","value":"2018-10-16 11:50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"3406","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 03 Dec 2018 11:54:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"data\":[{\"id\":\"a74b37be-c138-4125-9550-0c74633a558f\",\"client\":{\"id\":\"117c89c0-a27f-4282-bbe9-220e281b9170\",\"value\":\"ABACUS DIRECT LIMITED\"},\"contact\":{\"id\":\"faebe5a9-5fa4-459a-a2f8-89c792e57fbe\",\"value\":\"Ms Nina Fisher\"},\"status\":{\"id\":\"1\",\"value\":\"Draft\"},\"reference\":\"NEW\",\"client_reference\":\"\",\"number\":10106,\"version\":1,\"description\":\"Tim-test gbp\",\"note\":\"\",\"plain_note\":\"\",\"discount\":0.00000,\"margin\":25.00000,\"total_vat\":4.00000,\"total_margin\":5.00000,\"total_cost\":15.00000,\"total_net\":20.00000,\"total_price\":24.00000,\"total_labour\":0.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":0.00000,\"total_profit\":5.00000,\"profit\":25.00,\"price_list\":{\"id\":\"623ce3c6-1b2e-4de8-82ab-71c97de6c401\",\"value\":\"GBP\"},\"currency\":{\"id\":\"1\",\"value\":\"GBP\"},\"po_number\":null,\"custom_fields\":[{\"label\":\"Project\",\"value\":null},{\"label\":\"PSS Quote No.\",\"value\":null}],\"invoice_address\":{\"reference\":\"\",\"name\":\"ABACUS DIRECT LIMITED\",\"address1\":null,\"address2\":null,\"address3\":null,\"county\":null,\"town\":null,\"postcode\":null,\"country\":null},\"delivery_address\":{\"reference\":\"\",\"name\":\"ABACUS DIRECT LIMITED\",\"address1\":null,\"address2\":null,\"address3\":null,\"county\":null,\"town\":null,\"postcode\":null,\"country\":null},\"date_quoted\":\"2018-10-16T00:00:00\",\"number_days_valid\":30,\"created\":\"2018-10-16T11:47:13.24\",\"created_by\":\"tim.randall@snap-suite.com\",\"last_updated\":\"2018-10-16T11:49:12.227\",\"estimated_delivery\":\"2018-10-16T00:00:00\",\"email_opened\":null,\"is_approved\":false,\"is_client_draft\":false,\"allow_client_to_customize\":false,\"allow_client_edit_line_items\":false,\"allow_client_edit_sections\":false,\"needs_checked_client_submission\":false,\"signed_agreement_file_name\":null,\"signed_agreement_url\":null,\"approved_file_name\":null,\"approved_url\":null,\"is_stripe_paid\":false,\"customer_account_reference\":\"Xero\",\"sections\":[{\"id\":\"3795b381-6c90-4bea-8ca1-5003784d0890\",\"name\":null,\"note\":null,\"plain_note\":\"\",\"include_in_total\":true,\"hide_from_client\":false,\"is_required\":false,\"allow_client_to_customize\":false,\"sort_pos\":0,\"currency_symbol\":\"£\",\"discount\":0.00000,\"margin\":25.00000,\"total_labour\":0.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":0.00000,\"total_vat\":4.00000,\"total_discount\":0.00000,\"total_margin\":5.00000,\"total_cost\":15.00000,\"total_net\":20.00000,\"total_price\":24.00000,\"items\":[{\"id\":\"c0b71c86-8114-41cf-8ee9-4d9a068cea59\",\"product_code\":\"ARMADILO\",\"information\":{\"description\":\"Armadilo Model\",\"category\":\"Models\",\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}]},\"unit\":null,\"quantity\":1.00000,\"setup_cost\":0.00000,\"sales_account_code\":null,\"purchases_account_code\":null,\"tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"vat\":20.00000,\"markup\":33.33000,\"discount\":0.00000,\"listPrice\":20.00000,\"price\":20.00000,\"list_cost\":15.00000,\"cost\":15.00000,\"labour_name\":\"Installation\",\"labour_hours\":0.00000,\"labour_Rate\":20.00000,\"labour_cost_rate\":10.00000,\"labour_price\":0.00000,\"labour_cost\":0.00000,\"margin\":25.00000,\"margin_price\":5.00000,\"total\":20.00000,\"image_url\":\"/Uploads/c16e3ccf-9f02-e711-80c7-44a8420bb066/Images/e494be31-418b-44ec-b665-f7f0a6632b8a.jpg\",\"is_kit\":false,\"is_kit_item\":false,\"is_comment\":false,\"parent_item_id\":null,\"hide_prices\":false,\"can_delete\":true,\"hide_on_pdf\":false,\"is_required\":false,\"sort_pos\":0,\"allow_client_to_customize\":false}]}]}],\"total_count\":1}"}],"_postman_id":"ad925f60-a044-90e5-0856-242c5049f4a7"},{"name":"Get a quotation","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});"]}}],"id":"b38492d8-3b5c-a8d4-7dc8-2b9b7240d4df","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/quotations/e6921e82-6e64-415d-9544-e18147f6b6a3","description":"<p>Get a quotation</p>\n","urlObject":{"protocol":"https","path":["v1","quotations","e6921e82-6e64-415d-9544-e18147f6b6a3"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"603296df-a490-431b-9588-ef0ad3d0181a","name":"Get a quotation","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/quotations/e6921e82-6e64-415d-9544-e18147f6b6a3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"3493","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 03 Dec 2018 11:55:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"e6921e82-6e64-415d-9544-e18147f6b6a3\",\"client\":{\"id\":\"b1703ccf-9f02-e711-80c7-44a8420bb066\",\"value\":\"A2B SOLUTIONS\"},\"contact\":{\"id\":\"6d767acf-9f02-e711-80c7-44a8420bb066\",\"value\":\"Mr Andrew Smith\"},\"status\":{\"id\":\"3\",\"value\":\"Accepted\"},\"reference\":\"NEW\",\"client_reference\":\"\",\"number\":10093,\"version\":1,\"description\":\"Example costs\",\"note\":\"\",\"plain_note\":\"\",\"discount\":0.00000,\"margin\":52.17000,\"total_vat\":230.00000,\"total_margin\":600.00000,\"total_cost\":400.00000,\"total_net\":1150.00000,\"total_price\":1380.00000,\"total_labour\":150.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":3.00000,\"total_profit\":660.00000,\"profit\":57.391304347826086956521739130,\"price_list\":{\"id\":\"623ce3c6-1b2e-4de8-82ab-71c97de6c401\",\"value\":\"GBP\"},\"currency\":{\"id\":\"1\",\"value\":\"GBP\"},\"po_number\":null,\"custom_fields\":[{\"label\":\"Project\",\"value\":null},{\"label\":\"PSS Quote No.\",\"value\":null}],\"invoice_address\":{\"reference\":\"\",\"name\":\"A2B SOLUTIONS\",\"address1\":\"New Street\",\"address2\":null,\"address3\":\" \",\"county\":null,\"town\":\"Salford\",\"postcode\":\"AD12 7TR\",\"country\":null},\"delivery_address\":{\"reference\":\"\",\"name\":\"A2B SOLUTIONS\",\"address1\":\"New Street\",\"address2\":null,\"address3\":\" \",\"county\":null,\"town\":\"Salford\",\"postcode\":\"AD12 7TR\",\"country\":null},\"date_quoted\":\"2018-09-26T00:00:00\",\"number_days_valid\":30,\"created\":\"2018-09-26T12:46:01.84\",\"created_by\":\"tim.randall@snap-suite.com\",\"last_updated\":\"2018-09-27T16:51:46.21\",\"estimated_delivery\":\"2018-09-26T00:00:00\",\"email_opened\":null,\"is_approved\":false,\"is_client_draft\":false,\"allow_client_to_customize\":false,\"allow_client_edit_line_items\":false,\"allow_client_edit_sections\":false,\"needs_checked_client_submission\":false,\"signed_agreement_file_name\":null,\"signed_agreement_url\":null,\"approved_file_name\":null,\"approved_url\":null,\"is_stripe_paid\":false,\"customer_account_reference\":\"A2BS01\",\"sections\":[{\"id\":\"a4ab4ea3-7eb6-481e-82be-653690cfd26a\",\"name\":null,\"note\":null,\"plain_note\":\"\",\"include_in_total\":true,\"hide_from_client\":false,\"is_required\":false,\"allow_client_to_customize\":false,\"sort_pos\":0,\"currency_symbol\":\"£\",\"discount\":0.00000,\"margin\":52.17000,\"total_labour\":150.00000,\"total_labour_cost\":0.00000,\"total_labour_hours\":3.00000,\"total_vat\":230.00000,\"total_discount\":0.00000,\"total_margin\":600.00000,\"total_cost\":400.00000,\"total_net\":1150.00000,\"total_price\":1380.00000,\"items\":[{\"id\":\"ff820352-8c80-4afa-8f0f-49d522c16223\",\"product_code\":\"Beefburger\",\"information\":{\"description\":\"In egestas sodales lacus. In hac habitasse platea dictumst. .\",\"category\":\"Menu\",\"custom_fields\":[{\"label\":\"Vendor Code\",\"value\":null},{\"label\":\"Manufacturer\",\"value\":null},{\"label\":\"Colour\",\"value\":null}]},\"unit\":null,\"quantity\":1.00000,\"setup_cost\":0.00000,\"sales_account_code\":null,\"purchases_account_code\":null,\"tax_code\":{\"id\":\"80f331f5-432c-44cc-8b9e-643cf64ba944\",\"value\":\"20.0% S\"},\"vat\":20.00000,\"markup\":150.00000,\"discount\":0.00000,\"listPrice\":1000.00000,\"price\":1000.00000,\"list_cost\":500.00000,\"cost\":400.00000,\"labour_name\":\"\",\"labour_hours\":3.00000,\"labour_Rate\":50.00000,\"labour_cost_rate\":0.00000,\"labour_price\":150.00000,\"labour_cost\":0.00000,\"margin\":60.00000,\"margin_price\":600.00000,\"total\":1150.00000,\"image_url\":\"/Uploads/c16e3ccf-9f02-e711-80c7-44a8420bb066/Images/4479fc8f-8177-460e-8474-19892aaaa8f5.jpg\",\"is_kit\":false,\"is_kit_item\":false,\"is_comment\":false,\"parent_item_id\":null,\"hide_prices\":false,\"can_delete\":true,\"hide_on_pdf\":false,\"is_required\":false,\"sort_pos\":0,\"allow_client_to_customize\":false}]}]}"}],"_postman_id":"b38492d8-3b5c-a8d4-7dc8-2b9b7240d4df"}],"id":"66dfc42b-056e-f4d9-279a-01e6d4d85bf7","_postman_id":"66dfc42b-056e-f4d9-279a-01e6d4d85bf7","description":""},{"name":"Clients","item":[{"name":"Get a list of Clients","id":"49da75ac-6b94-f460-9935-c64f71106a44","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/clients?createdFrom=2018-01-16 11:47:13&createdTo=2018-10-16 11:48:00&skip=0&top=5","description":"<p>Get clients</p>\n","urlObject":{"protocol":"https","path":["v1","clients"],"host":["api","sandbox","quikflw","com"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"createdFrom","value":"2018-01-16 11:47:13"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"createdTo","value":"2018-10-16 11:48:00"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"top","value":"5"}],"variable":[]}},"response":[{"id":"578c51c9-7937-1e6a-0b2a-0835d2ed58f4","name":"Get a list of Clients","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":{"raw":"https://api.sandbox.quikflw.com/v1/clients?createdFrom=2018-01-16 11:47:13&createdTo=2018-10-16 11:48:00&skip=0&top=5","protocol":"https","host":["api","sandbox","quikflw","com"],"path":["v1","clients"],"query":[{"key":"createdFrom","value":"2018-01-16 11:47:13","description":"Optional"},{"key":"createdTo","value":"2018-10-16 11:48:00","description":"Optional"},{"key":"skip","value":"0","description":"Optional"},{"key":"top","value":"5","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"1901","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Thu, 15 Nov 2018 17:05:02 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"237","body":"{\"data\":[{\"id\":\"ced020a6-9576-466d-91c2-edfcbb5091af\",\"client_type\":null,\"name\":\"IS Example Inc\",\"address1\":\"56 Main Street\",\"address2\":\"\",\"address3\":null,\"town\":\"Washington\",\"county\":\"DC\",\"postcode\":\"\",\"country\":\"GBR\",\"email\":null,\"telephone\":\"\",\"mobile\":null,\"website\":\"\",\"notes\":null,\"sage_account_reference\":null,\"created\":\"2018-08-29T15:13:32.363\",\"price_list\":null},{\"id\":\"6942b6a7-8b52-4a4f-a279-45c5cbb85118\",\"client_type\":null,\"name\":\"Miss Fran Aswan\",\"address1\":\"Unit 24\",\"address2\":\"East Road\",\"address3\":\"Queenstown\",\"town\":\"Belfast\",\"county\":\"Antrim\",\"postcode\":\"BF2 8FH\",\"country\":\"UK\",\"email\":\"fa@mail.com\",\"telephone\":\"07986 564789\",\"mobile\":\"02134 564789\",\"website\":null,\"notes\":null,\"sage_account_reference\":null,\"created\":\"2018-08-21T18:51:25.51\",\"price_list\":null},{\"id\":\"c930cda5-6083-466d-b459-85f263e093d8\",\"client_type\":null,\"name\":\"CONQer\",\"address1\":\"CONQer\",\"address2\":\"qqwe\",\"address3\":null,\"town\":\"qwe\",\"county\":null,\"postcode\":\"adsda\",\"country\":null,\"email\":null,\"telephone\":null,\"mobile\":null,\"website\":null,\"notes\":null,\"sage_account_reference\":null,\"created\":\"2018-06-01T15:03:51.353\",\"price_list\":null},{\"id\":\"25f4d900-907b-49b5-bb28-224672e8af58\",\"client_type\":null,\"name\":\"Wilkey locksmith\",\"address1\":null,\"address2\":null,\"address3\":null,\"town\":null,\"county\":null,\"postcode\":null,\"country\":null,\"email\":null,\"telephone\":null,\"mobile\":null,\"website\":null,\"notes\":null,\"sage_account_reference\":null,\"created\":\"2018-06-01T15:03:51.353\",\"price_list\":null},{\"id\":\"a94fb30c-fb1f-4b89-82ff-3c388f4cb78a\",\"client_type\":null,\"name\":\"John Taylor Associates\",\"address1\":\"Pall Mall\",\"address2\":null,\"address3\":null,\"town\":\"London\",\"county\":null,\"postcode\":\"W12 5FG\",\"country\":null,\"email\":\"john@jta.com\",\"telephone\":\"0207 1239876\",\"mobile\":null,\"website\":null,\"notes\":null,\"sage_account_reference\":null,\"created\":\"2018-06-01T15:03:51.353\",\"price_list\":null}],\"total_count\":57}"}],"_postman_id":"49da75ac-6b94-f460-9935-c64f71106a44"},{"name":"Get a client","id":"55a38599-67f3-8486-6b8f-7d382d3119c9","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/clients/ced020a6-9576-466d-91c2-edfcbb5091af","description":"<p>Get a client</p>\n","urlObject":{"protocol":"https","path":["v1","clients","ced020a6-9576-466d-91c2-edfcbb5091af"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"e7e6d426-a643-f54b-f254-3b89a8e4c347","name":"Get a client","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/clients/ced020a6-9576-466d-91c2-edfcbb5091af"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"362","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Thu, 15 Nov 2018 17:06:11 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"97","body":"{\"id\":\"ced020a6-9576-466d-91c2-edfcbb5091af\",\"client_type\":null,\"name\":\"IS Example Inc\",\"address1\":\"56 Main Street\",\"address2\":\"\",\"address3\":null,\"town\":\"Washington\",\"county\":\"DC\",\"postcode\":\"\",\"country\":\"GBR\",\"email\":null,\"telephone\":\"\",\"mobile\":null,\"website\":\"\",\"notes\":null,\"sage_account_reference\":null,\"created\":\"2018-08-29T15:13:32.363\",\"price_list\":null}"}],"_postman_id":"55a38599-67f3-8486-6b8f-7d382d3119c9"},{"name":"Get a list of Contacts","id":"f6b5735d-542e-382d-61ad-eb5718bb84dc","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/contacts?skip=0&top=5","description":"<p>Get contacts</p>\n","urlObject":{"protocol":"https","path":["v1","contacts"],"host":["api","sandbox","quikflw","com"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"top","value":"5"}],"variable":[]}},"response":[{"id":"6284b182-57f8-ed17-9e8f-61ffc04c88a7","name":"Get a list of Contacts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":{"raw":"https://api.sandbox.quikflw.com/v1/contacts?skip=0&top=5","protocol":"https","host":["api","sandbox","quikflw","com"],"path":["v1","contacts"],"query":[{"key":"skip","value":"0","description":"Optional"},{"key":"top","value":"5","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"1933","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Thu, 15 Nov 2018 17:06:55 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"516","body":"{\"data\":[{\"id\":\"d18cf196-771c-453e-8e9e-f280ef08aa65\",\"client\":{\"id\":\"92a3f930-e44f-4ec6-95c9-d76dc7b0543c\",\"value\":\"Dalecare Ltd\"},\"title\":\"\",\"first_name\":\"Yasmin\",\"last_name\":\"Collings\",\"position\":\"\",\"telephone\":\"\",\"mobile\":\"\",\"email\":\"yasmin.collings@dalecare.co.uk\",\"address1\":\"\",\"address2\":\"\",\"address3\":\"\",\"town\":\"\",\"county\":\"\",\"postcode\":\"\",\"country\":\"\",\"default_price_list\":null},{\"id\":\"debe0f63-c436-4f6f-b5d2-1bf6e3878943\",\"client\":{\"id\":\"92a3f930-e44f-4ec6-95c9-d76dc7b0543c\",\"value\":\"Dalecare Ltd\"},\"title\":\"\",\"first_name\":\"Vicky\",\"last_name\":\"Pye\",\"position\":\"\",\"telephone\":\"\",\"mobile\":\"\",\"email\":\"vicky.pye@dalecare.co.uk\",\"address1\":\"\",\"address2\":\"\",\"address3\":\"\",\"town\":\"\",\"county\":\"\",\"postcode\":\"\",\"country\":\"\",\"default_price_list\":null},{\"id\":\"ec2bfa45-56f5-475b-950e-634c3ec385fa\",\"client\":{\"id\":\"92a3f930-e44f-4ec6-95c9-d76dc7b0543c\",\"value\":\"Dalecare Ltd\"},\"title\":\"\",\"first_name\":\"Vicky\",\"last_name\":\"Whitehouse\",\"position\":\"\",\"telephone\":\"\",\"mobile\":\"\",\"email\":\"vicky.whitehouse@dalecare.co.uk\",\"address1\":\"\",\"address2\":\"\",\"address3\":\"\",\"town\":\"\",\"county\":\"\",\"postcode\":\"\",\"country\":\"\",\"default_price_list\":null},{\"id\":\"f75cb2f4-f0fc-4df4-b7f9-50c4c38aa26e\",\"client\":{\"id\":\"242a9ff0-b77c-46db-a739-eeaeb15e99fb\",\"value\":\"Testing Insight\"},\"title\":null,\"first_name\":\"Tim\",\"last_name\":\"Bionny\",\"position\":null,\"telephone\":\"07973986855\",\"mobile\":null,\"email\":\"Tim@testinginsight.com\",\"address1\":\"\",\"address2\":\"\",\"address3\":\"\",\"town\":\"\",\"county\":\"\",\"postcode\":\"\",\"country\":\"\",\"default_price_list\":null},{\"id\":\"d2c4fa96-23d9-4429-b554-04187eebc1a8\",\"client\":{\"id\":\"a46f7acf-9f02-e711-80c7-44a8420bb066\",\"value\":\"Antwerp Furnishings Ltd\"},\"title\":null,\"first_name\":\"Tim\",\"last_name\":\"Randall\",\"position\":\"Personal\",\"telephone\":null,\"mobile\":null,\"email\":\"tim.d.randall@gmail.com\",\"address1\":\"\",\"address2\":\"\",\"address3\":\"\",\"town\":\"\",\"county\":\"\",\"postcode\":\"\",\"country\":\"\",\"default_price_list\":null}],\"total_count\":46}"}],"_postman_id":"f6b5735d-542e-382d-61ad-eb5718bb84dc"},{"name":"Get a list of Contacts by client id","id":"1e72de99-2af6-8af5-2c5c-3a7136f889aa","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/contacts?skip=0&top=5&clientID=92a3f930-e44f-4ec6-95c9-d76dc7b0543c","description":"<p>Get contacts</p>\n","urlObject":{"protocol":"https","path":["v1","contacts"],"host":["api","sandbox","quikflw","com"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"top","value":"5"},{"key":"clientID","value":"92a3f930-e44f-4ec6-95c9-d76dc7b0543c"}],"variable":[]}},"response":[{"id":"ef1f2baa-0218-87a9-37f7-e3c90cf3c1fa","name":"Get a list of Contacts by client id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":{"raw":"https://api.sandbox.quikflw.com/v1/contacts?skip=0&top=5&clientID=92a3f930-e44f-4ec6-95c9-d76dc7b0543c","protocol":"https","host":["api","sandbox","quikflw","com"],"path":["v1","contacts"],"query":[{"key":"skip","value":"0","description":"Optional"},{"key":"top","value":"5","description":"Optional"},{"key":"clientID","value":"92a3f930-e44f-4ec6-95c9-d76dc7b0543c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"1912","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Thu, 15 Nov 2018 17:07:25 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"142","body":"{\"data\":[{\"id\":\"d18cf196-771c-453e-8e9e-f280ef08aa65\",\"client\":{\"id\":\"92a3f930-e44f-4ec6-95c9-d76dc7b0543c\",\"value\":\"Dalecare Ltd\"},\"title\":\"\",\"first_name\":\"Yasmin\",\"last_name\":\"Collings\",\"position\":\"\",\"telephone\":\"\",\"mobile\":\"\",\"email\":\"yasmin.collings@dalecare.co.uk\",\"address1\":\"\",\"address2\":\"\",\"address3\":\"\",\"town\":\"\",\"county\":\"\",\"postcode\":\"\",\"country\":\"\",\"default_price_list\":null},{\"id\":\"debe0f63-c436-4f6f-b5d2-1bf6e3878943\",\"client\":{\"id\":\"92a3f930-e44f-4ec6-95c9-d76dc7b0543c\",\"value\":\"Dalecare Ltd\"},\"title\":\"\",\"first_name\":\"Vicky\",\"last_name\":\"Pye\",\"position\":\"\",\"telephone\":\"\",\"mobile\":\"\",\"email\":\"vicky.pye@dalecare.co.uk\",\"address1\":\"\",\"address2\":\"\",\"address3\":\"\",\"town\":\"\",\"county\":\"\",\"postcode\":\"\",\"country\":\"\",\"default_price_list\":null},{\"id\":\"ec2bfa45-56f5-475b-950e-634c3ec385fa\",\"client\":{\"id\":\"92a3f930-e44f-4ec6-95c9-d76dc7b0543c\",\"value\":\"Dalecare Ltd\"},\"title\":\"\",\"first_name\":\"Vicky\",\"last_name\":\"Whitehouse\",\"position\":\"\",\"telephone\":\"\",\"mobile\":\"\",\"email\":\"vicky.whitehouse@dalecare.co.uk\",\"address1\":\"\",\"address2\":\"\",\"address3\":\"\",\"town\":\"\",\"county\":\"\",\"postcode\":\"\",\"country\":\"\",\"default_price_list\":null},{\"id\":\"a23a280e-8daf-4b82-a56f-2b01d69a3bce\",\"client\":{\"id\":\"92a3f930-e44f-4ec6-95c9-d76dc7b0543c\",\"value\":\"Dalecare Ltd\"},\"title\":\"\",\"first_name\":\"Teresa\",\"last_name\":\"Dunn\",\"position\":\"\",\"telephone\":\"\",\"mobile\":\"\",\"email\":\"teresa.dunn@dalecare.co.uk\",\"address1\":\"\",\"address2\":\"\",\"address3\":\"\",\"town\":\"\",\"county\":\"\",\"postcode\":\"\",\"country\":\"\",\"default_price_list\":null},{\"id\":\"55322861-521b-4fe2-a545-2d700c1049be\",\"client\":{\"id\":\"92a3f930-e44f-4ec6-95c9-d76dc7b0543c\",\"value\":\"Dalecare Ltd\"},\"title\":\"\",\"first_name\":\"Suzan\",\"last_name\":\"Kirtley\",\"position\":\"\",\"telephone\":\"01913389127\",\"mobile\":\"\",\"email\":\"suzan.kirtley@clececare.co.uk\",\"address1\":\"\",\"address2\":\"\",\"address3\":\"\",\"town\":\"\",\"county\":\"\",\"postcode\":\"\",\"country\":\"\",\"default_price_list\":null}],\"total_count\":12}"}],"_postman_id":"1e72de99-2af6-8af5-2c5c-3a7136f889aa"},{"name":"Get a Contact","id":"0f2b475f-68cf-67b2-e6a9-6bfb9c120612","request":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/contacts/d18cf196-771c-453e-8e9e-f280ef08aa65","description":"<p>Get a contact</p>\n","urlObject":{"protocol":"https","path":["v1","contacts","d18cf196-771c-453e-8e9e-f280ef08aa65"],"host":["api","sandbox","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"0efb6531-e0f9-ef10-e98f-f9fa5dde36ee","name":"Get a Contact","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"BASIC MWE1NGQ0YjgtMGY0Zi00MDhlLWExNWUtNTg3NzhiZGJiNzUy"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price_list\": {\n        \"id\": \"e895d921-d608-490a-b614-82a1414f8f4c\"\n    },\n    \"cost\": 40,\n    \"break_point\": 0\n}"},"url":"https://api.sandbox.quikflw.com/v1/contacts/d18cf196-771c-453e-8e9e-f280ef08aa65"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"content-length","key":"content-length","value":"378","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Thu, 15 Nov 2018 17:08:28 GMT","description":""},{"name":"expires","key":"expires","value":"-1","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Microsoft-IIS/8.5","description":""},{"name":"x-aspnet-version","key":"x-aspnet-version","value":"4.0.30319","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"60","body":"{\"id\":\"d18cf196-771c-453e-8e9e-f280ef08aa65\",\"client\":{\"id\":\"92a3f930-e44f-4ec6-95c9-d76dc7b0543c\",\"value\":\"Dalecare Ltd\"},\"title\":\"\",\"first_name\":\"Yasmin\",\"last_name\":\"Collings\",\"position\":\"\",\"telephone\":\"\",\"mobile\":\"\",\"email\":\"yasmin.collings@dalecare.co.uk\",\"address1\":\"\",\"address2\":\"\",\"address3\":\"\",\"town\":\"\",\"county\":\"\",\"postcode\":\"\",\"country\":\"\",\"default_price_list\":null}"}],"_postman_id":"0f2b475f-68cf-67b2-e6a9-6bfb9c120612"},{"name":"Create a Client (with Contacts)","id":"9f78b0df-59bc-47f0-916d-2ce8e45aa69b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"BASIC MWI4MWMwMTYtMjZlMC00NjgyLWJiNWUtYTc3YjRlOTljODUz","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"LeMan3\",\n\t\"address1\": \"28 Leman Street\",\n\t\"address2\": \"\",\n\t\"address3\": \"\",\n\t\"town\": \"London\",\n\t\"county\": \"\",\n\t\"postcode\": \"E18ER\",\n\t\"email\": \"support@quikflw.com\",\n\t\"telephone\": \"02070363720\",\n\t\"mobile\": \"\",\n\t\"website\": \"quikflw.com\",\n\t\"notes\": \"This is a test\",\n\t\"custom_fields\": [\n\t\t{\n\t\t\t\"label\": \"Test Custom Field\",\n\t\t\t\"value\": \"Yo yo\"\n\t\t}\n\t],\n\t\"contacts\": [\n\t\t{\n\t\t\t\"title\": \"Mr\",\n\t\t\t\"first_name\": \"Tom\",\n\t\t\t\"last_name\": \"Pitt\",\n\t\t\t\"mobile\": \"058946879\",\n\t\t\t\"telephone\": \"0894518974\",\n\t\t\t\"email\": \"test@test.com\",\n\t\t\t\"position\": \"Manager\"\n\t\t}\n\t]\n}"},"url":"https://api.quikflw.com/v1/clients/","description":"<p>Create a client with or without contacts through this API call.\nWhen creating clients, \"name\" is a mandatory field, all others can be blank or null.\nAnd it would fail if there is already a client with the same name (case insensitive).</p>\n","urlObject":{"protocol":"https","path":["v1","clients",""],"host":["api","quikflw","com"],"query":[],"variable":[]}},"response":[{"id":"6c045116-5674-4b56-8bb5-c62db668ac98","name":"Create a Client (with Contacts)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"BASIC MWI4MWMwMTYtMjZlMC00NjgyLWJiNWUtYTc3YjRlOTljODUz","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"LeMan3\",\n\t\"address1\": \"28 Leman Street\",\n\t\"address2\": \"\",\n\t\"address3\": \"\",\n\t\"town\": \"London\",\n\t\"county\": \"\",\n\t\"postcode\": \"E18ER\",\n\t\"email\": \"support@quikflw.com\",\n\t\"telephone\": \"02070363720\",\n\t\"mobile\": \"\",\n\t\"website\": \"quikflw.com\",\n\t\"notes\": \"This is a test\",\n\t\"custom_fields\": [\n\t\t{\n\t\t\t\"label\": \"Test Custom Field\",\n\t\t\t\"value\": \"Yo yo\"\n\t\t}\n\t],\n\t\"contacts\": [\n\t\t{\n\t\t\t\"title\": \"Mr\",\n\t\t\t\"first_name\": \"Tom\",\n\t\t\t\"last_name\": \"Pitt\",\n\t\t\t\"mobile\": \"058946879\",\n\t\t\t\"telephone\": \"0894518974\",\n\t\t\t\"email\": \"test@test.com\",\n\t\t\t\"position\": \"Manager\"\n\t\t}\n\t]\n}"},"url":"https://api.quikflw.com/v1/clients/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"900"},{"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, 22 Apr 2020 17:04:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ed19ce22-8920-4981-9d75-18eb894e7533\",\n    \"client_type\": null,\n    \"name\": \"LeMan3\",\n    \"address1\": \"28 Leman Street\",\n    \"address2\": \"\",\n    \"address3\": \"\",\n    \"town\": \"London\",\n    \"county\": \"\",\n    \"postcode\": \"E18ER\",\n    \"country\": \"\",\n    \"email\": \"support@quikflw.com\",\n    \"telephone\": \"02070363720\",\n    \"mobile\": \"\",\n    \"website\": \"quikflw.com\",\n    \"notes\": \"This is a test\",\n    \"account_reference\": \"\",\n    \"created\": \"2020-04-22T18:04:08.294\",\n    \"custom_fields\": [\n        {\n            \"label\": \"rtfhrt\",\n            \"value\": null\n        },\n        {\n            \"label\": \"Test Custom Field\",\n            \"value\": \"Yo yo\"\n        }\n    ],\n    \"price_list\": null,\n    \"contacts\": [\n        {\n            \"id\": \"6dbf6afc-f73a-4f29-9102-beb4266134b9\",\n            \"client\": {\n                \"id\": \"ed19ce22-8920-4981-9d75-18eb894e7533\",\n                \"value\": \"LeMan3\"\n            },\n            \"title\": \"Mr\",\n            \"first_name\": \"Tom\",\n            \"last_name\": \"Pitt\",\n            \"position\": \"Manager\",\n            \"telephone\": \"0894518974\",\n            \"mobile\": \"058946879\",\n            \"email\": \"test@test.com\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"address3\": \"\",\n            \"town\": \"\",\n            \"county\": \"\",\n            \"postcode\": \"\",\n            \"country\": \"\",\n            \"default_price_list\": null,\n            \"account_reference\": \"\"\n        }\n    ]\n}"}],"_postman_id":"9f78b0df-59bc-47f0-916d-2ce8e45aa69b"}],"id":"bdc80e04-23e6-9a33-d4b6-df48ce0490b6","_postman_id":"bdc80e04-23e6-9a33-d4b6-df48ce0490b6","description":""}]}