{"info":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","description":"<html><head></head><body><h2 id=\"who-is-softtouch\">Who is SoftTouch?</h2>\n<p>In 1999, the time had come: SoftTouch was born. At that time it was unthinkable that the then one-man business would grow into what SoftTouch is today. \"Because I was responsible for the development, sales and installation of the POS system, I got to know the market through and through.\" This was the basis for the exceptional service we offer today.</p>\n<p>It was in the year 2009 that the company experienced explosive growth: a new office with ample demonstration space was built, and new employees were hired. Today, SoftTouch has grown into a business with in-depth know-how of both POS systems and the fashion world.</p>\n<h2 id=\"what-does-this-api\">What does this API?</h2>\n<p>This API is build using RESTful methods returning JSON and can be used to fetch and put data from and into the clients database.</p>\n<h2 id=\"how-to-retrieve-an-account-id-and-token\">How to retrieve an account id and token?</h2>\n<p>The client has to request an offer for using this API. As soon as they confirm this offer, a test environment can be provided. Once development is completed, we need customer aproval before live credentials can be provided. (There will also be a double check from SoftTouch as well, to check if everything is realistically in order when looking at the API calls.)</p>\n<p>Any questions regarding the use of this API can be sent to <a href=\"https://\">dev@softtouch.be</a></p>\n<p>The SoftTouch API does not work with web hooks. What follows are three simple steps to keep the web shop up to date with the current stock.</p>\n<h3 id=\"full-sync-overnight\">Full sync overnight</h3>\n<p>It is a good idea to synchronise all online products over night. The same can be done for the other product related models. Following models can be useful: stores, seasons, brands, categories, colors, sizetables and discounts. Make sure to set discount_date if the sync starts on the evening before. Like so the correct discounts can be displayed on the website.<br>A full sync should only be used overnight and perhaps on demand when something could be changed in the stock. The latter should not be used in a loop during the day or when the visitor clicks on an article. The following methods cover how to handle this in a better way.<br>As with every model the API will only fetch the first 100 products by default. This can be altered with the \"take\" parameter, which can receive an integer value with a maximum of 500. The \"skip\" parameter, which also takes an integer value, will ignore those first products and retrieve the following take-amount of products. For example “take”: 500 and “skip”: 1500 will retrieve 500 products starting from the 1501st.<br>An important note about nightly syncs: on our server side, a backup of the data is made during a certain point at night. As you can imagine this can lock the data and might result in calls with a connection error. It needs no saying that each call should always be validated on an expected result. It is even more true in this case.</p>\n<h3 id=\"ten-minute-sync\">Ten minute sync</h3>\n<p>Let us repeat an important statement. During the day it is overkill to do a full sync of the products and is strongly frowned upon. A better way to keep the stock up to date is to get the products every ten minutes with the parameter \"since\". Another parameter which is very useful here is the parameter “detail” with the value “stock”. For most web shops it should be sufficient to run this every ten minutes.</p>\n<h3 id=\"on-click-sync\">On click sync</h3>\n<p>Since it is very important, I will repeat myself once again. Never do a full sync during the day. Not even when a visitor visits a page. It is important however that the visitor sees the correct available stock. So when the visitor clicks through to a specific article it Is a good idea to get the product with the parameter “detail” and the value “stock”. Since the stock can still change before the visitor checks out, another check is advisable. It is not fun to disappoint a customer at this point, but better do it at this point than at the point where the articles are already paid.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5301532","collectionId":"f59c3410-b180-46ea-8714-23dfc77b0376","publishedId":"2s935iumQW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"28A9E0"},"publishDate":"2023-03-31T07:45:09.000Z"},"item":[{"name":"V1","item":[{"name":"Brands","item":[{"name":"Brands","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"88a8a0e4-4508-458b-b2a6-b7b417066c06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/brands?display=full","description":"<p>This endpoint fetches all brands as all calls it has to be done in steps with a maximum amount of 500 brands.</p>\n<p>Used parameters:</p>\n<ul>\n<li><p>display (full)</p>\n</li>\n<li><p>take</p>\n</li>\n<li><p>skip</p>\n</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li><p>key: The unique identifier</p>\n</li>\n<li><p>name: The brand name</p>\n</li>\n<li><p>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</p>\n</li>\n<li><p>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</p>\n</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","brands"],"host":["api","softtouch","eu"],"query":[{"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"d80daa13-6d85-4352-b625-499cfa92eddb","name":"Brands","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/brands","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","brands"],"query":[{"key":"display","value":"full","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 31 Mar 2023 07:04:51 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImRxVUdBaGNEZlQxTGdiMEowTGFUblE9PSIsInZhbHVlIjoiOFBVb25WTTFcL29vaFJFNzBWVWs1ZmhkVGlBVzZBUUZyTHB5RWhWUGJ1bllcLzBURVBlRG9CSGo3YUZaU0FxQ1VFR1Z3Nkp4bExWRDlBR0lcLzgxRU4waWc9PSIsIm1hYyI6Ijk5NTRkNzZjZWI5ZjYxNDk3YjI2NjE1N2UxYzFlODMyZTlkZDhkZWYxMGM5Mzc4MzBhZmYyM2U5MWM1M2RkMDMifQ%3D%3D; expires=Fri, 31-Mar-2023 09:04:51 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"001\",\n        \"name\": \"SoftTouch\",\n        \"alias\": \"\",\n        \"category1\": \"0100\",\n        \"category2\": \"0200\",\n        \"category3\": \"0300\",\n        \"category4\": \"0400\",\n        \"category5\": \"0500\"\n    },\n    {\n        \"key\": \"002\",\n        \"name\": \"Xandres\",\n        \"alias\": \"\",\n        \"category1\": \"0100\",\n        \"category2\": \"0200\",\n        \"category3\": \"0300\",\n        \"category4\": \"0400\",\n        \"category5\": \"0500\"\n    },\n    {\n        \"key\": \"003\",\n        \"name\": \"Caroline Biss\",\n        \"alias\": \"\",\n        \"category1\": \"0100\",\n        \"category2\": \"0200\",\n        \"category3\": \"0300\",\n        \"category4\": \"0400\",\n        \"category5\": \"0500\"\n    },\n    {\n        \"key\": \"004\",\n        \"name\": \"State of Art\",\n        \"alias\": \"\",\n        \"category1\": \"0100\",\n        \"category2\": \"0200\",\n        \"category3\": \"0300\",\n        \"category4\": \"0400\",\n        \"category5\": \"0500\"\n    },\n    {\n        \"key\": \"005\",\n        \"name\": \"Brax\",\n        \"alias\": \"\",\n        \"category1\": \"0100\",\n        \"category2\": \"0200\",\n        \"category3\": \"0300\",\n        \"category4\": \"0400\",\n        \"category5\": \"0500\"\n    },\n    {\n        \"key\": \"006\",\n        \"name\": \"Marie Jo\",\n        \"alias\": \"\",\n        \"category1\": \"0100\",\n        \"category2\": \"0200\",\n        \"category3\": \"0300\",\n        \"category4\": \"0400\",\n        \"category5\": \"0500\"\n    }\n]"}],"_postman_id":"88a8a0e4-4508-458b-b2a6-b7b417066c06"},{"name":"Brands/{{id}}","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"ad2d049c-6395-4205-9426-0db25c670a4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/brands/001","description":"<p>This endpoint fetches a specific brand by id.</p>\n<p>Used parameters:</p>\n<ul>\n<li><p>display (full)</p>\n</li>\n<li><p>take</p>\n</li>\n<li><p>skip</p>\n</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li><p>key: The unique identifier</p>\n</li>\n<li><p>name: The brand name</p>\n</li>\n<li><p>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</p>\n</li>\n<li><p>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</p>\n</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","brands","001"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"cb9b2c51-2a13-4de8-a459-28661c9f110c","name":"Brands/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{token}}"}],"url":{"raw":"{{url}}/1/accounts/{{accountId}}/brands/001","host":["{{url}}"],"path":["1","accounts","{{accountId}}","brands","001"],"query":[{"key":"display","value":"full","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 23 Apr 2021 10:00:54 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjRvTXMrengwYmVNNEdpeTg3eE4rcEE9PSIsInZhbHVlIjoicFdCRGFManpqdnFxVVJQMHN6M3QzeVJ6MWU5N3RyaUhtREFNbHUySHlcLys0Y3lcLzlZazdhd0VWRmZGekNRTUQ4TjJFc29FcFd5Wmd3TGRGM3g5NlZvZz09IiwibWFjIjoiYjk4MDEwYTkyZmNlMjhmYjhiZGM2MTljNDE3NzBjOTI2NDMzY2JkYTk5MDlkZjI1MGJiNGZmOWRiZjE3NzdhYSJ9; expires=Fri, 23-Apr-2021 12:00:54 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": \"001\",\n    \"name\": \"Garder\",\n    \"alias\": \"Gardeur WEB\",\n    \"category1\": \"0100\",\n    \"category2\": \"0200\",\n    \"category3\": \"0300\",\n    \"category4\": \"0400\",\n    \"category5\": \"0500\"\n}"}],"_postman_id":"ad2d049c-6395-4205-9426-0db25c670a4d"},{"name":"Brands","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"323d0a31-029e-4636-b156-9d187172f607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":                       \"999\",\r\n    \"name\":                     \"SoftTouch\",\r\n    \"alias\":                    \"\",\r\n    \"supplier\":\t                \"\",\r\n    \"address\":                  \"\", \r\n    \"postal_code\":              \"\", \r\n    \"city\":                     \"\", \r\n    \"country_iso\":              \"\", \r\n    \"telephone\":                \"\", \r\n    \"telephone_2\":              \"\", \r\n    \"fax\":                      \"\", \r\n    \"email\":                    \"\", \r\n    \"website\":                  \"\", \r\n    \"vat\":                      \"\",\r\n    \"category1\":                \"0101\",\r\n    \"category2\":                \"0201\",\r\n    \"category3\":                \"0301\",\r\n    \"category4\":                \"0401\",\r\n    \"category5\":                \"0501\",\r\n    \"miscellaneous\":            \"\",\r\n    \"margin\":                   2.7, \r\n    \"size_table_id\":            10,\r\n    \"commercial_discount\":      1, \r\n    \"on_customer_card\":         true, \r\n    \"customer_card_percentage\": 0, \r\n    \"article_discount_allowed\": true,\r\n    \"active\":                   true\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/brands","description":"<p>To create a new brand this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","brands"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"671429e9-b486-4c63-9292-f16f44e5594f","name":"Brands","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"5b6d895b0d33d38ff81a0ad12823ee9d11e58a1a"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":                       \"999\",\r\n    \"name\":                     \"SoftTouch\",\r\n    \"alias\":                    \"\",\r\n    \"supplier\":\t                \"\",\r\n    \"address\":                  \"\", \r\n    \"postal_code\":              \"\", \r\n    \"city\":                     \"\", \r\n    \"country_iso\":              \"\", \r\n    \"telephone\":                \"\", \r\n    \"telephone_2\":              \"\", \r\n    \"fax\":                      \"\", \r\n    \"email\":                    \"\", \r\n    \"website\":                  \"\", \r\n    \"vat\":                      \"\",\r\n    \"category1\":                \"0101\",\r\n    \"category2\":                \"0201\",\r\n    \"category3\":                \"0301\",\r\n    \"category4\":                \"0401\",\r\n    \"category5\":                \"0501\",\r\n    \"miscellaneous\":            \"\",\r\n    \"margin\":                   2.7, \r\n    \"size_table_id\":            10,\r\n    \"commercial_discount\":      1, \r\n    \"on_customer_card\":         true, \r\n    \"customer_card_percentage\": 0, \r\n    \"article_discount_allowed\": true,\r\n    \"active\":                   true,\r\n    \"stockbase\":                false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.softtouch.eu/1/accounts/1/brands","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","1","brands"],"query":[{"key":"id","value":"","description":"size:3","type":"text","disabled":true},{"key":"name","value":null,"description":"required","type":"text","disabled":true},{"key":"country_iso","value":null,"description":"size:2","type":"text","disabled":true},{"key":"email","value":null,"description":"email","type":"text","disabled":true},{"key":"category1","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category2","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category3","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category4","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category5","value":null,"description":"size:4","type":"text","disabled":true},{"key":"margin","value":null,"description":"numeric","type":"text","disabled":true},{"key":"size_table_id","value":null,"description":"size:2","type":"text","disabled":true},{"key":"commercial_discount","value":null,"description":"boolean","type":"text","disabled":true},{"key":"on_customer_card","value":null,"description":"boolean","type":"text","disabled":true},{"key":"customer_card_percentage","value":null,"description":"numeric","type":"text","disabled":true},{"key":"article_discount_allowed","value":null,"description":"boolean","type":"text","disabled":true},{"key":"active","value":null,"description":"boolean","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 23 Apr 2021 10:01:05 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InJCbmJlcjdDbWhuVE5KenQ3VmxaUXc9PSIsInZhbHVlIjoiRXhcL1VOelFKMEdJQ1BYUE9KVWp2ajhYaG1iaHp3VzdYZVk3THlZRnpLempTWllFcmdEd1NaeHRIaUYxeFlkczkxcVc1OStad3Z4Mzl6aFZnMFVOTUdBPT0iLCJtYWMiOiI1Yzc2NDc4YzkzYjUyZTMzZDk5MzhhYTBjMmVmN2FhMjczOTdiZGNhYzVlYmQ5MmExMDk0MWQwMTg2ODNkMzM5In0%3D; expires=Fri, 23-Apr-2021 12:01:05 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": \"249\",\n    \"name\": \"SoftTouch\",\n    \"alias\": \"\",\n    \"category1\": \"0101\",\n    \"category2\": \"0201\",\n    \"category3\": \"0301\",\n    \"category4\": \"0401\",\n    \"category5\": \"0501\"\n}"}],"_postman_id":"323d0a31-029e-4636-b156-9d187172f607"},{"name":"Brands/bulk_insert","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript","packages":{}}}],"id":"7e616b31-a607-4828-b3b4-0bbb6d20ab26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"brands\":[\r\n        {\r\n            \"id\":                       \"010\",\r\n            \"name\":                     \"BulkImport1\",\r\n            \"alias\":                    \"\",\r\n            \"supplier\":\t                \"\",\r\n            \"address\":                  \"\", \r\n            \"postal_code\":              \"\", \r\n            \"city\":                     \"\", \r\n            \"country_iso\":              \"\", \r\n            \"telephone\":                \"\", \r\n            \"telephone_2\":              \"\", \r\n            \"fax\":                      \"\", \r\n            \"email\":                    \"\", \r\n            \"website\":                  \"\", \r\n            \"vat\":                      \"\",\r\n            \"category1\":                \"0101\",\r\n            \"category2\":                \"0201\",\r\n            \"category3\":                \"0301\",\r\n            \"category4\":                \"0401\",\r\n            \"category5\":                \"0501\",\r\n            \"miscellaneous\":            \"\",\r\n            \"margin\":                   2.7, \r\n            \"size_table_id\":            10,\r\n            \"commercial_discount\":      1, \r\n            \"on_customer_card\":         true, \r\n            \"customer_card_percentage\": 0, \r\n            \"article_discount_allowed\": true,\r\n            \"active\":                   true\r\n        },\r\n        {\r\n            \"id\":                       \"011\",\r\n            \"name\":                     \"BulkImport2\",\r\n            \"alias\":                    \"\",\r\n            \"supplier\":\t                \"\",\r\n            \"address\":                  \"\", \r\n            \"postal_code\":              \"\", \r\n            \"city\":                     \"\", \r\n            \"country_iso\":              \"\", \r\n            \"telephone\":                \"\", \r\n            \"telephone_2\":              \"\", \r\n            \"fax\":                      \"\", \r\n            \"email\":                    \"\", \r\n            \"website\":                  \"\", \r\n            \"vat\":                      \"\",\r\n            \"category1\":                \"0101\",\r\n            \"category2\":                \"0201\",\r\n            \"category3\":                \"0301\",\r\n            \"category4\":                \"0401\",\r\n            \"category5\":                \"0501\",\r\n            \"miscellaneous\":            \"\",\r\n            \"margin\":                   2.7, \r\n            \"size_table_id\":            10,\r\n            \"commercial_discount\":      1, \r\n            \"on_customer_card\":         true, \r\n            \"customer_card_percentage\": 0, \r\n            \"article_discount_allowed\": true,\r\n            \"active\":                   true\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/brands/bulk_insert","description":"<p>To create multiple new brands this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","brands","bulk_insert"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e616b31-a607-4828-b3b4-0bbb6d20ab26"},{"name":"Brands","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript","packages":{}}}],"id":"c2c7579f-aeb0-4530-b394-3636f4349dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":                       \"005\",\r\n    \"name\":                     \"SoftTouch\",\r\n    \"alias\":                    \"\",\r\n    \"supplier\":\t                \"\",\r\n    \"address\":                  \"Ambachtenlaan 6A\", \r\n    \"postal_code\":              \"9080\", \r\n    \"city\":                     \"Lochristi\", \r\n    \"country_iso\":              \"\", \r\n    \"telephone\":                \"\", \r\n    \"telephone_2\":              \"\", \r\n    \"fax\":                      \"\", \r\n    \"email\":                    \"\", \r\n    \"website\":                  \"\", \r\n    \"vat\":                      \"\",\r\n    \"category1\":                \"\",\r\n    \"category2\":                \"\",\r\n    \"category3\":                \"\",\r\n    \"category4\":                \"\",\r\n    \"category5\":                \"\",\r\n    \"miscellaneous\":            \"\",\r\n    \"margin\":                   1000, \r\n    \"size_table_id\":            10,\r\n    \"commercial_discount\":      1, \r\n    \"on_customer_card\":         true, \r\n    \"customer_card_percentage\": 0, \r\n    \"article_discount_allowed\": true,\r\n    \"active\":                   true,\r\n    \"stockbase\":                false\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/brands","description":"<p>To update a brand this endpoint should be used.</p>\n<p>PARAMS:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","brands"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"851ea871-0c8d-4eb7-8300-f6ba984bbe5e","name":"Brands","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":                     \"SoftTouch\",\r\n    \"alias\":                    \"\",\r\n    \"supplier\":\t                \"\",\r\n    \"address\":                  \"Ambachtenlaan 6A\", \r\n    \"postal_code\":              \"9080\", \r\n    \"city\":                     \"Lochristi\", \r\n    \"country_iso\":              \"\", \r\n    \"telephone\":                \"\", \r\n    \"telephone_2\":              \"\", \r\n    \"fax\":                      \"\", \r\n    \"email\":                    \"\", \r\n    \"website\":                  \"\", \r\n    \"vat\":                      \"\",\r\n    \"category1\":                \"\",\r\n    \"category2\":                \"\",\r\n    \"category3\":                \"\",\r\n    \"category4\":                \"\",\r\n    \"category5\":                \"\",\r\n    \"miscellaneous\":            \"\",\r\n    \"margin\":                   1000, \r\n    \"size_table_id\":            10,\r\n    \"commercial_discount\":      1, \r\n    \"on_customer_card\":         true, \r\n    \"customer_card_percentage\": 0, \r\n    \"article_discount_allowed\": true,\r\n    \"active\":                   true,\r\n    \"stockbase\":                false\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/brands/005"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 06 Nov 2024 16:24:33 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkdnVTJnU3NDckw4XC9xTDgrRUxlbzhRPT0iLCJ2YWx1ZSI6IlVJNWQ5TG0xK25XWlFKQ2x1NjRncU42Zlg0dmZDcE1hTHZsOEtnOTJpRzJ0c0dpanBCdTF4YmJWNkZtRVh6TjBsSEtnRW9mVUNneXpcL0VBYjV3NEZidz09IiwibWFjIjoiNzk3YTBmZDFlMDJkYTJkOGQ1ZGUwNTk3ZGZkYjhkOTJkZWFhMmRmZTM3MGM0NzczNmQxOTdiNWFmYWYyNmJiZiJ9; expires=Wed, 06-Nov-2024 18:24:33 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": \"005\",\n    \"name\": \"SoftTouch\",\n    \"alias\": \"\",\n    \"category1\": \"0100\",\n    \"category2\": \"0200\",\n    \"category3\": \"0300\",\n    \"category4\": \"0400\",\n    \"category5\": \"0500\"\n}"}],"_postman_id":"c2c7579f-aeb0-4530-b394-3636f4349dbe"}],"id":"2f48d36d-5b8d-4c77-9c94-1c0fbb3938ea","description":"<p>The brands endpoint can be used to fetch brands/ suppliers. Those contain basic information like the name, alias, status. A brand can be linked to a product by it's key.</p>\n","event":[{"listen":"prerequest","script":{"id":"cae1ebe0-8137-4254-8d9a-ac52ebff7ad7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"06177007-0711-4aad-9b08-6e19e73006aa","type":"text/javascript","exec":[""]}}],"_postman_id":"2f48d36d-5b8d-4c77-9c94-1c0fbb3938ea","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Brand categories","item":[{"name":"Brand_categories","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"e3929e2c-b9e8-43d3-8341-bf6428361256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/brand_categories","description":"<p>The brand_categories endpoint can be used with the brand endpoint, linked by the key.</p>\n<p>The categories used are defined by the client and usage should be discussed with the client as such.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","brand_categories"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>soap;</p>\n","type":"text/plain"},"key":"display","value":"soap"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"a9e84c32-b285-4037-ae68-2da35d55b592","name":"Brand_categories","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/brand_categories","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","brand_categories"],"query":[{"key":"display","value":"soap","description":"soap;","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 24 Apr 2023 07:00:23 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlNORk04QVdvR3VZSzFhK1BiczFIU1E9PSIsInZhbHVlIjoiWXlVOU9TdkV0RzNJRXRcL05xTmM1YW1rNEFkU2R3QWRVeUliTXpJR1kzanhFWVEyeDlPSU1JcXpaUnBcLzR2RCs1YkRBNWZUTUExeStcL2QrdkRYN0VcL0JRPT0iLCJtYWMiOiJiZjlhOTg2YzI3MDA0Y2QwZWE2Zjk4N2E5YTE2Y2U2NjU2NmI2NmVkYzFkNzZiZDI4NTBlNzFkYWUxMDM5ZmIwIn0%3D; expires=Mon, 24-Apr-2023 09:00:23 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"0101\",\n        \"group\": \"01\",\n        \"description\": \"Placeholder category 1\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0102\",\n        \"group\": \"01\",\n        \"description\": \"Placeholder category 1\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0201\",\n        \"group\": \"02\",\n        \"description\": \"Placeholder category 2\",\n        \"active\": true\n    }\n]"}],"_postman_id":"e3929e2c-b9e8-43d3-8341-bf6428361256"}],"id":"3cc89be6-11fc-47c0-a0fa-f07ff7b2a257","_postman_id":"3cc89be6-11fc-47c0-a0fa-f07ff7b2a257","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Categories","item":[{"name":"Categories","event":[{"listen":"test","script":{"id":"4d77d947-92dc-4813-a71b-1ca51ee9cfb9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript","packages":{}}}],"id":"fa712a3e-2879-460b-806d-fe5954970804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories","description":"<p>This endpoint fetches all categories as all calls it has to be done in steps with a maximum amount of 500 categories.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n<li>group_ids (the level of the category)</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>group_id: The level of the category</li>\n<li>description: The name of the category</li>\n<li>alias: An alias which can be used to display on the webshop.</li>\n<li>lang1-5: Can be used as a different language for the category</li>\n<li>active: boolean if this category is active or not, a category that is inactive is still visible but can't be attached to new products</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","categories"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>CommaSeperated: 01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20</p>\n","type":"text/plain"},"key":"group_ids","value":"01"}],"variable":[]}},"response":[{"id":"7834b2f4-1d5a-4f78-874d-502d6e136ab0","name":"Categories","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","categories"],"query":[{"key":"display","value":"full","disabled":true},{"key":"take","value":"500","disabled":true},{"key":"skip","value":"0","disabled":true},{"key":"group_ids","value":"02","description":"CommaSeperatedIn:01,02,03,04,05,06,07","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 20 Jun 2023 07:29:06 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IklFc1dWRjVxZUJmMzlmTlBPVTdCaWc9PSIsInZhbHVlIjoiK2JrZVNmdUZ2SkJyRk90RVlwcGZZMVc2QUZzRTk0Mmp1a3h1dElNNWlvOGJ4Mk9Ld0NxaGZkMkt1T0t2N1NtKzcrazNcL1wvWTEyYVZlY1ZzVHJaUlVQQT09IiwibWFjIjoiNDgwOWI3ZDE1NTUzNDBiOWIyNTU4ZjA5YjBkOTRkZDUzZTVhYzlhY2ZmNjc4NmJkYTEwNThmMzhkYWNhZGJmYyJ9; expires=Tue, 20-Jun-2023 09:29:06 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"0101\",\n        \"group_id\": \"01\",\n        \"description\": \"Heren\",\n        \"alias\": \"Heren\",\n        \"lang1\": \"Heren\",\n        \"lang2\": \"Men\",\n        \"lang3\": \"Hommes\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0102\",\n        \"group_id\": \"01\",\n        \"description\": \"Dames\",\n        \"alias\": \"Dames\",\n        \"lang1\": \"Dames\",\n        \"lang2\": \"Ladies\",\n        \"lang3\": \"Femmes\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0201\",\n        \"group_id\": \"02\",\n        \"description\": \"Kleding\",\n        \"alias\": \"\",\n        \"lang1\": \"Kleding\",\n        \"lang2\": \"\",\n        \"lang3\": \"\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0202\",\n        \"group_id\": \"02\",\n        \"description\": \"Accessoires\",\n        \"alias\": \"Accessoires\",\n        \"lang1\": \"Accessoires\",\n        \"lang2\": \"Accessories\",\n        \"lang3\": \"Accessoires\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0301\",\n        \"group_id\": \"03\",\n        \"description\": \"Pull\",\n        \"alias\": \"\",\n        \"lang1\": \"Pull\",\n        \"lang2\": \"\",\n        \"lang3\": \"\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0302\",\n        \"group_id\": \"03\",\n        \"description\": \"T-shirt\",\n        \"alias\": \"\",\n        \"lang1\": \"T-shirt\",\n        \"lang2\": \"\",\n        \"lang3\": \"\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0303\",\n        \"group_id\": \"03\",\n        \"description\": \"Broek\",\n        \"alias\": \"Broek\",\n        \"lang1\": \"Broek\",\n        \"lang2\": \"Pants\",\n        \"lang3\": \"Pantalon\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0304\",\n        \"group_id\": \"03\",\n        \"description\": \"Armband\",\n        \"alias\": \"Armband\",\n        \"lang1\": \"Armband\",\n        \"lang2\": \"Bracelet\",\n        \"lang3\": \"Bracelet\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0401\",\n        \"group_id\": \"04\",\n        \"description\": \"Lange mouw\",\n        \"alias\": \"\",\n        \"lang1\": \"Lange mouw\",\n        \"lang2\": \"\",\n        \"lang3\": \"\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0402\",\n        \"group_id\": \"04\",\n        \"description\": \"Korte mouw\",\n        \"alias\": \"Korte mouw\",\n        \"lang1\": \"Korte mouw\",\n        \"lang2\": \"Short sleeve\",\n        \"lang3\": \"Manches courtes\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": true\n    }\n]"}],"_postman_id":"fa712a3e-2879-460b-806d-fe5954970804"},{"name":"Categories/{{id}}","event":[{"listen":"test","script":{"id":"53833c09-5dd2-4799-b792-77249c2d2ae5","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"15fc6f1a-e069-4b8a-b0b2-51d0ba9becc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories/0101","description":"<p>This endpoint fetches a specific category.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>group_id: The level of the category</li>\n<li>description: The name of the category</li>\n<li>alias: An alias which can be used to display on the webshop.</li>\n<li>lang1-5: Can be used as a different language for the category</li>\n<li>active: boolean if this category is active or not, a category that is inactive is still visible but can't be attached to new products</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","categories","0101"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"c3222462-ef07-4da1-80e6-0d694a2ca362","name":"Categories/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories/0101","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","categories","0101"],"query":[{"key":"display","value":"full","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 20 Jun 2023 07:29:33 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlJwS241ZytMU2ZRYkVoMUM3XC9EczFBPT0iLCJ2YWx1ZSI6IkdVS3NrOWFDVWpNdmhFa1lPWTlaOG9GdzAzbE9xS0o5OHlWOE0rZkdZREgzZWlQYTZmZ3hzM1YxZ1F2a29oNTZEbDlYWjllZkRcL0VsUnNoamk2S21aQT09IiwibWFjIjoiZDE0YTdjOGI5YmYxZjFhNTcwNjU0MTFjMzE3MGU2MGI5Y2RlZmIzMmFlZWYxOTk3YzQwNzIzNjM0MzBhNDAyYiJ9; expires=Tue, 20-Jun-2023 09:29:33 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": \"0101\",\n    \"group_id\": \"01\",\n    \"description\": \"Heren\",\n    \"alias\": \"Heren\",\n    \"lang1\": \"Heren\",\n    \"lang2\": \"Men\",\n    \"lang3\": \"Hommes\",\n    \"lang4\": \"\",\n    \"lang5\": \"\",\n    \"active\": true\n}"}],"_postman_id":"15fc6f1a-e069-4b8a-b0b2-51d0ba9becc4"},{"name":"Categories","event":[{"listen":"test","script":{"id":"26dd36eb-b559-49cc-92b4-3c3a51446fc4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"52e0e2c4-3aec-4ab3-8a5a-cbd64cab24e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"group_id\": \"01\",\r\n    \"description\": \"Meisjes\",\r\n    \"alias\": \"Meisjes\",\r\n    \"lang1\": \"Meisjes\",\r\n    \"lang2\": \"Girls\",\r\n    \"lang3\": \"Filles\",\r\n    \"lang4\": \"\",\r\n    \"lang5\": \"\",\r\n    \"active\": true\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories","description":"<p>To create a new category this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>string between 01 - 07, required</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang1</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang3</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang4</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang5</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","categories"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"ae88a080-f59d-42e9-8ae1-2265c05ebeac","name":"Categories","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"group_id\": \"01\",\r\n    \"description\": \"Meisjes\",\r\n    \"alias\": \"Meisjes\",\r\n    \"lang1\": \"Meisjes\",\r\n    \"lang2\": \"Girls\",\r\n    \"lang3\": \"Filles\",\r\n    \"lang4\": \"\",\r\n    \"lang5\": \"\",\r\n    \"active\": true\r\n}"},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","categories"],"query":[{"key":"group_id","value":"","description":"required|IN:01,02,03,04,05,06,07","type":"text","disabled":true},{"key":"description","value":null,"description":"required","type":"text","disabled":true},{"key":"active","value":null,"description":"boolean","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 20 Jun 2023 07:30:27 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlFFeWo4YlI5NnY5V25MVzRkOTBsa3c9PSIsInZhbHVlIjoiQTUzZFJRc3hRbGZvR0RHUUl3RzFZZXhSZHNscjNET2pUMjJNZVJEbms5UFRvWnNvcXdzOGNVK2ptRkZjOHZ0c2R6S2p0TDY2ODAydDBYSlwvMUc3MitnPT0iLCJtYWMiOiI3MDdlMjcwYWE2NmVkMzQ3YjBhZmY5ZTQwNDExNTQ0MTYzZDg4NjczM2VjM2Q0ZjJkNzc3MzMzOTU1NzNiNTgwIn0%3D; expires=Tue, 20-Jun-2023 09:30:27 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": \"0103\",\n    \"group_id\": \"01\",\n    \"description\": \"Meisjes\",\n    \"alias\": \"Meisjes\",\n    \"lang1\": \"Meisjes\",\n    \"lang2\": \"Girls\",\n    \"lang3\": \"Filles\",\n    \"lang4\": \"\",\n    \"lang5\": \"\",\n    \"active\": true\n}"}],"_postman_id":"52e0e2c4-3aec-4ab3-8a5a-cbd64cab24e7"},{"name":"Categories/bulk_insert","event":[{"listen":"test","script":{"id":"3102f920-c829-41be-aeb6-f9f838f5218e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"df10c23d-c482-42f9-8d9e-2b174f05655f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"categories\":[\r\n        {\r\n            \"group_id\": \"01\",\r\n            \"description\": \"Jongens\",\r\n            \"alias\": \"Jongens\",\r\n            \"lang1\": \"Jongens\",\r\n            \"lang2\": \"Boys\",\r\n            \"lang3\": \"Garçons\",\r\n            \"lang4\": \"\",\r\n            \"lang5\": \"\",\r\n            \"active\": true\r\n        },\r\n        {\r\n            \"group_id\": \"01\",\r\n            \"description\": \"Baby\",\r\n            \"alias\": \"Baby\",\r\n            \"lang1\": \"Baby\",\r\n            \"lang2\": \"Baby\",\r\n            \"lang3\": \"Bébé\",\r\n            \"lang4\": \"\",\r\n            \"lang5\": \"\",\r\n            \"active\": false\r\n        }\r\n    ],\r\n    \"force_update\": true\r\n}\r\n\r\n"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories/bulk_insert","description":"<p>To create multiple categories this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categories</td>\n<td>array</td>\n<td>list of categories</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>string between 01 - 07, required</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang1</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang3</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang4</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang5</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>force_update</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","categories","bulk_insert"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"8bd87b3b-c6d9-445a-8e6f-fea3bc5eacb7","name":"Categories/bulk_insert","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"categories\":[\r\n        {\r\n            \"group_id\": \"01\",\r\n            \"description\": \"Jongens\",\r\n            \"alias\": \"Jongens\",\r\n            \"lang1\": \"Jongens\",\r\n            \"lang2\": \"Boys\",\r\n            \"lang3\": \"Garçons\",\r\n            \"lang4\": \"\",\r\n            \"lang5\": \"\",\r\n            \"active\": true\r\n        },\r\n        {\r\n            \"group_id\": \"01\",\r\n            \"description\": \"Baby\",\r\n            \"alias\": \"Baby\",\r\n            \"lang1\": \"Baby\",\r\n            \"lang2\": \"Baby\",\r\n            \"lang3\": \"Bébé\",\r\n            \"lang4\": \"\",\r\n            \"lang5\": \"\",\r\n            \"active\": false\r\n        }\r\n    ],\r\n    \"force_update\": true\r\n}\r\n\r\n"},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories/bulk_insert","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","categories","bulk_insert"],"query":[{"key":"categories","value":null,"description":"required|array|max:500","type":"text","disabled":true},{"key":"force_update","value":null,"description":"boolean","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 20 Jun 2023 07:31:59 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkxGWWQzRFwvYWFrdkVhd0lmdEtJTFhRPT0iLCJ2YWx1ZSI6IkoyOGhFY0RjYXJSTmZSVE9wQkhBQWhaa3N3bElRTUYrWTRSN2pKWW9pZTNRS096WVZiVVlvTnpOVGZpYU9oVHlqS20rMG9xUTZGS21nNXNQZ2ZRUEFBPT0iLCJtYWMiOiJjOTNiYTM0ZmE5ODFiNDkwNDQ4NzNiMGM4MzRkMzk3NWY4YTI1YTQ4NGQ4OWZhN2MyNWMzMTJjM2I3NTViNGJkIn0%3D; expires=Tue, 20-Jun-2023 09:31:59 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"0104\",\n        \"group_id\": \"01\",\n        \"description\": \"Jongens\",\n        \"alias\": \"Jongens\",\n        \"lang1\": \"Jongens\",\n        \"lang2\": \"Boys\",\n        \"lang3\": \"Garçons\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": true\n    },\n    {\n        \"key\": \"0105\",\n        \"group_id\": \"01\",\n        \"description\": \"Baby\",\n        \"alias\": \"Baby\",\n        \"lang1\": \"Baby\",\n        \"lang2\": \"Baby\",\n        \"lang3\": \"Bébé\",\n        \"lang4\": \"\",\n        \"lang5\": \"\",\n        \"active\": false\n    }\n]"}],"_postman_id":"df10c23d-c482-42f9-8d9e-2b174f05655f"},{"name":"Categories","event":[{"listen":"test","script":{"id":"44b91bbc-3f0c-4229-8ece-0d3d26220649","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"15f82502-8dc6-4392-93fe-b8d5ac896951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Heren\",\r\n    \"alias\": \"Heren\",\r\n    \"lang1\": \"Heren\",\r\n    \"lang2\": \"Men's\",\r\n    \"lang3\": \"Hommes\",\r\n    \"lang4\": \"\",\r\n    \"lang5\": \"\",\r\n    \"active\": true\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories/0101","description":"<p>To update a category this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>description</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang1</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang3</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang4</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang5</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","categories","0101"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"b21001db-3c69-403c-9b2c-5f7122357f3e","name":"Categories","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Heren\",\r\n    \"alias\": \"Heren\",\r\n    \"lang1\": \"Heren\",\r\n    \"lang2\": \"Men's\",\r\n    \"lang3\": \"Hommes\",\r\n    \"lang4\": \"\",\r\n    \"lang5\": \"\",\r\n    \"active\": true\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories/0101"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 20 Jun 2023 07:32:59 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkE5cWpaMjdhd1RINFVERVZ1RVNCd3c9PSIsInZhbHVlIjoiQ3lwZTIyNncrVXBYTXB2clkzQlg0MTJYa01zZjdwWkhWZXZSOWFhQmhHcElRVjZIbnJ3eDZSamo0aDZscndUSk4zU0kwem1xdUM3YlNCcEliM1AyY2c9PSIsIm1hYyI6ImNmNTkyN2U1MDRmODExNGIwMDFkYzUwOWUyNmU3OGQ3NWFhYzdhYTY5M2U5OWM3ODBlOGQ4ZGRhODU3ZjY0M2MifQ%3D%3D; expires=Tue, 20-Jun-2023 09:32:59 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": \"0101\",\n    \"group_id\": \"01\",\n    \"description\": \"Heren\",\n    \"alias\": \"Heren\",\n    \"lang1\": \"Heren\",\n    \"lang2\": \"Men's\",\n    \"lang3\": \"Hommes\",\n    \"lang4\": \"\",\n    \"lang5\": \"\",\n    \"active\": true\n}"}],"_postman_id":"15f82502-8dc6-4392-93fe-b8d5ac896951"},{"name":"Categories","event":[{"listen":"test","script":{"id":"f375b803-082e-4854-b0c1-b129549ed4fc","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"a57118e6-cb76-48d8-856b-c59f071b3083","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories/0105","description":"<p>After removal this call will return true if categorie is deleted.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","categories","0105"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"11167c8a-9a21-4bea-bf8c-c50c6c672f67","name":"Categories","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/categories/0105"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 20 Jun 2023 07:33:13 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlJCRjV5cTZuWEtDbTRtbytnK0FjcXc9PSIsInZhbHVlIjoiS1wvUWF4VzBIRUFZb01iajdQS3hKeFhMWTFBRnJiNnd5VHZGQ1R4bm02ZG5rNkdkVzFhaGt6YitjMzN6djdKXC9rdldScG5BXC90dVNTOFg0UFJBNkdRZXc9PSIsIm1hYyI6ImMwOGNlMGQwYjU2YjA5ODg3MGZkZDYyY2JlMmRmOTFhN2MzM2UwZmM4NjY0NWI4OGI1MGZmY2M5NWMxMTcwOWMifQ%3D%3D; expires=Tue, 20-Jun-2023 09:33:13 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"a57118e6-cb76-48d8-856b-c59f071b3083"}],"id":"73082641-3818-44f9-8f3b-aa85bb2b0735","description":"<p>Articles can be filed in different categories. The values for these categories should be recurring to many products and not specific to one or a few products. Good examples would be the sex – male, female, etc. – and article group – trousers, t-shirts, etc. These categories can be found in the category model. Currently there are seven possible categories. The id of each category exists of four characters. The first two characters represent which group it belongs to – ‘0102’ belongs to category 1 while ‘0245’ belongs to category 2. The last two characters is the id within the group. This is mostly numeric, but can be alphabetic. For most SoftTouch represents the first category the sex and the second category the article group.</p>\n","_postman_id":"73082641-3818-44f9-8f3b-aa85bb2b0735","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Cheques","item":[{"name":"Cheques","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"0a390a34-5660-4c9a-9301-e8e9b9fd6499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/cheques","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li><p>display (full)</p>\n</li>\n<li><p>take</p>\n</li>\n<li><p>skip</p>\n</li>\n<li><p>id (fetch a specific cheque)</p>\n</li>\n<li><p>checksum (required with cheque)</p>\n</li>\n<li><p>cheque (with checksum)</p>\n</li>\n<li><p>custom_code (only with id starting with 999907)</p>\n</li>\n<li><p>customer_id (fetch cheques for specific customer)</p>\n</li>\n<li><p>label_barcode</p>\n</li>\n<li><p>claimed</p>\n</li>\n<li><p>created_store_ids</p>\n</li>\n<li><p>since (date)</p>\n</li>\n<li><p>updated_since_minutes (minutes since last change)</p>\n</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li><p>key: The unique identifier</p>\n</li>\n<li><p>id: The kind of cheque</p>\n</li>\n<li><p>customer: The id of the customer the cheque is made for. If type is 999907 this cheque is only usable for this customer.</p>\n</li>\n<li><p>checksum: Every cheque has a checksum an this is mandatory for processing (except type is 999907 and custom_code is used)</p>\n</li>\n<li><p>value: the value of the cheque, note this can be a percentage depending the value of is_percentage</p>\n</li>\n<li><p>description: Internal description</p>\n</li>\n<li><p>fromdate: From this date (date included) the cheque is valid</p>\n</li>\n<li><p>todate: Until (date included) the cheque is valid</p>\n</li>\n<li><p>claimed: If true the cheque is allready used</p>\n</li>\n<li><p>label_barcode: The barcode used on the label</p>\n</li>\n<li><p>custom_card_value: If set this value is reduced from the customer card if the cheque is used.</p>\n</li>\n<li><p>one_scan_per_customer: If true this cheque can only be used once per customer (only used for type 999907)</p>\n</li>\n<li><p>unlimited_scans: If true the cheque can be used multiple times by the same customer (only for type 999907)</p>\n</li>\n<li><p>custom_code: A custom code can be used for easier usage by the customer for example \"summer20\"</p>\n</li>\n<li><p>type:</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","cheques"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>soap;</p>\n","type":"text/plain"},"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"id","value":""},{"disabled":true,"description":{"content":"<p>required_with:cheque</p>\n","type":"text/plain"},"key":"checksum","value":""},{"disabled":true,"description":{"content":"<p>required_with:checksum</p>\n","type":"text/plain"},"key":"cheque","value":""},{"disabled":true,"description":{"content":"<p>OnlyUsedWithOtherFields:id,999907</p>\n","type":"text/plain"},"key":"custom_code","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"customer_id","value":""},{"disabled":true,"description":{"content":"<p>integer|between:9000000000000,9999999999999</p>\n","type":"text/plain"},"key":"label_barcode","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"claimed","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:2</p>\n","type":"text/plain"},"key":"created_store_ids","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"since","value":null},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"updated_since_minutes","value":null}],"variable":[]}},"response":[{"id":"e5f0a2a5-5380-40af-a6d3-8c464a5a93fe","name":"Cheques","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/cheques","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","cheques"],"query":[{"key":"display","value":"full","description":"soap;","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true},{"key":"id","value":"","type":"text","disabled":true},{"key":"checksum","value":"","type":"text","disabled":true},{"key":"cheque","value":"","type":"text","disabled":true},{"key":"custom_code","value":"","type":"text","disabled":true},{"key":"customer_id","value":"","type":"text","disabled":true},{"key":"label_barcode","value":"","type":"text","disabled":true},{"key":"claimed","value":"","type":"text","disabled":true},{"key":"created_store_ids","value":"","type":"text","disabled":true},{"key":"since","value":"","disabled":true},{"key":"updated_since_minutes","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 17 Jul 2023 13:27:36 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlZqQWNzT3c1dnVSVWZ5TlhTK1ZEaHc9PSIsInZhbHVlIjoic2xMdllQTjBHcjFWTTZ1TW4yeXN0WFJaVnlaVTBwXC9vcCtwbFFCQmRhYm5TOVVadHpXTE1adFNnOWJ5b2NZTExnajJjVW9wdFBsRXB4TktlK3ZpWjVRPT0iLCJtYWMiOiJlMDhkODM2N2EwMDA3OTI3OWM1ZGRmNDU3ZDBlYWY5ZTIyYzJjNjA0NDkxMmU4NDc1NWZlMzY0NDVmNGZlZDZhIn0%3D; expires=Mon, 17-Jul-2023 15:27:36 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 99999902001000,\n        \"id\": 999902,\n        \"customer\": 2,\n        \"checksum\": \"b7313c8b\",\n        \"value\": 50,\n        \"description\": \"Cadeaucheque [001000]\",\n        \"fromdate\": \"2023-07-17\",\n        \"todate\": \"9999-12-31\",\n        \"claimed\": false,\n        \"label_barcode\": \"9999020010001\",\n        \"customer_card_value\": 0,\n        \"one_scan_per_customer\": false,\n        \"unlimited_scans\": false,\n        \"is_percentage\": false,\n        \"custom_code\": \"001000\",\n        \"type\": \"\"\n    },\n    {\n        \"key\": 99999902001001,\n        \"id\": 999902,\n        \"customer\": 2,\n        \"checksum\": \"a1bcdda1\",\n        \"value\": 75,\n        \"description\": \"Cadeaucheque [001001]\",\n        \"fromdate\": \"2023-07-17\",\n        \"todate\": \"9999-12-31\",\n        \"claimed\": false,\n        \"label_barcode\": \"9999020010018\",\n        \"customer_card_value\": 0,\n        \"one_scan_per_customer\": false,\n        \"unlimited_scans\": false,\n        \"is_percentage\": false,\n        \"custom_code\": \"001001\",\n        \"type\": \"\"\n    },\n    {\n        \"key\": 99999907001001,\n        \"id\": 999907,\n        \"customer\": 2,\n        \"checksum\": \"03B48916\",\n        \"value\": 5,\n        \"description\": \"Verjaardagsbon\",\n        \"fromdate\": \"2023-05-27\",\n        \"todate\": \"2024-06-27\",\n        \"claimed\": false,\n        \"label_barcode\": \"9999070010013\",\n        \"customer_card_value\": 0,\n        \"one_scan_per_customer\": false,\n        \"unlimited_scans\": false,\n        \"is_percentage\": true,\n        \"custom_code\": \"L83I8JOJZSJDFAYCMMEE\",\n        \"type\": \"\"\n    },\n    {\n        \"key\": 99999907001002,\n        \"id\": 999907,\n        \"customer\": 3,\n        \"checksum\": \"97a4dc1b\",\n        \"value\": 5,\n        \"description\": \"Verjaardagsbon\",\n        \"fromdate\": \"2023-07-17\",\n        \"todate\": \"2023-08-17\",\n        \"claimed\": false,\n        \"label_barcode\": \"9999070010020\",\n        \"customer_card_value\": 0,\n        \"one_scan_per_customer\": false,\n        \"unlimited_scans\": false,\n        \"is_percentage\": false,\n        \"custom_code\": \"happy_birthday\",\n        \"type\": \"\"\n    },\n    {\n        \"key\": 99999907001003,\n        \"id\": 999907,\n        \"customer\": 0,\n        \"checksum\": \"b9f7fc48\",\n        \"value\": 5,\n        \"description\": \"1-time discount code\",\n        \"fromdate\": \"2023-07-17\",\n        \"todate\": \"2024-07-16\",\n        \"claimed\": false,\n        \"label_barcode\": \"9999070010037\",\n        \"customer_card_value\": 0,\n        \"one_scan_per_customer\": true,\n        \"unlimited_scans\": false,\n        \"is_percentage\": false,\n        \"custom_code\": \"\",\n        \"type\": \"\"\n    }\n]"}],"_postman_id":"0a390a34-5660-4c9a-9301-e8e9b9fd6499"},{"name":"Cheques","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"8f804297-d580-450a-b480-99bd43a1a1e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":                       999907,\r\n    \"value\":                    5.00,\r\n    \"customer\":                 3,\r\n    \"description\":              \"Verjaardagsbon\",\r\n    \"days_valid\":               31,\r\n    \"customer_card_value\":      0,\r\n    \"one_scan_per_customer\":    false,\r\n    \"unlimited_scans\":          false,\r\n    \"is_percentage\":            false,\r\n    \"custom_code\":              \"happy_birthday\",\r\n    \"pos_id\":                   \"0101\",\r\n    \"store_id\":                 \"01\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/cheques","description":"<p>Create a new cheque.</p>\n<ul>\n<li>id, as described before is the type of cheque.</li>\n<li>Value is how much the cheque is worth. This should be a positive value.</li>\n<li>The customer id is compulsory for advances and customer discounts and desirable for article vouchers. For commercial vouchers it depends on the case. For gift vouchers it is not required, but, for the sake of completion, a good practice to add the customer id.</li>\n<li>All cheques have a default description generated. It is not necessary to add a description, however, if this is done the text will be added at the end of the default description. The commercial voucher is an exception on this rule. When no description is given a default description will be generated, however, when one is given the default description will not be generated and the given description is also the description. We encourage the developer to add a meaningful description for commercial vouchers.</li>\n<li>days_valid will only work for commercial vouchers. As default commercial voucher will be one year valid. The other cheques are either unlimited in time or limited by a pre-set limit.</li>\n<li>customer_card_value is also only used when creating a commercial voucher. Usually the value of the article or cheque is taken into account for the customer card. This can be manipulated with this value.</li>\n<li>one_scan_per_user is another parameter only used for commercial vouchers. Usually a voucher can be used only once. When this parameter is set to true the commercial voucher will be useable more than once, but only once by the same customer.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>required</td>\n</tr>\n<tr>\n<td>value</td>\n<td>double</td>\n<td>required</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>days_valid</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>customer_card_value</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>one_scan_per_customer</td>\n<td>boolean</td>\n<td>only with type (id) 999907</td>\n</tr>\n<tr>\n<td>unlimited_scans</td>\n<td>boolean</td>\n<td>only with type (id) 999907</td>\n</tr>\n<tr>\n<td>is_percentage</td>\n<td>boolean</td>\n<td>only with type (id) 999907</td>\n</tr>\n<tr>\n<td>custom_code</td>\n<td>string</td>\n<td>only with type (id) 999907</td>\n</tr>\n<tr>\n<td>pos_id</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>store_id</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","cheques"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"866a1603-3502-4bd1-a77c-0d5ee02d5f19","name":"Cheques","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":                       999907,\r\n    \"value\":                    5.00,\r\n    \"customer\":                 3,\r\n    \"description\":              \"Verjaardagsbon\",\r\n    \"days_valid\":               31,\r\n    \"customer_card_value\":      0,\r\n    \"one_scan_per_customer\":    false,\r\n    \"unlimited_scans\":          false,\r\n    \"is_percentage\":            false,\r\n    \"custom_code\":              \"happy_birthday\",\r\n    \"pos_id\":                   \"0101\",\r\n    \"store_id\":                 \"01\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/cheques"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 17 Jul 2023 13:22:22 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InBhdEc4NnhYWWRKb25YT2xGNXd3UlE9PSIsInZhbHVlIjoiRkhYeUJCb2lUb29BU1BTXC9qTWQ2bldSNHhOanc1OFhGMUdJbVlrbklRNStyY2FDOG5FTzhuK1AyN0R6RTJqQVFpcUNseDJTME5PUW5Ca0xOMDZUVVBnPT0iLCJtYWMiOiI5YzA1OTUyNWRiMGM0ZDFjMDRjMGJmNTk4MjVkMjE2NTU1MDQ4ZTVlYzU3OTBlM2NhOWUyOGNkNDJjMDVhZGUzIn0%3D; expires=Mon, 17-Jul-2023 15:22:22 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": \"99999907001002\",\n    \"id\": 999907,\n    \"customer\": 3,\n    \"checksum\": \"97a4dc1b\",\n    \"value\": \"5\",\n    \"description\": \"Verjaardagsbon\",\n    \"fromdate\": \"2023-07-17 00:00:00\",\n    \"todate\": \"2023-08-17\",\n    \"claimed\": false,\n    \"label_barcode\": \"9999070010020\",\n    \"customer_card_value\": 0,\n    \"one_scan_per_customer\": false,\n    \"unlimited_scans\": false,\n    \"is_percentage\": false,\n    \"custom_code\": \"happy_birthday\",\n    \"type\": null\n}"}],"_postman_id":"8f804297-d580-450a-b480-99bd43a1a1e2"},{"name":"Cheques/{{id}}/process","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"5ace5103-0da3-490c-808c-6890c5d2442e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"receipt_id\":   1234567890,\r\n    \"date\":         \"2021-04-23\",\r\n    \"pos_id\":       \"0101\",\r\n    \"store_id\":     \"01\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/cheques/99999902001000/process","description":"<p>Process a specific cheque, only use this endpoint if needed. When using reservation and the cheque is used on the reservation this call can not be used!</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>receipt_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>date</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>pos_id</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>store_id</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","cheques","99999902001000","process"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"1c820fbb-197b-4e8e-821f-987de0ed4546","name":"Cheques/{{id}}/process","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"receipt_id\":   1234567890,\r\n    \"date\":         \"2023-07-21\",\r\n    \"pos_id\":       \"0101\",\r\n    \"store_id\":     \"01\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/cheques/99999902001000/process"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 17 Jul 2023 14:03:21 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkJUOXY3Mkt3czlMVmZyQnUyOG5acWc9PSIsInZhbHVlIjoiWXd2UzliUVY2eHRKRlwva1FRczd2c2Q5cCtKbGZPa1l6Rldpb2I1dUQwMnBUczNhOEtyeStoa0RaMXRLUmdhVEwzcHpBaDhIXC93c3NZNXBicDFablNkdz09IiwibWFjIjoiMzI4MjdkZTA0MTVjNmVkYTNhMTIxYTY4NWVlNWE2NjQyMDAyY2ZhYTAxNjcwMGZlNzFjNjA3M2E3MmVhMjhlMSJ9; expires=Mon, 17-Jul-2023 16:03:21 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 99999902001000,\n    \"id\": 999902,\n    \"customer\": 2,\n    \"checksum\": \"b7313c8b\",\n    \"value\": 50,\n    \"description\": \"Cadeaucheque [001000]\",\n    \"fromdate\": \"2023-07-17\",\n    \"todate\": \"9999-12-31\",\n    \"claimed\": true,\n    \"label_barcode\": \"9999020010001\",\n    \"customer_card_value\": 0,\n    \"one_scan_per_customer\": false,\n    \"unlimited_scans\": false,\n    \"is_percentage\": false,\n    \"custom_code\": \"001000\",\n    \"type\": \"\"\n}"}],"_postman_id":"5ace5103-0da3-490c-808c-6890c5d2442e"}],"id":"b3943201-c3b8-478e-bdb3-604a3e002c73","description":"<p>The SoftTouch API uses different kind of cheques. Because it is important that the correct type of cheque is used the following should be read thoroughly when using cheques.</p>\n<p>There are different types of cheques which are all represented by a 6 digit number, starting with 99990. The ids can be one of the following:<br />999902 = gift voucher. The customer buys a gift voucher for family or friends and pays the value of the cheque. When a gift voucher is used, the value is reduced from the price to pay.<br />999904 = article voucher. With all vouchers and discounts a customer it is possible that the total to pay of the reservation can get negative. Obviously a customer will not get money back, but will receive an article voucher, which can be used on the next purchase. This is the only type which should be used for such a case. Even if the customer gets a negative value by using a gift voucher an article voucher should be created and not another gift voucher.<br />999907 = commercial voucher. This is a special kind of gift voucher. While a gift voucher is a present from one customer to another, a commercial voucher is a gift from the store itself. Therefore, a commercial voucher should never have a positive value on a reservation. When the developer creates a commercial voucher, the voucher should be sent separately, or given by the shop.<br />999903 = advance. An advance has a value equal to what the customer pays in advance. Web developers usually won’t have anything to do with this, since the customer will pay the full amount.<br />999905 and 999909 = customer discount. Loyal customers often get an extra discount. Depending on how the customer discount works it will be one of these ids. In the rare case the web developer also creates customer discounts, it has to be discussed in advance what type should be used.</p>\n<p>A cheque always has a unique cheque number and a checksum. The cheque number is always 14 characters long starting with ‘99’ + id (e.g. 99999902 for a gift voucher). The checksum is a more random combination of 8 characters. When a customer wants to use a cheque, the developer should always check if the combination cheque + checksum is valid.</p>\n<ul>\n<li>Each voucher shows a from and to date. It is important that the developer knows whether the dates should be taken into account. More often than not the decision is taken by the sales person if the valid date should be taken in account.</li>\n<li>Next to the cheque + checksum validation the developer should also make sure the cheque is not already claimed (used on another reservation or already sold). Obviously the developer should also be sure that the same cheque is not used twice on the same reservation.</li>\n<li>To make the cheque scan-able, an EAN13 bacode is needed. Label_barcode is just that. When a scan-able barcode is generated based on this number, make sure the generator is set to EAN13. We also advice to make it human readable.</li>\n<li>customer_card_value and one_scan_per_customer are special variables only used for commercial vouchers. More information follows at the creating cheques section.</li>\n</ul>\n","_postman_id":"b3943201-c3b8-478e-bdb3-604a3e002c73","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Colors","item":[{"name":"Colors","event":[{"listen":"test","script":{"id":"5b0fb2f2-ce0c-41e2-adde-c4545a26a51b","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"d3686149-a365-42dd-88b3-95db2a611277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/colors","description":"<p>This endpoint fetches all colors as all calls it has to be done in steps with a maximum amount of 500 colors.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>id: The unique identifier</li>\n<li>description: The color name</li>\n<li>color_long: The rgb color code</li>\n<li>color_hex: The hex color code</li>\n<li>active: Is the color available for new products.</li>\n</ul>\n<p>If display full is used some extra info is availble.</p>\n<p>note: The color description \"Multi color\" is used if a product has multiple colors. The colorlong and colorhex values should be ignored!</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","colors"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"3f36a83f-b0bc-4a2a-809f-011457642135","name":"Colors","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/colors","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","colors"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 17 Jul 2023 14:03:41 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlZoY2FwZzRRYm9wQWluMWMweWRBUFE9PSIsInZhbHVlIjoiZjd5b2FjVUtLNnY3SURZOEh3MXQzYk1NR0xJRksxbGY0RzhrVnlVSnM2UlF4c3NKOUJLKzdzSGtWNDZHcHB4Umlya2MyR2xaZ3NLdHBJSVdOTHhublE9PSIsIm1hYyI6ImYzN2NiYzhjOGJjMWQwOGRmNWExNTI0NDJkZTQzOWYxMDM3M2EzYzMzZjUyNGM3ODZiMzlhMjAwYmY5N2Q0NWYifQ%3D%3D; expires=Mon, 17-Jul-2023 16:03:41 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"0001\",\n        \"description\": \"ZWART\",\n        \"colorlong\": 0,\n        \"colorhex\": \"#000000\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0020\",\n        \"description\": \"GRIJS\",\n        \"colorlong\": 8421504,\n        \"colorhex\": \"#808080\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0040\",\n        \"description\": \"ZILVER\",\n        \"colorlong\": 12632256,\n        \"colorhex\": \"#c0c0c0\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0100\",\n        \"description\": \"WIT\",\n        \"colorlong\": 16777215,\n        \"colorhex\": \"#ffffff\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0200\",\n        \"description\": \"BRUIN\",\n        \"colorlong\": 16512,\n        \"colorhex\": \"#804000\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0250\",\n        \"description\": \"BEIGE\",\n        \"colorlong\": 32896,\n        \"colorhex\": \"#808000\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0300\",\n        \"description\": \"GROEN\",\n        \"colorlong\": 65280,\n        \"colorhex\": \"#00ff00\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0400\",\n        \"description\": \"BLAUW\",\n        \"colorlong\": 16744448,\n        \"colorhex\": \"#0080ff\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0410\",\n        \"description\": \"NAVY\",\n        \"colorlong\": 8388608,\n        \"colorhex\": \"#000080\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0440\",\n        \"description\": \"TURQUOISE\",\n        \"colorlong\": 13688896,\n        \"colorhex\": \"#40e0d0\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0500\",\n        \"description\": \"PAARS\",\n        \"colorlong\": 16711808,\n        \"colorhex\": \"#8000ff\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0600\",\n        \"description\": \"ROOD\",\n        \"colorlong\": 255,\n        \"colorhex\": \"#ff0000\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0650\",\n        \"description\": \"ROZE\",\n        \"colorlong\": 16744703,\n        \"colorhex\": \"#ff80ff\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0700\",\n        \"description\": \"GEEL\",\n        \"colorlong\": 65535,\n        \"colorhex\": \"#ffff00\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0710\",\n        \"description\": \"GOUD\",\n        \"colorlong\": 55295,\n        \"colorhex\": \"#ffd700\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0800\",\n        \"description\": \"ORANJE\",\n        \"colorlong\": 4227327,\n        \"colorhex\": \"#ff8040\",\n        \"active\": true\n    },\n    {\n        \"id\": \"0960\",\n        \"description\": \"DIVERS\",\n        \"colorlong\": 16777215,\n        \"colorhex\": \"#ffffff\",\n        \"active\": true\n    },\n    {\n        \"id\": \"1000\",\n        \"description\": \"Multi color\",\n        \"colorlong\": 0,\n        \"colorhex\": \"#000000\",\n        \"active\": true\n    }\n]"}],"_postman_id":"d3686149-a365-42dd-88b3-95db2a611277"},{"name":"Colors/{{id}}","event":[{"listen":"test","script":{"id":"ffc4ef3b-72d3-4655-b9a8-619400b7ed83","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"0b9febf0-0533-4697-8392-d4c70b896e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/colors/0800","description":"<p>This endpoint fetches a specific color.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>id: The unique identifier</li>\n<li>description: The color name</li>\n<li>color_long: The rgb color code</li>\n<li>color_hex: The hex color code</li>\n<li>active: Is the color available for new products.</li>\n</ul>\n<p>If display full is used some extra info is availble.</p>\n<p>note: The color description \"Multi color\" is used if a product has multiple colors. The colorlong and colorhex values should be ignored!</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","colors","0800"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"3b3651f9-04ed-4b68-986d-7857191885a3","name":"Colors/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/colors/0800","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","colors","0800"],"query":[{"key":"display","value":"full","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 17 Jul 2023 14:07:23 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Im5CYXY3VEpuSjRYc2JKeHY2YWlpaUE9PSIsInZhbHVlIjoiRmpraTkyTmJxNjhZZGs4NzZ0b1g2K3FwNlNiZ1VZZCt6VGR1VEZ3eTNqSXh1RUtpTTRPMHVLN05RVlZSTGwyWDJjUlJlU0dzS2J6QUFxTW5JTnBQRFE9PSIsIm1hYyI6IjM4YzljNGZlZjYyZDg3ODg2MTJiMDRmZWFhNjI4YTA5MDAxNTU0N2M3YzhkMmM4MzQyYmZlZTQyNDNjZWE2NGQifQ%3D%3D; expires=Mon, 17-Jul-2023 16:07:23 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"0800\",\n    \"description\": \"ORANJE\",\n    \"colorlong\": 4227327,\n    \"colorhex\": \"#ff8040\",\n    \"active\": true\n}"}],"_postman_id":"0b9febf0-0533-4697-8392-d4c70b896e72"},{"name":"Colors","event":[{"listen":"test","script":{"id":"87a9cb0a-9c56-49d5-97bc-ce2fd045608d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"33617dba-998f-4781-b30f-cc4fdd96b854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"1000\",\r\n    \"description\": \"MULTICOLOR\",\r\n    \"description_language_1\": \"Meerkleurig\",\r\n    \"description_language_2\": \"Multicolore\",\r\n    \"description_language_3\": \"Multicolor\",\r\n    \"description_language_4\": \"\",\r\n    \"description_language_5\": \"\",\r\n    \"colorhex\": \"#000000\",\r\n    \"active\": true\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/colors","description":"<p>To create a new color this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>required, length: 4</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>colorhex</td>\n<td>string</td>\n<td>hex value of the color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","colors"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"f4b5d028-afd6-4549-88c6-d96d2696e7e0","name":"Colors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"1000\",\r\n    \"description\": \"MULTICOLOR\",\r\n    \"description_language_1\": \"Meerkleurig\",\r\n    \"description_language_2\": \"Multicolore\",\r\n    \"description_language_3\": \"Multicolor\",\r\n    \"description_language_4\": \"\",\r\n    \"description_language_5\": \"\",\r\n    \"colorhex\": \"#000000\",\r\n    \"active\": true\r\n}"},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/colors","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","colors"],"query":[{"key":"id","value":null,"description":"required|size:4","type":"text","disabled":true},{"key":"description","value":null,"description":"required","type":"text","disabled":true},{"key":"colorlong","value":null,"description":"xor:colorhex|integer","type":"text","disabled":true},{"key":"colorhex","value":null,"description":"xor:colorlong|hex","type":"text","disabled":true},{"key":"active","value":null,"description":"boolean","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 20 Jun 2023 12:35:44 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImZCRDNqR2I5QjMyOG1FeXRWc1dRS1E9PSIsInZhbHVlIjoiS2R6ZGZDWnlMd0hub3o4WnJPb2NMcURxakxHd2dVZ1BsbUxXMkRNenRXNmFHOFwvQ1FCSExCS1B6OVZvcUVuVlMxTEQ5MXFRMlpLSXNteitRZGs0aGRBPT0iLCJtYWMiOiIzNzZiZTA3NDU2NDQ3MTAwNDc5ZGNlZGQ2MzAxOTNjMWQ0ZTc3Yzc1NmJjNDc2ZWM2MDA2NTQ4MGZhNmUzMzNlIn0%3D; expires=Tue, 20-Jun-2023 14:35:44 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1000\",\n    \"description\": \"MULTICOLOR\",\n    \"colorlong\": 0,\n    \"colorhex\": \"#000000\",\n    \"active\": true\n}"}],"_postman_id":"33617dba-998f-4781-b30f-cc4fdd96b854"},{"name":"Colors","event":[{"listen":"test","script":{"id":"cd6aa81d-eaa7-493a-bd86-dfa14fe7042d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"6b4c7dd5-9d19-4117-8f77-5a66fdbc9b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Multi color\",\r\n    \"description_language_1\": \"Meerkleurig\",\r\n    \"description_language_2\": \"Multicolore\",\r\n    \"description_language_3\": \"Multicolor\",\r\n    \"description_language_4\": \"\",\r\n    \"description_language_5\": \"\",\r\n    \"colorhex\": \"#000000\",\r\n    \"active\": true\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/colors/1000","description":"<p>To uppdate a color this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>colorhex</td>\n<td>string</td>\n<td>hex value of the color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","colors","1000"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"ec8b952e-b3d5-4628-8546-0a60ba9d8ebf","name":"Colors","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Multi color\",\r\n    \"description_language_1\": \"Meerkleurig\",\r\n    \"description_language_2\": \"Multicolore\",\r\n    \"description_language_3\": \"Multicolor\",\r\n    \"description_language_4\": \"\",\r\n    \"description_language_5\": \"\",\r\n    \"colorhex\": \"#000000\",\r\n    \"active\": true\r\n}"},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/colors/1000","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","colors","1000"],"query":[{"key":"description","value":null,"description":"required","type":"text","disabled":true},{"key":"colorlong","value":null,"description":"xor:colorhex|integer","type":"text","disabled":true},{"key":"colorhex","value":null,"description":"xor:colorlong|hex","type":"text","disabled":true},{"key":"active","value":null,"description":"boolean","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 20 Jun 2023 12:38:12 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkhiNTVHdFN1R2kzdE9PXC9YTHpcL2tTQT09IiwidmFsdWUiOiJ4NzZVQmVYOVJiZGhTVUhKNE5FNXIxVjB0RkpXZ3NxRFAwUlp6VUtMRlFjaUtnSCtERDFsOFk4TWZyVGFWRnM0YVNVRmxJMkFtVGZNelErV29ROUo1Zz09IiwibWFjIjoiNGUwYjUyZmRiYzlkNzQ1N2U5YTI5YzQwMDRkODBmZjUwMjNjZTVkZjZkYzEwODUwZjY0NWZjZjVmNzE3ZGFiMSJ9; expires=Tue, 20-Jun-2023 14:38:12 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1000\",\n    \"description\": \"Multi color\",\n    \"colorlong\": 0,\n    \"colorhex\": \"#000000\",\n    \"active\": true\n}"}],"_postman_id":"6b4c7dd5-9d19-4117-8f77-5a66fdbc9b8b"}],"id":"f72b78aa-170d-4382-9d89-63eb431bc372","description":"<p>Often the supplier has for each colour its own code, something like ‘A458’. In the API this can be found in colorbrand as ‘A458 - red'.<br />When suppliers use many different names for almost the same colour, it might be easier to refer to them with the same name. For the colour red there might be the description cherry, rose, jam, merlot, garnet, crimson, etc. They could all be linked to one of the colours in the color model. The id of such a colour exists of four characters, usually numbers. The use of these colours is not mandatory, so the color parameter for a product might be an empty string.<br />A product with different colours or variants can use the same id with a different variant number. This is a numeric value not higher than 99.</p>\n","_postman_id":"f72b78aa-170d-4382-9d89-63eb431bc372","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Corporations","item":[{"name":"Corporations","event":[{"listen":"test","script":{"id":"8d6884bc-947b-4535-93c9-c93229f8f03d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"ab5af140-e8fb-4a31-9d65-ab1e220d563d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/corporations","description":"<p>This endpoint fetches all corporations as all calls it has to be done in steps with a maximum amount of 500 corporations.</p>\n<p>These corporations are linked to warehouses and used for invoices etc.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>name: The corporation name</li>\n<li>address_1: The address of the corporation</li>\n<li>address_2: A second address of the corporation</li>\n<li>postal_code: Zip code of the corporation</li>\n<li>city: The city where the corporation is based</li>\n<li>country_iso: The country (ISO) of the corporation</li>\n<li>vat: The vat number of the corporation</li>\n<li>active: If the corporation is still in use</li>\n</ul>\n<p>If display full is used some extra info is availble.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","corporations"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"e18c76e7-d6e9-418c-be7d-e6ea4948d7eb","name":"Corporations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/corporations","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","corporations"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 20 Jun 2023 12:44:49 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkY2YUJZbGpWdkdhdFZyTTNVbElYVWc9PSIsInZhbHVlIjoiTVwvN0RGYW45TnBJSHYyaWJCTmwrS1hUY2NyMGVodGhwczNoQmp1bW5TcWJ6bjBJQTk4dmY1TG9xQXFSbXVaOTV6cGtSczJKV2pLQ1hJVnhqMkRCK3F3PT0iLCJtYWMiOiJiY2Y5NzQyMjg5N2ZkMDAzY2Y4ZTdhMjMyNTYwMzI4M2Y5NmZmMmU3N2NhMzBjZjE1MTU4YTlmN2Y5NDU2M2UwIn0%3D; expires=Tue, 20-Jun-2023 14:44:49 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Demo Vennootschap\",\n        \"address_1\": \"Ambachtenlaan 6A\",\n        \"address_2\": \"\",\n        \"postal_code\": \"9080\",\n        \"city\": \"Lochristi\",\n        \"country_iso\": \"België\",\n        \"vat\": \"BE 0506.847.665\",\n        \"active\": true\n    }\n]"}],"_postman_id":"ab5af140-e8fb-4a31-9d65-ab1e220d563d"}],"id":"c3a16d9a-38a8-4408-9bf7-b50429385cfd","description":"<p>Get corporations, these are linked to warehouses and used for invoices.</p>\n","_postman_id":"c3a16d9a-38a8-4408-9bf7-b50429385cfd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Countries","item":[{"name":"Countries","event":[{"listen":"test","script":{"id":"fd525088-476f-4a82-9969-965b18e28b88","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"48b601fe-669f-41d6-b695-92c138d5511d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/countries","description":"<p>This endpoint fetches all countries as all calls it has to be done in steps with a maximum amount of 500 countries.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>id: The unique identifier (ISO)</li>\n<li>name: The full writen country name (in English)</li>\n</ul>\n<p>If display full is used some extra info is availble.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","countries"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"7bcdc023-c97f-42b8-b744-22b95e9829a8","name":"Countries","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/countries","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","countries"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 22 Jun 2023 09:00:14 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InBNbUNKQkxoUVlFb1BIWDR4XC8yVjJ3PT0iLCJ2YWx1ZSI6IlQrNHYzQkpNWFl2akowNGdaM3Rqbm0zVGFoOVFaZ1wvU2tsa2RHaXRDR2gxTFFCSE02YWdjeDJpbW9NVXpxYUNiUUlvcVkxM29hVTVnc2hLbzA2d3FXQT09IiwibWFjIjoiMGZiYWNkMzk4NzQ3MGU4YTIxNTFmYjc5YTIwZDEzY2U5ZTQ1YWExOTc3ZDhkNjQ0OGYwNDM5NWZjZTE1NmM5ZSJ9; expires=Thu, 22-Jun-2023 11:00:14 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"AD\",\n        \"name\": \"Andorra\"\n    },\n    {\n        \"id\": \"AE\",\n        \"name\": \"United Arab Emirates\"\n    },\n    {\n        \"id\": \"AF\",\n        \"name\": \"Afghanistan\"\n    },\n    {\n        \"id\": \"AG\",\n        \"name\": \"Antigua and Barbuda\"\n    },\n    {\n        \"id\": \"AI\",\n        \"name\": \"Anguilla\"\n    },\n    {\n        \"id\": \"AL\",\n        \"name\": \"Albania\"\n    },\n    {\n        \"id\": \"AM\",\n        \"name\": \"Armenia\"\n    },\n    {\n        \"id\": \"AN\",\n        \"name\": \"Netherlands Antilles\"\n    },\n    {\n        \"id\": \"AO\",\n        \"name\": \"Angola\"\n    },\n    {\n        \"id\": \"AQ\",\n        \"name\": \"Antarctica\"\n    },\n    {\n        \"id\": \"AR\",\n        \"name\": \"Argentina\"\n    },\n    {\n        \"id\": \"AS\",\n        \"name\": \"American Samoa\"\n    },\n    {\n        \"id\": \"AT\",\n        \"name\": \"Austria\"\n    },\n    {\n        \"id\": \"AU\",\n        \"name\": \"Australia\"\n    },\n    {\n        \"id\": \"AW\",\n        \"name\": \"Aruba\"\n    },\n    {\n        \"id\": \"AZ\",\n        \"name\": \"Azerbaijan\"\n    },\n    {\n        \"id\": \"BA\",\n        \"name\": \"Bosnia and Herzegovina\"\n    },\n    {\n        \"id\": \"BB\",\n        \"name\": \"Barbados\"\n    },\n    {\n        \"id\": \"BD\",\n        \"name\": \"Bangladesh\"\n    },\n    {\n        \"id\": \"BE\",\n        \"name\": \"Belgium\"\n    },\n    {\n        \"id\": \"BF\",\n        \"name\": \"Burkina Faso\"\n    },\n    {\n        \"id\": \"BG\",\n        \"name\": \"Bulgaria\"\n    },\n    {\n        \"id\": \"BH\",\n        \"name\": \"Bahrain\"\n    },\n    {\n        \"id\": \"BI\",\n        \"name\": \"Burundi\"\n    },\n    {\n        \"id\": \"BJ\",\n        \"name\": \"Benin\"\n    },\n    {\n        \"id\": \"BL\",\n        \"name\": \"St. Martin\"\n    },\n    {\n        \"id\": \"BM\",\n        \"name\": \"Bermuda\"\n    },\n    {\n        \"id\": \"BN\",\n        \"name\": \"Brunei Darussalam\"\n    },\n    {\n        \"id\": \"BO\",\n        \"name\": \"Bolivia\"\n    },\n    {\n        \"id\": \"BQ\",\n        \"name\": \"Caribbean Netherlands\"\n    },\n    {\n        \"id\": \"BR\",\n        \"name\": \"Brazil\"\n    },\n    {\n        \"id\": \"BS\",\n        \"name\": \"Bahamas\"\n    },\n    {\n        \"id\": \"BT\",\n        \"name\": \"Bhutan\"\n    },\n    {\n        \"id\": \"BV\",\n        \"name\": \"Bouvet Island\"\n    },\n    {\n        \"id\": \"BW\",\n        \"name\": \"Botswana\"\n    },\n    {\n        \"id\": \"BY\",\n        \"name\": \"Belarus\"\n    },\n    {\n        \"id\": \"BZ\",\n        \"name\": \"Belize\"\n    },\n    {\n        \"id\": \"CA\",\n        \"name\": \"Canada\"\n    },\n    {\n        \"id\": \"CC\",\n        \"name\": \"Cocos (Keeling) Islands\"\n    },\n    {\n        \"id\": \"CD\",\n        \"name\": \"Congo, the Democratic Republic of the\"\n    },\n    {\n        \"id\": \"CF\",\n        \"name\": \"Central African Republic\"\n    },\n    {\n        \"id\": \"CG\",\n        \"name\": \"Congo\"\n    },\n    {\n        \"id\": \"CH\",\n        \"name\": \"Switzerland\"\n    },\n    {\n        \"id\": \"CI\",\n        \"name\": \"Cote D'Ivoire\"\n    },\n    {\n        \"id\": \"CK\",\n        \"name\": \"Cook Islands\"\n    },\n    {\n        \"id\": \"CL\",\n        \"name\": \"Chile\"\n    },\n    {\n        \"id\": \"CM\",\n        \"name\": \"Cameroon\"\n    },\n    {\n        \"id\": \"CN\",\n        \"name\": \"China\"\n    },\n    {\n        \"id\": \"CO\",\n        \"name\": \"Colombia\"\n    },\n    {\n        \"id\": \"CR\",\n        \"name\": \"Costa Rica\"\n    },\n    {\n        \"id\": \"CS\",\n        \"name\": \"Serbia and Montenegro\"\n    },\n    {\n        \"id\": \"CU\",\n        \"name\": \"Cuba\"\n    },\n    {\n        \"id\": \"CV\",\n        \"name\": \"Cape Verde\"\n    },\n    {\n        \"id\": \"CW\",\n        \"name\": \"Curaçao\"\n    },\n    {\n        \"id\": \"CX\",\n        \"name\": \"Christmas Island\"\n    },\n    {\n        \"id\": \"CY\",\n        \"name\": \"Cyprus\"\n    },\n    {\n        \"id\": \"CZ\",\n        \"name\": \"Czech Republic\"\n    },\n    {\n        \"id\": \"DE\",\n        \"name\": \"Germany\"\n    },\n    {\n        \"id\": \"DJ\",\n        \"name\": \"Djibouti\"\n    },\n    {\n        \"id\": \"DK\",\n        \"name\": \"Denmark\"\n    },\n    {\n        \"id\": \"DM\",\n        \"name\": \"Dominica\"\n    },\n    {\n        \"id\": \"DO\",\n        \"name\": \"Dominican Republic\"\n    },\n    {\n        \"id\": \"DZ\",\n        \"name\": \"Algeria\"\n    },\n    {\n        \"id\": \"EC\",\n        \"name\": \"Ecuador\"\n    },\n    {\n        \"id\": \"EE\",\n        \"name\": \"Estonia\"\n    },\n    {\n        \"id\": \"EG\",\n        \"name\": \"Egypt\"\n    },\n    {\n        \"id\": \"EH\",\n        \"name\": \"Western Sahara\"\n    },\n    {\n        \"id\": \"ER\",\n        \"name\": \"Eritrea\"\n    },\n    {\n        \"id\": \"ES\",\n        \"name\": \"Spain\"\n    },\n    {\n        \"id\": \"ET\",\n        \"name\": \"Ethiopia\"\n    },\n    {\n        \"id\": \"FI\",\n        \"name\": \"Finland\"\n    },\n    {\n        \"id\": \"FJ\",\n        \"name\": \"Fiji\"\n    },\n    {\n        \"id\": \"FK\",\n        \"name\": \"Falkland Islands (Malvinas)\"\n    },\n    {\n        \"id\": \"FM\",\n        \"name\": \"Micronesia, Federated States of\"\n    },\n    {\n        \"id\": \"FO\",\n        \"name\": \"Faroe Islands\"\n    },\n    {\n        \"id\": \"FR\",\n        \"name\": \"France\"\n    },\n    {\n        \"id\": \"GA\",\n        \"name\": \"Gabon\"\n    },\n    {\n        \"id\": \"GB\",\n        \"name\": \"United Kingdom\"\n    },\n    {\n        \"id\": \"GD\",\n        \"name\": \"Grenada\"\n    },\n    {\n        \"id\": \"GE\",\n        \"name\": \"Georgia\"\n    },\n    {\n        \"id\": \"GF\",\n        \"name\": \"French Guiana\"\n    },\n    {\n        \"id\": \"GH\",\n        \"name\": \"Ghana\"\n    },\n    {\n        \"id\": \"GI\",\n        \"name\": \"Gibraltar\"\n    },\n    {\n        \"id\": \"GL\",\n        \"name\": \"Greenland\"\n    },\n    {\n        \"id\": \"GM\",\n        \"name\": \"Gambia\"\n    },\n    {\n        \"id\": \"GN\",\n        \"name\": \"Guinea\"\n    },\n    {\n        \"id\": \"GP\",\n        \"name\": \"Guadeloupe\"\n    },\n    {\n        \"id\": \"GQ\",\n        \"name\": \"Equatorial Guinea\"\n    },\n    {\n        \"id\": \"GR\",\n        \"name\": \"Greece\"\n    },\n    {\n        \"id\": \"GS\",\n        \"name\": \"South Georgia and the South Sandwich Islands\"\n    },\n    {\n        \"id\": \"GT\",\n        \"name\": \"Guatemala\"\n    },\n    {\n        \"id\": \"GU\",\n        \"name\": \"Guam\"\n    },\n    {\n        \"id\": \"GW\",\n        \"name\": \"Guinea-Bissau\"\n    },\n    {\n        \"id\": \"GY\",\n        \"name\": \"Guyana\"\n    },\n    {\n        \"id\": \"HK\",\n        \"name\": \"Hong Kong\"\n    },\n    {\n        \"id\": \"HM\",\n        \"name\": \"Heard Island and Mcdonald Islands\"\n    },\n    {\n        \"id\": \"HN\",\n        \"name\": \"Honduras\"\n    },\n    {\n        \"id\": \"HR\",\n        \"name\": \"Croatia\"\n    },\n    {\n        \"id\": \"HT\",\n        \"name\": \"Haiti\"\n    },\n    {\n        \"id\": \"HU\",\n        \"name\": \"Hungary\"\n    }\n]"}],"_postman_id":"48b601fe-669f-41d6-b695-92c138d5511d"},{"name":"Countries/{{id}}","event":[{"listen":"test","script":{"id":"b5307a7c-2254-4613-b2e3-af44ac6b91b8","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"b248001f-5b8a-4fd6-b637-3d77a15ef104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/countries/BE","description":"<p>This endpoint fetches a specific country.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>id: The unique identifier (ISO)</li>\n<li>name: The full writen country name (in English)</li>\n</ul>\n<p>If display full is used some extra info is availble.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","countries","BE"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"aaa9cb7b-0735-4dc0-8eb8-cc4ceb6340e4","name":"Countries/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/countries/BE","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","countries","BE"],"query":[{"key":"display","value":"full","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 22 Jun 2023 09:00:30 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImJ1amY3K2FPTER2S1p1cnZOOWs0cnc9PSIsInZhbHVlIjoibFBReHY0M1o5Y3UzXC9nR3FVWDV4Zk5aNmVORnFGMmJFTXFaR1JMTjFuamk0S1FTSVBNTFU2dzFxMjJJM0J2S2ZpaGhCQmN0N2REUk9YMXc4WjRpVkNRPT0iLCJtYWMiOiI4YWRmN2ViYTViYjRjNGZmMjg1NGMzZTIzM2U4MjFkMjY3M2M4ZTc1NmM1MmIzYWExMmIxZmUyNTYwN2NiZDI0In0%3D; expires=Thu, 22-Jun-2023 11:00:30 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"BE\",\n    \"name\": \"Belgium\"\n}"}],"_postman_id":"b248001f-5b8a-4fd6-b637-3d77a15ef104"}],"id":"7e7ace7f-1727-4188-a040-d63590eb79d0","_postman_id":"7e7ace7f-1727-4188-a040-d63590eb79d0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Customers","item":[{"name":"Customers","event":[{"listen":"test","script":{"id":"a6a20e15-1d1a-44f8-ab67-eaa2542695c9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"f396afa5-98c6-489c-a48e-5ff353644dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers","description":"<p>This endpoint fetches all customers as all calls it has to be done in steps with a maximum amount of 500 customers.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>firstname: The firstname of the customer</li>\n<li>name: The lastname of the customer</li>\n<li>company: The company name of the customer</li>\n<li>address: The address of the customer</li>\n<li>zip: The zip code of the customer</li>\n<li>city: The city of the customer</li>\n<li>county: The country of the customer</li>\n<li>telephone: The phone number of the customer</li>\n<li>mobile: The mobile phone number of the customer</li>\n<li>email: The email address of the customer</li>\n<li>birthday: The date of birth of the customer</li>\n<li>vatid: The customers vat identification number</li>\n<li>firstvisit: The first date the customer has been to the store/ webshop</li>\n<li>lastvisit: The last date the customer has been to the store/ webshop</li>\n<li>accepted_gdpr_at: The date the customer has accepted the gdpr policy (not always used)</li>\n<li>faultysms: If true, the mobilephone number is faulty</li>\n<li>sendsms: The customer wants to receive sms mailings</li>\n<li>faultyemail: If true, the email address of the customer is faulty</li>\n<li>sendemail: The customer wants to receive email newsletters</li>\n<li>faultymail: If true, the address of the customer is faulty</li>\n<li>sendmail: The customer wants to receive newsletters</li>\n<li>active: If true the customer can be used</li>\n<li>login: The login of the customer</li>\n<li>lastLogin: The date of the last login</li>\n<li>created: The date of creation</li>\n<li>createdby: The userid of the the user creating the customer</li>\n<li>modified: The date of modification</li>\n<li>modifiedby: The userid of the user modifying the customer</li>\n<li>pos_id: The pos id where the customer is created</li>\n<li>store_id: The store id where the customer is created</li>\n<li>salutation_id: Linked to the customer_categories endpoint, used for the salutation</li>\n<li>category1 - 10: Linked to the customer_categories endpoint. No default values available, can be used for language eg</li>\n<li>miscellaneous: Some miscellaneous data about the client can be stored here</li>\n<li>timestamp: The datetime of last edit of the client</li>\n<li>gets_direct_discount: Also known as VIP customers, this customer recieves a direct discount if true</li>\n<li>direct_discount_percentage: If above is true, this percentage is the discount the customer revieves. Not if a product allready has a discount the highest discount is used.</li>\n<li>customer_card_revenue: The amount the customer has spend to calculate the customer discount (depending the customer card type)</li>\n<li>customer_card_percentage: The percentage of customer discount the client receives (depending the customer card type)</li>\n<li>customer_card_discount: The value of customer discount the client receives (depending the customer card type)</li>\n<li>customer_card_lines: The amount of products the customer has bought or visits the customer has done (depening the customer card type)</li>\n<li>customer_card_point: The amount of points the customer has saved (depending the customer card type)</li>\n<li>cards: If set a customer card per store can be made, in this case above has to be ignored an setting per store need to be fetched</li>\n<li>is_b2b: The customer can only be used for b2b purposes</li>\n</ul>\n<p>StartFragment</p>\n<p>If display full is used some extra info is availble.</p>\n<p>EndFragmen=</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"key":"name","value":""},{"disabled":true,"key":"first_name","value":""},{"disabled":true,"key":"last_name","value":""},{"disabled":true,"key":"address","value":""},{"disabled":true,"key":"postal_code","value":""},{"disabled":true,"key":"city","value":""},{"disabled":true,"description":{"content":"<p>alphanum | size:2</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"key":"telephone","value":""},{"disabled":true,"key":"mobile","value":""},{"disabled":true,"key":"phone_number","value":""},{"disabled":true,"description":{"content":"<p>email</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"key":"email_like","value":""},{"disabled":true,"key":"login","value":""},{"disabled":true,"description":{"content":"<p>date_period</p>\n","type":"text/plain"},"key":"birthdays","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"created_since","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"modified_since","value":""},{"disabled":true,"key":"miscellaneous","value":""},{"disabled":true,"key":"company","value":""},{"disabled":true,"description":{"content":"<p>integer | between:10000000000,100000000000</p>\n","type":"text/plain"},"key":"national_register_id","value":""},{"disabled":true,"description":{"content":"<p>Comma seperated | Size:4</p>\n","type":"text/plain"},"key":"pos_ids","value":""},{"disabled":true,"description":{"content":"<p>Comma seperated | Size:2</p>\n","type":"text/plain"},"key":"accepted_gdpr","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"is_b2b","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"check_pg","value":"1"},{"disabled":true,"description":{"content":"<p>size:2 (only impacts pg)</p>\n","type":"text/plain"},"key":"store_id","value":"01"},{"disabled":true,"description":{"content":"<p>size:4 (only impacts pg)</p>\n","type":"text/plain"},"key":"pos_id","value":""}],"variable":[]}},"response":[{"id":"aa59eb5f-d793-4a4d-8945-0983b650adc1","name":"Customers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","customers"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true},{"key":"name","value":"","type":"text","disabled":true},{"key":"first_name","value":"","type":"text","disabled":true},{"key":"last_name","value":"","type":"text","disabled":true},{"key":"address","value":"","type":"text","disabled":true},{"key":"postal_code","value":"","type":"text","disabled":true},{"key":"city","value":"","type":"text","disabled":true},{"key":"country","value":"","description":"alphanum | size:2","type":"text","disabled":true},{"key":"telephone","value":"","type":"text","disabled":true},{"key":"mobile","value":"","type":"text","disabled":true},{"key":"phone_number","value":"","type":"text","disabled":true},{"key":"email","value":"","description":"email","type":"text","disabled":true},{"key":"email_like","value":"","type":"text","disabled":true},{"key":"login","value":"","type":"text","disabled":true},{"key":"birthdays","value":"","description":"date_period","type":"text","disabled":true},{"key":"created_since","value":"","description":"date","type":"text","disabled":true},{"key":"modified_since","value":"","description":"date","type":"text","disabled":true},{"key":"miscellaneous","value":"","type":"text","disabled":true},{"key":"company","value":"","type":"text","disabled":true},{"key":"national_register_id","value":"","description":"integer | between:10000000000,100000000000","type":"text","disabled":true},{"key":"pos_ids","value":"","description":"Comma seperated | Size:4","type":"text","disabled":true},{"key":"accepted_gdpr","value":"","description":"Comma seperated | Size:2","type":"text","disabled":true},{"key":"is_b2b","value":"","description":"boolean","type":"text","disabled":true},{"key":"check_pg","value":"","description":"boolean","disabled":true},{"key":"store_id","value":"","description":"size:2 (only impacts pg)","type":"text","disabled":true},{"key":"pos_id","value":"","description":"size:4 (only impacts pg)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 07:24:35 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImU1ZWM5WGlPSW92eFkxdGVVU0RLZWc9PSIsInZhbHVlIjoicklJN29wNG1DMDJnQ3c1VFBGYXRjMFRYeWJFeGpqWlh2VGxUQnpuYmVIVDhWXC9GblF3RDlINzFuN3JicVwvVm1OUGtyS0NPVWw4UDRLenhUbkl3bk1Ydz09IiwibWFjIjoiYTg4MGRhMWViYjBkMDU5OWFkZmQ0MDRkOWI3YjQ1ZThiMmFiYjQ4ZjllMzBlMWU3NTNiZTBhZjdlNTI3NGM4OCJ9; expires=Wed, 19-Jul-2023 09:24:35 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 1,\n        \"firstname\": \"\",\n        \"name\": \"Algemene klant\",\n        \"company\": \"\",\n        \"address\": \"\",\n        \"zip\": \"\",\n        \"city\": \"\",\n        \"country\": \"\",\n        \"telephone\": \"\",\n        \"mobile\": \"\",\n        \"email\": \"\",\n        \"birthday\": \"2001-01-01\",\n        \"vatid\": \"\",\n        \"firstvisit\": \"2016-07-01\",\n        \"lastvisit\": \"2023-03-13\",\n        \"accepted_gdpr_at\": null,\n        \"faultysms\": false,\n        \"sendsms\": true,\n        \"faultyemail\": false,\n        \"sendemail\": true,\n        \"faultymail\": false,\n        \"sendmail\": true,\n        \"active\": null,\n        \"login\": null,\n        \"lastlogin\": null,\n        \"created\": \"2016-07-01\",\n        \"createdby\": \"1001\",\n        \"modified\": \"2023-03-13\",\n        \"modifiedby\": \"1001\",\n        \"pos_id\": \"0101\",\n        \"store_id\": \"00\",\n        \"salutation_id\": \"9000\",\n        \"category1\": \"0100\",\n        \"category2\": \"0200\",\n        \"category3\": \"0300\",\n        \"category4\": \"0400\",\n        \"category5\": \"0500\",\n        \"category6\": \"0600\",\n        \"category7\": \"0700\",\n        \"category8\": \"0800\",\n        \"category9\": \"0900\",\n        \"category10\": \"1000\",\n        \"miscellaneous\": \"\",\n        \"timestamp\": \"2023-03-13 11:54:46\",\n        \"gets_direct_discount\": false,\n        \"direct_discount_percentage\": 0,\n        \"customer_card_revenue\": 0,\n        \"customer_card_percentage\": 0,\n        \"customer_card_discount\": 0,\n        \"customer_card_lines\": 0,\n        \"customer_card_points\": 0,\n        \"cards\": [],\n        \"is_b2b\": false\n    },\n    {\n        \"key\": 2,\n        \"firstname\": \"Stefan\",\n        \"name\": \"de Bakker\",\n        \"company\": \"SoftTouch BV\",\n        \"address\": \"Ambachtenlaan 6A\",\n        \"zip\": \"9080\",\n        \"city\": \"Lochristi\",\n        \"country\": \"BE\",\n        \"telephone\": \"09/219.00.83\",\n        \"mobile\": \"\",\n        \"email\": \"dev@softtouch.be\",\n        \"birthday\": \"1989-05-27\",\n        \"vatid\": \"\",\n        \"firstvisit\": \"2016-01-11\",\n        \"lastvisit\": \"2023-07-17\",\n        \"accepted_gdpr_at\": \"2021-04-23 00:00:00\",\n        \"faultysms\": false,\n        \"sendsms\": true,\n        \"faultyemail\": false,\n        \"sendemail\": true,\n        \"faultymail\": false,\n        \"sendmail\": true,\n        \"active\": true,\n        \"login\": \"stefan@softtouch.be\",\n        \"lastlogin\": \"2023-07-20 00:00:00\",\n        \"created\": \"2023-04-11\",\n        \"createdby\": \"1001\",\n        \"modified\": \"2023-07-17\",\n        \"modifiedby\": \"1001\",\n        \"pos_id\": \"0101\",\n        \"store_id\": \"01\",\n        \"salutation_id\": \"9001\",\n        \"category1\": \"0100\",\n        \"category2\": \"0200\",\n        \"category3\": \"0300\",\n        \"category4\": \"0400\",\n        \"category5\": \"0500\",\n        \"category6\": \"0600\",\n        \"category7\": \"0700\",\n        \"category8\": \"0800\",\n        \"category9\": \"0900\",\n        \"category10\": \"1000\",\n        \"miscellaneous\": \"\",\n        \"timestamp\": \"2023-07-17 12:42:41\",\n        \"gets_direct_discount\": true,\n        \"direct_discount_percentage\": 10,\n        \"customer_card_revenue\": 743,\n        \"customer_card_percentage\": 5,\n        \"customer_card_discount\": 37.15,\n        \"customer_card_lines\": 0,\n        \"customer_card_points\": 0,\n        \"cards\": [],\n        \"is_b2b\": false\n    },\n    {\n        \"key\": 3,\n        \"firstname\": \"Jeremy\",\n        \"name\": \"Clarkson\",\n        \"company\": \"\",\n        \"address\": \"Chipping Norton Road 5\",\n        \"zip\": \"OX7 3PE\",\n        \"city\": \"Chadlington\",\n        \"country\": \"GB\",\n        \"telephone\": \"\",\n        \"mobile\": \"\",\n        \"email\": \"\",\n        \"birthday\": \"2001-01-01\",\n        \"vatid\": \"\",\n        \"firstvisit\": \"2023-07-03\",\n        \"lastvisit\": \"2023-07-03\",\n        \"accepted_gdpr_at\": null,\n        \"faultysms\": false,\n        \"sendsms\": true,\n        \"faultyemail\": false,\n        \"sendemail\": true,\n        \"faultymail\": false,\n        \"sendmail\": true,\n        \"active\": null,\n        \"login\": null,\n        \"lastlogin\": null,\n        \"created\": \"2023-07-03\",\n        \"createdby\": \"1001\",\n        \"modified\": \"2023-07-03\",\n        \"modifiedby\": \"1001\",\n        \"pos_id\": \"0101\",\n        \"store_id\": \"00\",\n        \"salutation_id\": \"9001\",\n        \"category1\": \"0100\",\n        \"category2\": \"0200\",\n        \"category3\": \"0300\",\n        \"category4\": \"0400\",\n        \"category5\": \"0500\",\n        \"category6\": \"0600\",\n        \"category7\": \"0700\",\n        \"category8\": \"0800\",\n        \"category9\": \"0900\",\n        \"category10\": \"1000\",\n        \"miscellaneous\": \"\",\n        \"timestamp\": \"2023-07-03 10:58:21\",\n        \"gets_direct_discount\": false,\n        \"direct_discount_percentage\": 0,\n        \"customer_card_revenue\": 0,\n        \"customer_card_percentage\": 0,\n        \"customer_card_discount\": 0,\n        \"customer_card_lines\": 0,\n        \"customer_card_points\": 0,\n        \"cards\": [],\n        \"is_b2b\": false\n    },\n    {\n        \"key\": 4,\n        \"firstname\": \"John\",\n        \"name\": \"Doe\",\n        \"company\": \"\",\n        \"address\": \"Hoofdstraat 123\",\n        \"zip\": \"1000\",\n        \"city\": \"Bruxelles\",\n        \"country\": \"BE\",\n        \"telephone\": \"\",\n        \"mobile\": \"\",\n        \"email\": \"\",\n        \"birthday\": \"2001-01-01\",\n        \"vatid\": \"\",\n        \"firstvisit\": \"2023-07-03\",\n        \"lastvisit\": \"2023-07-03\",\n        \"accepted_gdpr_at\": null,\n        \"faultysms\": false,\n        \"sendsms\": true,\n        \"faultyemail\": false,\n        \"sendemail\": true,\n        \"faultymail\": false,\n        \"sendmail\": true,\n        \"active\": null,\n        \"login\": null,\n        \"lastlogin\": null,\n        \"created\": \"2023-07-03\",\n        \"createdby\": \"1001\",\n        \"modified\": \"2023-07-03\",\n        \"modifiedby\": \"1001\",\n        \"pos_id\": \"0101\",\n        \"store_id\": \"00\",\n        \"salutation_id\": \"9001\",\n        \"category1\": \"0100\",\n        \"category2\": \"0200\",\n        \"category3\": \"0300\",\n        \"category4\": \"0400\",\n        \"category5\": \"0500\",\n        \"category6\": \"0600\",\n        \"category7\": \"0700\",\n        \"category8\": \"0800\",\n        \"category9\": \"0900\",\n        \"category10\": \"1000\",\n        \"miscellaneous\": \"\",\n        \"timestamp\": \"2023-07-03 10:59:27\",\n        \"gets_direct_discount\": false,\n        \"direct_discount_percentage\": 0,\n        \"customer_card_revenue\": 0,\n        \"customer_card_percentage\": 0,\n        \"customer_card_discount\": 0,\n        \"customer_card_lines\": 0,\n        \"customer_card_points\": 0,\n        \"cards\": [],\n        \"is_b2b\": false\n    },\n    {\n        \"key\": 5,\n        \"firstname\": \"Bert\",\n        \"name\": \"Van de Vyver\",\n        \"company\": \"SoftTouch BV\",\n        \"address\": \"Ambachtenlaan 6A\",\n        \"zip\": \"9080\",\n        \"city\": \"Lochristi\",\n        \"country\": \"BE\",\n        \"telephone\": \"\",\n        \"mobile\": \"\",\n        \"email\": \"bert.vdv@softtouch.be\",\n        \"birthday\": \"1995-09-21\",\n        \"vatid\": \"\",\n        \"firstvisit\": \"2021-04-23\",\n        \"lastvisit\": \"2021-04-23\",\n        \"accepted_gdpr_at\": \"2021-04-23 00:00:00\",\n        \"faultysms\": false,\n        \"sendsms\": true,\n        \"faultyemail\": false,\n        \"sendemail\": true,\n        \"faultymail\": false,\n        \"sendmail\": true,\n        \"active\": true,\n        \"login\": \"bert.vandevyver@softtouch.be\",\n        \"lastlogin\": \"2021-04-23 00:00:00\",\n        \"created\": \"2023-07-03\",\n        \"createdby\": \"1001\",\n        \"modified\": \"2023-07-03\",\n        \"modifiedby\": \"1001\",\n        \"pos_id\": \"0101\",\n        \"store_id\": \"01\",\n        \"salutation_id\": \"9001\",\n        \"category1\": \"0100\",\n        \"category2\": \"0200\",\n        \"category3\": \"0300\",\n        \"category4\": \"0400\",\n        \"category5\": \"0500\",\n        \"category6\": \"0600\",\n        \"category7\": \"0700\",\n        \"category8\": \"0800\",\n        \"category9\": \"0900\",\n        \"category10\": \"1000\",\n        \"miscellaneous\": \"\",\n        \"timestamp\": \"2023-07-03 11:07:36\",\n        \"gets_direct_discount\": false,\n        \"direct_discount_percentage\": 0,\n        \"customer_card_revenue\": 0,\n        \"customer_card_percentage\": 0,\n        \"customer_card_discount\": 0,\n        \"customer_card_lines\": 0,\n        \"customer_card_points\": 0,\n        \"cards\": [],\n        \"is_b2b\": false\n    }\n]"}],"_postman_id":"f396afa5-98c6-489c-a48e-5ff353644dd3"},{"name":"Customers/{{id}}","event":[{"listen":"test","script":{"id":"de54257f-84f2-406c-85bf-f8235aa4186b","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"60b52642-cf8b-4dd9-8f33-91bd83d65834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2","description":"<p>This endpoint fetches specific customer.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>firstname: The firstname of the customer</li>\n<li>name: The lastname of the customer</li>\n<li>company: The company name of the customer</li>\n<li>address: The address of the customer</li>\n<li>zip: The zip code of the customer</li>\n<li>city: The city of the customer</li>\n<li>county: The country of the customer</li>\n<li>telephone: The phone number of the customer</li>\n<li>mobile: The mobile phone number of the customer</li>\n<li>email: The email address of the customer</li>\n<li>birthday: The date of birth of the customer</li>\n<li>vatid: The customers vat identification number</li>\n<li>firstvisit: The first date the customer has been to the store/ webshop</li>\n<li>lastvisit: The last date the customer has been to the store/ webshop</li>\n<li>accepted_gdpr_at: The date the customer has accepted the gdpr policy (not always used)</li>\n<li>faultysms: If true, the mobilephone number is faulty</li>\n<li>sendsms: The customer wants to receive sms mailings</li>\n<li>faultyemail: If true, the email address of the customer is faulty</li>\n<li>sendemail: The customer wants to receive email newsletters</li>\n<li>faultymail: If true, the address of the customer is faulty</li>\n<li>sendmail: The customer wants to receive newsletters</li>\n<li>active: If true the customer can be used</li>\n<li>login: The login of the customer</li>\n<li>lastLogin: The date of the last login</li>\n<li>created: The date of creation</li>\n<li>createdby: The userid of the the user creating the customer</li>\n<li>modified: The date of modification</li>\n<li>modifiedby: The userid of the user modifying the customer</li>\n<li>pos_id: The pos id where the customer is created</li>\n<li>store_id: The store id where the customer is created</li>\n<li>salutation_id: Linked to the customer_categories endpoint, used for the salutation</li>\n<li>category1 - 10: Linked to the customer_categories endpoint. No default values available, can be used for language eg</li>\n<li>miscellaneous: Some miscellaneous data about the client can be stored here</li>\n<li>timestamp: The datetime of last edit of the client</li>\n<li>gets_direct_discount: Also known as VIP customers, this customer recieves a direct discount if true</li>\n<li>direct_discount_percentage: If above is true, this percentage is the discount the customer revieves. Not if a product allready has a discount the highest discount is used.</li>\n<li>customer_card_revenue: The amount the customer has spend to calculate the customer discount (depending the customer card type)</li>\n<li>customer_card_percentage: The percentage of customer discount the client receives (depending the customer card type)</li>\n<li>customer_card_discount: The value of customer discount the client receives (depending the customer card type)</li>\n<li>customer_card_lines: The amount of products the customer has bought or visits the customer has done (depening the customer card type)</li>\n<li>customer_card_point: The amount of points the customer has saved (depending the customer card type)</li>\n<li>cards: If set a customer card per store can be made, in this case above has to be ignored an setting per store need to be fetched</li>\n<li>is_b2b: The customer can only be used for b2b purposes</li>\n</ul>\n<p>StartFragment</p>\n<p>If display full is used some extra info is availble.</p>\n<p>EndFragmen=</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers","2"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"17050f9d-f297-44e1-b6ca-2788aa354822","name":"Customers/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","customers","2"],"query":[{"key":"display","value":"full","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 03 Jul 2023 09:02:01 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkpXM3FZajVjXC9lcEs2cHU3MEtlRWdnPT0iLCJ2YWx1ZSI6IjNHc01oa3F3K1wvQlhhTUdFTjFlMmNYWWM3azJsbU1iUWgxcWFoXC92c01iSERZY2FhWnUxMDQ0NXRHV05GYldSMkk3SkdPeGRaQ21YZUdHZTdhZlhoMVE9PSIsIm1hYyI6IjQ4OGY0NWIyYjJmODYyMGQzZWFhMmMzNWRlOGZhM2UwODBhOTYyYjM4MWQwNjMyN2RmZDk0YzViZGI4MzRkNGIifQ%3D%3D; expires=Mon, 03-Jul-2023 11:02:01 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 2,\n    \"firstname\": \"Stefan\",\n    \"name\": \"de Bakker\",\n    \"company\": \"\",\n    \"address\": \"Ambachtenlaan 6A\",\n    \"zip\": \"9080\",\n    \"city\": \"Zeveneken\",\n    \"country\": \"BE\",\n    \"telephone\": \"09/219.00.83\",\n    \"mobile\": \"\",\n    \"email\": \"dev@softtouch.be\",\n    \"birthday\": \"2001-01-01\",\n    \"vatid\": \"\",\n    \"firstvisit\": \"2023-04-11\",\n    \"lastvisit\": \"2023-04-11\",\n    \"accepted_gdpr_at\": null,\n    \"faultysms\": false,\n    \"sendsms\": true,\n    \"faultyemail\": false,\n    \"sendemail\": true,\n    \"faultymail\": false,\n    \"sendmail\": true,\n    \"active\": null,\n    \"login\": null,\n    \"lastlogin\": null,\n    \"created\": \"2023-04-11\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-03\",\n    \"modifiedby\": \"1001\",\n    \"pos_id\": \"0101\",\n    \"store_id\": \"00\",\n    \"salutation_id\": \"9001\",\n    \"category1\": \"0100\",\n    \"category2\": \"0200\",\n    \"category3\": \"0300\",\n    \"category4\": \"0400\",\n    \"category5\": \"0500\",\n    \"category6\": \"0600\",\n    \"category7\": \"0700\",\n    \"category8\": \"0800\",\n    \"category9\": \"0900\",\n    \"category10\": \"1000\",\n    \"miscellaneous\": \"\",\n    \"timestamp\": \"2023-07-03 10:21:55\",\n    \"gets_direct_discount\": false,\n    \"direct_discount_percentage\": 0,\n    \"customer_card_revenue\": 0,\n    \"customer_card_percentage\": 0,\n    \"customer_card_discount\": 0,\n    \"customer_card_lines\": 0,\n    \"customer_card_points\": 0,\n    \"cards\": [],\n    \"is_b2b\": false\n}"}],"_postman_id":"60b52642-cf8b-4dd9-8f33-91bd83d65834"},{"name":"Customers","event":[{"listen":"test","script":{"id":"4ab5d011-fd52-487f-9f66-773679922b16","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"2ceb7b11-ceba-4a49-87ba-a9aeeeb4a4a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"salutation_id\": \"9001\",\r\n    \"firstname\": \"Bert\",\r\n    \"name\": \"Van de Vyver\",\r\n    \"company\": \"SoftTouch BV\",\r\n    \"address\": \"Ambachtenlaan 6A\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Lochristi\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"\",\r\n    \"mobile\": \"\",\r\n    \"email\": \"dev@softtouch.be\",\r\n    \"email2\": \"bert.vdv@softtouch.be\",\r\n    \"birthday\": \"1995/09/21\",\r\n    \"vatid\": \"\",\r\n    \"firstvisit\": \"2021/04/23\",\r\n    \"lastvisit\": \"2021/04/23\",\r\n    \"accepted_gdpr_at\": \"2021/04/23\",\r\n    \"faultysms\": false,\r\n    \"sendsms\": true,\r\n    \"faultyemail\": false,\r\n    \"sendemail\": true,\r\n    \"faultyemail2\": false,\r\n    \"sendemail2\": true,\r\n    \"faultymail\": false,\r\n    \"sendmail\": true,\r\n    \"send_eticket\": true,\r\n    \"active\": true,\r\n    \"login\": \"bert.vdv@softtouch.be\",\r\n    \"password\": \"1234pass\",\r\n    \"lastlogin\": \"2023/07/03\",\r\n    \"category1\": \"0100\",\r\n    \"category2\": \"0200\",\r\n    \"category3\": \"0300\",\r\n    \"category4\": \"0400\",\r\n    \"category5\": \"0500\",\r\n    \"category6\": \"0600\",\r\n    \"category7\": \"0700\",\r\n    \"category8\": \"0800\",\r\n    \"category9\": \"0900\",\r\n    \"category10\": \"1000\",\r\n    \"miscellaneous\": \"\",\r\n    \"pos_id\": \"0101\",\r\n    \"store_id\": \"01\",\r\n    \"is_b2b\": false\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers","description":"<p>Creating a new customer with a login can be done with one POST controller ‘customers’. If the login does not exist yet and nothing else fails the customer, with its login, will be created and the details of the new customer will be given as a result. When the customer tries to use a login that already exists an error code 409 with message “Login already exists” will be given and the customer will not be created.</p>\n<p>Note: A customer should at least have a name and address.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>salutation_id</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>company</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>zip</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>ISO value, length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>vatid</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>firstvisit</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>lastvisit</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>accepted_gdpr_at</td>\n<td>null or date</td>\n<td></td>\n</tr>\n<tr>\n<td>faultysms</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>sendsms</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>faultyemail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>sendemail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>faultymail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>sendmail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>send_eticket</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>login</td>\n<td>string</td>\n<td>required with password</td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>required with login</td>\n</tr>\n<tr>\n<td>lastLogin</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category6</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category7</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category8</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category9</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category10</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>pos_id</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>store_id</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>is_b2b</td>\n<td>boolean</td>\n<td>default: false</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"95b04151-f7d8-446b-9876-fcdbb277661c","name":"Customers","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"salutation_id\": \"9001\",\r\n    \"firstname\": \"Bert\",\r\n    \"name\": \"Van de Vyver\",\r\n    \"company\": \"SoftTouch BV\",\r\n    \"address\": \"Ambachtenlaan 6A\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Lochristi\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"\",\r\n    \"mobile\": \"\",\r\n    \"email\": \"dev@softtouch.be\",\r\n    \"email2\": \"bert.vdv@softtouch.be\",\r\n    \"birthday\": \"1995/09/21\",\r\n    \"vatid\": \"\",\r\n    \"firstvisit\": \"2021/04/23\",\r\n    \"lastvisit\": \"2021/04/23\",\r\n    \"accepted_gdpr_at\": \"2021/04/23\",\r\n    \"faultysms\": false,\r\n    \"sendsms\": true,\r\n    \"faultyemail\": false,\r\n    \"sendemail\": true,\r\n    \"faultyemail2\": false,\r\n    \"sendemail2\": true,\r\n    \"faultymail\": false,\r\n    \"sendmail\": true,\r\n    \"send_eticket\": true,\r\n    \"active\": true,\r\n    \"login\": \"bert.vdv@softtouch.be\",\r\n    \"password\": \"1234soft\",\r\n    \"lastlogin\": \"2023/07/03\",\r\n    \"category1\": \"0100\",\r\n    \"category2\": \"0200\",\r\n    \"category3\": \"0300\",\r\n    \"category4\": \"0400\",\r\n    \"category5\": \"0500\",\r\n    \"category6\": \"0600\",\r\n    \"category7\": \"0700\",\r\n    \"category8\": \"0800\",\r\n    \"category9\": \"0900\",\r\n    \"category10\": \"1000\",\r\n    \"miscellaneous\": \"\",\r\n    \"pos_id\": \"0101\",\r\n    \"store_id\": \"01\",\r\n    \"is_b2b\": false\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 03 Jul 2023 09:03:57 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImxcL1cydkt5VnNoUjI1M1kxUWx6dkhnPT0iLCJ2YWx1ZSI6InUrN2hmWWFwK2NvSGhoN3VSbnQ5RUo3VmlUSWQxaGlnbldGN3V1S0pTWmRKXC80MnpmSlJtTzZVYTBFaUJBa3BDaWRiOTI3YVhubVFhQzVtTEZ1WmZEZz09IiwibWFjIjoiMjVmMjY0YzViNDBhMDIwNTkwNjExMzA5ZTk2NDVjMzI0MDQzNWMwMTM2ZDgyOTgzODJmODBmZTM5YjNhOGNiNSJ9; expires=Mon, 03-Jul-2023 11:03:57 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 5,\n    \"firstname\": \"Bert\",\n    \"name\": \"Van de Vyver\",\n    \"company\": \"SoftTouch BV\",\n    \"address\": \"Ambachtenlaan 6A\",\n    \"zip\": \"9080\",\n    \"city\": \"Lochristi\",\n    \"country\": \"BE\",\n    \"telephone\": \"\",\n    \"mobile\": \"\",\n    \"email\": \"dev@softtouch.be\",\n    \"birthday\": \"1995/09/21\",\n    \"vatid\": \"\",\n    \"firstvisit\": \"2021/04/23\",\n    \"lastvisit\": \"2021/04/23\",\n    \"accepted_gdpr_at\": \"2021/04/23\",\n    \"faultysms\": false,\n    \"sendsms\": true,\n    \"faultyemail\": false,\n    \"sendemail\": true,\n    \"faultymail\": false,\n    \"sendmail\": true,\n    \"active\": true,\n    \"login\": \"bert.vdv@softtouch.be\",\n    \"lastlogin\": \"2023/07/03\",\n    \"created\": \"2023-07-03 00:00:00\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-03 00:00:00\",\n    \"modifiedby\": \"1001\",\n    \"pos_id\": \"0101\",\n    \"store_id\": \"01\",\n    \"salutation_id\": \"9001\",\n    \"category1\": \"0100\",\n    \"category2\": \"0200\",\n    \"category3\": \"0300\",\n    \"category4\": \"0400\",\n    \"category5\": \"0500\",\n    \"category6\": \"0600\",\n    \"category7\": \"0700\",\n    \"category8\": \"0800\",\n    \"category9\": \"0900\",\n    \"category10\": \"1000\",\n    \"miscellaneous\": \"\",\n    \"timestamp\": \"2023-07-03 11:03:57\",\n    \"gets_direct_discount\": false,\n    \"direct_discount_percentage\": 0,\n    \"customer_card_revenue\": 0,\n    \"customer_card_percentage\": 0,\n    \"customer_card_discount\": 0,\n    \"customer_card_lines\": 0,\n    \"customer_card_points\": 0,\n    \"cards\": [],\n    \"is_b2b\": false\n}"}],"_postman_id":"2ceb7b11-ceba-4a49-87ba-a9aeeeb4a4a6"},{"name":"Customers/validate-login","event":[{"listen":"test","script":{"id":"a2376525-f2d0-4590-b93a-56223c9f21c0","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"a378008f-fa99-421a-9c0f-0eebdee357c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/validate-login?login=stefan@softtouch.be&password=pass1234","description":"<p>To check if the combination ‘login’ and ‘password’ are valid, the POST controller ‘validate-login’ can be used. When the combination is valid the customer with all its details will be given as a result. If not, a 404 error “Model not found” will be given.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers","validate-login"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"is_b2b","value":"0"},{"key":"login","value":"stefan@softtouch.be"},{"key":"password","value":"pass1234"}],"variable":[]}},"response":[{"id":"61356c27-eaaf-43c4-bc07-7eee65843ecc","name":"Customers/validate-login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/validate-login?login=stefan@softtouch.be&password=pass1234","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","customers","validate-login"],"query":[{"key":"is_b2b","value":"0","description":"boolean","type":"text","disabled":true},{"key":"login","value":"stefan@softtouch.be"},{"key":"password","value":"pass1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 03 Jul 2023 09:09:48 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InRQTXlRUFZCU2JBcmdvdVdOXC9tMG13PT0iLCJ2YWx1ZSI6InNPQ3JQVmR2SEh5ZlAxTVAweFZQVXN3SWFFXC9BTjQ1MkRHZGd6WkZwUFFqTlM5Q2hSeDNSXC9JSkhOYXNpWktlQVdNTlFpRnJhdWNram0wYTFqU0dacmc9PSIsIm1hYyI6ImI5ZDk2MTdiNmU2MjE3ZTA2ZjYxOTQ4MzFiYzdjMWY1MzI5MWIxOTkyNGNhMjhiY2JiOTFlNWFiYjBiNWI4YmYifQ%3D%3D; expires=Mon, 03-Jul-2023 11:09:48 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 2,\n    \"firstname\": \"Stefan\",\n    \"name\": \"de Bakker\",\n    \"company\": \"SoftTouch Vlaanderen BV\",\n    \"address\": \"Ambachtenlaan 6A\",\n    \"zip\": \"9080\",\n    \"city\": \"Lochristi\",\n    \"country\": \"BE\",\n    \"telephone\": \"09/219.00.83\",\n    \"mobile\": \"\",\n    \"email\": \"stefan@softtouch.be\",\n    \"birthday\": \"1989-05-27\",\n    \"vatid\": \"\",\n    \"firstvisit\": \"2016-01-13\",\n    \"lastvisit\": \"2023-07-20\",\n    \"accepted_gdpr_at\": \"2021-04-23 00:00:00\",\n    \"faultysms\": false,\n    \"sendsms\": true,\n    \"faultyemail\": false,\n    \"sendemail\": true,\n    \"faultymail\": false,\n    \"sendmail\": true,\n    \"active\": true,\n    \"login\": \"stefan@softtouch.be\",\n    \"lastlogin\": \"2023-07-03 11:09:48\",\n    \"created\": \"2023-04-11\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-03\",\n    \"modifiedby\": \"1001\",\n    \"pos_id\": \"0101\",\n    \"store_id\": \"01\",\n    \"salutation_id\": \"9001\",\n    \"category1\": \"0100\",\n    \"category2\": \"0200\",\n    \"category3\": \"0300\",\n    \"category4\": \"0400\",\n    \"category5\": \"0500\",\n    \"category6\": \"0600\",\n    \"category7\": \"0700\",\n    \"category8\": \"0800\",\n    \"category9\": \"0900\",\n    \"category10\": \"1000\",\n    \"miscellaneous\": \"\",\n    \"timestamp\": \"2023-07-03 11:09:07\",\n    \"gets_direct_discount\": true,\n    \"direct_discount_percentage\": 10,\n    \"customer_card_revenue\": 743,\n    \"customer_card_percentage\": 5,\n    \"customer_card_discount\": 37.15,\n    \"customer_card_lines\": 0,\n    \"customer_card_points\": 0,\n    \"cards\": [],\n    \"is_b2b\": false\n}"}],"_postman_id":"a378008f-fa99-421a-9c0f-0eebdee357c5"},{"name":"Customers/{{id}}/add_value_to_discount","event":[{"listen":"test","script":{"id":"477dfe5d-35fd-4032-b1ae-94e44fb04f45","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"42641dcc-faf1-4b8c-a762-63064dfcb00f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2/add_value_to_discount?value=32.15","description":"<p>Add a specific value to the customer card.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers","2","add_value_to_discount"],"host":["api","softtouch","eu"],"query":[{"description":{"content":"<p>required|numeric</p>\n","type":"text/plain"},"key":"value","value":"32.15"}],"variable":[]}},"response":[{"id":"20e74a96-848b-4d2e-8e36-083bffe35667","name":"Customers/{{id}}/add_value_to_discount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2/add_value_to_discount?value=32.15","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","customers","2","add_value_to_discount"],"query":[{"key":"value","value":"32.15","description":"required|numeric"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 03 Jul 2023 09:09:07 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Impsc2RSUkZOWGtjZDVtclNRTFlkN1E9PSIsInZhbHVlIjoiSkxxMzJMdGhJUVwvTTR4b1lQTG12M1lRVXQwbnF5TG11bGYyTW9CbkE0TXh6a0lSVVRGdFlVc2ZrOFZ3aXVWcHJKaGhuVEZxNFJMQ1huWVR5Z1l0YnlBPT0iLCJtYWMiOiJmMzVjYmYxZThjMWVhMThjNGEwZDU3MDA4OWQzOTUzODBlNjQ1ZGYzNjJiMTliNDJlZWIzYTE3M2IyOTYyMzgzIn0%3D; expires=Mon, 03-Jul-2023 11:09:07 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 2,\n    \"firstname\": \"Stefan\",\n    \"name\": \"de Bakker\",\n    \"company\": \"SoftTouch Vlaanderen BV\",\n    \"address\": \"Ambachtenlaan 6A\",\n    \"zip\": \"9080\",\n    \"city\": \"Lochristi\",\n    \"country\": \"BE\",\n    \"telephone\": \"09/219.00.83\",\n    \"mobile\": \"\",\n    \"email\": \"stefan@softtouch.be\",\n    \"birthday\": \"1989-05-27\",\n    \"vatid\": \"\",\n    \"firstvisit\": \"2016-01-13\",\n    \"lastvisit\": \"2023-07-20\",\n    \"accepted_gdpr_at\": \"2021-04-23 00:00:00\",\n    \"faultysms\": false,\n    \"sendsms\": true,\n    \"faultyemail\": false,\n    \"sendemail\": true,\n    \"faultymail\": false,\n    \"sendmail\": true,\n    \"active\": true,\n    \"login\": \"stefan@softtouch.be\",\n    \"lastlogin\": \"2023-07-20 00:00:00\",\n    \"created\": \"2023-04-11\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-03 00:00:00\",\n    \"modifiedby\": \"1001\",\n    \"pos_id\": \"0101\",\n    \"store_id\": \"01\",\n    \"salutation_id\": \"9001\",\n    \"category1\": \"0100\",\n    \"category2\": \"0200\",\n    \"category3\": \"0300\",\n    \"category4\": \"0400\",\n    \"category5\": \"0500\",\n    \"category6\": \"0600\",\n    \"category7\": \"0700\",\n    \"category8\": \"0800\",\n    \"category9\": \"0900\",\n    \"category10\": \"1000\",\n    \"miscellaneous\": \"\",\n    \"timestamp\": \"2023-07-03 11:09:07\",\n    \"gets_direct_discount\": true,\n    \"direct_discount_percentage\": 10,\n    \"customer_card_revenue\": 743,\n    \"customer_card_percentage\": 5,\n    \"customer_card_discount\": 37.15,\n    \"customer_card_lines\": 0,\n    \"customer_card_points\": 0,\n    \"cards\": [],\n    \"is_b2b\": false\n}"}],"_postman_id":"42641dcc-faf1-4b8c-a762-63064dfcb00f"},{"name":"Customers/{{id}}/customer_card","event":[{"listen":"test","script":{"id":"477dfe5d-35fd-4032-b1ae-94e44fb04f45","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"58922b95-c63d-43c4-8d01-31cf9b1d55f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"klk_discount\": 5,\r\n    \"klk_total\": 100,\r\n    \"klk_pct\": 5,\r\n    \"hist_remark\": \"BERT\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2/customer_card","description":"<p>To alter the customer card following endpoint can be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>klk_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>klk_total</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>klk_pct</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>hist_remark</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers","2","customer_card"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"1f0fe98a-9517-4989-a4da-ae1be4f211a8","name":"Customers/{{id}}/customer_card","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"klk_discount\": 5,\r\n    \"klk_total\": 100,\r\n    \"klk_pct\": 5,\r\n    \"hist_remark\": \"BERT\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2/customer_card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 03 Jul 2023 09:08:36 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlNFRmxaUG13dWNOSXVvSUtrSjZLeXc9PSIsInZhbHVlIjoiZlFcL2hVMXlubVwvQTdNSVRtc1FzS3JYVEwwRTZkTlk0NWx6N1M0amZkXC8zWEd3QkZBM1djTHVzc0xNcjlaTVVJbUJBNzZBNktIOXczQWp5bEJvRVpjOUE9PSIsIm1hYyI6ImNmOTUzZGZhNzA2NDBkNThjNjg0ZDBlYjVmOWRkOWRmNjk1ZGNhZWU4YjljM2YzYTIyZGZkY2VjNTE0NzI0NGEifQ%3D%3D; expires=Mon, 03-Jul-2023 11:08:36 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 2,\n    \"firstname\": \"Stefan\",\n    \"name\": \"de Bakker\",\n    \"company\": \"SoftTouch Vlaanderen BV\",\n    \"address\": \"Ambachtenlaan 6A\",\n    \"zip\": \"9080\",\n    \"city\": \"Lochristi\",\n    \"country\": \"BE\",\n    \"telephone\": \"09/219.00.83\",\n    \"mobile\": \"\",\n    \"email\": \"stefan@softtouch.be\",\n    \"birthday\": \"1989-05-27\",\n    \"vatid\": \"\",\n    \"firstvisit\": \"2016-01-13 00:00:00\",\n    \"lastvisit\": \"2023-07-20 00:00:00\",\n    \"accepted_gdpr_at\": \"2021-04-23 00:00:00\",\n    \"faultysms\": false,\n    \"sendsms\": true,\n    \"faultyemail\": false,\n    \"sendemail\": true,\n    \"faultymail\": false,\n    \"sendmail\": true,\n    \"active\": true,\n    \"login\": \"stefan@softtouch.be\",\n    \"lastlogin\": \"2023-07-20 00:00:00\",\n    \"created\": \"2023-04-11\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-03 00:00:00\",\n    \"modifiedby\": \"1001\",\n    \"pos_id\": \"0101\",\n    \"store_id\": \"01\",\n    \"salutation_id\": \"9001\",\n    \"category1\": \"0100\",\n    \"category2\": \"0200\",\n    \"category3\": \"0300\",\n    \"category4\": \"0400\",\n    \"category5\": \"0500\",\n    \"category6\": \"0600\",\n    \"category7\": \"0700\",\n    \"category8\": \"0800\",\n    \"category9\": \"0900\",\n    \"category10\": \"1000\",\n    \"miscellaneous\": \"\",\n    \"timestamp\": \"2023-07-03 11:08:36\",\n    \"gets_direct_discount\": true,\n    \"direct_discount_percentage\": 10,\n    \"customer_card_revenue\": 100,\n    \"customer_card_percentage\": 5,\n    \"customer_card_discount\": 5,\n    \"customer_card_lines\": 0,\n    \"customer_card_points\": 0,\n    \"cards\": [],\n    \"is_b2b\": false\n}"}],"_postman_id":"58922b95-c63d-43c4-8d01-31cf9b1d55f8"},{"name":"Customers/bulk_update","event":[{"listen":"test","script":{"id":"f9d3e6d2-314c-4c2d-bd95-1c35ea755875","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"418e52e4-3783-4ca2-a850-6bbb44ca74f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customers\": [\r\n        {\r\n            \"id\": 5,\r\n            \"salutation_id\": \"9001\",\r\n            \"firstname\": \"Bert\",\r\n            \"name\": \"Van de Vyver\",\r\n            \"company\": \"SoftTouch BV\",\r\n            \"address\": \"Ambachtenlaan 6A\",\r\n            \"zip\": \"9080\",\r\n            \"city\": \"Lochristi\",\r\n            \"country\": \"BE\",\r\n            \"telephone\": \"\",\r\n            \"mobile\": \"\",\r\n            \"email\": \"bert.vdv@softtouch.be\",\r\n            \"email2\": \"bert.vandevyver@softtouch.be\",\r\n            \"birthday\": \"1995/09/21\",\r\n            \"vatid\": \"\",\r\n            \"firstvisit\": \"2021/04/23\",\r\n            \"lastvisit\": \"2021/04/23\",\r\n            \"accepted_gdpr_at\": \"2021/04/23\",\r\n            \"faultysms\": false,\r\n            \"sendsms\": true,\r\n            \"faultyemail\": false,\r\n            \"sendemail\": true,\r\n            \"faultyemail2\": false,\r\n            \"sendemail2\": true,\r\n            \"faultymail\": false,\r\n            \"sendmail\": true,\r\n            \"send_eticket\": true,\r\n            \"active\": true,\r\n            \"login\": \"bert.vandevyver@softtouch.be\",\r\n            \"password\": \"1234pass\",\r\n            \"lastlogin\": \"2021/04/23\",\r\n            \"category1\": \"0100\",\r\n            \"category2\": \"0200\",\r\n            \"category3\": \"0300\",\r\n            \"category4\": \"0400\",\r\n            \"category5\": \"0500\",\r\n            \"category6\": \"0600\",\r\n            \"category7\": \"0700\",\r\n            \"category8\": \"0800\",\r\n            \"category9\": \"0900\",\r\n            \"category10\": \"1000\",\r\n            \"miscellaneous\": \"\",\r\n            \"pos_id\": \"0101\",\r\n            \"store_id\": \"01\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"salutation_id\": \"9001\",\r\n            \"firstname\": \"Stefan\",\r\n            \"name\": \"de Bakker\",\r\n            \"company\": \"SoftTouch Vlaanderen BV\",\r\n            \"address\": \"Ambachtenlaan 6A\",\r\n            \"zip\": \"9080\",\r\n            \"city\": \"Lochristi\",\r\n            \"country\": \"BE\",\r\n            \"telephone\": \"09/219.00.83\",\r\n            \"mobile\": \"\",\r\n            \"email\": \"stefan@softtouch.be\",\r\n            \"email2\": \"dev@softtouch.be\",\r\n            \"birthday\": \"1989/05/27\",\r\n            \"vatid\": \"\",\r\n            \"firstvisit\": \"2016/01/13\",\r\n            \"lastvisit\": \"2023/07/20\",\r\n            \"accepted_gdpr_at\": \"2021/04/23\",\r\n            \"faultysms\": false,\r\n            \"sendsms\": true,\r\n            \"faultyemail\": false,\r\n            \"sendemail\": true,\r\n            \"faultyemail2\": false,\r\n            \"sendemail2\": true,\r\n            \"faultymail\": false,\r\n            \"sendmail\": true,\r\n            \"send_eticket\": true,\r\n            \"active\": true,\r\n            \"login\": \"stefan@softtouch.be\",\r\n            \"password\": \"pass1234\",\r\n            \"lastlogin\": \"2023/07/20\",\r\n            \"category1\": \"0100\",\r\n            \"category2\": \"0200\",\r\n            \"category3\": \"0300\",\r\n            \"category4\": \"0400\",\r\n            \"category5\": \"0500\",\r\n            \"category6\": \"0600\",\r\n            \"category7\": \"0700\",\r\n            \"category8\": \"0800\",\r\n            \"category9\": \"0900\",\r\n            \"category10\": \"1000\",\r\n            \"miscellaneous\": \"\",\r\n            \"pos_id\": \"0101\",\r\n            \"store_id\": \"01\"\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/bulk_update","description":"<p>To update multiple customer at once</p>\n<p>A customer should at least have a name and address.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customers</td>\n<td>array</td>\n<td>array of customers</td>\n</tr>\n<tr>\n<td>salutation_id</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>company</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>zip</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>ISO value, length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>vatid</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>firstvisit</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>lastvisit</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>accepted_gdpr_at</td>\n<td>null or date</td>\n<td></td>\n</tr>\n<tr>\n<td>faultysms</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>sendsms</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>faultyemail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>sendemail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>faultymail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>sendmail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>send_eticket</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>login</td>\n<td>string</td>\n<td>required with password</td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>required with login</td>\n</tr>\n<tr>\n<td>lastLogin</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category6</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category7</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category8</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category9</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category10</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>pos_id</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>store_id</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>is_b2b</td>\n<td>boolean</td>\n<td>default: false</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers","bulk_update"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|array|max:500</p>\n","type":"text/plain"},"key":"customers","value":null}],"variable":[]}},"response":[{"id":"2e65ac77-df4c-48fc-836e-4cafa352cb1f","name":"Customers/bulk_update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customers\": [\r\n        {\r\n            \"id\": 5,\r\n            \"salutation_id\": \"9001\",\r\n            \"firstname\": \"Bert\",\r\n            \"name\": \"Van de Vyver\",\r\n            \"company\": \"SoftTouch BV\",\r\n            \"address\": \"Ambachtenlaan 6A\",\r\n            \"zip\": \"9080\",\r\n            \"city\": \"Lochristi\",\r\n            \"country\": \"BE\",\r\n            \"telephone\": \"\",\r\n            \"mobile\": \"\",\r\n            \"email\": \"bert.vdv@softtouch.be\",\r\n            \"email2\": \"bert.vandevyver@softtouch.be\",\r\n            \"birthday\": \"1995/09/21\",\r\n            \"vatid\": \"\",\r\n            \"firstvisit\": \"2021/04/23\",\r\n            \"lastvisit\": \"2021/04/23\",\r\n            \"accepted_gdpr_at\": \"2021/04/23\",\r\n            \"faultysms\": false,\r\n            \"sendsms\": true,\r\n            \"faultyemail\": false,\r\n            \"sendemail\": true,\r\n            \"faultyemail2\": false,\r\n            \"sendemail2\": true,\r\n            \"faultymail\": false,\r\n            \"sendmail\": true,\r\n            \"send_eticket\": true,\r\n            \"active\": true,\r\n            \"login\": \"bert.vandevyver@softtouch.be\",\r\n            \"password\": \"1234pass\",\r\n            \"lastlogin\": \"2021/04/23\",\r\n            \"category1\": \"0100\",\r\n            \"category2\": \"0200\",\r\n            \"category3\": \"0300\",\r\n            \"category4\": \"0400\",\r\n            \"category5\": \"0500\",\r\n            \"category6\": \"0600\",\r\n            \"category7\": \"0700\",\r\n            \"category8\": \"0800\",\r\n            \"category9\": \"0900\",\r\n            \"category10\": \"1000\",\r\n            \"miscellaneous\": \"\",\r\n            \"pos_id\": \"0101\",\r\n            \"store_id\": \"01\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"salutation_id\": \"9001\",\r\n            \"firstname\": \"Stefan\",\r\n            \"name\": \"de Bakker\",\r\n            \"company\": \"SoftTouch Vlaanderen BV\",\r\n            \"address\": \"Ambachtenlaan 6A\",\r\n            \"zip\": \"9080\",\r\n            \"city\": \"Lochristi\",\r\n            \"country\": \"BE\",\r\n            \"telephone\": \"09/219.00.83\",\r\n            \"mobile\": \"\",\r\n            \"email\": \"stefan@softtouch.be\",\r\n            \"email2\": \"dev@softtouch.be\",\r\n            \"birthday\": \"1989/05/27\",\r\n            \"vatid\": \"\",\r\n            \"firstvisit\": \"2016/01/13\",\r\n            \"lastvisit\": \"2023/07/20\",\r\n            \"accepted_gdpr_at\": \"2021/04/23\",\r\n            \"faultysms\": false,\r\n            \"sendsms\": true,\r\n            \"faultyemail\": false,\r\n            \"sendemail\": true,\r\n            \"faultyemail2\": false,\r\n            \"sendemail2\": true,\r\n            \"faultymail\": false,\r\n            \"sendmail\": true,\r\n            \"send_eticket\": true,\r\n            \"active\": true,\r\n            \"login\": \"stefan@softtouch.be\",\r\n            \"password\": \"pass1234\",\r\n            \"lastlogin\": \"2023/07/20\",\r\n            \"category1\": \"0100\",\r\n            \"category2\": \"0200\",\r\n            \"category3\": \"0300\",\r\n            \"category4\": \"0400\",\r\n            \"category5\": \"0500\",\r\n            \"category6\": \"0600\",\r\n            \"category7\": \"0700\",\r\n            \"category8\": \"0800\",\r\n            \"category9\": \"0900\",\r\n            \"category10\": \"1000\",\r\n            \"miscellaneous\": \"\",\r\n            \"pos_id\": \"0101\",\r\n            \"store_id\": \"01\"\r\n        }\r\n    ]\r\n}"},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/bulk_update","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","customers","bulk_update"],"query":[{"key":"customers","value":null,"description":"required|array|max:500","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 03 Jul 2023 09:07:36 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlRjZGVNS1VGclwveHp5ZTlDVXlQYWR3PT0iLCJ2YWx1ZSI6InJsT3pBOXU4ZHlpM2djQ1dxblB1UlhwNUFcL2paNEdCMlRnVnF0QTJueEs3ZzlkRVl2RXA0QkJUelZEdHJ4TkRWSUZtZFpKVm9pNUFmd3lxeXdodzRmZz09IiwibWFjIjoiNjZjNmU3M2RkZDQzYjQ4ZmM0OGRkZGY2ODFjMzEwMWEwOTdmMGVmMTBhYWM1Zjk4NTNlMzM4NDVkMGFmNTRmZCJ9; expires=Mon, 03-Jul-2023 11:07:36 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"418e52e4-3783-4ca2-a850-6bbb44ca74f0"},{"name":"Customers","event":[{"listen":"test","script":{"id":"1cd57818-f071-41a1-8ca9-6d8e24453bcc","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"2b93820a-9e85-4295-91a9-fced6337dd6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"salutation_id\": \"9001\",\r\n    \"firstname\": \"Stefan\",\r\n    \"name\": \"de Bakker\",\r\n    \"company\": \"SoftTouch BV\",\r\n    \"address\": \"Ambachtenlaan 6A\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Lochristi\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"09/219.00.83\",\r\n    \"mobile\": \"\",\r\n    \"email\": \"dev@softtouch.be\",\r\n    \"email2\": \"\",\r\n    \"birthday\": \"1989/05/27\",\r\n    \"vatid\": \"\",\r\n    \"firstvisit\": \"2016/01/11\",\r\n    \"lastvisit\": \"2023/07/20\",\r\n    \"accepted_gdpr_at\": \"2021/04/23\",\r\n    \"faultysms\": false,\r\n    \"sendsms\": true,\r\n    \"faultyemail\": false,\r\n    \"sendemail\": true,\r\n    \"faultyemail2\": false,\r\n    \"sendemail2\": true,\r\n    \"faultymail\": false,\r\n    \"sendmail\": true,\r\n    \"send_eticket\": true,\r\n    \"active\": true,\r\n    \"login\": \"stefan@softtouch.be\",\r\n    \"password\": \"pass1234\",\r\n    \"lastlogin\": \"2023/07/20\",\r\n    \"category1\": \"0100\",\r\n    \"category2\": \"0200\",\r\n    \"category3\": \"0300\",\r\n    \"category4\": \"0400\",\r\n    \"category5\": \"0500\",\r\n    \"category6\": \"0600\",\r\n    \"category7\": \"0700\",\r\n    \"category8\": \"0800\",\r\n    \"category9\": \"0900\",\r\n    \"category10\": \"1000\",\r\n    \"miscellaneous\": \"\",\r\n    \"pos_id\": \"0101\",\r\n    \"store_id\": \"01\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2","description":"<p>Update a customer by id.</p>\n<p>A customer should at least have a name and address.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>salutation_id</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>company</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>zip</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>ISO value, length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>vatid</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>firstvisit</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>lastvisit</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>accepted_gdpr_at</td>\n<td>null or date</td>\n<td></td>\n</tr>\n<tr>\n<td>faultysms</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>sendsms</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>faultyemail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>sendemail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>faultymail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>sendmail</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>send_eticket</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>login</td>\n<td>string</td>\n<td>required with password</td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>required with login</td>\n</tr>\n<tr>\n<td>lastLogin</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category6</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category7</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category8</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category9</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>category10</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>pos_id</td>\n<td>string</td>\n<td>length: 4</td>\n</tr>\n<tr>\n<td>store_id</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>is_b2b</td>\n<td>boolean</td>\n<td>default: false</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers","2"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"salutation_id","value":null},{"disabled":true,"description":{"content":"<p>alpha|size:2</p>\n","type":"text/plain"},"key":"country","value":null},{"disabled":true,"description":{"content":"<p>email</p>\n","type":"text/plain"},"key":"email","value":null},{"disabled":true,"description":{"content":"<p>email</p>\n","type":"text/plain"},"key":"email2","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"birthday","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"firstvisit","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"lastvisit","value":null},{"disabled":true,"description":{"content":"<p>NullOrDate</p>\n","type":"text/plain"},"key":"accepted_gdpr","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"faultysms","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"sendsms","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"faultyemail","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"sendemail","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"faultyemail2","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"sendemail2","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"faultymail","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"sendmail","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"send_eticket","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"active","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"lastlogin","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category1","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category2","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category3","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category4","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category5","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category6","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category7","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category8","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category9","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category10","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"pos_id","value":null},{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"store_id","value":null}],"variable":[]}},"response":[{"id":"ff1b9a68-66a9-4964-873d-d99650e6d07b","name":"Customers","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"salutation_id\": \"9001\",\r\n    \"firstname\": \"Stefan\",\r\n    \"name\": \"de Bakker\",\r\n    \"company\": \"SoftTouch BV\",\r\n    \"address\": \"Ambachtenlaan 6A\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Lochristi\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"09/219.00.83\",\r\n    \"mobile\": \"\",\r\n    \"email\": \"dev@softtouch.be\",\r\n    \"email2\": \"\",\r\n    \"birthday\": \"1989/05/27\",\r\n    \"vatid\": \"\",\r\n    \"firstvisit\": \"2016/01/11\",\r\n    \"lastvisit\": \"2023/07/20\",\r\n    \"accepted_gdpr_at\": \"2021/04/23\",\r\n    \"faultysms\": false,\r\n    \"sendsms\": true,\r\n    \"faultyemail\": false,\r\n    \"sendemail\": true,\r\n    \"faultyemail2\": false,\r\n    \"sendemail2\": true,\r\n    \"faultymail\": false,\r\n    \"sendmail\": true,\r\n    \"send_eticket\": true,\r\n    \"active\": true,\r\n    \"login\": \"stefan@softtouch.be\",\r\n    \"password\": \"pass1234\",\r\n    \"lastlogin\": \"2023/07/20\",\r\n    \"category1\": \"0100\",\r\n    \"category2\": \"0200\",\r\n    \"category3\": \"0300\",\r\n    \"category4\": \"0400\",\r\n    \"category5\": \"0500\",\r\n    \"category6\": \"0600\",\r\n    \"category7\": \"0700\",\r\n    \"category8\": \"0800\",\r\n    \"category9\": \"0900\",\r\n    \"category10\": \"1000\",\r\n    \"miscellaneous\": \"\",\r\n    \"pos_id\": \"0101\",\r\n    \"store_id\": \"01\"\r\n}"},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","customers","2"],"query":[{"key":"salutation_id","value":null,"description":"size:4","type":"text","disabled":true},{"key":"country","value":null,"description":"alpha|size:2","type":"text","disabled":true},{"key":"email","value":null,"description":"email","type":"text","disabled":true},{"key":"email2","value":null,"description":"email","type":"text","disabled":true},{"key":"birthday","value":null,"description":"date","type":"text","disabled":true},{"key":"firstvisit","value":null,"description":"date","type":"text","disabled":true},{"key":"lastvisit","value":null,"description":"date","type":"text","disabled":true},{"key":"accepted_gdpr","value":null,"description":"NullOrDate","type":"text","disabled":true},{"key":"faultysms","value":null,"description":"boolean","type":"text","disabled":true},{"key":"sendsms","value":null,"description":"boolean","type":"text","disabled":true},{"key":"faultyemail","value":null,"description":"boolean","type":"text","disabled":true},{"key":"sendemail","value":null,"description":"boolean","type":"text","disabled":true},{"key":"faultyemail2","value":null,"description":"boolean","type":"text","disabled":true},{"key":"sendemail2","value":null,"description":"boolean","type":"text","disabled":true},{"key":"faultymail","value":null,"description":"boolean","type":"text","disabled":true},{"key":"sendmail","value":null,"description":"boolean","type":"text","disabled":true},{"key":"send_eticket","value":null,"description":"boolean","type":"text","disabled":true},{"key":"active","value":null,"description":"boolean","type":"text","disabled":true},{"key":"lastlogin","value":null,"description":"date","type":"text","disabled":true},{"key":"category1","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category2","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category3","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category4","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category5","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category6","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category7","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category8","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category9","value":null,"description":"size:4","type":"text","disabled":true},{"key":"category10","value":null,"description":"size:4","type":"text","disabled":true},{"key":"pos_id","value":null,"description":"size:4","type":"text","disabled":true},{"key":"store_id","value":null,"description":"size:2","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 03 Jul 2023 09:15:18 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImdVSzlEQVwvWkJqQXZlZFdXUjhLQUVBPT0iLCJ2YWx1ZSI6ImZxdEZJN1hoblNadHhSOFpYeERtRXJmSVlqdklpbFVuV25RUXJSWGlDNjh4ZTNJbnZlNUM3S09JXC9nQnJNRXBBeWs5TkFcL2g3bXoyUjVRdnVFeENaTmc9PSIsIm1hYyI6IjQ1ZWZjMzc4ZmExZmIyNWNiMjZkYTI1OWI1MjRjYjhiOWRjZWFlNjg2OGI2NzhiYTY2MDQ0Y2I4YmUzMTQ5NzEifQ%3D%3D; expires=Mon, 03-Jul-2023 11:15:18 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 2,\n    \"firstname\": \"Stefan\",\n    \"name\": \"de Bakker\",\n    \"company\": \"SoftTouch BV\",\n    \"address\": \"Ambachtenlaan 6A\",\n    \"zip\": \"9080\",\n    \"city\": \"Lochristi\",\n    \"country\": \"BE\",\n    \"telephone\": \"09/219.00.83\",\n    \"mobile\": \"\",\n    \"email\": \"dev@softtouch.be\",\n    \"birthday\": \"1989/05/27\",\n    \"vatid\": \"\",\n    \"firstvisit\": \"2016/01/11\",\n    \"lastvisit\": \"2023/07/20\",\n    \"accepted_gdpr_at\": \"2021-04-23 00:00:00\",\n    \"faultysms\": false,\n    \"sendsms\": true,\n    \"faultyemail\": false,\n    \"sendemail\": true,\n    \"faultymail\": false,\n    \"sendmail\": true,\n    \"active\": true,\n    \"login\": \"stefan@softtouch.be\",\n    \"lastlogin\": \"2023/07/20\",\n    \"created\": \"2023-04-11\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-03 00:00:00\",\n    \"modifiedby\": \"1001\",\n    \"pos_id\": \"0101\",\n    \"store_id\": \"01\",\n    \"salutation_id\": \"9001\",\n    \"category1\": \"0100\",\n    \"category2\": \"0200\",\n    \"category3\": \"0300\",\n    \"category4\": \"0400\",\n    \"category5\": \"0500\",\n    \"category6\": \"0600\",\n    \"category7\": \"0700\",\n    \"category8\": \"0800\",\n    \"category9\": \"0900\",\n    \"category10\": \"1000\",\n    \"miscellaneous\": \"\",\n    \"timestamp\": \"2023-07-03 11:15:18\",\n    \"gets_direct_discount\": true,\n    \"direct_discount_percentage\": 10,\n    \"customer_card_revenue\": 743,\n    \"customer_card_percentage\": 5,\n    \"customer_card_discount\": 37.15,\n    \"customer_card_lines\": 0,\n    \"customer_card_points\": 0,\n    \"cards\": [],\n    \"is_b2b\": false\n}"}],"_postman_id":"2b93820a-9e85-4295-91a9-fced6337dd6a"}],"id":"bc4d08c0-5cb7-44e4-8ab6-1fe65d1b989e","description":"<p>Customers are used to link to various things. When ordering, these are needed to link a delivery address and possibly billing address, among other things.<br />In addition, a customer can be used to maintain a login to the web shop, any specific information about this customer or a customer card.</p>\n<p>In many cases, if a order is made without a customer it is set to a \"general customer\". Often this is customer number 1, but this can vary.</p>\n<p>Basic login flow:</p>\n<p><img src=\"https://content.pstmn.io/a7c0d418-5b8f-41db-b741-ab1f0f859fd3/YmFzaWNfa2xhbnRfbG9naW4ucG5n\" alt=\"\n&lt;br&gt;\n&lt;br&gt;\" /></p>\n<p>Advanced login flow:</p>\n<img src=\"https://content.pstmn.io/10fbcc3d-2bf0-434a-abe7-d533c1023480/ZXh0ZW5kZWRfa2xhbnRfbG9naW4ucG5n\" />","_postman_id":"bc4d08c0-5cb7-44e4-8ab6-1fe65d1b989e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Customer categories","item":[{"name":"Customer_categories","event":[{"listen":"test","script":{"id":"586affbd-892e-401b-bdc3-5bb9feed0f86","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"11615498-e640-4eef-a584-b77e1731bc68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_categories","description":"<p>This endpoint fetches all customer categories as all calls it has to be done in steps with a maximum amount of 500 customer categories.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n<li>group</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>group: The level of the category</li>\n<li>description: The description of the category</li>\n<li>description2: The description of the category</li>\n<li>description3: The description of the category</li>\n<li>description4: The description of the category</li>\n<li>description5: The description of the category</li>\n<li>colorcode: A custom colorcode for internal use</li>\n<li>active: If the category can be attached to new customers</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customer_categories"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"key":"group","value":"90"}],"variable":[]}},"response":[{"id":"1c219d96-2a92-4732-90f9-6421044c3acc","name":"Customer_categories","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_categories","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","customer_categories"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true},{"key":"group","value":"90","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 22 Jun 2023 09:13:25 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlZGeVdsSXplZzQzVndFS3dRakppclE9PSIsInZhbHVlIjoibldqYWx5Ylc5cFFUQit6SWZIZll4TUw3VkF4V1RGcXA4UWdRdDBEXC9ZaTBUbWVqSW40c0lobU5lWWlXZXN4K1lJUzJERFJHa0JiT0RwUklUaE54UEdBPT0iLCJtYWMiOiJhMDhjM2IyMjQ4MDJlZjFkYzBjMDFmODliYzgwNjliMDBhNGJmMTY4YjdhMTNjZmQyNjdlYTdhODY2MzY0ODE0In0%3D; expires=Thu, 22-Jun-2023 11:13:25 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"9001\",\n        \"group\": \"90\",\n        \"description\": \"Dhr.\",\n        \"description2\": \"\",\n        \"description3\": \"\",\n        \"description4\": \"\",\n        \"description5\": \"\",\n        \"colourcode\": \"\",\n        \"active\": true\n    },\n    {\n        \"key\": \"9002\",\n        \"group\": \"90\",\n        \"description\": \"Mevr.\",\n        \"description2\": \"\",\n        \"description3\": \"\",\n        \"description4\": \"\",\n        \"description5\": \"\",\n        \"colourcode\": \"\",\n        \"active\": true\n    }\n]"}],"_postman_id":"11615498-e640-4eef-a584-b77e1731bc68"},{"name":"Customer_categories","event":[{"listen":"test","script":{"id":"0b184427-19ae-442e-90ca-441610998b54","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"e9d343da-2873-4061-9b1b-755b1cd665b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"group\": \"01\",\r\n    \"description\": \"Nederlands\",\r\n    \"active\": true\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_categories","description":"<p>To create a new customer category this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>grou</td>\n<td>string</td>\n<td>length: 2, required</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customer_categories"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"b8cc94e2-4916-4d46-a4b1-81c4df4213e9","name":"Customer_categories","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"group\": \"01\",\r\n    \"description\": \"Nederlands\",\r\n    \"active\": true\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 03 Jul 2023 07:37:25 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Inpqc0JoZnVzUlwvWHVwS3g1SlE2b1N3PT0iLCJ2YWx1ZSI6Ik5kVm1TRXJLN2VKR25DNCtSVVZKaVlzb1lYMmxlbCt6OEppTDhraDhTZVhYNDl4Qk0wdlNjUU5sVmJWdit5MDVYQmIwREx3dmpadEJVVmR4Uk84b1h3PT0iLCJtYWMiOiI5ZThhNmMwMjRhNmQ0NmEzOTM1ZThmODE3ZjRlZTM3ZWFhY2QwM2YzMzA3YTU2NTRkOTA1OGU0NGY4M2Q5NTA3In0%3D; expires=Mon, 03-Jul-2023 09:37:25 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": \"0101\",\n    \"group\": \"01\",\n    \"description\": \"Nederlands\",\n    \"description2\": \"\",\n    \"description3\": \"\",\n    \"description4\": \"\",\n    \"description5\": \"\",\n    \"colourcode\": null,\n    \"active\": true\n}"}],"_postman_id":"e9d343da-2873-4061-9b1b-755b1cd665b8"}],"id":"b4840d01-5a3b-4c9b-89b9-786208679670","description":"<p>Customers can be linked to different categories. This can be anything, from the language to the sex of the customer or anything that has a limited category options.</p>\n<ul>\n<li>key of a category always starts with the group id.</li>\n<li>The description of the category should be short and concise.</li>\n<li>The active parameter should be true when it should be used.</li>\n</ul>\n<p>Note that the logic behind customer categories is very similar to product categories.</p>\n","_postman_id":"b4840d01-5a3b-4c9b-89b9-786208679670","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Customer family","item":[{"name":"Customers/{{customerId}}/family","event":[{"listen":"test","script":{"id":"2e31df1f-e299-49e6-9cdc-c745b413ebcc","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"8b4b4847-0302-4b86-aa8c-b72919a453ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2/family","description":"<p>This endpoint fetches a family for a customer.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>customer: The main customer id</li>\n<li>text1-5: Free fields, mostly used for name eg</li>\n<li>status1 -5: Free fields</li>\n<li>date1-3: Free fields, mostly used for date of birth eg</li>\n<li>active: If true, this family member can be used</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers","2","family"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"232ce6b7-e8f7-4fcc-ab82-887909418100","name":"Customers/{{customerId}}/family","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2/family","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","customers","2","family"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 13:07:09 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ims1MWpWWDJ1cHVNcU9ac0g2VU85Ymc9PSIsInZhbHVlIjoiQnlxVEhrbEI1cjJVdHR0M0prK1c2QXhwYklaSlZhNHFTQ1FBQTFvd2xDVlNRXC9vN3hkdjR0OXBnNmhscGpGdFlHeHZYTElzc1wvUWRSaWlSTFN3Y3ladz09IiwibWFjIjoiZjg2MGRkOTU4NDYyMjA3YTAxYmQ4NjQzOGEwODdkYjNmOTAwNDM1NjM1ZWY4Mzk0NGI3ZTliMWRlMzhmZWRiZSJ9; expires=Wed, 19-Jul-2023 15:07:09 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 1,\n        \"customer\": 2,\n        \"text1\": \"Child 1\",\n        \"text2\": \"\",\n        \"text3\": \"\",\n        \"text4\": \"\",\n        \"text5\": \"\",\n        \"email\": \"\",\n        \"status1\": \"\",\n        \"status2\": \"\",\n        \"status3\": \"\",\n        \"date1\": \"2016-01-01\",\n        \"date2\": \"0000-00-00\",\n        \"date3\": \"0000-00-00\",\n        \"active\": true\n    },\n    {\n        \"key\": 2,\n        \"customer\": 2,\n        \"text1\": \"Child 2\",\n        \"text2\": \"\",\n        \"text3\": \"\",\n        \"text4\": \"\",\n        \"text5\": \"\",\n        \"email\": \"\",\n        \"status1\": \"\",\n        \"status2\": \"\",\n        \"status3\": \"\",\n        \"date1\": \"2020-01-13\",\n        \"date2\": \"0000-00-00\",\n        \"date3\": \"0000-00-00\",\n        \"active\": true\n    }\n]"}],"_postman_id":"8b4b4847-0302-4b86-aa8c-b72919a453ef"},{"name":"Customers/{{customerId}}/family/{{id}}","event":[{"listen":"test","script":{"id":"a7fa47b5-43fd-444f-be05-7d636c931e68","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"1c46efe7-ea02-45e4-8ebb-2c6e57269eae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2/family/1","description":"<p>This endpoint fetches a specific familymember for a customer.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>customer: The main customer id</li>\n<li>text1-5: Free fields, mostly used for name eg</li>\n<li>status1 -5: Free fields</li>\n<li>date1-3: Free fields, mostly used for date of birth eg</li>\n<li>active: If true, this family member can be used</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers","2","family","1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[],"_postman_id":"1c46efe7-ea02-45e4-8ebb-2c6e57269eae"},{"name":"Customers/{{customerId}}/family","event":[{"listen":"test","script":{"id":"1a42e0e0-b81c-4bd0-a535-1d349f2d80c6","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"ff176d68-5806-464b-957d-cb65a8db9619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2/family","description":"<p>To create a new family member use this endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers","2","family"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>email</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status1","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status2","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status3","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date1","value":"21/07/2023"},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date2","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date3","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"active","value":""}],"variable":[]}},"response":[],"_postman_id":"ff176d68-5806-464b-957d-cb65a8db9619"},{"name":"Customers/{{customerId}}/family","event":[{"listen":"test","script":{"id":"547f9eed-ddaf-4810-86a9-634aa4455716","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"adc2af5b-c145-408f-a60a-3010f2afde1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2/family/1","description":"<p>Update customer family by id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers","2","family","1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>email</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status1","value":null},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status2","value":null},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status3","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date1","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date2","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date3","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"active","value":null}],"variable":[]}},"response":[],"_postman_id":"adc2af5b-c145-408f-a60a-3010f2afde1a"},{"name":"Customers/{{customerId}}/family","event":[{"listen":"test","script":{"id":"f0589007-9074-4a86-9957-134ca5b22e1a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"7947338b-5885-40d8-b04a-a8cf56089c1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customers/2/family/1","description":"<p>Delete customer family member.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customers","2","family","1"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"7947338b-5885-40d8-b04a-a8cf56089c1b"}],"id":"3c5ee955-7d35-4762-b7e7-dd13ef0b0fed","description":"<p>A customer can have family members, for example a mother is the main customer.</p>\n<p>The childeren are the family members.</p>\n<p>Note: This function is not often used en should be discussed before implementation.</p>\n","_postman_id":"3c5ee955-7d35-4762-b7e7-dd13ef0b0fed","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Customer order status  todo","item":[{"name":"Customer_order_statuses","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"2e94db35-ee66-4c08-844b-18739de12fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_order_statuses","description":"<p>This endpoint fetches all customer order status as all calls it has to be done in steps with a maximum amount of 500 customer order status.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customer_order_statuses"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required_with:receipt_line|integer|between:1000000000,9999999999</p>\n","type":"text/plain"},"key":"receipt_id","value":null},{"disabled":true,"description":{"content":"<p>integer|between:1,65535</p>\n","type":"text/plain"},"key":"receipt_line","value":null},{"disabled":true,"description":{"content":"<p>required_with:reservation_line|integer|between:999100000,999199999</p>\n","type":"text/plain"},"key":"reservation_id","value":null},{"disabled":true,"description":{"content":"<p>integer|between:1,65535</p>\n","type":"text/plain"},"key":"reservation_line","value":null},{"disabled":true,"description":{"content":"<p>integer|between:1,16777215</p>\n","type":"text/plain"},"key":"transfer_request_item_id","value":null},{"disabled":true,"description":{"content":"<p>integer|between:1,16777215</p>\n","type":"text/plain"},"key":"transfer_item_id","value":null},{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"end_point_warehouse_id","value":null}],"variable":[]}},"response":[],"_postman_id":"2e94db35-ee66-4c08-844b-18739de12fa5"},{"name":"Customer_order_statuses/{{id}}","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"9cb13570-70e2-467f-886c-7d760e0c4905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_order_statuses/1","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customer_order_statuses","1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|integer</p>\n","type":"text/plain"},"key":"id","value":null}],"variable":[]}},"response":[],"_postman_id":"9cb13570-70e2-467f-886c-7d760e0c4905"},{"name":"Customer_order_statuses","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"2313b49d-6b78-4418-8dff-aaf82f118481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"receipt_id\":   \t        1234567890,\r\n    \"receipt_line\":             1,\r\n    \"reservation_id\":           999100001,\r\n    \"reservation_line\":         1,\r\n    \"transfer_request_item_id\": 1,\r\n    \"transfer_item_id\":         1,\r\n    \"type_id\":                  \"00001\",\r\n    \"status_id\":                \"00001\",\r\n    \"end_point_warehouse_id\":   \"01\",\r\n    \"user_id\":                  \"1001\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_order_statuses","description":"<p>To create a new brand this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customer_order_statuses"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>integer|between:1000000000,9999999999</p>\n","type":"text/plain"},"key":"receipt_id","value":null},{"disabled":true,"description":{"content":"<p>required_with:receipt_id|integer|between:1,65535</p>\n","type":"text/plain"},"key":"receipt_line","value":null},{"disabled":true,"description":{"content":"<p>integer|between:999100000,999199999</p>\n","type":"text/plain"},"key":"reservation_id","value":null},{"disabled":true,"description":{"content":"<p>required_with:reservation_id|integer|between:1,65535</p>\n","type":"text/plain"},"key":"reservation_line","value":null},{"disabled":true,"description":{"content":"<p>integer|between:1,16777215</p>\n","type":"text/plain"},"key":"transfer_request_item_id","value":null},{"disabled":true,"description":{"content":"<p>integer|between:1,16777215</p>\n","type":"text/plain"},"key":"transfer_item_id","value":null},{"disabled":true,"description":{"content":"<p>required|size:5</p>\n","type":"text/plain"},"key":"type_id","value":null},{"disabled":true,"description":{"content":"<p>required|size:5</p>\n","type":"text/plain"},"key":"status_id","value":null},{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"end_point_warehouse_id","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"user_id","value":null}],"variable":[]}},"response":[],"_postman_id":"2313b49d-6b78-4418-8dff-aaf82f118481"},{"name":"Customer_order_statuses/{{id}}","event":[{"listen":"test","script":{"id":"5ea368ce-72b2-4748-9377-0c069bd35b76","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"46437f83-a488-4195-b805-5177953cccaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"receipt_id\":   \t        1234567890,\r\n    \"receipt_line\":             1,\r\n    \"reservation_id\":           999100001,\r\n    \"reservation_line\":         1,\r\n    \"transfer_request_item_id\": 1,\r\n    \"transfer_item_id\":         1,\r\n    \"type_id\":                  \"00001\",\r\n    \"status_id\":                \"00001\",\r\n    \"end_point_warehouse_id\":   \"01\",\r\n    \"user_id\":                  \"1001\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_order_statuses/1","description":"<p>Update a customer order status</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customer_order_statuses","1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|intege</p>\n","type":"text/plain"},"key":"id","value":null},{"disabled":true,"description":{"content":"<p>integer|between:1000000000,9999999999</p>\n","type":"text/plain"},"key":"receipt_id","value":null},{"disabled":true,"description":{"content":"<p>required_with:receipt_id|integer|between:1,65535</p>\n","type":"text/plain"},"key":"receipt_line","value":null},{"disabled":true,"description":{"content":"<p>integer|between:999100000,999199999</p>\n","type":"text/plain"},"key":"reservation_id","value":null},{"disabled":true,"description":{"content":"<p>required_with:reservation_id|integer|between:1,65535</p>\n","type":"text/plain"},"key":"reservation_line","value":null},{"disabled":true,"description":{"content":"<p>integer|between:1,16777215</p>\n","type":"text/plain"},"key":"transfer_request_item_id","value":null},{"disabled":true,"description":{"content":"<p>integer|between:1,16777215</p>\n","type":"text/plain"},"key":"transfer_item_id","value":null},{"disabled":true,"description":{"content":"<p>required|size:5</p>\n","type":"text/plain"},"key":"type_id","value":null},{"disabled":true,"description":{"content":"<p>required|size:5</p>\n","type":"text/plain"},"key":"status_id","value":null},{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"end_point_warehouse_id","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"user_id","value":null}],"variable":[]}},"response":[],"_postman_id":"46437f83-a488-4195-b805-5177953cccaf"}],"id":"4c627334-dbea-49ae-8128-7f7081c570dc","_postman_id":"4c627334-dbea-49ae-8128-7f7081c570dc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Customer memos","item":[{"name":"Customer_memos","event":[{"listen":"test","script":{"id":"e13afd6b-c3bb-4e92-995a-1f2f68c747be","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"af42c5f9-d2d1-4782-94f9-85aa5db22f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_memos","description":"<p>This endpoint fetches all customer memo's as all calls it has to be done in steps with a maximum amount of 500 customer memos.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n<li>customer_id</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>customer_id: The specific customer id</li>\n<li>memo: The memo for a specific customer</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customer_memos"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"customer_id","value":"2"}],"variable":[]}},"response":[],"_postman_id":"af42c5f9-d2d1-4782-94f9-85aa5db22f93"},{"name":"Customer_memos/{{id}}","event":[{"listen":"test","script":{"id":"47b75c90-6e28-4810-bea9-812567a9d123","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"1ccc78d0-0dd7-4bef-a8b6-1a6e9a1c091f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_memos/{{id}}","description":"<p>This endpoint fetches a specific customers memo's as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n<li>customer_id</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>customer_id: The specific customer id</li>\n<li>memo: The memo for a specific customer</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customer_memos","{{id}}"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[],"_postman_id":"1ccc78d0-0dd7-4bef-a8b6-1a6e9a1c091f"},{"name":"Customer_memos","event":[{"listen":"test","script":{"id":"0116aa41-d2bb-4450-abf5-5c60282f30df","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"b42482e0-22e5-47ed-9e31-fb278f48eec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer_id\": 37790,\r\n    \"memo\": \"Memo text\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_memos","description":"<p>To create a new customer memo this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_id</td>\n<td>int</td>\n<td>required</td>\n</tr>\n<tr>\n<td>memo</td>\n<td>string</td>\n<td>required</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customer_memos"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"b42482e0-22e5-47ed-9e31-fb278f48eec1"},{"name":"Customer_memos","event":[{"listen":"test","script":{"id":"5deaf267-79c9-4a84-aaf5-406299d43273","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"9819fb65-0eeb-4f45-bf49-392d50b7e4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"memo\": \"Memo text new\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_memos/2","description":"<p>To update a customer memo this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>memo</td>\n<td>string</td>\n<td>required</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customer_memos","2"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"memo","value":""}],"variable":[]}},"response":[],"_postman_id":"9819fb65-0eeb-4f45-bf49-392d50b7e4a7"},{"name":"Customer_memos","event":[{"listen":"test","script":{"id":"54194850-2114-4337-adac-6e63d01d0532","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"63656432-b5f3-4709-b229-31d83ac0e157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/customer_memos/2","description":"<p>List all colors.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","customer_memos","2"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"63656432-b5f3-4709-b229-31d83ac0e157"}],"id":"93b30524-c97d-4ce4-80eb-981a1d7b3439","_postman_id":"93b30524-c97d-4ce4-80eb-981a1d7b3439","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Delivery addresses","item":[{"name":"Deliveryaddresses","event":[{"listen":"test","script":{"id":"0624f8f7-d0a6-4bcc-b002-c9be8199cb85","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"980831a0-5d84-4213-86db-4f2ad3513945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/deliveryaddresses","description":"<p>This endpoint fetches all delivery addresses as all calls it has to be done in steps with a maximum amount of 500 delivery addresses.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n<li>id</li>\n<li>customer_ids</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>customer: The specific customer</li>\n<li>name: The customer delivery name</li>\n<li>surname: The customer delivery surname</li>\n<li>address: The delivery address</li>\n<li>address2: Extra address line</li>\n<li>zip: The delivery zip address</li>\n<li>city: The delivery city</li>\n<li>country: The delivery country</li>\n<li>telephone: The delivery phone number</li>\n<li>mobile: A mobile phone number for delivery</li>\n<li>fax: A fax number for delivery</li>\n<li>email: A email address used for delivery</li>\n<li>remarks: If the customer has some specific delivery instructions</li>\n<li>vatid: If the delivery is for a specific company (doens't relate to an invoice)</li>\n<li>created: The creation date of the delivery address</li>\n<li>createdby: The userid of the creator</li>\n<li>modified: The date of modification</li>\n<li>modifiedby: The userid of te modifier</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","deliveryaddresses"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"id","value":null},{"disabled":true,"description":{"content":"<p>commaSeperatedInteger</p>\n","type":"text/plain"},"key":"customer_ids","value":null}],"variable":[]}},"response":[{"id":"985cc1a2-d60c-4218-850d-46456a115b68","name":"Deliveryaddresses","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/deliveryaddresses","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","deliveryaddresses"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true},{"key":"id","value":null,"description":"integer","type":"text","disabled":true},{"key":"customer_ids","value":null,"description":"commaSeperatedInteger","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 13:36:58 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Im4zZUwzSjVKSXVQXC9vQnAzcnpDN3FBPT0iLCJ2YWx1ZSI6ImNTRU5aaEVaR0RoYkFER1k2dUNxMmFcL1l1TkNHVGdlMndwTUlDSStjbkJFSUliaUNWVTdMWm9tWmdxc09xeithRUVHdm9INFZEdGZib0xubFJVOFdtZz09IiwibWFjIjoiZTNkNTc5ZmQyZDYwNTQzMGJjZTFmNTFmZjZhOGI2YTE2NzcyYjkwYWJiODMxMjZkMDU0ZmI4YWFhYjQ0Y2I5NyJ9; expires=Wed, 19-Jul-2023 15:36:58 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 1,\n        \"customer\": 2,\n        \"name\": \"Stefan\",\n        \"surname\": \"de Bakker\",\n        \"address\": \"Ambachtenlaan 6A\",\n        \"address2\": \"\",\n        \"zip\": \"9080\",\n        \"city\": \"Lochristi\",\n        \"country\": \"BE\",\n        \"telephone\": \"092190083\",\n        \"mobile\": \"\",\n        \"fax\": \"\",\n        \"email\": \"test@softtouch.be\",\n        \"remarks\": \"\",\n        \"vatid\": \"0\",\n        \"created\": \"2023-07-19\",\n        \"createdby\": \"1001\",\n        \"modified\": \"2023-07-19\",\n        \"modifiedby\": \"1001\"\n    }\n]"}],"_postman_id":"980831a0-5d84-4213-86db-4f2ad3513945"},{"name":"Deliveryaddresses/{{id}}","event":[{"listen":"test","script":{"id":"9ee00b01-0ea5-46ec-ac2f-2583cda01fda","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"47caab92-7ba6-4af0-afa1-ba464824a35c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/deliveryaddresses/1","description":"<p>This endpoint fetches a specific delivery addresses.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n<li>id</li>\n<li>customer_ids</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>customer: The specific customer</li>\n<li>name: The customer delivery name</li>\n<li>surname: The customer delivery surname</li>\n<li>address: The delivery address</li>\n<li>address2: Extra address line</li>\n<li>zip: The delivery zip address</li>\n<li>city: The delivery city</li>\n<li>country: The delivery country</li>\n<li>telephone: The delivery phone number</li>\n<li>mobile: A mobile phone number for delivery</li>\n<li>fax: A fax number for delivery</li>\n<li>email: A email address used for delivery</li>\n<li>remarks: If the customer has some specific delivery instructions</li>\n<li>vatid: If the delivery is for a specific company (doens't relate to an invoice)</li>\n<li>created: The creation date of the delivery address</li>\n<li>createdby: The userid of the creator</li>\n<li>modified: The date of modification</li>\n<li>modifiedby: The userid of te modifier</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","deliveryaddresses","1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"cc226475-fab2-45ac-9562-81bc503520bd","name":"Deliveryaddresses/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/deliveryaddresses/1","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","deliveryaddresses","1"],"query":[{"key":"display","value":"full","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 13:52:23 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlhOUVwvcnpVQnpDc2NRVysyU3lyelhnPT0iLCJ2YWx1ZSI6IjVzZFBQV2prUFwvN0F0RXZJdzZuXC9TSGs1SVlpKzNJZVJidEk5NWVRXC9JY3Z4OHp2ajFSTkNcLzhmdEpqYWRtTnc1eElqTUd4Z3k4eFdYdXVmTHhFZHVXdz09IiwibWFjIjoiMjI5YzU1N2RlODIxNTRiZjlhNWNlNDk3N2M5YTI4Nzc5YzZhOGVmNDc5NWNmN2ZmNGQ2YjFjYWQ4NDQzZmU1MyJ9; expires=Wed, 19-Jul-2023 15:52:23 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 1,\n    \"customer\": 2,\n    \"name\": \"Stefan\",\n    \"surname\": \"de Bakker\",\n    \"address\": \"Ambachtenlaan 6A\",\n    \"address2\": \"\",\n    \"zip\": \"9080\",\n    \"city\": \"Lochristi\",\n    \"country\": \"BE\",\n    \"telephone\": \"092190083\",\n    \"mobile\": \"\",\n    \"fax\": \"\",\n    \"email\": \"test@softtouch.be\",\n    \"remarks\": \"\",\n    \"vatid\": \"0\",\n    \"created\": \"2023-07-19\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-19\",\n    \"modifiedby\": \"1001\"\n}"}],"_postman_id":"47caab92-7ba6-4af0-afa1-ba464824a35c"},{"name":"Deliveryaddresses","event":[{"listen":"test","script":{"id":"87bf9a2d-e484-473d-a2b1-584ac124835e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"59ea65c1-7b62-4b9f-920d-942079cf69ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": 2,\r\n    \"name\": \"Stefan\",\r\n    \"surname\": \"de Bakker\",\r\n    \"address\": \"Ambachtenlaan 6A\",\r\n    \"address2\": \"\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Lochristi\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"092190083\",\r\n    \"mobile\": \"\",\r\n    \"fax\": \"\",\r\n    \"email\": \"test@softtouch.be\",\r\n    \"remarks\": \"\",\r\n    \"vatid\": \"0\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/deliveryaddresses","description":"<p>To create a new delivery address this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>zip</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vatid</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","deliveryaddresses"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|integer</p>\n","type":"text/plain"},"key":"customer","value":null},{"disabled":true,"key":"name","value":""},{"disabled":true,"key":"surname","value":null},{"disabled":true,"key":"address","value":null},{"disabled":true,"key":"address2","value":null},{"disabled":true,"key":"zip","value":null},{"disabled":true,"key":"city","value":null},{"disabled":true,"description":{"content":"<p>alpha|size:2</p>\n","type":"text/plain"},"key":"country","value":null},{"disabled":true,"key":"telephone","value":null},{"disabled":true,"key":"mobile","value":null},{"disabled":true,"key":"fax","value":null},{"disabled":true,"description":{"content":"<p>email</p>\n","type":"text/plain"},"key":"email","value":null},{"disabled":true,"key":"remarks","value":null},{"disabled":true,"key":"vatid","value":null}],"variable":[]}},"response":[{"id":"5e44fad0-cacc-4e64-9c4e-bab592d992b4","name":"Deliveryaddresses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": 2,\r\n    \"name\": \"Stefan\",\r\n    \"surname\": \"de Bakker\",\r\n    \"address\": \"Ambachtenlaan 6A\",\r\n    \"address2\": \"\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Lochristi\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"092190083\",\r\n    \"mobile\": \"\",\r\n    \"fax\": \"\",\r\n    \"email\": \"test@softtouch.be\",\r\n    \"remarks\": \"\",\r\n    \"vatid\": \"0\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/deliveryaddresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 13:34:15 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkN5d3hUaThPZzdXMW5qcWxcL0VSa1dBPT0iLCJ2YWx1ZSI6Imd0UTJtVkpsYUpiN2N4dUR1WkRDa0lYbUpUcTUremJKSEZYT2xTdW0zWkROT2ZpckdXR05zMFdNNExxMTZqZGprRDk5aGM1Mk05NTZTeFdRYk9GeFhnPT0iLCJtYWMiOiI0NTcwMTY0YzcyMWMxMmM0YTU5YTAwYjQyMzdjODc2Y2E1OTU3ZTJmMmZmYzgxNjkxODZkZjA3YzYwYmZlNWZmIn0%3D; expires=Wed, 19-Jul-2023 15:34:15 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 1,\n    \"customer\": 2,\n    \"name\": \"Stefan\",\n    \"surname\": \"de Bakker\",\n    \"address\": \"Ambachtenlaan 6A\",\n    \"address2\": \"\",\n    \"zip\": \"9080\",\n    \"city\": \"Lochristi\",\n    \"country\": \"BE\",\n    \"telephone\": \"092190083\",\n    \"mobile\": \"\",\n    \"fax\": \"\",\n    \"email\": \"test@softtouch.be\",\n    \"remarks\": \"\",\n    \"vatid\": \"0\",\n    \"created\": \"2023-07-19 00:00:00\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-19 00:00:00\",\n    \"modifiedby\": \"1001\"\n}"}],"_postman_id":"59ea65c1-7b62-4b9f-920d-942079cf69ba"},{"name":"Deliveryaddresses","event":[{"listen":"test","script":{"id":"a7f77bd3-385b-4c26-bfe2-d3f8c63a8a48","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"9418ac19-2bbb-4680-a14b-c127a9545ccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": 2,\r\n    \"name\": \"Stefan\",\r\n    \"surname\": \"de Bakker\",\r\n    \"address\": \"Ambachtenlaan 6a\",\r\n    \"address2\": \"\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Zeveneken\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"09/219.00.83\",\r\n    \"mobile\": \"\",\r\n    \"fax\": \"\",\r\n    \"email\": \"stefan@softtouch.be\",\r\n    \"remarks\": \"If not home, package can be delivered at the door.\",\r\n    \"vatid\": \"\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/deliveryaddresses/1","description":"<p>To update a delivery address this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>zip</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vatid</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","deliveryaddresses","1"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"aebf0a7d-b608-42e7-91b4-438e766f0e17","name":"Deliveryaddresses","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": 2,\r\n    \"name\": \"Stefan\",\r\n    \"surname\": \"de Bakker\",\r\n    \"address\": \"Ambachtenlaan 6a\",\r\n    \"address2\": \"\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Zeveneken\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"09/219.00.83\",\r\n    \"mobile\": \"\",\r\n    \"fax\": \"\",\r\n    \"email\": \"stefan@softtouch.be\",\r\n    \"remarks\": \"If not home, package can be delivered at the door.\",\r\n    \"vatid\": \"\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/deliveryaddresses/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 14:27:09 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImFvZVZVRlpSRmZrUUEwSWNIM0U3TlE9PSIsInZhbHVlIjoiNGp2VDVlSG9KNW9rZDRRbEE4ZnJ1Q2dsVmkzV2EzVGlOR2JXRmZ5MTNsVGhsNXBwRjhVU1ExZHVhTUNYRytmTXVQdGdoR3RVY1YrSUlxckNOTXpsWkE9PSIsIm1hYyI6IjYxOGM5M2FhODllMGU0NTk1YTA5NThkMTQ5YjM2NDI4MTg5MjRhZTk0OWM5OWUyOTE1YjFkMTdjMjFmNjlmNGIifQ%3D%3D; expires=Wed, 19-Jul-2023 16:27:09 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 1,\n    \"customer\": 2,\n    \"name\": \"Stefan\",\n    \"surname\": \"de Bakker\",\n    \"address\": \"Ambachtenlaan 6a\",\n    \"address2\": \"\",\n    \"zip\": \"9080\",\n    \"city\": \"Zeveneken\",\n    \"country\": \"BE\",\n    \"telephone\": \"09/219.00.83\",\n    \"mobile\": \"\",\n    \"fax\": \"\",\n    \"email\": \"stefan@softtouch.be\",\n    \"remarks\": \"If not home, package can be delivered at the door.\",\n    \"vatid\": \"\",\n    \"created\": \"2023-07-19\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-19 00:00:00\",\n    \"modifiedby\": \"1001\"\n}"}],"_postman_id":"9418ac19-2bbb-4680-a14b-c127a9545ccc"},{"name":"Deliveryaddresses","event":[{"listen":"test","script":{"id":"ca60ab19-4ee2-4f64-897a-805f6c7276b5","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"64b21b95-3126-483b-b032-341671720465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/deliveryaddresses/1","description":"<p>To delete a specific delivery address.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","deliveryaddresses","1"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"64b21b95-3126-483b-b032-341671720465"}],"id":"e86db9ef-bbf5-4a3e-a6ca-e1c63671d7f1","description":"<p>A reservation or receipt should have a delivery address id if the order needs to be shipped.</p>\n<p>A delivery address does not have to be the same address as the customer's address, for example, if a customer has the package delivered to his work.</p>\n","_postman_id":"e86db9ef-bbf5-4a3e-a6ca-e1c63671d7f1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Discount types","item":[{"name":"Discount_types","event":[{"listen":"test","script":{"id":"277f3bd8-a1f0-4a29-a883-b094d2cca013","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"3d50b65f-7968-4d44-8d13-a14b12aebc2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/discount_types","description":"<p>This endpoint fetches all discount types as all calls it has to be done in steps with a maximum amount of 500 discount types.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>This should be discussed with the client as this is a custom setting.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","discount_types"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"3d50b65f-7968-4d44-8d13-a14b12aebc2d"}],"id":"8d3320a0-db84-4bfc-b89c-ae75b69b40f8","_postman_id":"8d3320a0-db84-4bfc-b89c-ae75b69b40f8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"File and text presets","item":[{"name":"FilePresets","event":[{"listen":"test","script":{"id":"449a72f1-7477-4145-af3f-63885c22fff4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"be7e2ba9-bc09-4ac1-bd95-8555c074f02a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/file_presets","description":"<p>This endpoint fetches all file_presets as all calls it has to be done in steps with a maximum amount of 500 file_presets.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>id: The unique identifier</li>\n<li>description: The description of the file type</li>\n</ul>\n<p>This should be discussed with the client as this is a custom setting.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","file_presets"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"8a423ebf-5111-41d6-99bc-d9e7eb0d901e","name":"FilePresets","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/file_presets","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","file_presets"],"query":[{"key":"display","value":"full","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 14:32:37 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ilwvbm9JVmRZRnNWNVRNblExcFN3VUpnPT0iLCJ2YWx1ZSI6ImJsbVI5cUp1blwvZTFGZ1VtRHZCalFrTk93bXhBK2lCUTJcL2RhMGo5OHFzbDNIRXBJOTl6OUtNVThWZGI5K1RUejdmZmJmUFwvbE54aXl3N3ZNcTRCWXFRPT0iLCJtYWMiOiIzMjRjNjRiNmRlMTllMzNhMzkxZmZjNWEwOTYxMDg2ZjE0NDIzYjU4ZWVjYzNjNTljNTMxMmNjZmFmNmU3YjVmIn0%3D; expires=Wed, 19-Jul-2023 16:32:37 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"01\",\n        \"description\": \"Hoofd\"\n    },\n    {\n        \"id\": \"02\",\n        \"description\": \"Extra\"\n    }\n]"}],"_postman_id":"be7e2ba9-bc09-4ac1-bd95-8555c074f02a"},{"name":"FilePresets/{{id}}","event":[{"listen":"test","script":{"id":"73cc1239-3186-47bc-a542-51a189987cd0","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"e65aafe3-dc55-49a9-8c19-fa87840d02ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/file_presets/01","description":"<p>This endpoint fetches all file_presets as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>id: The unique identifier</li>\n<li>description: The description of the file type</li>\n</ul>\n<p>This should be discussed with the client as this is a custom setting.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","file_presets","01"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"6dd53cf3-611e-4834-abff-57ade34ac999","name":"FilePresets/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/file_presets/01","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","file_presets","01"],"query":[{"key":"display","value":"full","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 14:34:01 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlFCMmk1NWlMdXFMMmVTTjFVQmJoZFE9PSIsInZhbHVlIjoiWmV6K0ZiWUQzdDlJb1JFSEROZ0JPbmZXc3JSUlVUdTJPM0ZiMGdzVVJFKzk3QXhqMTBDV04wMDdnT2htQmRjTWxiRzg5VVRMc3lpeExINGJSa1Z0UEE9PSIsIm1hYyI6IjU5YTgwNWZmNjFjZDA1MGRhN2ZjNjYwOGU4MWQ5YjY3Yzc5M2Q0NjhhZjc1NjZjMWVkNDdlZTA1MTZmZTQyMWIifQ%3D%3D; expires=Wed, 19-Jul-2023 16:34:01 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"01\",\n    \"description\": \"Hoofd\"\n}"}],"_postman_id":"e65aafe3-dc55-49a9-8c19-fa87840d02ae"},{"name":"TextPresets","event":[{"listen":"test","script":{"id":"e59d2297-569b-44dc-865f-f51c80767aee","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"4577c26c-bda4-4faf-8ca9-4cdd8f9370f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/text_presets","description":"<p>This endpoint fetches all text presets as all calls it has to be done in steps with a maximum amount of 500 text presets.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>id: The unique identifier</li>\n<li>description: The description of the file type</li>\n</ul>\n<p>This should be discussed with the client as this is a custom setting. Not types starting with S are fixed SoftTouch types.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","text_presets"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"8ff92712-f4ac-4bb4-b9a2-825137f0b6e7","name":"TextPresets","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/text_presets","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","text_presets"],"query":[{"key":"display","value":"full","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 14:34:20 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlRXSDBHQzFBWXJVN3Q4akxFYmpYN3c9PSIsInZhbHVlIjoiUjlyVHRCYW92U3N0ZExWS0JhVHRNZXl4S2ZtbzhSMnJCSE1YNElIaFlmWE5UUjh0MEUxenIzWEo0OXJzUWplRWVlMU8zUktramMrV2JlZlRiZ0UrT0E9PSIsIm1hYyI6Ijk1MzFkZWNhMDcwMDVlNDE1Y2Y5NmNhZmViMmQ1MWY3NmZlMDYzNTc2YmE4MjgyMzNiMTE1ODcwNjJmNmM0MDIifQ%3D%3D; expires=Wed, 19-Jul-2023 16:34:20 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"S1\",\n        \"description\": \"Composition dutch\"\n    },\n    {\n        \"id\": \"S2\",\n        \"description\": \"Composition french\"\n    },\n    {\n        \"id\": \"S3\",\n        \"description\": \"Composition english\"\n    },\n    {\n        \"id\": \"SA\",\n        \"description\": \"SEO dutch\"\n    },\n    {\n        \"id\": \"SB\",\n        \"description\": \"SEO french\"\n    },\n    {\n        \"id\": \"SC\",\n        \"description\": \"SEO english\"\n    },\n    {\n        \"id\": \"S5\",\n        \"description\": \"Wash Instructions\"\n    },\n    {\n        \"id\": \"S6\",\n        \"description\": \"Bleach Instructions\"\n    },\n    {\n        \"id\": \"S7\",\n        \"description\": \"Dry Instructions\"\n    },\n    {\n        \"id\": \"S8\",\n        \"description\": \"Iron Instructions\"\n    },\n    {\n        \"id\": \"S9\",\n        \"description\": \"DryClean Instructions\"\n    },\n    {\n        \"id\": \"SJ\",\n        \"description\": \"Long Description dutch\"\n    },\n    {\n        \"id\": \"SK\",\n        \"description\": \"Long Description french\"\n    },\n    {\n        \"id\": \"SL\",\n        \"description\": \"Long Description english\"\n    },\n    {\n        \"id\": \"SM\",\n        \"description\": \"Short Description dutch\"\n    },\n    {\n        \"id\": \"SN\",\n        \"description\": \"Short Description french\"\n    },\n    {\n        \"id\": \"SO\",\n        \"description\": \"Short Description english\"\n    }\n]"}],"_postman_id":"4577c26c-bda4-4faf-8ca9-4cdd8f9370f1"},{"name":"TextPresets/{{id}}","event":[{"listen":"test","script":{"id":"df253e0a-dafc-48b7-802f-dc178057c096","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"dfb703a1-4b5d-4ab9-b008-7fef8ec2dda7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/text_presets/S1","description":"<p>This endpoint fetches a specific text presets as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>id: The unique identifier</li>\n<li>description: The description of the file type</li>\n</ul>\n<p>This should be discussed with the client as this is a custom setting. Not types starting with S are fixed SoftTouch types.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","text_presets","S1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"28ee9e47-86c9-4070-9893-9d27ca914f9b","name":"TextPresets/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/text_presets/S1","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","text_presets","S1"],"query":[{"key":"display","value":"full","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 14:35:17 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IldhSkw3aDQ1RGNmcXk0ZTJKNU1kQXc9PSIsInZhbHVlIjoiVWkxd0YxMHA0dUJ6MnZ5OUcySEV4R2dPeTQyemkrNFBkQ003em5MbW43NXpZSHdNUXNJdjg1ZEowbHBIaDBEaUxHcEhKREU1WmF0Z1ozK0lJNFZBK2c9PSIsIm1hYyI6IjVjNGRhNDgzZGE1YjExMmU1MGYwN2VmNDIwYmZiYmM3ZDU0ZGRhZmQzMzMzMTk2YjE2MWM2OTg5NTQyOWViZTkifQ%3D%3D; expires=Wed, 19-Jul-2023 16:35:17 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"S1\",\n    \"description\": \"Composition dutch\"\n}"}],"_postman_id":"dfb703a1-4b5d-4ab9-b008-7fef8ec2dda7"}],"id":"5b685a46-5887-479e-b5a1-6cf5bb4fc42e","_postman_id":"5b685a46-5887-479e-b5a1-6cf5bb4fc42e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Gift lists","item":[{"name":"Giftlists - DEPRECATED","event":[{"listen":"test","script":{"id":"b1239956-0492-49a3-a09d-20ca5e7a88b6","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"c18e26cf-f3a0-476d-bfcf-c06c843ed1cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists","description":"<p>This endpoint is deprecated, please consult the V2 gift_list_headers endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","giftlists"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>max:60</p>\n","type":"text/plain"},"key":"webuser","value":null},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:5</p>\n","type":"text/plain"},"key":"statuses","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"online","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:5</p>\n","type":"text/plain"},"key":"gifts/statuses","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"gifts/online","value":null}],"variable":[]}},"response":[{"id":"5e2b6708-0c12-40a8-8db2-efbd3aea14bd","name":"Giftlists - DEPRECATED","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","giftlists"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true},{"key":"webuser","value":null,"description":"max:60","type":"text","disabled":true},{"key":"statuses","value":null,"description":"CommaSeperatedSize:5","type":"text","disabled":true},{"key":"online","value":"","description":"boolean","type":"text","disabled":true},{"key":"gifts/statuses","value":null,"description":"CommaSeperatedSize:5","type":"text","disabled":true},{"key":"gifts/online","value":null,"description":"boolean","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 31 Oct 2024 12:28:06 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlhaWnBiekdZakE1SGkzb2ZaUmpkcGc9PSIsInZhbHVlIjoiNkdaQUhxSGNldDh0RVNQTVQ0aG5kUnNvVzhZWDdnVWZwUmRtNzg1Z2hcL1hKeks2cjJHczY2YVdwbHNoOUpaNnJCSWFMU0RGQ09iaGw1dTlLR1BJRE5BPT0iLCJtYWMiOiI3YjhhNmI3NjEzMDY4MTE1M2ViMTkwOTkzNjQ5NDQyNzE5N2E3MzdhZmNlYTQ0ZGQ3YTNlMTg2MjI3ZGFjMWQ5In0%3D; expires=Thu, 31-Oct-2024 14:28:06 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 1,\n        \"customer\": 4,\n        \"surname\": \"Doe\",\n        \"address\": \"Hoofdstraat 123\",\n        \"postcode\": \"1000\",\n        \"city\": \"Bruxelles\",\n        \"mother\": \"Mother name\",\n        \"father\": \"Father name\",\n        \"baby_name\": \"Baby name\",\n        \"brothers_sisters\": \"Sibling names\",\n        \"sex\": \"Sex of the baby\",\n        \"free_text\": \"\",\n        \"date1\": \"2024-10-06\",\n        \"date2\": \"2024-10-08\",\n        \"date3\": \"2024-11-30\",\n        \"date4\": \"2024-10-28\",\n        \"remark\": \"\",\n        \"status\": \"01000\",\n        \"value1\": 0,\n        \"value2\": 0,\n        \"value3\": 0,\n        \"created\": \"2024-10-28\",\n        \"modified\": \"0000-00-00\",\n        \"online\": true,\n        \"store\": \"02\",\n        \"webuser\": \"johndoe_245@fictional.com\",\n        \"webpass\": \"Twh43*sLK\",\n        \"created_at\": \"2024-10-28 14:19:39\",\n        \"updated_at\": \"2024-10-28 14:19:39\",\n        \"gifts\": [\n            {\n                \"key\": 1,\n                \"line\": \"1\",\n                \"product\": 10000301030102,\n                \"buyer_name\": \"\",\n                \"buyer_id\": \"\",\n                \"text3\": \"\",\n                \"text4\": \"\",\n                \"text5\": \"\",\n                \"text6\": \"\",\n                \"text7\": \"\",\n                \"text8\": \"\",\n                \"text9\": \"\",\n                \"product_desc\": \"Heren Kleding SoftTouch\",\n                \"sales_date\": \"2024-10-28\",\n                \"date2\": \"2024-10-28\",\n                \"date3\": \"2024-10-28\",\n                \"date4\": \"2024-10-28\",\n                \"remark\": \"\",\n                \"status\": \"01500\",\n                \"status2\": \"\",\n                \"status3\": \"\",\n                \"total\": 19.95,\n                \"discount\": 0,\n                \"due\": 19.95,\n                \"created\": \"2024-10-28\",\n                \"modified\": \"2024-10-28\",\n                \"online\": true,\n                \"location\": \"01700\",\n                \"mustbuy\": false,\n                \"must_buy\": false,\n                \"ticket\": 0,\n                \"timestamp\": \"2024-10-28 14:20:49\",\n                \"stockstatus\": \"01800\",\n                \"pickupby\": \"\",\n                \"pre_deliver\": false\n            }\n        ]\n    }\n]"}],"_postman_id":"c18e26cf-f3a0-476d-bfcf-c06c843ed1cc"},{"name":"Giftlists/{{id}} - DEPRECATED","event":[{"listen":"test","script":{"id":"5ff4827c-dccc-4aa1-ad16-12aa53d69d28","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"2b81be3f-c072-42c0-8c80-50a22a03a2a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists/1","description":"<p>This endpoint is deprecated, please consult the V2 gift_list_headers endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","giftlists","1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"8501fb12-cd8d-44c5-a9fd-91f1f5ec4fc2","name":"Giftlists/{{id}} - DEPRECATED","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists/1","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","giftlists","1"],"query":[{"key":"display","value":"full","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 31 Oct 2024 12:30:06 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InR6ZHBCWThGZUQ4dXVVYXBnK2tiYnc9PSIsInZhbHVlIjoiYng3WFl2VzhqXC93TUVLWG5JZ0xuSXpmbjBXRE9STjN2T2poelU4V0M3bjNNN0s4VVozWllaK240TlJiRGtpSVNcL0pPMVlMVjBNXC8wZkp4Wlp6ZVwvQTVBPT0iLCJtYWMiOiJmMzZkMmUyM2U5MTgwNWU3NDA0NGI5YzUxY2I5YzZjOGNlOGEzMGQyZmRiMmY1NDdiMDM3ZDRmYzJjODdhYmQ2In0%3D; expires=Thu, 31-Oct-2024 14:30:06 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 1,\n    \"customer\": 4,\n    \"surname\": \"Doe\",\n    \"address\": \"Hoofdstraat 123\",\n    \"postcode\": \"1000\",\n    \"city\": \"Bruxelles\",\n    \"mother\": \"Mother name\",\n    \"father\": \"Father name\",\n    \"baby_name\": \"Baby name\",\n    \"brothers_sisters\": \"Sibling names\",\n    \"sex\": \"Sex of the baby\",\n    \"free_text\": \"\",\n    \"date1\": \"2024-10-06\",\n    \"date2\": \"2024-10-08\",\n    \"date3\": \"2024-11-30\",\n    \"date4\": \"2024-10-28\",\n    \"remark\": \"\",\n    \"status\": \"01000\",\n    \"value1\": 0,\n    \"value2\": 0,\n    \"value3\": 0,\n    \"created\": \"2024-10-28\",\n    \"modified\": \"0000-00-00\",\n    \"online\": true,\n    \"store\": \"02\",\n    \"webuser\": \"johndoe_245@fictional.com\",\n    \"webpass\": \"Twh43*sLK\",\n    \"created_at\": \"2024-10-28 14:19:39\",\n    \"updated_at\": \"2024-10-28 14:19:39\",\n    \"gifts\": [\n        {\n            \"key\": 1,\n            \"line\": \"1\",\n            \"product\": 10000301030102,\n            \"buyer_name\": \"\",\n            \"buyer_id\": \"\",\n            \"text3\": \"\",\n            \"text4\": \"\",\n            \"text5\": \"\",\n            \"text6\": \"\",\n            \"text7\": \"\",\n            \"text8\": \"\",\n            \"text9\": \"\",\n            \"product_desc\": \"Heren Kleding SoftTouch\",\n            \"sales_date\": \"2024-10-28\",\n            \"date2\": \"2024-10-28\",\n            \"date3\": \"2024-10-28\",\n            \"date4\": \"2024-10-28\",\n            \"remark\": \"\",\n            \"status\": \"01500\",\n            \"status2\": \"\",\n            \"status3\": \"\",\n            \"total\": 19.95,\n            \"discount\": 0,\n            \"due\": 19.95,\n            \"created\": \"2024-10-28\",\n            \"modified\": \"2024-10-28\",\n            \"online\": true,\n            \"location\": \"01700\",\n            \"mustbuy\": false,\n            \"must_buy\": false,\n            \"ticket\": 0,\n            \"timestamp\": \"2024-10-28 14:20:49\",\n            \"stockstatus\": \"01800\",\n            \"pickupby\": \"\",\n            \"pre_deliver\": false\n        }\n    ]\n}"}],"_postman_id":"2b81be3f-c072-42c0-8c80-50a22a03a2a3"},{"name":"Giftlists","event":[{"listen":"test","script":{"id":"4d71a196-543e-4093-8d00-f16a8acc60d1","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"659df713-0313-49b3-851f-1344cb5d5297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": 1,\r\n    \"surname\": \"surname\",\r\n    \"address\": \"\",\r\n    \"postcode\": \"\",\r\n    \"city\": \"\",\r\n    \"mother\": \"\",\r\n    \"father\": \"\",\r\n    \"baby_name\": \"\",\r\n    \"brothers_sisters\": \"\",\r\n    \"sex\": \"\",\r\n    \"free_text\": \"\",\r\n    \"date1\": \"2021-08-26\",\r\n    \"date2\": \"2021-08-26\",\r\n    \"date3\": \"2021-08-26\",\r\n    \"date4\": \"2021-08-26\",\r\n    \"remark\": \"\",\r\n    \"status\": \"01000\",\r\n    \"value1\": 0,\r\n    \"value2\": 0,\r\n    \"value3\": 0,\r\n    \"online\": 1,\r\n    \"store\": \"01\",\r\n    \"webuser\": \"gebruiker@softtouch.be\",\r\n    \"webpass\": \"THISISTHEPASSWORD\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists","description":"<p>To create a new giftlist this endpoint should be used.</p>\n<p><b>Warning for all giftlist related endpoints:<br /></b>Please note that the giftlist module can be very different per client. This module is usually customised a lot for each client individually, which makes it hard to make 100% accurate documentation for every client...<br /><strong>We have tried to make a \"default\" usage, and the explanation below is based on this default.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th>Descr.</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer</td>\n<td>integer</td>\n<td>Customer id to assign to the giftlist</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>required string</td>\n<td>The surname used as the name of the giftlist</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>The address of the parents</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>string</td>\n<td>The postal code of the parents</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>The city of the parents</td>\n</tr>\n<tr>\n<td>mother</td>\n<td>string</td>\n<td>The mothers name</td>\n</tr>\n<tr>\n<td>father</td>\n<td>striing</td>\n<td>The fathers name</td>\n</tr>\n<tr>\n<td>baby_name</td>\n<td>string</td>\n<td>The baby's name</td>\n</tr>\n<tr>\n<td>brothers_sisters</td>\n<td>string</td>\n<td>The names of any siblings</td>\n</tr>\n<tr>\n<td>sex</td>\n<td>string</td>\n<td>The sex of the baby</td>\n</tr>\n<tr>\n<td>free_text</td>\n<td>string</td>\n<td>Free text field</td>\n</tr>\n<tr>\n<td>date1</td>\n<td>date</td>\n<td>The expected date of birth of the baby</td>\n</tr>\n<tr>\n<td>date2</td>\n<td>date</td>\n<td>The actual date of birth of the baby</td>\n</tr>\n<tr>\n<td>date3</td>\n<td>date</td>\n<td>The date the list is closed</td>\n</tr>\n<tr>\n<td>date4</td>\n<td>date</td>\n<td>Extra date field</td>\n</tr>\n<tr>\n<td>remark</td>\n<td>string</td>\n<td>Remark field</td>\n</tr>\n<tr>\n<td>value1</td>\n<td>numeric</td>\n<td>Not used.</td>\n</tr>\n<tr>\n<td>value2</td>\n<td>numeric</td>\n<td>Not used.</td>\n</tr>\n<tr>\n<td>value3</td>\n<td>numeric</td>\n<td>Not used.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>required string</td>\n<td>The status of the giftlist.  <br />By default the status can be set to the following:  <br /><strong>01000 - OPEN  <br />01001 - INACTIVE  <br />01002 - ACTIVE  <br />01003 - CLOSED</strong></td>\n</tr>\n<tr>\n<td>online</td>\n<td>boolean</td>\n<td>True or false, when marked true, the giftlist is available online</td>\n</tr>\n<tr>\n<td>store</td>\n<td>required string</td>\n<td>The store which the giftlist should be created and managed in</td>\n</tr>\n<tr>\n<td>webuser</td>\n<td>required_with:webpass string</td>\n<td>The username / login email used to access the list or buy something from the list.</td>\n</tr>\n<tr>\n<td>webpass</td>\n<td>required_with:webuser string</td>\n<td>The password used to access the list or buy something from the list.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Webuser and webpass are free fields, in case you choose to make use of these fields, you do have to encrypt / hash the webpass yourself. The usage of these fields can also be decided for each project individually... Do you want to use these credentials to allow the parants to manage the list online, or would you like to use these credentials to let other people access the list to buy items from it? The choice is up to your client.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","giftlists"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"customer","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"surname","value":null},{"disabled":true,"key":"address","value":null},{"disabled":true,"key":"postcode","value":null},{"disabled":true,"key":"city","value":null},{"disabled":true,"key":"mother","value":null},{"disabled":true,"key":"father","value":null},{"disabled":true,"key":"baby_name","value":null},{"disabled":true,"key":"brothers_sisters","value":null},{"disabled":true,"key":"sex","value":null},{"disabled":true,"key":"free_text","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date1","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date2","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date3","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date4","value":null},{"disabled":true,"key":"remark","value":null},{"disabled":true,"description":{"content":"<p>required|size:5</p>\n","type":"text/plain"},"key":"status","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"value1","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"value2","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"value3","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"online","value":null},{"disabled":true,"description":{"content":"<p>required|size:2</p>\n","type":"text/plain"},"key":"store","value":null},{"disabled":true,"description":{"content":"<p>required_with:webpass|max:60</p>\n","type":"text/plain"},"key":"webuser","value":null},{"disabled":true,"description":{"content":"<p>required_with:webuser|max:30</p>\n","type":"text/plain"},"key":"webpass","value":null}],"variable":[]}},"response":[{"id":"6bdc637c-dd77-4742-92e3-4e401d28dea9","name":"Giftlists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": 1,\r\n    \"surname\": \"surname\",\r\n    \"address\": \"\",\r\n    \"postcode\": \"\",\r\n    \"city\": \"\",\r\n    \"mother\": \"\",\r\n    \"father\": \"\",\r\n    \"baby_name\": \"\",\r\n    \"brothers_sisters\": \"\",\r\n    \"sex\": \"\",\r\n    \"free_text\": \"\",\r\n    \"date1\": \"2021-08-26\",\r\n    \"date2\": \"2021-08-26\",\r\n    \"date3\": \"2021-08-26\",\r\n    \"date4\": \"2021-08-26\",\r\n    \"remark\": \"\",\r\n    \"status\": \"01000\",\r\n    \"value1\": 0,\r\n    \"value2\": 0,\r\n    \"value3\": 0,\r\n    \"online\": 1,\r\n    \"store\": \"01\",\r\n    \"webuser\": \"user@softtouch.be\",\r\n    \"webpass\": \"THISISTHEPASSWORD\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","giftlists"],"query":[{"key":"customer","value":null,"description":"integer","type":"text","disabled":true},{"key":"surname","value":null,"description":"required","type":"text","disabled":true},{"key":"address","value":null,"type":"text","disabled":true},{"key":"postcode","value":null,"type":"text","disabled":true},{"key":"city","value":null,"type":"text","disabled":true},{"key":"mother","value":null,"type":"text","disabled":true},{"key":"father","value":null,"type":"text","disabled":true},{"key":"baby_name","value":null,"type":"text","disabled":true},{"key":"brothers_sisters","value":null,"type":"text","disabled":true},{"key":"sex","value":null,"type":"text","disabled":true},{"key":"free_text","value":null,"type":"text","disabled":true},{"key":"date1","value":null,"description":"date","type":"text","disabled":true},{"key":"date2","value":null,"description":"date","type":"text","disabled":true},{"key":"date3","value":null,"description":"date","type":"text","disabled":true},{"key":"date4","value":null,"description":"date","type":"text","disabled":true},{"key":"remark","value":null,"type":"text","disabled":true},{"key":"status","value":null,"description":"required|size:5","type":"text","disabled":true},{"key":"value1","value":null,"description":"numeric","type":"text","disabled":true},{"key":"value2","value":null,"description":"numeric","type":"text","disabled":true},{"key":"value3","value":null,"description":"numeric","type":"text","disabled":true},{"key":"online","value":null,"description":"boolean","type":"text","disabled":true},{"key":"store","value":null,"description":"required|size:2","type":"text","disabled":true},{"key":"webuser","value":null,"description":"required_with:webpass|max:60","type":"text","disabled":true},{"key":"webpass","value":null,"description":"required_with:webuser|max:30","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 31 Oct 2024 13:26:23 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkVpUzNLODMyN2dTMjZEN1pXbHFybFE9PSIsInZhbHVlIjoiMjRCeFN4enJ0OExtRVNIZDhmSHNmZUQ3MGpJTzhpTzYrSk5tNm95UFRlUWU3UWU0ajl6bkdPcGhSY2hvaU5BVE53dTVGQUo3QWhMamd2a1NiT3lTWUE9PSIsIm1hYyI6IjdhZjQ5YmZiMWQ4Y2U5MThmZGQwNDk4MTY5YmI5ZmQ0Y2M5ODg2NmYyMTA1ZDE2NWNiNjM0MTUyZTE3ZDZmMjQifQ%3D%3D; expires=Thu, 31-Oct-2024 15:26:23 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 2,\n    \"customer\": 1,\n    \"surname\": \"surname\",\n    \"address\": \"\",\n    \"postcode\": \"\",\n    \"city\": \"\",\n    \"mother\": \"\",\n    \"father\": \"\",\n    \"baby_name\": \"\",\n    \"brothers_sisters\": \"\",\n    \"sex\": \"\",\n    \"free_text\": \"\",\n    \"date1\": \"0001-01-01\",\n    \"date2\": \"0001-01-01\",\n    \"date3\": \"0001-01-01\",\n    \"date4\": \"0001-01-01\",\n    \"remark\": \"\",\n    \"status\": \"01000\",\n    \"value1\": 0,\n    \"value2\": 0,\n    \"value3\": 0,\n    \"created\": \"2024-10-31 00:00:00\",\n    \"modified\": \"2024-10-31 00:00:00\",\n    \"online\": true,\n    \"store\": \"01\",\n    \"webuser\": \"user@softtouch.be\",\n    \"webpass\": \"THISISTHEPASSWORD\",\n    \"created_at\": null,\n    \"updated_at\": null,\n    \"gifts\": []\n}"}],"_postman_id":"659df713-0313-49b3-851f-1344cb5d5297"},{"name":"Giftlists/validate-webuser","event":[{"listen":"test","script":{"id":"0ae22b42-6c4a-405f-b5bd-64415a5a8301","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"b457353e-6ad8-4ce4-8894-a7a5229a0bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"webuser\": \"johndoe_245@fictional.com\",\r\n    \"webpass\": \"Twh43*sLK\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists/validate-webuser","description":"<p>To verify a giftlist login, you may use this endpoint.</p>\n<p><b>Warning for all giftlist related endpoints:<br /></b>Please note that the giftlist module can be very different per client. This module is usually customised a lot for each client individually, which makes it hard to make 100% accurate documentation for every client...<br /><strong>We have tried to make a \"default\" usage, and the explanation below is based on this default.</strong></p>\n<p>The response will validate the webuser and webpass login credentials and return the coresponding giftlist.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","giftlists","validate-webuser"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|max:60</p>\n","type":"text/plain"},"key":"webuser","value":null},{"disabled":true,"description":{"content":"<p>required|max:30</p>\n","type":"text/plain"},"key":"webpass","value":null}],"variable":[]}},"response":[{"id":"f8824259-c21e-496b-8371-d4504eb0bf75","name":"Giftlists/validate-webuser","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"webuser\": \"johndoe_245@fictional.com\",\r\n    \"webpass\": \"Twh43*sLK\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists/validate-webuser","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","giftlists","validate-webuser"],"query":[{"key":"webuser","value":null,"description":"required|max:60","type":"text","disabled":true},{"key":"webpass","value":null,"description":"required|max:30","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 31 Oct 2024 15:07:53 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlhFbTd3M3FtNU13SmxhZmlvUExiQ1E9PSIsInZhbHVlIjoiNk5mem5RUFJTZFVlNTAyaDMrN3NoTklKbmtJOHZcL2hnalhIdDdlVTZPRFhwdXBwRWxOanc5VjU3U0VaVERZZkhiT0g3NHpndldDcUZ5VzQrMFwvTUVWQT09IiwibWFjIjoiNzFhNzQxYTVjYWMzYjMzYWFhNDM5YmViOTU1MzUwZGFkNTg3NjZiZDk4MGMzNmVkMzk5OTc2NzNjNjk5ZDE5NCJ9; expires=Thu, 31-Oct-2024 17:07:53 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 1,\n    \"customer\": 4,\n    \"surname\": \"Doe\",\n    \"address\": \"Hoofdstraat 123\",\n    \"postcode\": \"1000\",\n    \"city\": \"Bruxelles\",\n    \"mother\": \"Mother name\",\n    \"father\": \"Father name\",\n    \"baby_name\": \"Baby name\",\n    \"brothers_sisters\": \"Sibling names\",\n    \"sex\": \"Sex of the baby\",\n    \"free_text\": \"\",\n    \"date1\": \"2024-10-06\",\n    \"date2\": \"2024-10-08\",\n    \"date3\": \"2024-11-30\",\n    \"date4\": \"2024-10-28\",\n    \"remark\": \"\",\n    \"status\": \"01000\",\n    \"value1\": 0,\n    \"value2\": 0,\n    \"value3\": 0,\n    \"created\": \"2024-10-28\",\n    \"modified\": \"0000-00-00\",\n    \"online\": true,\n    \"store\": \"02\",\n    \"webuser\": \"johndoe_245@fictional.com\",\n    \"webpass\": \"Twh43*sLK\",\n    \"created_at\": \"2024-10-28 14:19:39\",\n    \"updated_at\": \"2024-10-28 14:19:39\",\n    \"gifts\": [\n        {\n            \"key\": 1,\n            \"line\": \"1\",\n            \"product\": 10000301030102,\n            \"buyer_name\": \"\",\n            \"buyer_id\": \"\",\n            \"text3\": \"\",\n            \"text4\": \"\",\n            \"text5\": \"\",\n            \"text6\": \"\",\n            \"text7\": \"\",\n            \"text8\": \"\",\n            \"text9\": \"\",\n            \"product_desc\": \"Heren Kleding SoftTouch\",\n            \"sales_date\": \"2024-10-28\",\n            \"date2\": \"2024-10-28\",\n            \"date3\": \"2024-10-28\",\n            \"date4\": \"2024-10-28\",\n            \"remark\": \"\",\n            \"status\": \"01500\",\n            \"status2\": \"\",\n            \"status3\": \"\",\n            \"total\": 19.95,\n            \"discount\": 0,\n            \"due\": 19.95,\n            \"created\": \"2024-10-28\",\n            \"modified\": \"2024-10-28\",\n            \"online\": true,\n            \"location\": \"01700\",\n            \"mustbuy\": false,\n            \"must_buy\": false,\n            \"ticket\": 0,\n            \"timestamp\": \"2024-10-28 14:20:49\",\n            \"stockstatus\": \"01800\",\n            \"pickupby\": \"\",\n            \"pre_deliver\": false\n        }\n    ]\n}"}],"_postman_id":"b457353e-6ad8-4ce4-8894-a7a5229a0bb2"},{"name":"Gifts","event":[{"listen":"test","script":{"id":"ca1023ea-8cb6-47b6-b7a8-d190f77c5ce7","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"83d482be-a75f-4f2c-b672-36804c0c128a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product\": 10000301030101,\r\n    \"buyer_name\": \"\",\r\n    \"buyer_id\": \"\",\r\n    \"text3\": \"\",\r\n    \"text4\": \"\",\r\n    \"text5\": \"\",\r\n    \"text6\": \"\",\r\n    \"text7\": \"\",\r\n    \"text8\": \"\",\r\n    \"text9\": \"\",\r\n    \"product_desc\": \"This is a description.\",\r\n    \"remark\": \"\",\r\n    \"status\": \"01500\",\r\n    \"total\": 100,\r\n    \"discount\": 25,\r\n    \"due\": 75,\r\n    \"online\": true,\r\n    \"location\": \"01700\",\r\n    \"mustbuy\": false,\r\n    \"ticket\": \"\",\r\n    \"stockstatus\": \"01802\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists/2/gifts","description":"<p>To create a new gift on a giftlist this endpoint should be used.</p>\n<p><b>Warning for all giftlist related endpoints:<br /></b>Please note that the giftlist module can be very different per client. This module is usually customised a lot for each client individually, which makes it hard to make 100% accurate documentation for every client...<br /><strong>We have tried to make a \"default\" usage, and the explanation below is based on this default.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product</td>\n<td>required product</td>\n<td>The product (uid / key) of the gift</td>\n</tr>\n<tr>\n<td>buyer_name</td>\n<td>string</td>\n<td>The name of the buyer</td>\n</tr>\n<tr>\n<td>buyer_id</td>\n<td>string</td>\n<td>The customer id of the buyer</td>\n</tr>\n<tr>\n<td>text3</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>text4</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>text5</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>text6</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>text7</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>text8</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>text9</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>product_desc</td>\n<td>string</td>\n<td>The product description for the gift</td>\n</tr>\n<tr>\n<td>sales_date</td>\n<td>date</td>\n<td>The date the gift was purchased</td>\n</tr>\n<tr>\n<td>date2</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>date3</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>date4</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>remark</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>required  <br />size: 5</td>\n<td>The status of the gift, this should be one of the following:  <br /><strong>01500 - OPEN  <br />01501 - RESERVED  <br />01502 - SOLD</strong></td>\n</tr>\n<tr>\n<td>total</td>\n<td>required numeric</td>\n<td>The total value of the gift before discount</td>\n</tr>\n<tr>\n<td>discount</td>\n<td>required numeric</td>\n<td>The total discount of the gift</td>\n</tr>\n<tr>\n<td>due</td>\n<td>required numeric</td>\n<td>The total value of the gift after discount</td>\n</tr>\n<tr>\n<td>online</td>\n<td>boolean</td>\n<td>If true, the gift should be shown online</td>\n</tr>\n<tr>\n<td>must_buy</td>\n<td>boolean</td>\n<td>If true, the gift HAS to be purchased by the end of the giftlist</td>\n</tr>\n<tr>\n<td>ticket</td>\n<td>string</td>\n<td>The receipt or reservation id the gift got purchased on</td>\n</tr>\n<tr>\n<td>stockstatus</td>\n<td>size: 5</td>\n<td>The status of the stock for this gift, this can be one of the following:  <br /><strong>01800 - OPEN</strong>  <br /><strong>01801 ORDER  <br />01802 - STOCK</strong></td>\n</tr>\n<tr>\n<td>pickupby</td>\n<td>size: 5</td>\n<td>The choice of who will pickup the gift, this can be one of the following:  <br /><strong>01600 - GIFTER  <br />01601 - LIST OWNER</strong></td>\n</tr>\n<tr>\n<td>location</td>\n<td>size: 5</td>\n<td>The location of the gift, this can be one of the following:  <br /><strong>01700 - STORE</strong>  <br /><strong>01701 - GIFTER  <br />01702 - LIST OWNER</strong></td>\n</tr>\n<tr>\n<td>pre_deliver</td>\n<td>boolean</td>\n<td>TODO</td>\n</tr>\n<tr>\n<td>status2</td>\n<td>size:5</td>\n<td>This is a custom status field, values can vary per client, however for status2 the values will always start with \"013\".</td>\n</tr>\n<tr>\n<td>status3</td>\n<td>size:5</td>\n<td>This is a custom status field, values can vary per client, however for status2 the values will always start with \"014\".</td>\n</tr>\n</tbody>\n</table>\n</div><p>In order to create a gift, you will need an existing giftlist.</p>\n<p>A gift is also required to have a <strong>product</strong>, which should always be a barcode (product key) that exists within the store of the giftlist.<br />Furthermore, it's also required to put a product description, status, total, discount and due amount.</p>\n<p>The <strong>status</strong>, by default, should be 01500 (OPEN), unless you're adding a gift voucher to a gift list, in which case the status will immediately be 01501 (RESERVED, for reservations) or 01502 (SOLD, for receipts).</p>\n<p>The <strong>total, discount and due</strong> amount should always be calculated alongside eachother.</p>\n<p>In most cases, once an item has been added on the list, the total, discount and due should not change (even if the article price changes due to sales), this means that when you're selling a gift, you have to use the due price of the gift, and not the current price.</p>\n<p>When selling a gift on a receipt, it is very important you assign the \"<strong>ticket</strong>\" (that being either the reservation id or the receipt id) and also the \"<strong>pickupby</strong>\" field. In most cases the pickup will be done by either the parents themselves (LIST OWNER - 01601) or by the gifter (01701), you should provide the customer the choice unless otherwise specified.</p>\n<p>Meanwhile, if a shipping label is created or the item will be picked up in the store, you should also choose the corresponding \"<strong>location</strong>\", this is the <b>CURRENT</b> location of the gift.<br />If you have a shipping integration and the gift gets shipped, you should update the location accordingly, otherwise you should default the location to 01700 (STORE).</p>\n<p>Any other field can be freely used according to its usage, don't hesitate to ask for more information via <a href=\"https://mailto:dev@softtouch.be\">dev@softtouch.be</a> when something is unclear or seems to deviate from the default.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","giftlists","2","gifts"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|integer|between:10000000000000,99999999999999</p>\n","type":"text/plain"},"key":"product","value":""},{"disabled":true,"key":"buyer_name","value":""},{"disabled":true,"key":"buyer_id","value":""},{"disabled":true,"key":"text3","value":""},{"disabled":true,"key":"text4","value":""},{"disabled":true,"key":"text5","value":""},{"disabled":true,"key":"text6","value":""},{"disabled":true,"key":"text7","value":""},{"disabled":true,"key":"text8","value":""},{"disabled":true,"key":"text9","value":""},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"product_desc","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"sales_date","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date2","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date3","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date4","value":""},{"disabled":true,"key":"remark","value":""},{"disabled":true,"description":{"content":"<p>required|size:5</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>required|numeric</p>\n","type":"text/plain"},"key":"total","value":""},{"disabled":true,"description":{"content":"<p>required|numeric</p>\n","type":"text/plain"},"key":"discount","value":""},{"disabled":true,"description":{"content":"<p>required|numeric</p>\n","type":"text/plain"},"key":"due","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"online","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"location","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"mustbuy","value":""},{"disabled":true,"key":"ticket","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"stockstatus","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"pickupby","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"pre_deliver","value":null},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status2","value":null},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status3","value":null}],"variable":[]}},"response":[{"id":"51ac5852-1ca5-4dc6-aa50-c020484db1e6","name":"Gifts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product\": 10000301030101,\r\n    \"buyer_name\": \"\",\r\n    \"buyer_id\": \"\",\r\n    \"text3\": \"\",\r\n    \"text4\": \"\",\r\n    \"text5\": \"\",\r\n    \"text6\": \"\",\r\n    \"text7\": \"\",\r\n    \"text8\": \"\",\r\n    \"text9\": \"\",\r\n    \"product_desc\": \"This is a description.\",\r\n    \"remark\": \"\",\r\n    \"status\": \"01500\",\r\n    \"total\": 100,\r\n    \"discount\": 25,\r\n    \"due\": 75,\r\n    \"online\": true,\r\n    \"location\": \"01700\",\r\n    \"mustbuy\": false,\r\n    \"ticket\": \"\",\r\n    \"stockstatus\": \"01802\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists/2/gifts","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","giftlists","2","gifts"],"query":[{"key":"product","value":null,"description":"required|integer|between:10000000000000,99999999999999","type":"text","disabled":true},{"key":"buyer_name","value":null,"type":"text","disabled":true},{"key":"buyer_id","value":null,"type":"text","disabled":true},{"key":"text3","value":null,"type":"text","disabled":true},{"key":"text4","value":null,"type":"text","disabled":true},{"key":"text5","value":null,"type":"text","disabled":true},{"key":"text6","value":null,"type":"text","disabled":true},{"key":"text7","value":null,"type":"text","disabled":true},{"key":"text8","value":null,"type":"text","disabled":true},{"key":"text9","value":null,"type":"text","disabled":true},{"key":"product_desc","value":null,"description":"required","type":"text","disabled":true},{"key":"sales_date","value":null,"description":"date","type":"text","disabled":true},{"key":"date2","value":null,"description":"date","type":"text","disabled":true},{"key":"date3","value":null,"description":"date","type":"text","disabled":true},{"key":"date4","value":null,"description":"date","type":"text","disabled":true},{"key":"remark","value":null,"type":"text","disabled":true},{"key":"status","value":null,"description":"required|size:5","type":"text","disabled":true},{"key":"total","value":null,"description":"required|numeric","type":"text","disabled":true},{"key":"discount","value":null,"description":"required|numeric","type":"text","disabled":true},{"key":"due","value":null,"description":"required|numeric","type":"text","disabled":true},{"key":"online","value":null,"description":"boolean","type":"text","disabled":true},{"key":"location","value":null,"description":"size:5","type":"text","disabled":true},{"key":"mustbuy","value":null,"description":"boolean","type":"text","disabled":true},{"key":"ticket","value":null,"type":"text","disabled":true},{"key":"stockstatus","value":null,"description":"size:5","type":"text","disabled":true},{"key":"pickupby","value":null,"description":"size:5","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 31 Oct 2024 16:26:14 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkNsNHJQOFwvMzNsNVhyeDhEVnhjcUtBPT0iLCJ2YWx1ZSI6ImcxXC95RG9cL3E2M3B1VUJsNjZOTmNnUVNyb0NVVkpvVHI4eXIrWFQ4Tk8xMnErVFN4NWNsWmUyandFZTMrYkxqeGZlbitlMDZ1NEN3SXVldk1cL0t2aVhnPT0iLCJtYWMiOiJjYjBkNDQ2ODg4ZjUxMzhiNmJiYjQwNmNkZDBjZjgxNDliMzY0N2NkMjBiZjc5NzExYTdjYTg0YjczMmEzZGRlIn0%3D; expires=Thu, 31-Oct-2024 18:26:14 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 2,\n    \"line\": \"1\",\n    \"product\": 10000301030101,\n    \"buyer_name\": \"\",\n    \"buyer_id\": \"\",\n    \"text3\": \"\",\n    \"text4\": \"\",\n    \"text5\": \"\",\n    \"text6\": \"\",\n    \"text7\": \"\",\n    \"text8\": \"\",\n    \"text9\": \"\",\n    \"product_desc\": \"This is a description.\",\n    \"sales_date\": \"2024-10-31\",\n    \"date2\": \"2024-10-31\",\n    \"date3\": \"2024-10-31\",\n    \"date4\": \"2024-10-31\",\n    \"remark\": \"\",\n    \"status\": \"01500\",\n    \"status2\": \"\",\n    \"status3\": \"\",\n    \"total\": 100,\n    \"discount\": 25,\n    \"due\": 75,\n    \"created\": \"2024-10-31 00:00:00\",\n    \"modified\": \"2024-10-31 00:00:00\",\n    \"online\": true,\n    \"location\": \"01700\",\n    \"mustbuy\": false,\n    \"must_buy\": false,\n    \"ticket\": 0,\n    \"timestamp\": \"2024-10-31 17:26:14\",\n    \"stockstatus\": \"01802\",\n    \"pickupby\": \"\",\n    \"pre_deliver\": false\n}"}],"_postman_id":"83d482be-a75f-4f2c-b672-36804c0c128a"},{"name":"Giftlists","event":[{"listen":"test","script":{"id":"1da3e07f-6f70-4103-9d5e-d4267eede376","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"b2a1b664-77c1-4f8b-be4d-8dcab3f10611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"date2\": \"2024-09-30\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists/1","description":"<p>To update an existing giftlist, use this endpoint.</p>\n<p><b>Warning for all giftlist related endpoints:<br /></b>Please note that the giftlist module can be very different per client. This module is usually customised a lot for each client individually, which makes it hard to make 100% accurate documentation for every client...<br /><strong>We have tried to make a \"default\" usage, and the explanation below is based on this default.</strong></p>\n<p>For more information of the fields you can update, please check the POST endpoint for giftlists.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","giftlists","1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"customer","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"surname","value":null},{"disabled":true,"key":"address","value":null},{"disabled":true,"key":"postcode","value":null},{"disabled":true,"key":"city","value":null},{"disabled":true,"key":"mother","value":null},{"disabled":true,"key":"father","value":null},{"disabled":true,"key":"baby_name","value":null},{"disabled":true,"key":"brothers_sisters","value":null},{"disabled":true,"key":"sex","value":null},{"disabled":true,"key":"free_text","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date1","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date2","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date3","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date4","value":null},{"disabled":true,"key":"remark","value":null},{"disabled":true,"description":{"content":"<p>required|size:5</p>\n","type":"text/plain"},"key":"status","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"value1","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"value2","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"value3","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"online","value":null},{"disabled":true,"description":{"content":"<p>required|size:2</p>\n","type":"text/plain"},"key":"store","value":null},{"disabled":true,"description":{"content":"<p>required_with:webpass|max:60</p>\n","type":"text/plain"},"key":"webuser","value":null},{"disabled":true,"description":{"content":"<p>required_with:webuser|max:30</p>\n","type":"text/plain"},"key":"webpass","value":null}],"variable":[]}},"response":[{"id":"78dfef03-afc4-4338-bf24-1b2441201d42","name":"Giftlists","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"date2\": \"2024-09-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists/1","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","giftlists","1"],"query":[{"key":"customer","value":null,"description":"integer","type":"text","disabled":true},{"key":"surname","value":null,"description":"required","type":"text","disabled":true},{"key":"address","value":null,"type":"text","disabled":true},{"key":"postcode","value":null,"type":"text","disabled":true},{"key":"city","value":null,"type":"text","disabled":true},{"key":"mother","value":null,"type":"text","disabled":true},{"key":"father","value":null,"type":"text","disabled":true},{"key":"baby_name","value":null,"type":"text","disabled":true},{"key":"brothers_sisters","value":null,"type":"text","disabled":true},{"key":"sex","value":null,"type":"text","disabled":true},{"key":"free_text","value":null,"type":"text","disabled":true},{"key":"date1","value":null,"description":"date","type":"text","disabled":true},{"key":"date2","value":null,"description":"date","type":"text","disabled":true},{"key":"date3","value":null,"description":"date","type":"text","disabled":true},{"key":"date4","value":null,"description":"date","type":"text","disabled":true},{"key":"remark","value":null,"type":"text","disabled":true},{"key":"status","value":null,"description":"required|size:5","type":"text","disabled":true},{"key":"value1","value":null,"description":"numeric","type":"text","disabled":true},{"key":"value2","value":null,"description":"numeric","type":"text","disabled":true},{"key":"value3","value":null,"description":"numeric","type":"text","disabled":true},{"key":"online","value":null,"description":"boolean","type":"text","disabled":true},{"key":"store","value":null,"description":"required|size:2","type":"text","disabled":true},{"key":"webuser","value":null,"description":"required_with:webpass|max:60","type":"text","disabled":true},{"key":"webpass","value":null,"description":"required_with:webuser|max:30","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 07 Nov 2024 08:07:29 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlgzWnVpYTBOTDRLZHhnRDE4WWlOK3c9PSIsInZhbHVlIjoieHBtXC9pSTN6UStZQ2pDYWVBRDFlZkhDaEpEUFFFd1U4NEFzYjFPNDNIKzJpZXNJSm1zZ1RTdTdcL1VYa1Z3cVZPZWpGY3htVHRtMHQxZE9xQnRWbmRoZz09IiwibWFjIjoiZDgyMWFhMTgxODZlNjJiODBmODZiNTNmNGJjNjE2YmRmMmI4YzhkMDIxZDJlZmRlNTg2NjJiNTM4MWY5YjI3ZCJ9; expires=Thu, 07-Nov-2024 10:07:29 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 1,\n    \"customer\": 4,\n    \"surname\": \"Doe\",\n    \"address\": \"Hoofdstraat 123\",\n    \"postcode\": \"1000\",\n    \"city\": \"Bruxelles\",\n    \"mother\": \"Mother name\",\n    \"father\": \"Father name\",\n    \"baby_name\": \"Baby name\",\n    \"brothers_sisters\": \"Sibling names\",\n    \"sex\": \"Sex of the baby\",\n    \"free_text\": \"\",\n    \"date1\": \"2024-10-06\",\n    \"date2\": \"2024-09-30\",\n    \"date3\": \"2024-11-30\",\n    \"date4\": \"2024-10-28\",\n    \"remark\": \"\",\n    \"status\": \"01000\",\n    \"value1\": 0,\n    \"value2\": 0,\n    \"value3\": 0,\n    \"created\": \"2024-10-28\",\n    \"modified\": \"2024-11-07 00:00:00\",\n    \"online\": true,\n    \"store\": \"02\",\n    \"webuser\": \"johndoe_245@fictional.com\",\n    \"webpass\": \"Twh43*sLK\",\n    \"created_at\": \"2024-10-28 14:19:39\",\n    \"updated_at\": \"2024-10-28 14:19:39\",\n    \"gifts\": [\n        {\n            \"key\": 1,\n            \"line\": \"1\",\n            \"product\": 10000301030102,\n            \"buyer_name\": \"\",\n            \"buyer_id\": \"\",\n            \"text3\": \"\",\n            \"text4\": \"\",\n            \"text5\": \"\",\n            \"text6\": \"\",\n            \"text7\": \"\",\n            \"text8\": \"\",\n            \"text9\": \"\",\n            \"product_desc\": \"Heren Kleding SoftTouch\",\n            \"sales_date\": \"2024-10-28\",\n            \"date2\": \"2024-10-28\",\n            \"date3\": \"2024-10-28\",\n            \"date4\": \"2024-10-28\",\n            \"remark\": \"\",\n            \"status\": \"01500\",\n            \"status2\": \"\",\n            \"status3\": \"\",\n            \"total\": 19.95,\n            \"discount\": 0,\n            \"due\": 19.95,\n            \"created\": \"2024-10-28\",\n            \"modified\": \"2024-10-28\",\n            \"online\": true,\n            \"location\": \"01700\",\n            \"mustbuy\": false,\n            \"must_buy\": false,\n            \"ticket\": 0,\n            \"timestamp\": \"2024-10-28 14:20:49\",\n            \"stockstatus\": \"01800\",\n            \"pickupby\": \"\",\n            \"pre_deliver\": false\n        }\n    ]\n}"}],"_postman_id":"b2a1b664-77c1-4f8b-be4d-8dcab3f10611"},{"name":"Gifts","event":[{"listen":"test","script":{"id":"1b690f7d-f3ad-4afe-88ce-c815da335ad4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"e09ba8fd-4795-48e3-bcb0-ef9b1a331cc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"buyer_name\": \"Uncle John\",\r\n    \"buyer_id\": \"4\",\r\n    \"sales_date\": \"2024-10-30\",\r\n    \"remark\": \"Hope you enjoy this little gift!\",\r\n    \"status\": \"01502\",\r\n    \"ticket\": \"1000000002\",\r\n    \"location\": \"01700\",\r\n    \"pickupby\": \"01601\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists/2/gifts/2","description":"<p>To update an existing gift on a giftlist, use this endpoint.</p>\n<p><b>Warning for all giftlist related endpoints:<br /></b>Please note that the giftlist module can be very different per client. This module is usually customised a lot for each client individually, which makes it hard to make 100% accurate documentation for every client...<br /><strong>We have tried to make a \"default\" usage, and the explanation below is based on this default.</strong></p>\n<p>Most parameters that can be updated have already been explained in the gifts POST endpoint, please take a look at the POST endpoint for more information on most parameters.</p>\n<p>The patch call will most often be used after a gift has been purchased, a couple of things need to be updated when this happens:</p>\n<ul>\n<li><p>The <strong>buyer_name</strong> and <strong>buyer_id</strong> should be updated, the buyer_id is the customer_id of the buyer and the buyer_name is just a string field in which you could technically put whatever the buyer wants to be called.</p>\n</li>\n<li><p><strong>Sales_date</strong> needs to be updated to the date the gift was purchased.</p>\n</li>\n<li><p><strong>Remark</strong> could be filled in with a message from the buyer (optional, but often requested)</p>\n</li>\n<li><p>The <strong>status</strong>, <strong>pickupby</strong> and possibly <strong>location</strong> needs to be updated as well, for more information on this, please check the POST endpoint for gifts.</p>\n</li>\n<li><p>The <strong>ticket</strong> field must be updated to the receipt or reservation id (the id of whichever transaction you are using)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","giftlists","2","gifts","2"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>integer|between:10000000000000,99999999999999</p>\n","type":"text/plain"},"key":"product","value":""},{"disabled":true,"key":"buyer_name","value":""},{"disabled":true,"key":"buyer_id","value":""},{"disabled":true,"key":"text3","value":""},{"disabled":true,"key":"text4","value":""},{"disabled":true,"key":"text5","value":""},{"disabled":true,"key":"text6","value":""},{"disabled":true,"key":"text7","value":""},{"disabled":true,"key":"text8","value":""},{"disabled":true,"key":"text9","value":""},{"disabled":true,"key":"product_desc","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"sales_date","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date2","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date3","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date4","value":""},{"disabled":true,"key":"remark","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status2","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status3","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"stockstatus","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"pickupby","value":""},{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"location","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"total","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"discount","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"due","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"online","value":""},{"disabled":true,"key":"ticket","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"mustbuy","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"pre_deliver","value":""}],"variable":[]}},"response":[{"id":"3aa2e82e-32e7-476e-9f8a-64ab74c2cc61","name":"Gifts","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"buyer_name\": \"Uncle John\",\r\n    \"buyer_id\": \"4\",\r\n    \"sales_date\": \"2024-10-30\",\r\n    \"remark\": \"Hope you enjoy this little gift!\",\r\n    \"status\": \"01502\",\r\n    \"ticket\": \"1000000002\",\r\n    \"location\": \"01700\",\r\n    \"pickupby\": \"01601\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/giftlists/2/gifts/2","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","giftlists","2","gifts","2"],"query":[{"key":"product","value":"","description":"integer|between:10000000000000,99999999999999","type":"text","disabled":true},{"key":"buyer_name","value":"","type":"text","disabled":true},{"key":"buyer_id","value":"","type":"text","disabled":true},{"key":"text3","value":"","type":"text","disabled":true},{"key":"text4","value":"","type":"text","disabled":true},{"key":"text5","value":"","type":"text","disabled":true},{"key":"text6","value":"","type":"text","disabled":true},{"key":"text7","value":"","type":"text","disabled":true},{"key":"text8","value":"","type":"text","disabled":true},{"key":"text9","value":"","type":"text","disabled":true},{"key":"product_desc","value":"","type":"text","disabled":true},{"key":"sales_date","value":"","description":"date","type":"text","disabled":true},{"key":"date2","value":"","description":"date","type":"text","disabled":true},{"key":"date3","value":"","description":"date","type":"text","disabled":true},{"key":"date4","value":"","description":"date","type":"text","disabled":true},{"key":"remark","value":"","type":"text","disabled":true},{"key":"status","value":"","description":"size:5","type":"text","disabled":true},{"key":"status2","value":"","description":"size:5","type":"text","disabled":true},{"key":"status3","value":"","description":"size:5","type":"text","disabled":true},{"key":"stockstatus","value":"","description":"size:5","type":"text","disabled":true},{"key":"pickupby","value":"","description":"size:5","type":"text","disabled":true},{"key":"location","value":"","description":"size:5","type":"text","disabled":true},{"key":"total","value":"","description":"numeric","type":"text","disabled":true},{"key":"discount","value":"","description":"numeric","type":"text","disabled":true},{"key":"due","value":"","description":"numeric","type":"text","disabled":true},{"key":"online","value":"","description":"boolean","type":"text","disabled":true},{"key":"ticket","value":"","type":"text","disabled":true},{"key":"mustbuy","value":"","description":"boolean","type":"text","disabled":true},{"key":"pre_deliver","value":"","description":"boolean","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 07 Nov 2024 07:59:53 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InNYejJONHZrMGJ6a1RTY1JRbmZtcUE9PSIsInZhbHVlIjoiRmtaVnJBTzJ3MHVkMVE5SmVTUFB1Yml4a0dKcEtid3RMVjRUdThXN3lhT2FUK1FkYjFqMU8yUzVcL0JDZWpBa1loNWtrSjduNUdaeHJSWHBuc2FBbU13PT0iLCJtYWMiOiJkMDA3NDhiODBlYTQ4NjliNjRhN2JkYTRmMmQzMGY1YmIzMjZmZGMyMDYyZTY4M2VkODA1NDJhZTg3OTAzMzdjIn0%3D; expires=Thu, 07-Nov-2024 09:59:53 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 2,\n    \"line\": \"1\",\n    \"product\": 10000301030101,\n    \"buyer_name\": \"Uncle John\",\n    \"buyer_id\": \"4\",\n    \"text3\": \"\",\n    \"text4\": \"\",\n    \"text5\": \"\",\n    \"text6\": \"\",\n    \"text7\": \"\",\n    \"text8\": \"\",\n    \"text9\": \"\",\n    \"product_desc\": \"This is a description.\",\n    \"sales_date\": \"2024-10-30\",\n    \"date2\": \"2024-10-31\",\n    \"date3\": \"2024-10-31\",\n    \"date4\": \"2024-10-31\",\n    \"remark\": \"Hope you enjoy this little gift!\",\n    \"status\": \"01502\",\n    \"status2\": \"\",\n    \"status3\": \"\",\n    \"total\": 100,\n    \"discount\": 25,\n    \"due\": 75,\n    \"created\": \"2024-10-31\",\n    \"modified\": \"2024-11-07 00:00:00\",\n    \"online\": true,\n    \"location\": \"01700\",\n    \"mustbuy\": false,\n    \"must_buy\": false,\n    \"ticket\": 1000000002,\n    \"timestamp\": \"2024-11-07 08:59:53\",\n    \"stockstatus\": \"01802\",\n    \"pickupby\": \"01601\",\n    \"pre_deliver\": false\n}"}],"_postman_id":"e09ba8fd-4795-48e3-bcb0-ef9b1a331cc6"}],"id":"b7db477e-cbb5-4700-9004-2ae10e2fb842","description":"<p><b>Warning for all giftlist related endpoints:<br /></b>Please note that the giftlist module can be very different per client. This module is usually customised a lot for each client individually, which makes it hard to make 100% accurate documentation for every client...<br /><strong>We have tried to make a \"default\" usage, anything mentioned in this documentation is by the rules of this default.</strong></p>\n","_postman_id":"b7db477e-cbb5-4700-9004-2ae10e2fb842","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Invoices","item":[{"name":"Invoices","event":[{"listen":"test","script":{"id":"fd6cf32b-0e0c-4b9f-bb06-c93b2393e4c0","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"323d49cc-7520-4782-9dd1-62ec5939c8c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/corporations/01/invoices","description":"<p>This endpoint fetches all invoices as all calls it has to be done in steps with a maximum amount of 500 invoices.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>corporation_id: The customer corporation id</li>\n<li>name_1: The customers brand name</li>\n<li>name_2: A second name of the customer, mostely used for the specific customer name.</li>\n<li>address_1: The company's address</li>\n<li>address_2: The company's address</li>\n<li>country_iso: The company's country ISO code</li>\n<li>vat_number: The company's vat number</li>\n<li>net_sales_price: The total sales price</li>\n<li>net_discount: The total discount</li>\n<li>net_total: The total of the invoice</li>\n<li>vat_price: The total vat amount</li>\n<li>gross_total: The total including vat</li>\n<li>structured_communication: The invoice reference for payment</li>\n<li>items: Array of items</li>\n<li>items -&gt; key: Line number</li>\n<li>items -&gt; description: Product description</li>\n<li>items -&gt; quantity: The amount of this product</li>\n<li>items -&gt; net_unit_price: The netto price of this product</li>\n<li>items -&gt; discount: The item discount</li>\n<li>items -&gt; net_total: The total of this product</li>\n<li>items -&gt; vat_percentage: The vat percentage of this product</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","corporations","01","invoices"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"ce92a0bc-e9ea-4c32-8b52-2b6d22979d4e","name":"Invoices","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/corporations/01/invoices","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","corporations","01","invoices"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 14:37:20 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InNPZmZBeENhalVLMXlzWGd3K1NDMHc9PSIsInZhbHVlIjoiZ0FjSXZBQ2ZsM3ZxSzRGQVhVK0huNlwvSE1cL25STktVcFFEVm5aUjZjcW9oRGVmNWNUVFU2XC9qK05tbDJCK1dwbzROTzNsV09HRWZqaStLWEFCcE54dnc9PSIsIm1hYyI6ImQyODIzYTcxZTMxNzZmMDJiMTMzOGVkMjMzYjU1ZDkyMjY3NTcxYjEwYWVjZWFmNjFiNDhkOGMzOWQzMzlmMmEifQ%3D%3D; expires=Wed, 19-Jul-2023 16:37:20 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 20230001,\n        \"corporation_id\": \"01\",\n        \"name_1\": \"SoftTouch Vlaanderen BV\",\n        \"name_2\": \"\",\n        \"address_1\": \"Ambachtenlaan 6a\",\n        \"address_2\": \"\",\n        \"postal_code\": \"9080\",\n        \"city\": \"Zeveneken\",\n        \"country_iso\": \"BE\",\n        \"vat_number\": \"BE 0506.847.665\",\n        \"net_sales_price\": 12.5,\n        \"net_discount\": 0,\n        \"net_total\": 12.5,\n        \"vat_price\": 2.62,\n        \"gross_total\": 15.12,\n        \"structured_communication\": \"012/0230/00153\",\n        \"items\": [\n            {\n                \"key\": 1,\n                \"description\": \"T-shirt blue\",\n                \"quantity\": 1,\n                \"net_unit_price\": 12.5,\n                \"net_discount\": 0,\n                \"net_total\": 12.5,\n                \"vat_percentage\": 21\n            }\n        ]\n    }\n]"}],"_postman_id":"323d49cc-7520-4782-9dd1-62ec5939c8c6"},{"name":"Invoices/{{id}}","event":[{"listen":"test","script":{"id":"d82bd734-896d-4f3c-b660-64fdfaa58d92","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"733121a6-ea43-40c2-96c8-cd1e750cf18a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/corporations/01/invoices/20230001","description":"<p>This endpoint fetches a specific invoice.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>corporation_id: The customer corporation id</li>\n<li>name_1: The customers brand name</li>\n<li>name_2: A second name of the customer, mostely used for the specific customer name.</li>\n<li>address_1: The company's address</li>\n<li>address_2: The company's address</li>\n<li>country_iso: The company's country ISO code</li>\n<li>vat_number: The company's vat number</li>\n<li>net_sales_price: The total sales price</li>\n<li>net_discount: The total discount</li>\n<li>net_total: The total of the invoice</li>\n<li>vat_price: The total vat amount</li>\n<li>gross_total: The total including vat</li>\n<li>structured_communication: The invoice reference for payment</li>\n<li>items: Array of items</li>\n<li>items -&gt; key: Line number</li>\n<li>items -&gt; description: Product description</li>\n<li>items -&gt; quantity: The amount of this product</li>\n<li>items -&gt; net_unit_price: The netto price of this product</li>\n<li>items -&gt; discount: The item discount</li>\n<li>items -&gt; net_total: The total of this product</li>\n<li>items -&gt; vat_percentage: The vat percentage of this product</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","corporations","01","invoices","20230001"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"27fbbd59-4737-4f91-bf4c-ef33829df59a","name":"Invoices/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/corporations/01/invoices/20230001","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","corporations","01","invoices","20230001"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 14:45:43 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlVTRnI3RXZOSTN0M29OUkxQMUZCSEE9PSIsInZhbHVlIjoic2F1T2liMG5rVjl5bDhoSUdOUG8yZHh3MXd6MTlXQktHUTI2MVBkXC9DVndHWXhJNmFkcTMyVTlrR0d2Rmpqc0hxM3lGUVpCOGFrdjZMaWRKWlJhUHFRPT0iLCJtYWMiOiI0YTk5OGU4NWNmYjdlODM5NTlkNjYyMzA5ODY5OWI5NTdhN2M2OWM4ZGI1N2M4YjUwZmUyMzQ4YTJlY2I5NThjIn0%3D; expires=Wed, 19-Jul-2023 16:45:43 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 20230001,\n    \"corporation_id\": \"01\",\n    \"name_1\": \"SoftTouch Vlaanderen BV\",\n    \"name_2\": \"\",\n    \"address_1\": \"Ambachtenlaan 6a\",\n    \"address_2\": \"\",\n    \"postal_code\": \"9080\",\n    \"city\": \"Zeveneken\",\n    \"country_iso\": \"BE\",\n    \"vat_number\": \"BE 0506.847.665\",\n    \"net_sales_price\": 12.5,\n    \"net_discount\": 0,\n    \"net_total\": 12.5,\n    \"vat_price\": 2.62,\n    \"gross_total\": 15.12,\n    \"structured_communication\": \"012/0230/00153\",\n    \"items\": [\n        {\n            \"key\": 1,\n            \"description\": \"T-shirt blue\",\n            \"quantity\": 1,\n            \"net_unit_price\": 12.5,\n            \"net_discount\": 0,\n            \"net_total\": 12.5,\n            \"vat_percentage\": 21\n        }\n    ]\n}"}],"_postman_id":"733121a6-ea43-40c2-96c8-cd1e750cf18a"},{"name":"Invoices","event":[{"listen":"test","script":{"id":"ffc8dbb2-f4c2-437a-8e4d-9bc025df240a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"8dc00f9c-148b-483a-87ad-bddb83ed6195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"receipt_id\": 1000000001,\r\n\t\"customer_id\": 1,\r\n\t\"invoice_address_id\": 1,\r\n\t\"name_1\": \"\",\r\n\t\"name_2\": \"\",\r\n\t\"address_1\": \"\",\r\n    \"address_2\": \"\",\r\n    \"postal_code\": \"\",\r\n    \"city\": \"\",\r\n    \"country_iso\": \"\",\r\n    \"vat_number\": \"\",\r\n\t\"expire_date\": \"2021-08-26\",\r\n    \"delivery_date\": \"2021-08-26\",\r\n    \"pay_date\": \"2021-08-26\",\r\n    \"total_paid\": 100.50,\r\n    \"miscellaneous_1\": \"\",\r\n    \"remark\": \"\",\r\n\t\"items\": [\r\n        {\r\n            \"product_uid\": 55556101040101,\r\n            \"description\": \"This is the description for the item.\",\r\n            \"quantity\": 1,\r\n            \"net_unit_price\": 100,\r\n            \"net_discount\": 0,\r\n            \"net_total\": 100,\r\n            \"gross_unit_price\": 121,\r\n            \"gross_discount\": 0,\r\n            \"gross_total\": 121,\r\n            \"vat_percentage\": 21\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/corporations/01/invoices","description":"<p>To create a new invoice this endpoint should be used.</p>\n<p>Note if a receipt_id is used all items of the receipt will be added to the invoice.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>receipt_id</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>customer_id</td>\n<td>int</td>\n<td>required</td>\n</tr>\n<tr>\n<td>invoice_address_id</td>\n<td>int</td>\n<td>required</td>\n</tr>\n<tr>\n<td>name_1</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>name_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address_1</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>city</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>vat_number</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>expire_date</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>delivery_date</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>pay_date</td>\n<td>date</td>\n<td></td>\n</tr>\n<tr>\n<td>total_paid</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>remark</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td></td>\n</tr>\n<tr>\n<td>items -&gt; product_uid</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>items -&gt; description</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>items -&gt; quantity</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>items -&gt;net_unit_price</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>items -&gt; net_discount</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>items -&gt; net_total</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>items -&gt; gross_unit_price</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>items -&gt; gross_discount</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>items -&gt; gross_total</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>items -&gt; vat_percentage</td>\n<td>int</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","corporations","01","invoices"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"68c6ca22-1622-4ecc-9308-cb868d1eb9b6","name":"Invoices","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"receipt_id\": 1000000001,\r\n\t\"customer_id\": 2,\r\n\t\"invoice_address_id\": 2,\r\n\t\"name_1\": \"SoftTouch Vlaanderen BV\",\r\n\t\"name_2\": \"Stefan de Bakker\",\r\n\t\"address_1\": \"Ambachtenlaan 6a\",\r\n    \"address_2\": \"\",\r\n    \"postal_code\": \"9080\",\r\n    \"city\": \"Zeveneken\",\r\n    \"country_iso\": \"BE\",\r\n    \"vat_number\": \"BE 0506.847.665\",\r\n\t\"expire_date\": \"2023-08-20\",\r\n    \"delivery_date\": \"2023-07-20\",\r\n    \"pay_date\": \"2023-07-20\",\r\n    \"total_paid\": 100.50,\r\n    \"miscellaneous_1\": \"\",\r\n    \"remark\": \"\",\r\n\t\"items\": [\r\n        {\r\n            \"description\": \"This is the description for the item.\",\r\n            \"quantity\": 1,\r\n            \"net_unit_price\": 100,\r\n            \"net_discount\": 0,\r\n            \"net_total\": 100,\r\n            \"gross_unit_price\": 121,\r\n            \"gross_discount\": 0,\r\n            \"gross_total\": 121,\r\n            \"vat_percentage\": 21\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/corporations/01/invoices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 14:49:00 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlV6eGZ4Rlp0NGpybGM4b3d2YlhkaXc9PSIsInZhbHVlIjoibkhaYXE1bWk5eG5wZFAwSktneGp1WmhLS0Nhb01NbXl4M1FMTFkrcjNDY3pINWRYc240R0hiaVwvbmpSZUlEMXdtV3VHK3NSdlJmUnBFaGtlY3Q0bW5BPT0iLCJtYWMiOiIwZTljZjE1YmFkNDgzYTY0Y2YwN2JiYTA3YTYzOTEyYTBlZmEwOWI5NDRiOTRhZjNhMTZmMjhiYjk0MTY5YzRkIn0%3D; expires=Wed, 19-Jul-2023 16:49:00 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 20230002,\n    \"corporation_id\": \"01\",\n    \"name_1\": \"SoftTouch Vlaanderen BV\",\n    \"name_2\": \"Stefan de Bakker\",\n    \"address_1\": \"Ambachtenlaan 6a\",\n    \"address_2\": \"\",\n    \"postal_code\": \"9080\",\n    \"city\": \"Zeveneken\",\n    \"country_iso\": \"BE\",\n    \"vat_number\": \"BE 0506.847.665\",\n    \"net_sales_price\": 141.32229999999998,\n    \"net_discount\": 0,\n    \"net_total\": 141.32229999999998,\n    \"vat_price\": 79.677683,\n    \"gross_total\": 220.999983,\n    \"structured_communication\": \"012/0230/00254\",\n    \"items\": [\n        {\n            \"key\": 1,\n            \"description\": \"Cadeaucheque [001000]\",\n            \"quantity\": 1,\n            \"net_unit_price\": 41.3223,\n            \"net_discount\": 0,\n            \"net_total\": 41.3223,\n            \"vat_percentage\": 21\n        },\n        {\n            \"key\": 2,\n            \"description\": \"Ticket no°: 1000000001\",\n            \"quantity\": 0,\n            \"net_unit_price\": 0,\n            \"net_discount\": 0,\n            \"net_total\": 0,\n            \"vat_percentage\": 0\n        },\n        {\n            \"key\": 3,\n            \"description\": \"This is the description for the item.\",\n            \"quantity\": 1,\n            \"net_unit_price\": 100,\n            \"net_discount\": 0,\n            \"net_total\": 100,\n            \"vat_percentage\": 21\n        }\n    ]\n}"}],"_postman_id":"8dc00f9c-148b-483a-87ad-bddb83ed6195"}],"id":"4e4f622c-1d9c-4b74-8faa-02434cae3b38","_postman_id":"4e4f622c-1d9c-4b74-8faa-02434cae3b38","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Invoice adresses","item":[{"name":"invoiceaddresses","event":[{"listen":"test","script":{"id":"f75a3ba7-02a8-478e-ae82-9585bd8ef60d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"e80b1166-8825-4b40-94ff-53eb97ae2e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/invoiceaddresses","description":"<p>This endpoint fetches all invoice addresses as all calls it has to be done in steps with a maximum amount of 500 invoice addresses.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n<li>customer_ids</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>customer: The customer id</li>\n<li>name: The company name</li>\n<li>surname: A second name for the company or contact name</li>\n<li>address: The company's address</li>\n<li>address2: A second address line</li>\n<li>zip: The company's postal code</li>\n<li>city: The company's city</li>\n<li>country: The company's ISO country code</li>\n<li>telefphone: The company's phone number</li>\n<li>mobile: The company's mobile phone number</li>\n<li>fax: The company's fax number</li>\n<li>email: The company's email address, used for sending invoices via email</li>\n<li>remarks: Specific remarks for this company</li>\n<li>vatid: The company's vat id</li>\n<li>created: The creation date of the company's invoice address</li>\n<li>created_by: The user id of creation</li>\n<li>modified: The modification date</li>\n<li>modified_by: The user id of modification</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","invoiceaddresses"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>commaSeperatedInteger</p>\n","type":"text/plain"},"key":"customer_ids","value":""}],"variable":[]}},"response":[{"id":"4bd798cb-cbba-4daa-a952-12ea14f384a4","name":"invoiceaddresses","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/invoiceaddresses","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","invoiceaddresses"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true},{"key":"customer_ids","value":"","description":"commaSeperatedInteger","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 14:58:37 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IndIREJwWVJtcjkzbUhIWmhibEg4SVE9PSIsInZhbHVlIjoiUmc1bmdKcHJIQzNyeUFcL0trdHUwQytoQmxNSUxtVkUwdGpGU0V1dnIzOUxhRUI5a2hiZ2NxbXFwd0F4MXBxQks0MkttNTlLTys2ampJbVJoMHRGNVlBPT0iLCJtYWMiOiI5NjE1NWMzNWI5NmFmMGRkZDA1MWM5ZDFkZGNjZTEzODY0ZjBhMTBiYzdmNzM2NzJkYzk2OWZkOTg3ZTdiZTcyIn0%3D; expires=Wed, 19-Jul-2023 16:58:37 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 2,\n        \"customer\": 2,\n        \"name\": \"SoftTouch Vlaanderen BV\",\n        \"surname\": \"\",\n        \"address\": \"Ambachtenlaan 6a\",\n        \"address2\": \"\",\n        \"zip\": \"9080\",\n        \"city\": \"Zeveneken\",\n        \"country\": \"BE\",\n        \"telephone\": \"09/219.00.83\",\n        \"mobile\": \"\",\n        \"fax\": \"\",\n        \"email\": \"dev@softtouch.be\",\n        \"remarks\": \"\",\n        \"vatid\": \"BE 0506.847.665\",\n        \"vat_liable\": true,\n        \"created\": \"2023-04-11\",\n        \"createdby\": \"1001\",\n        \"modified\": \"2023-07-19\",\n        \"modifiedby\": \"1001\"\n    },\n    {\n        \"key\": 3,\n        \"customer\": 3,\n        \"name\": \"Diddly Squat Farm Shop\",\n        \"surname\": \"\",\n        \"address\": \"Chipping Norton Road 5\",\n        \"address2\": \"\",\n        \"zip\": \"OX7 3PE\",\n        \"city\": \"Chadlington\",\n        \"country\": \"GB\",\n        \"telephone\": \"\",\n        \"mobile\": \"\",\n        \"fax\": \"\",\n        \"email\": \"\",\n        \"remarks\": \"\",\n        \"vatid\": \"370 4719 94\",\n        \"vat_liable\": true,\n        \"created\": \"2023-07-03\",\n        \"createdby\": \"1001\",\n        \"modified\": \"0000-00-00\",\n        \"modifiedby\": \"\"\n    }\n]"}],"_postman_id":"e80b1166-8825-4b40-94ff-53eb97ae2e2d"},{"name":"invoiceaddresses/{{id}}","event":[{"listen":"test","script":{"id":"3fe8558a-342b-4624-9fe6-6bc43ba156f7","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"6a403255-6faa-4fcc-9818-e2190f9c029d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/invoiceaddresses/2","description":"<p>This endpoint fetches a specific invoice address.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n<li>customer_ids</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>customer: The customer id</li>\n<li>name: The company name</li>\n<li>surname: A second name for the company or contact name</li>\n<li>address: The company's address</li>\n<li>address2: A second address line</li>\n<li>zip: The company's postal code</li>\n<li>city: The company's city</li>\n<li>country: The company's ISO country code</li>\n<li>telefphone: The company's phone number</li>\n<li>mobile: The company's mobile phone number</li>\n<li>fax: The company's fax number</li>\n<li>email: The company's email address, used for sending invoices via email</li>\n<li>remarks: Specific remarks for this company</li>\n<li>vatid: The company's vat id</li>\n<li>created: The creation date of the company's invoice address</li>\n<li>created_by: The user id of creation</li>\n<li>modified: The modification date</li>\n<li>modified_by: The user id of modification</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","invoiceaddresses","2"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"77f0bdb2-31fb-470f-97ba-8bb3d402e429","name":"invoiceaddresses/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/invoiceaddresses/2","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","invoiceaddresses","2"],"query":[{"key":"display","value":"full","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 15:02:50 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ik5UTHVpbklPTWd3b2J4a3FaME80Y3c9PSIsInZhbHVlIjoiXC8wb21uV3ZibkJcLzhcL0FmMWU0bld5TVlsNWl2SytjY0JSclJYbmZiUE5MRmNSS3pjYUxWYjBCUFRKME4zXC9hOEJPTkVBc0RTelR4bDRORldBMVNyeE9RPT0iLCJtYWMiOiI4NWJhYjEzZTRlMTU1N2YwODFkMDliYmQ2YTU3OGViZDM0OTI1MDhhMjRlNTI5MTEyOGIyOWM1ZDllMWZhZjQ3In0%3D; expires=Wed, 19-Jul-2023 17:02:50 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 2,\n    \"customer\": 2,\n    \"name\": \"SoftTouch Vlaanderen BV\",\n    \"surname\": \"\",\n    \"address\": \"Ambachtenlaan 6a\",\n    \"address2\": \"\",\n    \"zip\": \"9080\",\n    \"city\": \"Zeveneken\",\n    \"country\": \"BE\",\n    \"telephone\": \"09/219.00.83\",\n    \"mobile\": \"\",\n    \"fax\": \"\",\n    \"email\": \"dev@softtouch.be\",\n    \"remarks\": \"\",\n    \"vatid\": \"BE 0506.847.665\",\n    \"vat_liable\": true,\n    \"created\": \"2023-04-11\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-19\",\n    \"modifiedby\": \"1001\"\n}"}],"_postman_id":"6a403255-6faa-4fcc-9818-e2190f9c029d"},{"name":"invoiceaddresses","event":[{"listen":"test","script":{"id":"e94d9d8d-0d48-4b44-bf81-0e4f7f0711b7","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"1f3c69ae-f103-49a7-a91c-5ca8835d6581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": 2,\r\n    \"name\": \"SoftTouch BVBA\",\r\n    \"surname\": \"Stefan de Bakker\",\r\n    \"address\": \"Ambachtenlaan 6A\",\r\n    \"address2\": \"\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Zeveneken\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"09/219.00.83\",\r\n    \"mobile\": \"\",\r\n    \"fax\": \"\",\r\n    \"email\": \"test@softtouch.be\",\r\n    \"remarks\": \"\",\r\n    \"vatid\": \"BE 0506.847.665\",\r\n    \"vat_liable\": 1\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/invoiceaddresses","description":"<p>To create a new invoice address this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer</td>\n<td>int</td>\n<td>required</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>zip</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vatid</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat_liable</td>\n<td>int</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","invoiceaddresses"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"697823c3-ddca-453d-a4b0-9107a42f7fc0","name":"invoiceaddresses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": 2,\r\n    \"name\": \"SoftTouch BVBA\",\r\n    \"surname\": \"Stefan de Bakker\",\r\n    \"address\": \"Ambachtenlaan 6A\",\r\n    \"address2\": \"\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Zeveneken\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"09/219.00.83\",\r\n    \"mobile\": \"\",\r\n    \"fax\": \"\",\r\n    \"email\": \"test@softtouch.be\",\r\n    \"remarks\": \"\",\r\n    \"vatid\": \"BE 0506.847.665\",\r\n    \"vat_liable\": 1\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/invoiceaddresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 15:10:09 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjBIR2ZaWGEyaStBZHltaEF2QUZIUWc9PSIsInZhbHVlIjoiem1OM0lHejBPNFprZW5lTGg2S3FKd3QyekRqY2JsRlwvbGJmNytiTDFXV3pvZmZmbWdLWmFpS3lzclhWNUtGME5vR2JxMVwvcVF6alpZaGJxMVJYNnFwZz09IiwibWFjIjoiNDU5ZDYwZDZhMzFkOGE4ZDgwNWExZDE0MGQ2MmNlNDgzMmJkNWY3ZmQ0ZTk4NzcxYmJmNWMzNzcxY2JkNjRkZSJ9; expires=Wed, 19-Jul-2023 17:10:09 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 4,\n    \"customer\": 2,\n    \"name\": \"SoftTouch BVBA\",\n    \"surname\": \"Stefan de Bakker\",\n    \"address\": \"Ambachtenlaan 6A\",\n    \"address2\": \"\",\n    \"zip\": \"9080\",\n    \"city\": \"Zeveneken\",\n    \"country\": \"BE\",\n    \"telephone\": \"09/219.00.83\",\n    \"mobile\": \"\",\n    \"fax\": \"\",\n    \"email\": \"test@softtouch.be\",\n    \"remarks\": \"\",\n    \"vatid\": \"BE 0506.847.665\",\n    \"vat_liable\": true,\n    \"created\": \"2023-07-19 00:00:00\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-19 00:00:00\",\n    \"modifiedby\": \"1001\"\n}"}],"_postman_id":"1f3c69ae-f103-49a7-a91c-5ca8835d6581"},{"name":"invoiceaddresses","event":[{"listen":"test","script":{"id":"b0970e6b-8ad8-46dd-98aa-38fee5b97e5f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"0eb02487-0096-4cb1-955e-abaaf74ca697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": 2,\r\n    \"name\": \"SoftTouch BVBA\",\r\n    \"surname\": \"\",\r\n    \"address\": \"Ambachtenlaan 6A\",\r\n    \"address2\": \"\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Zeveneken\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"09/219.00.83\",\r\n    \"mobile\": \"\",\r\n    \"fax\": \"\",\r\n    \"email\": \"test@softtouch.be\",\r\n    \"remarks\": \"\",\r\n    \"vatid\": \"BE 0506.847.665\",\r\n    \"vat_liable\": 1\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/invoiceaddresses/4","description":"<p>To update a invoice address this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer</td>\n<td>int</td>\n<td>required</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>zip</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vatid</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat_liable</td>\n<td>int</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","invoiceaddresses","4"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"197eff59-bf41-40e6-ae00-cd622daec2d4","name":"invoiceaddresses","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": 2,\r\n    \"name\": \"SoftTouch BVBA\",\r\n    \"surname\": \"\",\r\n    \"address\": \"Ambachtenlaan 6A\",\r\n    \"address2\": \"\",\r\n    \"zip\": \"9080\",\r\n    \"city\": \"Zeveneken\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"09/219.00.83\",\r\n    \"mobile\": \"\",\r\n    \"fax\": \"\",\r\n    \"email\": \"test@softtouch.be\",\r\n    \"remarks\": \"\",\r\n    \"vatid\": \"BE 0506.847.665\",\r\n    \"vat_liable\": 1\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/invoiceaddresses/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 15:14:07 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkJtK0x1SmJTVVNmeHYxaVZycUJtMUE9PSIsInZhbHVlIjoiWmpBY0t4bnA2UHhwZnRYd0tZYk9ld2hYSHVtMXVwRTV4dFk0YTdhNzhaSnQ1c2ZkbUJqRmtkRjlGM05zeVNTMExVWVFpTEU1NFFjZHhsNThydHd4bnc9PSIsIm1hYyI6IjI2OGNiYmFjMmM0ZDFjNWZlZTMyN2NjNmIwN2E0MzY0MzZlZjE2MDRlODAwNGRhNzE3YzE2YjdlNmZkMGI0MTUifQ%3D%3D; expires=Wed, 19-Jul-2023 17:14:07 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 4,\n    \"customer\": 2,\n    \"name\": \"SoftTouch BVBA\",\n    \"surname\": \"\",\n    \"address\": \"Ambachtenlaan 6A\",\n    \"address2\": \"\",\n    \"zip\": \"9080\",\n    \"city\": \"Zeveneken\",\n    \"country\": \"BE\",\n    \"telephone\": \"09/219.00.83\",\n    \"mobile\": \"\",\n    \"fax\": \"\",\n    \"email\": \"test@softtouch.be\",\n    \"remarks\": \"\",\n    \"vatid\": \"BE 0506.847.665\",\n    \"vat_liable\": true,\n    \"created\": \"2023-07-19\",\n    \"createdby\": \"1001\",\n    \"modified\": \"2023-07-19 00:00:00\",\n    \"modifiedby\": \"1001\"\n}"}],"_postman_id":"0eb02487-0096-4cb1-955e-abaaf74ca697"},{"name":"invoiceaddresses","event":[{"listen":"test","script":{"id":"e7b7b271-77a0-43ef-935b-78b50ec25f66","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"cfb418fa-8165-4253-a3aa-0014c360dd5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": 1,\r\n    \"name\": \"\",\r\n    \"surname\": \"\",\r\n    \"address\": \"\",\r\n    \"address2\": \"\",\r\n    \"zip\": \"\",\r\n    \"city\": \"\",\r\n    \"country\": \"BE\",\r\n    \"telephone\": \"\",\r\n    \"mobile\": \"\",\r\n    \"fax\": \"\",\r\n    \"email\": \"test@softtouch.be\",\r\n    \"remarks\": \"\",\r\n    \"vatid\": \"0\",\r\n    \"vat_liable\": 1\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/invoiceaddresses/4","description":"<p>Remove a invoice address</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","invoiceaddresses","4"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfb418fa-8165-4253-a3aa-0014c360dd5d"}],"id":"89e47130-9ee2-44c1-9724-151b75f26c4d","_postman_id":"89e47130-9ee2-44c1-9724-151b75f26c4d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Messages","item":[{"name":"Messages","event":[{"listen":"test","script":{"id":"d6369266-9070-4614-8193-64c30c3f8bcd","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"3654355a-9be7-456b-b728-acac0638a1eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/messages/1","description":"<p>This endpoint fetches all messages as all calls it has to be done in steps with a maximum amount of 500 messages.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>store: The store id</li>\n<li>pos: The pos id</li>\n<li>user: The user id</li>\n<li>subject: The message subject</li>\n<li>message: The message body</li>\n<li>date: The date of the message</li>\n<li>time: The time of the message</li>\n<li>acknowledged: The message is received</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","messages","1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"b0a5ba97-7b43-46f0-adc7-faa0137fba99","name":"Messages","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/messages","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","messages"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 15:16:20 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkxnalF2bmlZMER0ZWFCaXk3ZzAzSXc9PSIsInZhbHVlIjoiTU1CZTNidGlZbXNWRVd6YjkxVDhMZlYzeWdvRXRGb3ByS1NFMzZUSU9ZdGFnU0VOTU1xajNaSm1RM0RlY1ZVdkhnZzlsZllBTWtadmczWGFjZXZnSnc9PSIsIm1hYyI6IjczNzFkNTMzOTc0Mzg1MmRjZWQwMjk5ZTY0YWUxMmUwMGIzYWQyY2ZjZmIxYjZkYjJiYzRkYjM3ZGZkODRhM2UifQ%3D%3D; expires=Wed, 19-Jul-2023 17:16:20 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 5,\n        \"store\": \"01\",\n        \"pos\": \"0101\",\n        \"user\": \"1001\",\n        \"subject\": \"PRINT TICKET\",\n        \"message\": \"2010000930\",\n        \"date\": \"2023-07-19\",\n        \"time\": \"17:16:10\",\n        \"acknowledged\": \"0\"\n    }\n]"}],"_postman_id":"3654355a-9be7-456b-b728-acac0638a1eb"},{"name":"Messages/{{id}}","event":[{"listen":"test","script":{"id":"e430e998-f002-4be9-8c8a-f7ec992fe018","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"a3a330c9-16b5-4f81-b0aa-b8a988685800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/messages/5","description":"<p>This endpoint fetches a specific message.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>store: The store id</li>\n<li>pos: The pos id</li>\n<li>user: The user id</li>\n<li>subject: The message subject</li>\n<li>message: The message body</li>\n<li>date: The date of the message</li>\n<li>time: The time of the message</li>\n<li>acknowledged: The message is received</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","messages","5"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"31260867-549f-4e95-942e-f01b08543bcd","name":"Messages/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/messages/5","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","messages","5"],"query":[{"key":"display","value":"full","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 15:16:42 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjJ3M0xjem1IYkc3WlB4MXFPOGgyQnc9PSIsInZhbHVlIjoiUXVpdzRrWGYxbDQyMHU4VTdnaWVHUDIrTXVnNU1odk5zZUFnd3FkUGV4S2tcL0t1XC9MMUlKbUlOSGNEaHhUbmdZWW9BRG1KWHVuUEpzRUMzNkdsXC84OVE9PSIsIm1hYyI6IjRlODU5Nzg5ZWVmNDMzNGE3ZWJmZjc1MWY2Yzk5NDRiMGZmY2Q2M2E5YzM0MmMyZjQ5OWY5NGE0OTQyM2I1NmEifQ%3D%3D; expires=Wed, 19-Jul-2023 17:16:42 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 5,\n    \"store\": \"01\",\n    \"pos\": \"0101\",\n    \"user\": \"1001\",\n    \"subject\": \"PRINT TICKET\",\n    \"message\": \"2010000930\",\n    \"date\": \"2023-07-19\",\n    \"time\": \"17:16:10\",\n    \"acknowledged\": \"0\"\n}"}],"_postman_id":"a3a330c9-16b5-4f81-b0aa-b8a988685800"},{"name":"Messages","event":[{"listen":"test","script":{"id":"77b9e9d7-e993-4a84-bd74-0cb1b91d879d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"619217ef-58a0-4b48-ae1d-b6afdc34f778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_store_id\": \"01\",\r\n    \"from_pos_id\": \"0101\",\r\n    \"from_user_id\": \"1001\",\r\n    \"store\": \"01\",\r\n    \"pos\": \"0101\",\r\n    \"user\": \"1001\",\r\n    \"subject\": \"PRINT TICKET\",\r\n    \"message\": \"2010000930\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/messages","description":"<p>To create a new brand this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","messages"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"from_store_id","value":""},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"from_pos_id","value":""},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"from_user_id","value":""},{"disabled":true,"description":{"content":"<p>required_without_all:pos,user|size:2</p>\n","type":"text/plain"},"key":"store","value":""},{"disabled":true,"description":{"content":"<p>required_without_all:store,user|size:4</p>\n","type":"text/plain"},"key":"pos","value":""},{"disabled":true,"description":{"content":"<p>required_without_all:store,pos|size:4</p>\n","type":"text/plain"},"key":"user","value":""},{"disabled":true,"key":"subject","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"message","value":""}],"variable":[]}},"response":[{"id":"fda10ca5-7b78-4064-a8ad-bdbe56a715a7","name":"Messages","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_store_id\": \"01\",\r\n    \"from_pos_id\": \"0101\",\r\n    \"from_user_id\": \"1001\",\r\n    \"store\": \"01\",\r\n    \"pos\": \"0101\",\r\n    \"user\": \"1001\",\r\n    \"subject\": \"PRINT TICKET\",\r\n    \"message\": \"2010000930\"\r\n}"},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/messages","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","messages"],"query":[{"key":"from_store_id","value":"","description":"size:2","type":"text","disabled":true},{"key":"from_pos_id","value":"","description":"size:4","type":"text","disabled":true},{"key":"from_user_id","value":"","description":"size:4","type":"text","disabled":true},{"key":"store","value":"","description":"required_without_all:pos,user|size:2","type":"text","disabled":true},{"key":"pos","value":"","description":"required_without_all:store,user|size:4","type":"text","disabled":true},{"key":"user","value":"","description":"required_without_all:store,pos|size:4","type":"text","disabled":true},{"key":"subject","value":null,"type":"text","disabled":true},{"key":"message","value":"","description":"required","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 15:16:10 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ilh3ZVR6cUdCOVkxMFhLb1F1dDJHRXc9PSIsInZhbHVlIjoiTjlNRnFXRG90dmVvZERKU2hRNmRTeVpCNzlXRmsyT1Zxb2I5Wk9VNG0zbWVsRHRUd1hadjhRSUpPNGV1b2w2NllzSHF6ZnNNU0d4MTNjSlBORzN2M1E9PSIsIm1hYyI6IjczOWM0YTAwMTI5NTVlZjY1OGYxNjI4YTYwMjZiYmIyZWVkZjE0N2FmOTM2MDdjYzA3MjcwMGFlMWRiOGQyMTgifQ%3D%3D; expires=Wed, 19-Jul-2023 17:16:10 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": 5,\n    \"store\": \"01\",\n    \"pos\": \"0101\",\n    \"user\": \"1001\",\n    \"subject\": \"PRINT TICKET\",\n    \"message\": \"2010000930\",\n    \"date\": \"2023-07-19 00:00:00\",\n    \"time\": \"17:16:10\",\n    \"acknowledged\": \"0\"\n}"}],"_postman_id":"619217ef-58a0-4b48-ae1d-b6afdc34f778"}],"id":"1366507a-7e19-4280-9dc5-47b9c2404559","description":"<p>When a reservation has been made, there is the possibility to send a message to the point of sales. A reservation ticket will be printed automatically.<br />Via the messages endpoint a POST call can be made. The full parameter list can be found in the API docs. To make this work the subject must have the value “PRINT RESERVATION” and the message value must be the key of the reservation.</p>\n","_postman_id":"1366507a-7e19-4280-9dc5-47b9c2404559","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"POS","item":[{"name":"POS","event":[{"listen":"test","script":{"id":"41dd305d-9f45-4bc4-a0ca-88353275066c","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"3ef6e334-6917-4d0d-af18-3d8986c9923d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/pos","description":"<p>This endpoint fetches all pos as all calls it has to be done in steps with a maximum amount of 500 pos.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>txt: The description of the pos</li>\n<li>store_id: The store id</li>\n<li>active: If true, the pos is still used</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","pos"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"0d7c5390-1537-45a5-b46f-d8fb4dc57f74","name":"POS","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/pos","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","pos"],"query":[{"key":"display","value":"full","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 19 Jul 2023 15:18:52 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InRyRTVtYTZEZCt6TDRhcm5XXC9mMnR3PT0iLCJ2YWx1ZSI6Iks5WXZDN2VLS0lyWkU3MGNUMjVuZ0MzcE9qYzJOTHlFbUdKYXlJUG4rTnZMdTg5bVZpeEg3NVFzVDdxU2lIRmFZYTNrWnJlXC9iWjl5cEZ0OU01UHBXUT09IiwibWFjIjoiY2QzMDEzYTIwMjcwYjE1NTIwZDY0YmM5YTdhODVjZWFkZjQ0OThkZDhjZWQyOTVjNjg3YzE5ZGJkNzI0NWE5YSJ9; expires=Wed, 19-Jul-2023 17:18:52 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"0101\",\n        \"txt\": \"Kassa 1\",\n        \"store_id\": \"01\",\n        \"active\": true\n    }\n]"}],"_postman_id":"3ef6e334-6917-4d0d-af18-3d8986c9923d"}],"id":"144e5382-4263-4b20-bfcb-05d57d1598b4","_postman_id":"144e5382-4263-4b20-bfcb-05d57d1598b4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Postal codes","item":[{"name":"Postal_codes","event":[{"listen":"test","script":{"id":"a2377d9e-b868-4aba-af86-3c43acecae90","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"5ce7123d-a6b5-411e-978f-b3b76a5e9142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/postal_codes","description":"<p>This endpoint fetches all postal codes as all calls it has to be done in steps with a maximum amount of 500 postal codes.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n<li>city</li>\n<li>country</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>id: The unique identifier</li>\n<li>postal_code: The postal code</li>\n<li>city: The city of the postal code</li>\n<li>country: The country of the postal code</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","postal_codes"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>alpha</p>\n","type":"text/plain"},"key":"country","value":""}],"variable":[]}},"response":[{"id":"bc8c31e5-01ee-4ec9-ada5-a2355a2cedb7","name":"Postal_codes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/postal_codes","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","postal_codes"],"query":[{"key":"display","value":"full","type":"text","disabled":true},{"key":"take","value":"500","disabled":true},{"key":"skip","value":"0","disabled":true},{"key":"city","value":"","description":"string","type":"text","disabled":true},{"key":"country","value":"","description":"alpha","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 20 Jul 2023 07:29:22 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ilc1Y3hvQk4yYWE2TkpVNllzYnM0WVE9PSIsInZhbHVlIjoiTytsZ1hMc0xKMFk3UTV4ZTN4S0ExWXJDcTlOT0VJSGM2cXM1UG85dFo2REdYUzczMTFZWXViZ2VHZDRQYnJoaWpURFVYanlhVitSYXRFUzc3cWJXV0E9PSIsIm1hYyI6IjU5NWNkNDU2ZTQ3OTU5NWU5NTI2M2NlOWY3OTg0NTE1ZTMyZWI0YzhhN2FjNWVjYWZhYjFmZWYwNDA1NmVjNDMifQ%3D%3D; expires=Thu, 20-Jul-2023 09:29:22 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"postal_code\": \"1331\",\n        \"city\": \"Rosieres\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 2,\n        \"postal_code\": \"1082\",\n        \"city\": \"Bruxelles\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 3,\n        \"postal_code\": \"1000\",\n        \"city\": \"Bruxelles\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 4,\n        \"postal_code\": \"1000\",\n        \"city\": \"Brussel\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 5,\n        \"postal_code\": \"9992\",\n        \"city\": \"Middelburg\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 6,\n        \"postal_code\": \"9991\",\n        \"city\": \"Adegem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 7,\n        \"postal_code\": \"9990\",\n        \"city\": \"Maldegem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 8,\n        \"postal_code\": \"9988\",\n        \"city\": \"Watervliet\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 9,\n        \"postal_code\": \"9988\",\n        \"city\": \"Waterland-Oudeman\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 10,\n        \"postal_code\": \"9982\",\n        \"city\": \"Sint-Jan-In-Eremo\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 11,\n        \"postal_code\": \"9981\",\n        \"city\": \"Sint-Margriete\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 12,\n        \"postal_code\": \"9980\",\n        \"city\": \"Sint-Laureins\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 13,\n        \"postal_code\": \"9971\",\n        \"city\": \"Lembeke\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 14,\n        \"postal_code\": \"9970\",\n        \"city\": \"Kaprijke\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 15,\n        \"postal_code\": \"9968\",\n        \"city\": \"Oosteeklo\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 16,\n        \"postal_code\": \"9968\",\n        \"city\": \"Bassevelde\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 17,\n        \"postal_code\": \"9961\",\n        \"city\": \"Boekhoute\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 18,\n        \"postal_code\": \"9960\",\n        \"city\": \"Assenede\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 19,\n        \"postal_code\": \"9950\",\n        \"city\": \"Waarschoot\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 20,\n        \"postal_code\": \"9940\",\n        \"city\": \"Sleidinge\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 21,\n        \"postal_code\": \"9940\",\n        \"city\": \"Kluizen\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 22,\n        \"postal_code\": \"9940\",\n        \"city\": \"Evergem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 23,\n        \"postal_code\": \"9940\",\n        \"city\": \"Ertvelde\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 24,\n        \"postal_code\": \"9932\",\n        \"city\": \"Ronsele\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 25,\n        \"postal_code\": \"9931\",\n        \"city\": \"Oostwinkel\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 26,\n        \"postal_code\": \"9930\",\n        \"city\": \"Zomergem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 27,\n        \"postal_code\": \"9921\",\n        \"city\": \"Vinderhoute\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 28,\n        \"postal_code\": \"9920\",\n        \"city\": \"Lovendegem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 29,\n        \"postal_code\": \"9910\",\n        \"city\": \"Ursel\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 30,\n        \"postal_code\": \"9910\",\n        \"city\": \"Knesselare\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 31,\n        \"postal_code\": \"9900\",\n        \"city\": \"Eeklo\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 32,\n        \"postal_code\": \"9890\",\n        \"city\": \"Vurste\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 33,\n        \"postal_code\": \"9890\",\n        \"city\": \"Semmerzake\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 34,\n        \"postal_code\": \"9890\",\n        \"city\": \"Gavere\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 35,\n        \"postal_code\": \"9890\",\n        \"city\": \"Dikkelvenne\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 36,\n        \"postal_code\": \"9890\",\n        \"city\": \"Baaigem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 37,\n        \"postal_code\": \"9890\",\n        \"city\": \"Asper\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 38,\n        \"postal_code\": \"9881\",\n        \"city\": \"Bellem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 39,\n        \"postal_code\": \"9880\",\n        \"city\": \"Poeke\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 40,\n        \"postal_code\": \"9880\",\n        \"city\": \"Lotenhulle\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 41,\n        \"postal_code\": \"9880\",\n        \"city\": \"Aalter\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 42,\n        \"postal_code\": \"9870\",\n        \"city\": \"Zulte\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 43,\n        \"postal_code\": \"9870\",\n        \"city\": \"Olsene\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 44,\n        \"postal_code\": \"9870\",\n        \"city\": \"Machelen (o.-Vl.)\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 45,\n        \"postal_code\": \"9860\",\n        \"city\": \"Scheldewindeke\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 46,\n        \"postal_code\": \"9860\",\n        \"city\": \"Oosterzele\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 47,\n        \"postal_code\": \"9860\",\n        \"city\": \"Moortsele\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 48,\n        \"postal_code\": \"9860\",\n        \"city\": \"Landskouter\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 49,\n        \"postal_code\": \"9860\",\n        \"city\": \"Gijzenzele\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 50,\n        \"postal_code\": \"9860\",\n        \"city\": \"Balegem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 51,\n        \"postal_code\": \"9850\",\n        \"city\": \"Vosselare\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 52,\n        \"postal_code\": \"9850\",\n        \"city\": \"Poesele\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 53,\n        \"postal_code\": \"9850\",\n        \"city\": \"Nevele\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 54,\n        \"postal_code\": \"9850\",\n        \"city\": \"Merendree\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 55,\n        \"postal_code\": \"9850\",\n        \"city\": \"Landegem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 56,\n        \"postal_code\": \"9850\",\n        \"city\": \"Hansbeke\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 57,\n        \"postal_code\": \"9840\",\n        \"city\": \"Zevergem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 58,\n        \"postal_code\": \"9840\",\n        \"city\": \"De Pinte\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 59,\n        \"postal_code\": \"9831\",\n        \"city\": \"Deurle\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 60,\n        \"postal_code\": \"9830\",\n        \"city\": \"Sint-Martens-Latem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 61,\n        \"postal_code\": \"9820\",\n        \"city\": \"Schelderode\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 62,\n        \"postal_code\": \"9820\",\n        \"city\": \"Munte\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 63,\n        \"postal_code\": \"9820\",\n        \"city\": \"Merelbeke\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 64,\n        \"postal_code\": \"9820\",\n        \"city\": \"Melsen\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 65,\n        \"postal_code\": \"9820\",\n        \"city\": \"Lemberge\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 66,\n        \"postal_code\": \"9820\",\n        \"city\": \"Bottelare\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 67,\n        \"postal_code\": \"9810\",\n        \"city\": \"Nazareth\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 68,\n        \"postal_code\": \"9810\",\n        \"city\": \"Eke\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 69,\n        \"postal_code\": \"9800\",\n        \"city\": \"Zeveren\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 70,\n        \"postal_code\": \"9800\",\n        \"city\": \"Wontergem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 71,\n        \"postal_code\": \"9800\",\n        \"city\": \"Vinkt\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 72,\n        \"postal_code\": \"9800\",\n        \"city\": \"Sint-Martens-Leerne\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 73,\n        \"postal_code\": \"9800\",\n        \"city\": \"Petegem-Aan-De-Leie\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 74,\n        \"postal_code\": \"9800\",\n        \"city\": \"Meigem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 75,\n        \"postal_code\": \"9800\",\n        \"city\": \"Grammene\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 76,\n        \"postal_code\": \"9800\",\n        \"city\": \"Gottem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 77,\n        \"postal_code\": \"9800\",\n        \"city\": \"Deinze\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 78,\n        \"postal_code\": \"9800\",\n        \"city\": \"Bachte-Maria-Leerne\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 79,\n        \"postal_code\": \"9800\",\n        \"city\": \"Astene\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 80,\n        \"postal_code\": \"9790\",\n        \"city\": \"Wortegem-Petegem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 81,\n        \"postal_code\": \"9790\",\n        \"city\": \"Wortegem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 82,\n        \"postal_code\": \"9790\",\n        \"city\": \"Petegem-Aan-De-Schelde\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 83,\n        \"postal_code\": \"9790\",\n        \"city\": \"Ooike (wortegem-Petegem)\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 84,\n        \"postal_code\": \"9790\",\n        \"city\": \"Moregem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 85,\n        \"postal_code\": \"9790\",\n        \"city\": \"Elsegem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 86,\n        \"postal_code\": \"9772\",\n        \"city\": \"Wannegem-Lede\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 87,\n        \"postal_code\": \"9771\",\n        \"city\": \"Nokere\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 88,\n        \"postal_code\": \"9770\",\n        \"city\": \"Kruishoutem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 89,\n        \"postal_code\": \"9750\",\n        \"city\": \"Zingem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 90,\n        \"postal_code\": \"9750\",\n        \"city\": \"Ouwegem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 91,\n        \"postal_code\": \"9750\",\n        \"city\": \"Huise\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 92,\n        \"postal_code\": \"9700\",\n        \"city\": \"Welden\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 93,\n        \"postal_code\": \"9700\",\n        \"city\": \"Volkegem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 94,\n        \"postal_code\": \"9700\",\n        \"city\": \"Oudenaarde\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 95,\n        \"postal_code\": \"9700\",\n        \"city\": \"Ooike (oudenaarde)\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 96,\n        \"postal_code\": \"9700\",\n        \"city\": \"Nederename\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 97,\n        \"postal_code\": \"9700\",\n        \"city\": \"Mullem\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 98,\n        \"postal_code\": \"9700\",\n        \"city\": \"Melden\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 99,\n        \"postal_code\": \"9700\",\n        \"city\": \"Mater\",\n        \"country\": \"BE\"\n    },\n    {\n        \"id\": 100,\n        \"postal_code\": \"9700\",\n        \"city\": \"Leupegem\",\n        \"country\": \"BE\"\n    }\n]"}],"_postman_id":"5ce7123d-a6b5-411e-978f-b3b76a5e9142"},{"name":"Postal_codes/{{id}}","event":[{"listen":"test","script":{"id":"7291a624-f395-439e-92b9-9a680aa6937d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"7b4c12db-dd5e-447f-b542-b95d7ae719e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/postal_codes/291","description":"<p>This endpoint fetches a specific postal code.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>id: The unique identifier</li>\n<li>postal_code: The postal code</li>\n<li>city: The city of the postal code</li>\n<li>country: The country of the postal code</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","postal_codes","291"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"5fb6e437-1d59-4253-b8ee-425a17520e91","name":"Postal_codes/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/postal_codes/291","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","postal_codes","291"],"query":[{"key":"display","value":"full","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 20 Jul 2023 07:29:01 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImdHcjJabytMKzFSV0dQRWpybElEXC9BPT0iLCJ2YWx1ZSI6IkQ2NU15T1FGYzk4Z0ZwMUtJZkEyNFpaU2p4OVwvV0doMzlSU0FMTHRPNk1xdEg0aEJ0bDBwc3h2XC9aRkdFc24zSTF4TWpiM1FMaFVjY0srWEVaMytPNXc9PSIsIm1hYyI6ImE4MjFjZmZmOWE3ODVmMjU1MzY0NmVkMWVhMmRjODhlNWU2YzljNzI5YmJjNjMwMGRmYTczZGRiMmM0YzViMGMifQ%3D%3D; expires=Thu, 20-Jul-2023 09:29:01 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 291,\n    \"postal_code\": \"9080\",\n    \"city\": \"Zeveneken\",\n    \"country\": \"BE\"\n}"}],"_postman_id":"7b4c12db-dd5e-447f-b542-b95d7ae719e5"},{"name":"Postal_codes","event":[{"listen":"test","script":{"id":"7be581e9-73d4-454f-a6c8-e401cddfafa6","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"913a1faa-7a7b-4f6e-8a49-0b3db1aa45bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"postal_code\": \"4561 GC\",\r\n    \"city\": \"Hulst\",\r\n    \"country\": \"NL\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/postal_codes","description":"<p>To create a new postal code this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>required</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","postal_codes"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"913a1faa-7a7b-4f6e-8a49-0b3db1aa45bf"},{"name":"Postal_codes","event":[{"listen":"test","script":{"id":"03437287-19c3-488b-a271-f19299a13008","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"63eeb208-bb14-42ab-8597-ea86abb1a628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"postal_code\": \"9000\",\r\n    \"city\": \"Gent\",\r\n    \"country\": \"BE\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/postal_codes/3246","description":"<p>To update a postal code this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>required</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","postal_codes","3246"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"63eeb208-bb14-42ab-8597-ea86abb1a628"},{"name":"Postal_codes","event":[{"listen":"test","script":{"id":"107e7d5b-158a-4ac0-8b14-34cddf45348e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"81a03957-68ce-44da-b96f-be5a5f035a2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/postal_codes/3246","description":"<p>Delete a postal code</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","postal_codes","3246"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[],"_postman_id":"81a03957-68ce-44da-b96f-be5a5f035a2e"}],"id":"2917f4f0-287c-40fe-b973-c60b2a8e468c","_postman_id":"2917f4f0-287c-40fe-b973-c60b2a8e468c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Products","item":[{"name":"Products","event":[{"listen":"test","script":{"id":"f08a7f7e-f858-4229-8d58-3a18b9c48689","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6eeb4e08-893e-4002-af64-1da22824c502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/products?display=full","description":"<h3 id=\"retrieve-product-data\">Retrieve product data</h3>\n<p>At the end of the previous chapter the data for one product was received by its unique product_uid. Before we can do this, we first need to know this information. As a simple GET to the /1/accounts/1/products/ resource, the information of all products will be returned. It might be helpful to add some restrictions to this selection.<br />id: an integer value representing the id of an article. This should always be between 100000 and 900000. Only products with this id will be in the result set.<br />uid: an integer value representing a part of, or the entire uid. The value can be between 100000 and 90000000000000. This can be useful for example to find products with a certain id and variant. In this case an integer with 8 digits needs to be set as a value to the parameter. For example “uid”: 10024602 will return all products with id 100246 and variant 2.<br />ids: this parameter works in the same way as the uid parameter, with the difference that multiple integers can be passed, separated by a comma. For example “ids”: “10024602,100247” will return all products with id 100246 and variant 2 together with all the products with id 100247.<br />seasons, brands, detailXs, categoryXs, foreign_ids: These parameters filter on respectively the season, brand, detail1 through detail5, category1 through category7 and the foreign_id of the products. Note that for detailXs and categoryXs the ‘X’ needs to be replaced by a number. All parameters are comma separated. The seasons and brands parameters expect three characters per id. The stores parameter expects two characters per id and the categoryXs expects four characters per id.<br />withstock: These parameter is useful to receive only the products that have actual stock to sell. Note that if a product might still be physically in stock, but is reserved for a customer, it will not be in stock. The value of this parameter should be a boolean.<br />online: This parameter makes sure that only products for online use are returned. The value is an integer, usually 1. In rare cases this might be another value, but this will be indicated by SoftTouch.<br />since, until: Returns the products that are changed respectively since or until a certain date. The product parameter timestamp is taken as a reference. While this is accurate to a certain extent, it is important to know how to use this. There is a separate chapter dedicated to this, which is a must read when relying on these parameters.<br />discount_date: In the previous chapter the discount_ parameters are introduced. By default the discount_date will be set as the current date. With this parameter, however, the discount and netto price on another date can be retrieved.<br />detail: The result of the request can quickly become quite large. When you are only interested in the stock of the products this parameter can be used with the value “stock”. The result will only show the key, edi, store and stock parameters.<br />since_first_delivery, until_first_delivery, since_last_delivery, until_last_delivery: These parameters expect a date value.</p>\n<h3 id=\"more-about-timestamp\">More about timestamp</h3>\n<p>The timestamp parameter is not reliable for everything! Since this is very important, let us repeat this. The timestamp parameter and the since and until parameters are not reliable for everything!<br />First things first. The timestamp parameter did not cover everything in the past. When the description was changed or the physical stock was changed, the article was also changed. However, when an article was reserved, the actual product or stock was not changed, and therefore the timestamp was not updated. After all, the product did not change, the availability, however, did. The same logic applies to the online parameter or the texts, files and related parameters. The newest DB version however will make sure that, whenever a reservation is made or an article is set online, the timestamp will also be updated.<br />“So it is reliable after all?” To a certain extent, yes. However there is one thing that is not taken into account. There is a possibility to set a sales period based on different levels such as brands, seasons and categories. The main reason why the timestamp of the products are not updated is because, when the sales are set, it most likely it will be for the future. When the time comes the sales period takes effect on a product, the timestamp will stay the same because no data has been changed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","products"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"key":"display","value":"full"},{"disabled":true,"description":{"content":"<p>in:stock,articles,articles_with_sizes,max_sizes</p>\n","type":"text/plain"},"key":"detail","value":""},{"disabled":true,"description":{"content":"<p>min:3</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>boolean (only when combined with search)</p>\n","type":"text/plain"},"key":"get_all_results","value":""},{"disabled":true,"key":"barcode","value":""},{"disabled":true,"description":{"content":"<p>integer|between:100000,90000000000000</p>\n","type":"text/plain"},"key":"uid","value":"111785"},{"disabled":true,"description":{"content":"<p>CommaSeperatedInteger|CommaSeperatedBetween:100000,90000000000000</p>\n","type":"text/plain"},"key":"ids","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:3</p>\n","type":"text/plain"},"key":"seasons","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:2</p>\n","type":"text/plain"},"key":"stores","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:3</p>\n","type":"text/plain"},"key":"brands","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"stock_greater_than","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"backorder_greater_than","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"order_greater_than","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"delivery_greater_than","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedBetween:0,5</p>\n","type":"text/plain"},"key":"online","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"since","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"updated_since_minutes","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"until","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"since_first_delivery","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"until_first_delivery","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"since_last_delivery","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"until_last_delivery","value":""},{"disabled":true,"key":"detail1s","value":""},{"disabled":true,"key":"detail2s","value":""},{"disabled":true,"key":"detail3s","value":""},{"disabled":true,"key":"detail4s","value":""},{"disabled":true,"key":"detail5s","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:4</p>\n","type":"text/plain"},"key":"category1s","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:4</p>\n","type":"text/plain"},"key":"category2s","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:4</p>\n","type":"text/plain"},"key":"category3s","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:4</p>\n","type":"text/plain"},"key":"category4s","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:4</p>\n","type":"text/plain"},"key":"category5s","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:4</p>\n","type":"text/plain"},"key":"category6s","value":""},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:4</p>\n","type":"text/plain"},"key":"category7s","value":""},{"disabled":true,"key":"foreign_ids","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"discount_date","value":""},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"pos_id","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"stop_on_first_resultset","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"all_stores","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"create_new_from_key","value":""},{"disabled":true,"description":{"content":"<p>boolean || UNIMPLEMENTED</p>\n","type":"text/plain"},"key":"with_files","value":""},{"disabled":true,"description":{"content":"<p>boolean || UNIMPLEMENTED</p>\n","type":"text/plain"},"key":"with_texts","value":""},{"disabled":true,"description":{"content":"<p>boolean || UNIMPLEMENTED</p>\n","type":"text/plain"},"key":"with_related","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"withstock","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"full_stock","value":""}],"variable":[]}},"response":[],"_postman_id":"6eeb4e08-893e-4002-af64-1da22824c502"},{"name":"Products/{{id}}","event":[{"listen":"test","script":{"id":"cd2a1902-e71e-4806-a057-7f7842f01668","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"4bdababc-47e5-4c3d-b1c2-144cad104fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/products/55556101040101","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","products","55556101040101"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[],"_postman_id":"4bdababc-47e5-4c3d-b1c2-144cad104fc8"},{"name":"Products","event":[{"listen":"test","script":{"id":"3fb4b5e7-7048-4eaa-a7da-1a9da0350d2f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"00a688ae-6738-469d-bc28-40dfa1231a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"key\": 12345601010101,\r\n    \"id\": 123456,\r\n    \"variant\": 1,\r\n    \"sizeX\": \"01\",\r\n    \"sizeY\": \"01\",\r\n    \"store\": \"01\",\r\n    \"order\": 123456789,\r\n    \"direct_delivery\": 0,\r\n    \"history_module\": \"API\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","products"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>integer|between:10000000000000,90000000000000</p>\n","type":"text/plain"},"key":"key","value":null},{"disabled":true,"description":{"content":"<p>required_if:key,|integer|between:100000,900000</p>\n","type":"text/plain"},"key":"id","value":null},{"disabled":true,"description":{"content":"<p>required_if:key,|integer|between:1,99</p>\n","type":"text/plain"},"key":"variant","value":null},{"disabled":true,"description":{"content":"<p>required_if:key,|size:2</p>\n","type":"text/plain"},"key":"sizeX","value":null},{"disabled":true,"description":{"content":"<p>required_if:key,|size:2</p>\n","type":"text/plain"},"key":"sizeY","value":null},{"disabled":true,"description":{"content":"<p>required_if:key,|size:2</p>\n","type":"text/plain"},"key":"store","value":null},{"disabled":true,"description":{"content":"<p>required|integer</p>\n","type":"text/plain"},"key":"order","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"direct_delivery","value":null},{"disabled":true,"description":{"content":"<p>size:3</p>\n","type":"text/plain"},"key":"history_module","value":null}],"variable":[]}},"response":[],"_postman_id":"00a688ae-6738-469d-bc28-40dfa1231a92"},{"name":"Products/create_article","event":[{"listen":"test","script":{"id":"5c21a91b-b637-434b-a1c3-d5d722baf82f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"4def1a1d-d24a-43ab-954e-2b5d0c6a8b7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 123456,\r\n    \"season\": \"NOS\",\r\n    \"brand\": \"001\",\r\n    \"sizetable\": \"01\",\r\n    \"category1\": \"0101\",\r\n    \"category2\": \"0201\",\r\n    \"category3\": \"0301\",\r\n    \"category4\": \"0401\",\r\n    \"category5\": \"0501\",\r\n    \"category6\": \"0601\",\r\n    \"category7\": \"0701\",\r\n    \"detail1\": \"\",\r\n    \"detail2\": \"\",\r\n    \"detail3\": \"\",\r\n    \"detail4\": \"\",\r\n    \"detail5\": \"\",\r\n    \"description\": \"\",\r\n    \"description2\": \"\",\r\n    \"description3\": \"\",\r\n    \"description4\": \"\",\r\n    \"description5\": \"\",\r\n    \"order_number\": \"\",\r\n    \"ultimate_delivery\": \"2021-08-26\",\r\n    \"expected_delivery\": \"2021-08-26\",\r\n    \"vat\": 21,\r\n    \"original_purchase_price\": 10.00,\r\n    \"commercial_discount\": 0.00,\r\n    \"purchase_price\": 10.00,\r\n    \"original_markup\": 2.00,\r\n    \"markup\": 2.00,\r\n    \"price\": 20.00,\r\n    \"on_customer_card\": 1,\r\n    \"customer_card_percentage\": 5,\r\n    \"customer_card_price\": 0.50,\r\n    \"article_discount_allowed\": 1,\r\n    \"history_module\": \"API\",\r\n    \"direct_delivery\": 0,\r\n    \"colors\": [\r\n        {\r\n            \"color\": \"0001\",\r\n            \"colorbrand\": \"NAVY 516\",\r\n            \"stores\": [\r\n                {\r\n                    \"store\": \"01\",\r\n                    \"detail\": [\r\n                        {\r\n                            \"sizeX\": \"01\",\r\n                            \"sizeY\": \"01\",\r\n                            \"edi\": \"\",\r\n                            \"order\": 1,\r\n                            \"original_purchase_price\": 10.00,\r\n                            \"commercial_discount\": 0.00,\r\n                            \"purchase_price\": 10.00,\r\n                            \"original_markup\": 2.00,\r\n                            \"markup\": 2.00,\r\n                            \"price\": 20.00\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/products/create_article","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","products","create_article"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>integer|between:100000,900000</p>\n","type":"text/plain"},"key":"id","value":null},{"disabled":true,"description":{"content":"<p>required_without:id|size:3</p>\n","type":"text/plain"},"key":"season","value":null},{"disabled":true,"description":{"content":"<p>required_without:id|size:3</p>\n","type":"text/plain"},"key":"brand","value":null},{"disabled":true,"description":{"content":"<p>required_without:id|size:2</p>\n","type":"text/plain"},"key":"sizetable","value":null},{"disabled":true,"key":"detail1","value":null},{"disabled":true,"key":"detail2","value":null},{"disabled":true,"key":"detail3","value":null},{"disabled":true,"key":"detail4","value":null},{"disabled":true,"key":"detail5","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category1","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category2","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category3","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category4","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category5","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category6","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category7","value":null},{"disabled":true,"key":"description","value":null},{"disabled":true,"key":"description2","value":null},{"disabled":true,"key":"description3","value":null},{"disabled":true,"key":"description4","value":null},{"disabled":true,"key":"description5","value":null},{"disabled":true,"key":"order_number","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"ultimate_delivery","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"expected_delivery","value":null},{"disabled":true,"description":{"content":"<p>numeric|between:0,100</p>\n","type":"text/plain"},"key":"vat","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"original_purchase_price","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"commercial_discount","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"purchase_price","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"original_markup","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"markup","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"price","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"on_customer_card","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"customer_card_percentage","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"customer_card_price","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"article_discount_allowed","value":null},{"disabled":true,"description":{"content":"<p>size:3</p>\n","type":"text/plain"},"key":"history_module","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"direct_delivery","value":null},{"disabled":true,"description":{"content":"<p>required|array</p>\n","type":"text/plain"},"key":"colors","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"colors:color","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"colors:colorbrand","value":null},{"disabled":true,"description":{"content":"<p>required|array</p>\n","type":"text/plain"},"key":"colors:stores","value":null},{"disabled":true,"description":{"content":"<p>required|size:2</p>\n","type":"text/plain"},"key":"colors:stores:store","value":null},{"disabled":true,"description":{"content":"<p>required|array</p>\n","type":"text/plain"},"key":"colors:stores:detail","value":null},{"disabled":true,"description":{"content":"<p>required|size:</p>\n","type":"text/plain"},"key":"colors:stores:detail:sizeX","value":null},{"disabled":true,"description":{"content":"<p>required|size:</p>\n","type":"text/plain"},"key":"colors:stores:detail:sizeY","value":null},{"disabled":true,"key":"colors:stores:detail:edi","value":null},{"disabled":true,"description":{"content":"<p>required|integer</p>\n","type":"text/plain"},"key":"colors:stores:detail:order","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"colors:stores:detail:original_purchase_price","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"colors:stores:detail:commercial_discount","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"colors:stores:detail:purchase_price","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"colors:stores:detail:original_markup","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"colors:stores:detail:markup","value":null},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"colors:stores:detail:price","value":null}],"variable":[]}},"response":[],"_postman_id":"4def1a1d-d24a-43ab-954e-2b5d0c6a8b7d"},{"name":"Products/update_article","event":[{"listen":"test","script":{"id":"536fb956-8dec-4d2b-9bfd-cac24affec49","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"1e8f414b-81dd-419f-bb88-bc555cf3debc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 123456,\r\n    \"variant\": 1,\r\n    \"sizeX\": \"01\",\r\n    \"sizeY\": \"01\",\r\n    \"store\": \"01\",\r\n    \"season\": \"NOS\",\r\n    \"brand\": \"001\",\r\n    \"sizetable\": \"01\",\r\n    \"category1\": \"0101\",\r\n    \"category2\": \"0201\",\r\n    \"category3\": \"0301\",\r\n    \"category4\": \"0401\",\r\n    \"category5\": \"0501\",\r\n    \"category6\": \"0601\",\r\n    \"category7\": \"0701\",\r\n    \"detail1\": \"\",\r\n    \"detail2\": \"\",\r\n    \"detail3\": \"\",\r\n    \"detail4\": \"\",\r\n    \"detail5\": \"\",\r\n    \"description\": \"\",\r\n    \"description2\": \"\",\r\n    \"description3\": \"\",\r\n    \"description4\": \"\",\r\n    \"description5\": \"\",\r\n    \"order_number\": \"\",\r\n    \"ultimate_delivery\": \"2021-08-26\",\r\n    \"vat\": 21,\r\n    \"color\": \"0001\",\r\n    \"colorbrand\": \"Navy 456\",\r\n    \"edi\": \"\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/products/update_article","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","products","update_article"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required_without:id|integer|between:10000000000000,90000000000000</p>\n","type":"text/plain"},"key":"product_uid","value":null},{"disabled":true,"description":{"content":"<p>required_without:product_uid|integer|between:100000,900000</p>\n","type":"text/plain"},"key":"id","value":null},{"disabled":true,"description":{"content":"<p>integer|between:1,99</p>\n","type":"text/plain"},"key":"variant","value":null},{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"sizeX","value":null},{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"sizeY","value":null},{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"store","value":null},{"disabled":true,"description":{"content":"<p>size:3</p>\n","type":"text/plain"},"key":"season","value":null},{"disabled":true,"description":{"content":"<p>size:3</p>\n","type":"text/plain"},"key":"brand","value":null},{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"sizetable","value":null},{"disabled":true,"key":"detail1","value":null},{"disabled":true,"key":"detail2","value":null},{"disabled":true,"key":"detail3","value":null},{"disabled":true,"key":"detail4","value":null},{"disabled":true,"key":"detail5","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category1","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category2","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category3","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category4","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category5","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category6","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"category7","value":null},{"disabled":true,"key":"description","value":null},{"disabled":true,"key":"description2","value":null},{"disabled":true,"key":"description3","value":null},{"disabled":true,"key":"description4","value":null},{"disabled":true,"key":"description5","value":null},{"disabled":true,"key":"order_number","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"ultimate_delivery","value":null},{"disabled":true,"description":{"content":"<p>numeric|between:0,100</p>\n","type":"text/plain"},"key":"vat","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"color","value":""},{"disabled":true,"key":"colorbrand","value":null},{"disabled":true,"key":"edi","value":null}],"variable":[]}},"response":[],"_postman_id":"1e8f414b-81dd-419f-bb88-bc555cf3debc"},{"name":"Products/stock_action","event":[{"listen":"test","script":{"id":"faaf7917-227a-4172-b8ac-ae40b5a1683b","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"e4f5e072-ca2b-4adf-8f1c-433cf2ad120d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/products/stock_action","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","products","stock_action"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|in:order,delivery,stock_correction</p>\n","type":"text/plain"},"key":"action","value":""},{"disabled":true,"description":{"content":"<p>OnlyUsedWithOtherFields:action,stock_correction|size:2</p>\n","type":"text/plain"},"key":"stock_correction_id","value":""},{"disabled":true,"key":"remark","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"date","value":""},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"user_id","value":""},{"disabled":true,"description":{"content":"<p>size:3</p>\n","type":"text/plain"},"key":"history_module","value":""},{"disabled":true,"description":{"content":"<p>OnlyUsedWithOtherFields:action,order|boolean</p>\n","type":"text/plain"},"key":"direct_delivery","value":""},{"disabled":true,"description":{"content":"<p>OnlyUsedWithOtherFields:action,order|boolean</p>\n","type":"text/plain"},"key":"is_reorder","value":""},{"disabled":true,"description":{"content":"<p>OnlyUsedWithOtherFields:action,delivery|boolean</p>\n","type":"text/plain"},"key":"remove_backorder","value":""},{"disabled":true,"description":{"content":"<p>OnlyUsedWithOtherFields:action,stock_correction|boolean</p>\n","type":"text/plain"},"key":"ignore_check","value":null},{"disabled":true,"description":{"content":"<p>required|array</p>\n","type":"text/plain"},"key":"products","value":""},{"disabled":true,"description":{"content":"<p>required|integer|between:10000000000000,90000000000000</p>\n","type":"text/plain"},"key":"products:product_uid","value":""},{"disabled":true,"description":{"content":"<p>required|integer|not_in:0</p>\n","type":"text/plain"},"key":"products:quantity","value":""}],"variable":[]}},"response":[],"_postman_id":"e4f5e072-ca2b-4adf-8f1c-433cf2ad120d"}],"id":"2273766d-f973-482b-814f-ad0598ff3288","description":"<h3 id=\"introduction\">Introduction</h3>\n<p>Products are the essence of every shop. In the end, a shop without products would not attract many customers and without customers there is no income. Let us start with an example and see how it is build up in the SoftTouch API. As example we take a red t-shirt.</p>\n<h3 id=\"general-information\">General information</h3>\n<p>The brand name of this particular product is SoftTouch. All the information about this brand can be found in the brand model. The id of this brand, which is used to refer to in the product, exists of three characters, usually numbers.<br />In the fashion it is quite common that each half a year is a new season, usually following the latest fashion trends. Winter 2023 and Summer 2023 are two examples of such seasons. The red t-shirt is a product that is probably not entitled to a particular season, since the design of the shirt won’t change for a long time. The use of a so called ‘Never out of Stock’ season is appropriate here. The seasons and their information can be found in the season model. The id of a season exists of three characters, usually referring to the season somehow. The id for Summer 2023 could be ‘S23’ for example or, to make ordering easier, ‘123’. Winter 2023 could be ‘W23’ or ‘123’. Never out of stock seasons often have the id ‘NOS’ or ‘999’.<br />Articles can be filed in different categories. The values for these categories should be recurring to many products and not specific to one or a few products. Good examples would be the sex – male, female, etc. – and article group – trousers, t-shirts, etc. These categories can be found in the category model. There are seven possible categories. The id of each category exists of four characters. The first two characters represent which group it belongs to – ‘0102’ belongs to category 1 while ‘0245’ belongs to category 2. The last two characters is the id within the group. This is mostly numeric, but can be alphabetic. For most clients the first category is the sex and the second category the article group.<br />A product usually has a unique article number or reference and often an article name. The latter is mostly, but not always unique for the article. For our shirt the reference might be ‘ABC-123’ and the name might be ‘Red t-shirt’. This information can be found in the detail of the article. The article reference can usually be found in the first detail and the name of the article in the second. If there is no reference, the name could be found in the first. There are five detail fields to store product specific data.<br />A product can also have a description. This is usually some limited information to aid the sales person in order to recognise the article in a quick glance. ‘Red t-shirt short sleeve’ could be an example for our shirt. While there are five description fields, usually only the first is used. While the description can contain any data, it should not be a long text which is used to show on a web shop for instance. There are other places for this, which will be covered later.<br />Most articles have different sizes. This will be covered in more depth later. For now it is enough to know that each product needs a link to a size table. The information of the size tables can be found in the size table model. Each size table has an id of two characters, usually numeric.<br />To make the product unique, there exist an id, which has no link to any data of the supplier. This is a numeric value with six digits, i.e. higher or equal to 100000 and lower than 900000.</p>\n<h3 id=\"colours-and-variants\">Colours and variants</h3>\n<p>From our example red t-shirt ther is also a yellow and blue version. Often the supplier has for each colour its own code, something like ‘R001’. In the API this can be found in colorbrand as ‘R001 - red'.<br />When suppliers use many different names for almost the same colour, it might be easier to refer to them with the same name. For the colour red there might be the description cherry, rose, jam, merlot, garnet, crimson, etc. They could all be linked to one of the colours in the color model. The id of such a colour exists of four characters, usually numbers. The use of these colours is not mandatory, so the color parameter for a product might be an empty string.<br />A product with different colours or variants can use the same id with a different variant number. This is a numeric value not higher than 99.</p>\n<h3 id=\"sizes\">Sizes</h3>\n<p>As mentioned before, most products have different sizes. For our shirt the size table that is being used might look something like this:</p>\n<img src=\"https://content.pstmn.io/40ca94b5-4b0b-4c13-b44c-d14ec2ddae00/c2l6ZXNfMS5wbmc=\" />\n\n<p>In the SoftTouch API each size has a position on the size table. It always starts from position one and increments with one for each following size. The positions on this size table might look something like this:</p>\n<img src=\"https://content.pstmn.io/8dcd5498-abb2-4f9f-91c8-c445c3d8d3e6/c2l6ZXNfMi5wbmc=\" />\n\n<p>Size tables in the SoftTouch API can be 2-dimentional. Good examples for such size tables are those for trousers with leg length sizes or bras with cup sizes:</p>\n<img src=\"https://content.pstmn.io/cdbba78b-5b1b-4ef6-9c5f-20b57e461823/c2l6ZXNfMy5wbmc=\" width=\"618\" height=\"135\" />\n\n<p>The first dimension of a size table is represented by the X size, while the second dimension is represented by the Y size. In the last size table size 38/L34 would be represented by sizeX ‘04’ and sizeY ‘03’. When a size table represents one dimensional sizes sizeY will always be ‘01’. Some products don’t have a size or exist only in one size. In this case a size table with one size is needed. The one size on the size table is often referred to as ‘TU’, which is an abbreviation for Taille Unique.</p>\n<h3 id=\"stores\">Stores</h3>\n<p>The details of the stores can be found in the store model. The id referring to the store in a product exists of two characters, always numeric. This seems like a simple issue to dedicate a separate chapter to it. True, but it brings us to the key of a product.<br />The key of a product is the combination of five parameters, the id, the variant, sizeX, sizeY and the store. It is a numeric value existing of 14 digits. The first 6 represent the id, The following two represent the variant. The ninth and tenth and the eleventh and twelfth digits represent sizeX and sizeY. The last two digits represent the store.<br />Since these five parameters make a product unique, it is technically possible that some of the other parameters might differ for the same product, having another key. For example the VAT percentage of a product might be 21 in one store, while in another it might be 20 – this store will be located in another country. While this theory could work for all other parameters, it should not be so for many parameters – season, brand and the category parameters to name a few.</p>\n<h3 id=\"more-information\">More information</h3>\n<p>What follows are a few more parameters a product can have.<br /><em>edi</em>: Suppliers often provide barcodes for the products. These barcodes can be found in the edi field.</p>\n<p><em>stock, backorder</em>: The stock is the amount of pieces available to sell. Sometimes products can be physically in stock, but are reserved by customers. Those products will not be available. The backorder are the amount of pieces yet to be delivered by the supplier.</p>\n<p><em>price</em>: The selling price of the product. Note that this can differ over different sizes and even stores.</p>\n<p><em>salesprice, salesdiscount, salesstart, salesend</em>: These four parameters have everything to do with the sales period and the discount on the product during this period. The price would be the new price of the article while the discount is a percentage. When the price is not 0, the discount parameter will be ignored. The sales period starts on the start date and ends on the end date, the end date not including (this contradicts with the logic at many other places)! Note that there is the discount model which is used to set a discount period on a group of articles. If a discount is set on a product level, this will get the priority. Know that these parameters are not the only ones that might have an impact on the discount of an article. To make sure it is better to use the following four parameters.</p>\n<p><em>discount_date, discount_percentage, discount_value, netto_price</em>: On a certain date – represented by the discount_date parameter – the article might be entitled to a discount. The percentage and the value of the discount are respectively represented by the percentage and discount_value. The new price is represented by the parameter netto_price. These parameters take all possible modifiers for the discount in account. Therefore it could as well be that a discount is taking effect while the previous four sales parameters seem to contradict this.</p>\n<p><em>vat</em>: The VAT percentage of the product</p>\n<p><em>online</em>: A Boolean value determining if the product is available online or not</p>\n<p><em>status</em>: The status of an article. There are three possible values, being A (active), I (inactive) and D (deleted). Only articles with the active status should be used.</p>\n<p><em>timestamp</em>: The moment an article has been changed the last time. There is a separate chapter that covers this parameter in more depth. Since it has some subtle nuances, it is very important that this chapter is covered when relying on this parameter.</p>\n<p><em>texts, files, related</em>: These three parameters are arrays with data usually used by web designers. The texts are used for large texts in order to give customers more information about the product. The files are mostly used for pictures, but can in theory be any file format. The related array contains the combination of ids and variants to other products which are related in some way to the product. In the example this could be a Star Trek trousers which fits perfectly with the shirt. These three parameters are explained in more depth in the following part of this chapter.</p>\n<p><em>first_delivery, last_delivery</em>: The first and last date a product has been delivered. This is the same for all sizes in all stores of the same product.</p>\n<h3 id=\"text-files-and-relations\">Text, files and relations</h3>\n<p>A product has a few array parameters which are typically used for web shops. These parameters are the texts, files and related parameter. An example can be found in the following part of this chapter.<br />In one of the previous chapters we covered that the description parameters can contain some small text describing the article. While this is mostly sufficient for the sales person, it usually is not enough for a buying customer. A better place for long texts is the, well…, texts parameter. The length of the text in each of the array items should be more than enough.<br />But there is more. Each item can be linked to a type. The type represents for example a title, a description or even some information about the fabric or some washing instructions. Since the types indicates what the information is about, the web developer can decide where and how the information can be displayed on the web shop.<br />Since there can be multiple text items for the same type it might be useful to know in what order they should be displayed. The sort parameter can be used for that. Use this parameter with caution, however. Since a text item can be linked to either one variant (colour) of a certain product, or all variants the sort parameter does not always make sense. So, when it is used, it is best to agree with stock managers of the shop that texts are either linked to either one variant or all variants of a product. Also take in account that the default value of the sort parameter is 1, unless the stock manager changes this value.<br />The files parameter represent all file names linked to the product. Usually these files are pictures. File items have a type and sort parameter, which work in the same way as with the text items. Also, just like text items, file items can be linked to either one variant of a product or all variants of the product.<br />Products can be related to other products in some way. The cool Star Trek shirt might for example have perfectly matching trousers. The related parameter lists these articles in an array. In these items the related parameter represents the first 8 characters of the product uid (id + variant) that relates with the article. It is important to know that the relation does not go in two ways by default. When a product (A) has a related product (B), this related product (B) does not have the original product (A) as a related product, unless it is explicitly linked by the stock manager.</p>\n","_postman_id":"2273766d-f973-482b-814f-ad0598ff3288","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Product memos  todo","item":[{"name":"Product_memos","event":[{"listen":"test","script":{"id":"e13afd6b-c3bb-4e92-995a-1f2f68c747be","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"01361d3a-2ff2-49a9-a088-e04d03936287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/product_memos","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","product_memos"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>integer|between:100000,999999</p>\n","type":"text/plain"},"key":"product_id","value":null},{"disabled":true,"description":{"content":"<p>integer|between:0,99</p>\n","type":"text/plain"},"key":"product_variant","value":null},{"disabled":true,"description":{"content":"<p>in:30000,30001</p>\n","type":"text/plain"},"key":"type","value":null},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"valid_at","value":null}],"variable":[]}},"response":[],"_postman_id":"01361d3a-2ff2-49a9-a088-e04d03936287"},{"name":"Product_memos/{{id}}","event":[{"listen":"test","script":{"id":"47b75c90-6e28-4810-bea9-812567a9d123","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"7ce5825e-7831-4e68-bd25-0fd4441be5a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/product_memos/1","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","product_memos","1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[],"_postman_id":"7ce5825e-7831-4e68-bd25-0fd4441be5a6"},{"name":"Product_memos","event":[{"listen":"test","script":{"id":"0116aa41-d2bb-4450-abf5-5c60282f30df","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"74846bb8-61cb-42b1-99cf-fc9ee9bfd2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product_id\": 123456,\r\n    \"product_variant\": 1,\r\n    \"type\": 30001,\r\n    \"memo\": \"Memo text\",\r\n    \"user_id\": \"1001\",\r\n    \"valid_from\": \"2021-08-26\",\r\n    \"valid_unril\": \"2021-08-26\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/product_memos","description":"<p>To create a new brand this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","product_memos"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|integer|between:100000,999999</p>\n","type":"text/plain"},"key":"product_id","value":null},{"disabled":true,"description":{"content":"<p>required|integer|between:0,99</p>\n","type":"text/plain"},"key":"product_variant","value":null},{"disabled":true,"description":{"content":"<p>required|in:30000,30001</p>\n","type":"text/plain"},"key":"type","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"memo","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"user_id","value":null},{"disabled":true,"description":{"content":"<p>required_if:type,30001|date</p>\n","type":"text/plain"},"key":"valid_from","value":null},{"disabled":true,"description":{"content":"<p>required_if:type,30001|date</p>\n","type":"text/plain"},"key":"valid_to","value":null}],"variable":[]}},"response":[],"_postman_id":"74846bb8-61cb-42b1-99cf-fc9ee9bfd2dd"},{"name":"Product_memos","event":[{"listen":"test","script":{"id":"5deaf267-79c9-4a84-aaf5-406299d43273","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"2a668890-8c84-4f87-afd2-f0b9b1fbfc0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product_id\": 123456,\r\n    \"product_variant\": 1,\r\n    \"type\": 30001,\r\n    \"memo\": \"Memo text\",\r\n    \"user_id\": \"1001\",\r\n    \"valid_from\": \"2021-08-26\",\r\n    \"valid_unril\": \"2021-08-26\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/product_memos/1","description":"<p>List all colors.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","product_memos","1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"memo","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"user_id","value":null},{"disabled":true,"description":{"content":"<p>required_if:type,30001|date</p>\n","type":"text/plain"},"key":"valid_from","value":null},{"disabled":true,"description":{"content":"<p>required_if:type,30001|date</p>\n","type":"text/plain"},"key":"valid_to","value":null}],"variable":[]}},"response":[],"_postman_id":"2a668890-8c84-4f87-afd2-f0b9b1fbfc0b"},{"name":"Product_memos","event":[{"listen":"test","script":{"id":"54194850-2114-4337-adac-6e63d01d0532","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"57a4d890-b1fb-4875-b2be-efc4acb013be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/product_memos/1","description":"<p>List all colors.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","product_memos","1"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"57a4d890-b1fb-4875-b2be-efc4acb013be"}],"id":"85ec14b7-6f49-494c-8b9a-ad871357fafd","_postman_id":"85ec14b7-6f49-494c-8b9a-ad871357fafd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Product wash and care instructions  todo","item":[{"name":"Product_wash_instructions","event":[{"listen":"test","script":{"id":"08203270-1861-4574-be6d-e2b4d6661448","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"23a9ef18-69cd-4151-8e7b-d61a4327c985","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/product_wash_instructions","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","product_wash_instructions"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:8</p>\n","type":"text/plain"},"key":"barbodycolors","value":null},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:6</p>\n","type":"text/plain"},"key":"barbody","value":null},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"wash_and_care_instruction_id","value":null}],"variable":[]}},"response":[],"_postman_id":"23a9ef18-69cd-4151-8e7b-d61a4327c985"}],"id":"72b2615e-c3f9-4d47-a985-1c17ce0e9d20","_postman_id":"72b2615e-c3f9-4d47-a985-1c17ce0e9d20","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Program variables  todo","item":[{"name":"Prog_variables","event":[{"listen":"test","script":{"id":"96170990-10d9-4962-8787-caed4a4e9276","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"5f8666d7-cbae-48c9-90ce-35a2904ad50f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/prog_variables","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","prog_variables"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"key":"id","value":null},{"disabled":true,"key":"ids","value":null},{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"store_id","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"pos_id","value":null}],"variable":[]}},"response":[],"_postman_id":"5f8666d7-cbae-48c9-90ce-35a2904ad50f"}],"id":"78b71361-6700-481e-9ff9-957aa0cd0d6a","_postman_id":"78b71361-6700-481e-9ff9-957aa0cd0d6a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Reservations","item":[{"name":"Reservations","event":[{"listen":"test","script":{"id":"52771dd8-a212-4f65-b4a1-571c7b507757","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"a4d67db6-5f13-41f3-bfd1-db4e020e570a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/reservations/999100002","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","reservations","999100002"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[],"_postman_id":"a4d67db6-5f13-41f3-bfd1-db4e020e570a"},{"name":"Reservations","event":[{"listen":"test","script":{"id":"5337e118-ce7d-4953-8af8-b303c38d6a01","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"b77b5065-3587-4ea8-a7e1-6e89e65300a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"customer_id\": 2,\r\n    \"delivery_address_id\": 6,\r\n    \"invoice_address_id\": 4,\r\n    \"payment_type\": 9,\r\n    \"giftlist_id\": 1,\r\n    \"store_id\": \"01\",\r\n    \"pos_id\": \"0101\",\r\n    \"remarks\": \"This is a remark.\",\r\n    \"items\": [\r\n        {\r\n            \"product_uid\": \"55559002030201\",\r\n            \"quantity\": 1,\r\n            \"discount\": 50.00,\r\n            \"discount_type_id\": 99999908000002,\r\n            \"description\": \"This is a test.\",\r\n            \"vat_percentage\": 21,\r\n            \"art_external_order_status\": 28001\r\n        },\r\n        {\r\n            \"product_uid\": \"55559002030201\",\r\n            \"quantity\": 1,\r\n            \"price_to_pay\": 25\r\n        },\r\n        {\r\n            \"product_uid\": \"55559001030301\",\r\n            \"quantity\": 2,\r\n            \"net_price\": 50\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/reservations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","reservations"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|integer</p>\n","type":"text/plain"},"key":"customer_id","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"payment_type","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"invoice_address_id","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"delivery_address_id","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"giftlist_id","value":""},{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"store_id","value":""},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"pos_id","value":""},{"disabled":true,"key":"remarks","value":""},{"disabled":true,"description":{"content":"<p>required|array</p>\n","type":"text/plain"},"key":"items","value":""},{"disabled":true,"description":{"content":"<p>required|integer|between:10000000000000,99999999999999</p>\n","type":"text/plain"},"key":"items:product_uid","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"items:quantity","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"items:discount","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"items:price_to_pay","value":""},{"disabled":true,"description":{"content":"<p>integer|between:99999908000000,99999908999999</p>\n","type":"text/plain"},"key":"items:discount_type_id","value":""},{"disabled":true,"key":"items:description","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"items:vat_percentage","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"items:net_price","value":""},{"disabled":true,"description":{"content":"<p>integer|between:28000,28099</p>\n","type":"text/plain"},"key":"items:art_external_order_status","value":""},{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[],"_postman_id":"b77b5065-3587-4ea8-a7e1-6e89e65300a3"},{"name":"Reservations/process","event":[{"listen":"test","script":{"id":"b70ed095-66a9-419f-8137-20f3bd825a8f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"58f2280e-c5ef-4837-9080-1f6d39ab6df0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/reservations/999100002/process?payment_type=9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","reservations","999100002","process"],"host":["api","softtouch","eu"],"query":[{"description":{"content":"<p>required|integer|between:1,30</p>\n","type":"text/plain"},"key":"payment_type","value":"9"}],"variable":[]}},"response":[],"_postman_id":"58f2280e-c5ef-4837-9080-1f6d39ab6df0"}],"id":"0524de2c-b120-4ceb-a88f-931ede9dcb98","description":"<p>Reservations may look a bit daunting if one does not know how it works. To limit the network traffic, an entire reservation with all its items can be created in one call.</p>\n<p>A basic example</p>\n<img src=\"https://content.pstmn.io/c422335d-3a9f-4f27-91f0-b15d8dfcea7c/aW5wdWl0LnBuZw==\" width=\"390\" height=\"208\" />\n\n<p>Result:</p>\n<img src=\"https://content.pstmn.io/6fca865d-05eb-4ed6-8cc7-130dc9377748/UmVzdWx0LnBuZw==\" alt />","_postman_id":"0524de2c-b120-4ceb-a88f-931ede9dcb98","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Receipts  todo","item":[{"name":"Receipts","event":[{"listen":"test","script":{"id":"3e8d385b-b459-4238-93c3-31836924e149","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"12358913-6c90-4958-9ab4-47159d81d1d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/receipts","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","receipts"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"100"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>date_period</p>\n","type":"text/plain"},"key":"date_period","value":null},{"disabled":true,"description":{"content":"<p>CommaSeperatedInteger|CommaSeperatedBetween:10000000000000,99999999999999</p>\n","type":"text/plain"},"key":"product_uids","value":null},{"disabled":true,"description":{"content":"<p>CommaSeperatedInteger</p>\n","type":"text/plain"},"key":"customer_ids","value":null},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:2</p>\n","type":"text/plain"},"key":"store_ids","value":null},{"disabled":true,"description":{"content":"<p>CommaSeperatedSize:4</p>\n","type":"text/plain"},"key":"pos_ids","value":null},{"disabled":true,"description":{"content":"<p>CommaSeperatedInteger|CommaSeperatedBetween:1000000000,9999999999</p>\n","type":"text/plain"},"key":"receipt_id_range","value":null},{"disabled":true,"key":"tracking_number","value":null},{"disabled":true,"key":"remark","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"is_webshop_order","value":null}],"variable":[]}},"response":[],"_postman_id":"12358913-6c90-4958-9ab4-47159d81d1d4"},{"name":"Receipts/{{id}}","event":[{"listen":"test","script":{"id":"7f30219f-7c6c-4d91-9438-3630383f7842","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"fa4f7297-96b6-401a-983c-b4c47b6dc87d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/receipts/2000158889","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","receipts","2000158889"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[],"_postman_id":"fa4f7297-96b6-401a-983c-b4c47b6dc87d"},{"name":"Receipts","event":[{"listen":"test","script":{"id":"52771dd8-a212-4f65-b4a1-571c7b507757","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript","packages":{}}}],"id":"a5a73fb8-2b85-41a8-b182-82b59d49009a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": 2010000856,\n    \"label_barcode\": \"0020100008560\",\n    \"store_id\": \"01\",\n    \"pos_id\": \"0101\",\n    \"customer_id\": 37779,\n    \"invoice_address_id\": 46,\n    \"delivery_address_id\": 55,\n    \"discount\": 39.95,\n    \"price_to_pay\": 50,\n    \"price_paid\": 200,\n    \"seal\": \"85263072\",\n    \"tracking_number\": \"abcdef123456\",\n    \"remark\": \"Hier een opmerking over dit ticket.\",\n    \"payment\": [\n        {\n            \"1\": 50\n        }\n    ],\n    \"customer_card\": [\n        {\n            \"discount\": 134.94,\n            \"lines\": 0,\n            \"frequency\": 3,\n            \"points\": 0\n        }\n    ],\n    \"items\": [\n        {\n            \"key\": 1,\n            \"user_sold_id\": \"\",\n            \"product_uid\": 22500201070101,\n            \"quantity\": 1,\n            \"unit_price\": 89.95,\n            \"discount\": 39.95,\n            \"price_to_pay\": 50,\n            \"discount_type_id\": 99999908000001,\n            \"description\": \"Broek State of art [622 13965/L34/9992] (Size : 32)\",\n            \"ticket_description\": \"Broek State of art\",\n            \"vat_percentage\": 21,\n            \"item_discount_allowed\": true,\n            \"on_customer_card\": true,\n            \"customer_card_value\": 44.975\n        }\n    ],\n    \"cheques\": [],\n    \"invoice\": [\n        {\n            \"key\": 2006292,\n            \"corporation_id\": \"01\",\n            \"name_1\": \"Stefan\",\n            \"name_2\": \"de Bakker\",\n            \"address_1\": \"Ambachtenlaan 6A\",\n            \"address_2\": \"\",\n            \"postal_code\": \"9080\",\n            \"city\": \"Lochristi\",\n            \"country_iso\": \"BE\",\n            \"vat_number\": \"BE 1234.567.890\",\n            \"net_sales_price\": 74.3388,\n            \"net_discount\": 33.0165,\n            \"net_total\": 41.3223,\n            \"vat_price\": 8.677700000000002,\n            \"gross_total\": 50,\n            \"structured_communication\": \"010/2006/29225\",\n            \"items\": [\n                {\n                    \"key\": 1,\n                    \"description\": \"Broek State of art [622 13965/L34/9992] (Size : 32)\",\n                    \"quantity\": 1,\n                    \"net_unit_price\": 74.3388,\n                    \"net_discount\": 33.0165,\n                    \"net_total\": 41.3223,\n                    \"vat_percentage\": 21\n                },\n                {\n                    \"key\": 2,\n                    \"description\": \"Ticket no°: 2010000856\",\n                    \"quantity\": 0,\n                    \"net_unit_price\": 0,\n                    \"net_discount\": 0,\n                    \"net_total\": 0,\n                    \"vat_percentage\": 0\n                }\n            ]\n        }\n    ]\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/receipts","description":"<p>To create a new brand this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","receipts"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>integer|required_if:create_invoice,true</p>\n","type":"text/plain"},"key":"customer_id","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"invoice_address_id","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"delivery_address_id","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"price_paid","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"no_direct_discount","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"generate_customer_discount","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"create_voucher_when_negative","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"force_unit_price_calculation","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"process","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"create_invoice","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"is_webshop_order","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"webshop_order_processed","value":""},{"disabled":true,"description":{"content":"<p>size:2</p>\n","type":"text/plain"},"key":"store_id","value":""},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"pos_id","value":""},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"user_id","value":""},{"disabled":true,"description":{"content":"<p>max:255</p>\n","type":"text/plain"},"key":"tracking_number","value":""},{"disabled":true,"key":"remark","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"reservation_id","value":""},{"disabled":true,"description":{"content":"<p>array</p>\n","type":"text/plain"},"key":"payment","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"payment:1","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"payment:2","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"payment:3","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"payment:4","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"payment:5","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"payment:6","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"payment:7","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"payment:8","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"payment:9","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"payment:10","value":""},{"disabled":true,"description":{"content":"<p>required|array</p>\n","type":"text/plain"},"key":"items","value":""},{"disabled":true,"description":{"content":"<p>required|integer|BetweenOrIn:10000000000000,99999999999999,999902,999903,999904,999905,999909</p>\n","type":"text/plain"},"key":"items:product_uid","value":""},{"disabled":true,"description":{"content":"<p>size:8</p>\n","type":"text/plain"},"key":"items:checksum","value":""},{"disabled":true,"description":{"content":"<p>date</p>\n","type":"text/plain"},"key":"items:ready_date","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"items:quantity","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"items:discount","value":""},{"disabled":true,"description":{"content":"<p>required_if:product_uid,99999999999996,99999999999997,99999999999998,99999999999999,999902,999903,999904,999905,999909|numeric</p>\n","type":"text/plain"},"key":"items:price_to_pay","value":""},{"disabled":true,"key":"items:description","value":""},{"disabled":true,"key":"items:long_description","value":""},{"disabled":true,"description":{"content":"<p>integer|between:99999908000000,99999908999999</p>\n","type":"text/plain"},"key":"items:discount_type_id","value":""},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"items:user_sold_id","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"items:vat_percentage","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"items:on_customer_card","value":""},{"disabled":true,"description":{"content":"<p>numeric</p>\n","type":"text/plain"},"key":"items:customer_card_percentage","value":""},{"disabled":true,"description":{"content":"<p>in:28000,28001,28002</p>\n","type":"text/plain"},"key":"items:art_external_order_status","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"items:webshop_order_processed","value":""},{"disabled":true,"description":{"content":"<p>only with product_uid 999902</p>\n","type":"text/plain"},"key":"items:custom_code","value":null}],"variable":[]}},"response":[],"_postman_id":"a5a73fb8-2b85-41a8-b182-82b59d49009a"},{"name":"Receipts","event":[{"listen":"test","script":{"id":"3bb5cd59-df83-4943-a819-4ca429ef7ec2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"52ee9874-43da-487b-be26-356b29d7217d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\": \"EX47868BA4\",\r\n    \"remark\": \"You can update the remark here.\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/receipts/2000158889","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","receipts","2000158889"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>max:255</p>\n","type":"text/plain"},"key":"tracking_number","value":null},{"disabled":true,"key":"remark","value":null}],"variable":[]}},"response":[],"_postman_id":"52ee9874-43da-487b-be26-356b29d7217d"}],"id":"dcda4e35-d002-44f7-990d-af495ac8e9cd","_postman_id":"dcda4e35-d002-44f7-990d-af495ac8e9cd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Seasons","item":[{"name":"Seasons","event":[{"listen":"test","script":{"id":"53f9dbdf-eb98-4e14-96c8-02c4a1966f19","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"a4fc4eb2-32a3-4d95-9e99-7239f8ba7433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons?display=full","description":"<p>This endpoint retrieves all available seasons. Similar to other paginated endpoints, the request must be made in steps, with a maximum of 500 seasons per call.</p>\n<p>Used parameters:</p>\n<ul>\n<li><p>display (full)</p>\n</li>\n<li><p>take</p>\n</li>\n<li><p>skip</p>\n</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li><p>id: The unique identifier for the seasons (e.g., \"W21\" for Winter 2021).</p>\n</li>\n<li><p>description: A description of the season (e.g., \"Winter 2021\").</p>\n</li>\n<li><p>detail1-5: Customizable fields for additional season details. These fields can store metadata or client-specific information.</p>\n</li>\n<li><p>active: A boolean indicating whether the season is currently active (<code>true</code>) or inactive (<code>false</code>)</p>\n</li>\n<li><p>visible: A boolean indicating wheter the season is visible (<code>true</code>) or hidden (<code>false</code>).</p>\n</li>\n<li><p>from_date: The start date of the season, formatted as <code>YYYY-MM-DD</code></p>\n</li>\n<li><p>to_date: The end date of the season, formatted as <code>YYYY-MM-DD</code>.</p>\n</li>\n</ul>\n<p>When <code>display=full</code> is used, additional detailed information will be included :</p>\n<ul>\n<li><p>lang1-5: Multilingual descriptions for the season, allowing localization in up to five languages. These may be <code>null</code> if not set.</p>\n</li>\n<li><p>web_visible: Indicates if the season is visible on web-related platforms (<code>true</code> or <code>false</code>).</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","seasons"],"host":["api","softtouch","eu"],"query":[{"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"4213b830-5e76-4232-8f32-b7e438a8825a","name":"Seasons","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","seasons"],"query":[{"key":"display","value":"full","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 06 Nov 2024 09:29:05 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InV3c2w2bG5kXC9qUlZlYUpYVVg0OFZnPT0iLCJ2YWx1ZSI6IlBSaTVEaW9sTnpYWVwvMU9lUHkzdWQrOEdUUGJlVE5aMUV3XC90cUdrS0Irc1pwTXJidGlZWmRJNmIyUjFNemJKNWpjc0NoY0tIbDhXS0czYkZ5TStJcEE9PSIsIm1hYyI6ImY3YzMzZjc2Mjk1ZTI3OGQxZjQ3N2ZhZTc1NmUzOTVmMjBhMWM4MTQ5Nzk1MmFjYTI5MjZkNmYzNjdjMmRkOGYifQ%3D%3D; expires=Wed, 06-Nov-2024 11:29:05 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"999\",\n        \"description\": \"Doorlopend/NOS\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": true,\n        \"visible\": true\n    },\n    {\n        \"id\": \"W19\",\n        \"description\": \"Winter 2019\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"W20\",\n        \"description\": \"Winter 2020\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"W21\",\n        \"description\": \"Winter 2021\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"W22\",\n        \"description\": \"Winter 2022\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"T\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"W23\",\n        \"description\": \"Winter 2023\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"T\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"W24\",\n        \"description\": \"Winter 2024\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"T\",\n        \"detail5\": \"\",\n        \"active\": true,\n        \"visible\": true\n    },\n    {\n        \"id\": \"W25\",\n        \"description\": \"Winter 2025\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": true,\n        \"visible\": true\n    },\n    {\n        \"id\": \"Z19\",\n        \"description\": \"Zomer 2019\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"Z20\",\n        \"description\": \"Zomer 2020\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"Z21\",\n        \"description\": \"Zomer 2021\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"Z22\",\n        \"description\": \"Zomer 2022\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"Z23\",\n        \"description\": \"Zomer 2023\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"T\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"Z24\",\n        \"description\": \"Zomer 2024\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"T\",\n        \"active\": false,\n        \"visible\": true\n    },\n    {\n        \"id\": \"Z25\",\n        \"description\": \"Zomer 2025\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": true,\n        \"visible\": true\n    }\n]"}],"_postman_id":"a4fc4eb2-32a3-4d95-9e99-7239f8ba7433"},{"name":"Seasons/{{id}}","event":[{"listen":"test","script":{"id":"8124b312-f361-492e-b25c-6e3017244e02","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"f4c94128-200d-47b6-80b4-2498ab7cdbd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons/Z24","description":"<p>This endpoint fetches a specific season</p>\n<p>Used parameters:</p>\n<ul>\n<li><p>display (full)</p>\n</li>\n<li><p>take</p>\n</li>\n<li><p>skip</p>\n</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li><p>id: The unique identifier for the seasons (e.g., \"W21\" for Winter 2021).</p>\n</li>\n<li><p>description: A description of the season (e.g., \"Winter 2021\").</p>\n</li>\n<li><p>detail1- 5: Customizable fields for additional season details. These fields can store metadata or client-specific information.</p>\n</li>\n<li><p>active: A boolean indicating whether the season is currently active (<code>true</code>) or inactive (<code>false</code>)</p>\n</li>\n<li><p>visible: A boolean indicating wheter the season is visible (<code>true</code>) or hidden (<code>false</code>).</p>\n</li>\n<li><p>from_date: The start date of the season, formatted as <code>YYYY-MM-DD</code></p>\n</li>\n<li><p>to_date: The end date of the season, formatted as <code>YYYY-MM-DD</code>.</p>\n</li>\n</ul>\n<p>When <code>display=full</code> is used, additional detailed information will be included :</p>\n<ul>\n<li><p>lang1-5: Multilingual descriptions for the season, allowing localization in up to five languages. These may be <code>null</code> if not set.</p>\n</li>\n<li><p>web_visible: Indicates if the season is visible on web-related platforms (<code>true</code> or <code>false</code>).</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","seasons","Z24"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"56870a92-9500-4c77-a4ca-c6e749445428","name":"Seasons/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons/","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","seasons",""],"query":[{"key":"display","value":"full","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 06 Nov 2024 09:48:32 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ik9ocjNaQXNFVWplXC9Md1hieGxZRUp3PT0iLCJ2YWx1ZSI6IlE4ZE1PM2FkdllSdytRb1Q4a2ZKNDZ3TUc0XC9EOHBKcjVITHVTTHdlWjlmZWZxNjB2bnh1MDdreXlEUU9OYllVZDlVODlhd2x0bmpUSzdIbVwvYXp5MWc9PSIsIm1hYyI6IjE4N2NiNmNiZDI5YTA2OTU2Mjg3MmYxMGM2ZmIyNmZkYzliYjk3MmRmMTg5MTlhNzY0NjAxNTkwODY5YzMzNDkifQ%3D%3D; expires=Wed, 06-Nov-2024 11:48:32 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"Z24\",\n    \"description\": \"Zomer 2024\",\n    \"detail1\": \"\",\n    \"detail2\": \"\",\n    \"detail3\": \"\",\n    \"detail4\": \"\",\n    \"detail5\": \"T\",\n    \"active\": false,\n    \"visible\": true\n}"}],"_postman_id":"f4c94128-200d-47b6-80b4-2498ab7cdbd5"},{"name":"Seasons","event":[{"listen":"test","script":{"id":"b09c8d9c-baf0-457a-95d7-468a15b39385","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"cf0b17d2-fea9-43cf-b795-8e212b452d11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"W26\",\r\n    \"description\": \"Winter 2026\",\r\n    \"detail1\": \"\",\r\n    \"detail2\": \"\",\r\n    \"detail3\": \"\",\r\n    \"detail4\": \"\",\r\n    \"detail5\": \"\",\r\n    \"from_date\": \"2026-12-01\",\r\n    \"to_date\": \"2026-12-31\",\r\n    \"active\": true,\r\n    \"visible\": true,\r\n    \"lang1\": \"Winter\",\r\n    \"lang2\": \"L'hiver\",\r\n    \"lang3\": \"Winter\",\r\n    \"lang4\": \"Invierno\",\r\n    \"lang5\": \"Inverno\"\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons","description":"<p>To create a new season this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th>constraints</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length:3</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>detail1</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail3</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail4</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail5</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>from_date</td>\n<td>date</td>\n<td>required, format: <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>to_date</td>\n<td>date</td>\n<td>required, format: <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>active</td>\n<td>string</td>\n<td>default: <code>true</code></td>\n</tr>\n<tr>\n<td>visible</td>\n<td>string</td>\n<td>default: <code>true</code></td>\n</tr>\n<tr>\n<td>lang1</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang3</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang4</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang5</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","seasons"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|string|size:3</p>\n","type":"text/plain"},"key":"id","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"description","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"active","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"visible","value":null}],"variable":[]}},"response":[{"id":"8666e2e5-102b-4ee7-9242-0da20e439692","name":"Seasons","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"W26\",\r\n    \"description\": \"Winter 2026\",\r\n    \"detail1\": \"\",\r\n    \"detail2\": \"\",\r\n    \"detail3\": \"\",\r\n    \"detail4\": \"\",\r\n    \"detail5\": \"\",\r\n    \"from_date\": \"2026-12-01\",\r\n    \"to_date\": \"2026-12-31\",\r\n    \"active\": true,\r\n    \"visible\": true,\r\n    \"lang1\": \"Winter\",\r\n    \"lang2\": \"L'hiver\",\r\n    \"lang3\": \"Winter\",\r\n    \"lang4\": \"Invierno\",\r\n    \"lang5\": \"Inverno\"\r\n}"},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","seasons"],"query":[{"key":"id","value":null,"description":"required|string|size:3","type":"text","disabled":true},{"key":"description","value":null,"description":"required","type":"text","disabled":true},{"key":"active","value":null,"description":"boolean","type":"text","disabled":true},{"key":"visible","value":null,"description":"boolean","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 06 Nov 2024 11:10:31 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InZZZWZjdFRkZ0xKMzFcLzBLV2h3ZFZBPT0iLCJ2YWx1ZSI6IldxaTBKQXhSWmdDSjRQQjl6QVZNOHNKSnd6bUZiRkcxd2ExYk8zVkJ1eDFwUjVyZENkbkk0UHdWTjhvNGlMNjVKSHI1aHl0bnRzK2huaE1zTGZTTEd3PT0iLCJtYWMiOiIwNTk5ZDllMTlhZmUzMjQ5NjBkYWUyNjQ0ZDYyYjMxMTZlZWMwNmEzMDZkN2NhNDRmNjdjZWUwNDFlZDhlNTNmIn0%3D; expires=Wed, 06-Nov-2024 13:10:31 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"W26\",\n    \"description\": \"Winter 2026\",\n    \"detail1\": \"\",\n    \"detail2\": \"\",\n    \"detail3\": \"\",\n    \"detail4\": \"\",\n    \"detail5\": \"\",\n    \"active\": true,\n    \"visible\": true\n}"}],"_postman_id":"cf0b17d2-fea9-43cf-b795-8e212b452d11"},{"name":"Seasons/bulk_insert","event":[{"listen":"test","script":{"id":"422c0903-108d-4c84-bfc5-24cb0a99fb88","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"9884f68b-61d1-4058-825c-9a0bf8b420dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"seasons\": [\r\n    {\r\n        \"id\": \"W19\",\r\n        \"description\": \"Winter 2019\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"W20\",\r\n        \"description\": \"Winter 2020\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"W21\",\r\n        \"description\": \"Winter 2021\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"W22\",\r\n        \"description\": \"Winter 2022\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"T\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"W23\",\r\n        \"description\": \"Winter 2023\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"T\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"W24\",\r\n        \"description\": \"Winter 2024\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"T\",\r\n        \"detail5\": \"\",\r\n        \"active\": true,\r\n        \"visible\": true\r\n    },\r\n    {\r\n        \"id\": \"W25\",\r\n        \"description\": \"Winter 2025\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": true,\r\n        \"visible\": true\r\n    },\r\n    {\r\n        \"id\": \"Z19\",\r\n        \"description\": \"Zomer 2019\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"Z20\",\r\n        \"description\": \"Zomer 2020\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"Z21\",\r\n        \"description\": \"Zomer 2021\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"Z22\",\r\n        \"description\": \"Zomer 2022\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"Z23\",\r\n        \"description\": \"Zomer 2023\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"T\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"Z24\",\r\n        \"description\": \"Zomer 2024\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"T\",\r\n        \"active\": false,\r\n        \"visible\": true\r\n    },\r\n    {\r\n        \"id\": \"Z25\",\r\n        \"description\": \"Zomer 2025\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": true,\r\n        \"visible\": true\r\n    }\r\n    ],\r\n    \"force_update\": true\r\n    \r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons/bulk_insert","description":"<p>To create multiple seasons in bulk this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th>constraints</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length:3</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>detail1</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail3</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail4</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail5</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>from_date</td>\n<td>date</td>\n<td>required, format: YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>to_date</td>\n<td>date</td>\n<td>required, format: YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>active</td>\n<td>string</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>visible</td>\n<td>string</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>lang1</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang3</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang4</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang5</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","seasons","bulk_insert"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|array|max:500</p>\n","type":"text/plain"},"key":"seasons","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"force_update","value":null}],"variable":[]}},"response":[{"id":"3a256e2a-a921-490e-8eb9-4e7ff3a73703","name":"Seasons/bulk_insert","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"seasons\": [\r\n    {\r\n        \"id\": \"W19\",\r\n        \"description\": \"Winter 2019\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"W20\",\r\n        \"description\": \"Winter 2020\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"W21\",\r\n        \"description\": \"Winter 2021\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"W22\",\r\n        \"description\": \"Winter 2022\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"T\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"W23\",\r\n        \"description\": \"Winter 2023\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"T\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"W24\",\r\n        \"description\": \"Winter 2024\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"T\",\r\n        \"detail5\": \"\",\r\n        \"active\": true,\r\n        \"visible\": true\r\n    },\r\n    {\r\n        \"id\": \"W25\",\r\n        \"description\": \"Winter 2025\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": true,\r\n        \"visible\": true\r\n    },\r\n    {\r\n        \"id\": \"Z19\",\r\n        \"description\": \"Zomer 2019\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"Z20\",\r\n        \"description\": \"Zomer 2020\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"Z21\",\r\n        \"description\": \"Zomer 2021\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"Z22\",\r\n        \"description\": \"Zomer 2022\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"Z23\",\r\n        \"description\": \"Zomer 2023\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"T\",\r\n        \"active\": false,\r\n        \"visible\": false\r\n    },\r\n    {\r\n        \"id\": \"Z24\",\r\n        \"description\": \"Zomer 2024\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"T\",\r\n        \"active\": false,\r\n        \"visible\": true\r\n    },\r\n    {\r\n        \"id\": \"Z25\",\r\n        \"description\": \"Zomer 2025\",\r\n        \"detail1\": \"\",\r\n        \"detail2\": \"\",\r\n        \"detail3\": \"\",\r\n        \"detail4\": \"\",\r\n        \"detail5\": \"\",\r\n        \"active\": true,\r\n        \"visible\": true\r\n    }\r\n    ],\r\n    \"force_update\": true\r\n    \r\n}"},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons/bulk_insert","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","seasons","bulk_insert"],"query":[{"key":"seasons","value":null,"description":"required|array|max:500","type":"text","disabled":true},{"key":"force_update","value":null,"description":"boolean","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 06 Nov 2024 09:29:00 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Im10M3NLVVlBTDNUb0lOOURCMW1ub2c9PSIsInZhbHVlIjoiSFNVZDNKc29UWFVodGtHRXZHdkF3NVhzRTBuQXRzb3U5dUpTRU1pN2RnWWhKVnlBcUlYWlA5WnZ5TXRyVDhLNnhWVHNUYXE4MTlQQUQ3cFhrNzd5d3c9PSIsIm1hYyI6ImM2ZTU0NDk1M2RjMGQyNjI4MjhlOGFlYjQ4MDZjNjY2MDgzOTEzNGFjMjU0ZTc4NWUzNGUwZDY0YzdjMjYzMGIifQ%3D%3D; expires=Wed, 06-Nov-2024 11:29:00 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"W19\",\n        \"description\": \"Winter 2019\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"W20\",\n        \"description\": \"Winter 2020\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"W21\",\n        \"description\": \"Winter 2021\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"W22\",\n        \"description\": \"Winter 2022\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"T\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"W23\",\n        \"description\": \"Winter 2023\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"T\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"W24\",\n        \"description\": \"Winter 2024\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"T\",\n        \"detail5\": \"\",\n        \"active\": true,\n        \"visible\": true\n    },\n    {\n        \"id\": \"W25\",\n        \"description\": \"Winter 2025\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": true,\n        \"visible\": true\n    },\n    {\n        \"id\": \"Z19\",\n        \"description\": \"Zomer 2019\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"Z20\",\n        \"description\": \"Zomer 2020\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"Z21\",\n        \"description\": \"Zomer 2021\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"Z22\",\n        \"description\": \"Zomer 2022\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"Z23\",\n        \"description\": \"Zomer 2023\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"T\",\n        \"active\": false,\n        \"visible\": false\n    },\n    {\n        \"id\": \"Z24\",\n        \"description\": \"Zomer 2024\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"T\",\n        \"active\": false,\n        \"visible\": true\n    },\n    {\n        \"id\": \"Z25\",\n        \"description\": \"Zomer 2025\",\n        \"detail1\": \"\",\n        \"detail2\": \"\",\n        \"detail3\": \"\",\n        \"detail4\": \"\",\n        \"detail5\": \"\",\n        \"active\": true,\n        \"visible\": true\n    }\n]"}],"_postman_id":"9884f68b-61d1-4058-825c-9a0bf8b420dd"},{"name":"Seasons","event":[{"listen":"test","script":{"id":"0202e35f-ac41-420d-85d8-58138f611177","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"fbfd4782-8918-48fa-a39b-71a0c9bc9651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Winter 2026 Patched\",\r\n    \"detail1\": \"\",\r\n    \"detail2\": \"\",\r\n    \"detail3\": \"\",\r\n    \"detail4\": \"\",\r\n    \"detail5\": \"\",\r\n    \"active\": true,\r\n    \"visible\": true\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons/W26","description":"<p>To update a season this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th>constraints</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>description</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail1</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail3</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail4</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>detail5</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>from_date</td>\n<td>date</td>\n<td>format: YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>to_date</td>\n<td>date</td>\n<td>format: YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>active</td>\n<td>string</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>visible</td>\n<td>string</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>lang1</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang3</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang4</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lang5</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","seasons","W26"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|string|size:3</p>\n","type":"text/plain"},"key":"id","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"description","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"active","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"visible","value":null}],"variable":[]}},"response":[{"id":"736d4a4e-6332-4357-8205-b45e8a215b16","name":"Seasons","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Winter 2026 Patched\",\r\n    \"detail1\": \"\",\r\n    \"detail2\": \"\",\r\n    \"detail3\": \"\",\r\n    \"detail4\": \"\",\r\n    \"detail5\": \"\",\r\n    \"active\": true,\r\n    \"visible\": true\r\n}"},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons/W26","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","seasons","W26"],"query":[{"key":"id","value":null,"description":"required|string|size:3","type":"text","disabled":true},{"key":"description","value":null,"description":"required","type":"text","disabled":true},{"key":"active","value":null,"description":"boolean","type":"text","disabled":true},{"key":"visible","value":null,"description":"boolean","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 06 Nov 2024 12:25:08 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IldUSWZZaHhwbVVRRGtRaHFTTVJTYkE9PSIsInZhbHVlIjoiNjdzWE52ZUVlTnRkWlJNa21zS09JbjNQNmt2RGJoWWR4bXB2SGE3RFM1NytmdmxkWUNnMjhCZG10MzF2anZDK1ZEWWdqSE9kUXo5alNTd2U3NW9wUnc9PSIsIm1hYyI6IjE4NjNhNTBhMWM5MDg2N2MwN2U2MTExY2E0Mjc5N2RjZjZhNjhhOTAwMjhiMGQwNWViMGNjMmZkOWM4MGNmNWIifQ%3D%3D; expires=Wed, 06-Nov-2024 14:25:08 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"W26\",\n    \"description\": \"Winter 2026 Patched\",\n    \"detail1\": \"\",\n    \"detail2\": \"\",\n    \"detail3\": \"\",\n    \"detail4\": \"\",\n    \"detail5\": \"\",\n    \"active\": true,\n    \"visible\": true\n}"}],"_postman_id":"fbfd4782-8918-48fa-a39b-71a0c9bc9651"},{"name":"Seasons","event":[{"listen":"test","script":{"id":"35a835f0-d928-41ae-b3eb-d0e189e9be0a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript","packages":{}}}],"id":"9f74aa6f-986e-49df-b200-5bc4510695a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons/W26","description":"<p>To delete a season</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","seasons","W26"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[{"id":"84117e2b-8aac-4f46-95a8-fb9f85c9a51e","name":"Seasons","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/seasons/W26","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","seasons","W26"],"query":[{"key":"display","value":"full","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Wed, 06 Nov 2024 12:26:25 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IittWHc1NlpXd3ZSalwvVVJ1aFFNeTFRPT0iLCJ2YWx1ZSI6IjU3VnhZNXVieGdTdWpsanlJY3pDQWtNcjJuaHhURm5xVTVZN0lKYkIrbG1oU2l3NndLdUphR2t3VjZvYnRZZGFtOHJPSFwvNUlOcTFIT0JHejU5UmdsZz09IiwibWFjIjoiMDJiY2FjMWMzMDdiZTgyNjU5YzBmNjRlZjIxNWExNTgxM2JiNWFjMTQ2MDNkZTYyZDJjNDM5MWQ4MWQ5N2I4YiJ9; expires=Wed, 06-Nov-2024 14:26:25 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"9f74aa6f-986e-49df-b200-5bc4510695a9"}],"id":"8cfcc860-72e5-417b-bc23-5eec0b9ce612","description":"<p>The seasons endpoint allows retrieval of season-specific data, such as description, status, and customizable details. Seasons help organize product collections by time periods, and they can be identified by a unique id (e.g., \"W24\" for Winter 2024).</p>\n","_postman_id":"8cfcc860-72e5-417b-bc23-5eec0b9ce612","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Stock sale v2 (Sale periods)","item":[{"name":"StockSaleV2","event":[{"listen":"test","script":{"id":"696cf22f-319b-477b-aff4-0256ee1caf37","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"3ff32eb6-9215-4866-a35f-ec2cbcaa281d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/stock_sale_v2","description":"<p>This endpoint fetches all sale periods, when using the \"date\" parameter, you will only fetch the relevant discount periods for that date.</p>\n<p>Be careful however, there are 2 ways of managing sales in the SoftTouch environment. One of which is defined on product level (\"sales_\" fields in the product call), the other is the one we're talking about with this API call: sale periods.</p>\n<p>Used parameters:</p>\n<ul>\n<li><p>date</p>\n</li>\n<li><p>display (full)</p>\n</li>\n<li><p>take</p>\n</li>\n<li><p>skip</p>\n</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li><p><strong>id</strong>: The unique ID of the sale period</p>\n</li>\n<li><p><strong>description:</strong> A short description to describe the sale period</p>\n</li>\n<li><p><strong>barcode_activate:</strong> <em>Not yet implemented</em></p>\n</li>\n<li><p><strong>sales_type:</strong> The type of sale being used for this sale period (more information below)</p>\n</li>\n<li><p><strong>sales_settings:</strong> The settings for a specific sales type (more information below per sales type)</p>\n</li>\n<li><p><strong>sales_counter_options:</strong> The setting which defines what articles count for a specific sale type (more information below per sales type)</p>\n</li>\n<li><p><strong>from_date:</strong> The start date of the sale period (this date is inclusive)</p>\n</li>\n<li><p><strong>to_date:</strong> The end date of the sale period (this date is also inclusive)</p>\n</li>\n<li><p><strong>percentage</strong>: The percentage in effect for this sale period</p>\n</li>\n<li><p><strong>price:</strong> The price in effect for this sales period (this overrules percentage)</p>\n</li>\n<li><p><strong>product_id:</strong> <em>Not yet implemented</em></p>\n</li>\n<li><p><strong>product_id2:</strong> <em>Not yet implemented</em></p>\n</li>\n<li><p><strong>discount_type:</strong> The discount type barcode that will be used for this sale period</p>\n</li>\n<li><p><strong>store:</strong> The stores (comma separated) in which this sale period is applied, % meaning all stores</p>\n</li>\n<li><p><strong>season:</strong> The seasons (comma separated) in which the sale period is applied, % meaning all seasons</p>\n</li>\n<li><p><strong>brand:</strong> The brands (comma separated) for which the sale period is applies, % meaning all brands</p>\n</li>\n<li><p><strong>brand2:</strong> Not yet implemented</p>\n</li>\n<li><p><strong>category1-7:</strong> The categories (comma separated, per group) for which the sale period is applied, % meaning all categories of that group</p>\n</li>\n<li><p><strong>color:</strong> The colors (comma separated) for which the sale period is applies, % meaning all colors</p>\n</li>\n<li><p><strong>online:</strong> Tells you if the sale period is to be applied for a certain online environment</p>\n</li>\n<li><p><strong>Priority:</strong> The priority in which the sale period takes effect. If a sale period has priority 1, it will always be active over a sale period with priority 12 for example, the lower the number, the higher the priority. In case of overlapping priority, the best matching sale period should be applied.</p>\n</li>\n</ul>\n<p>You may already know from the product call or the receipt call that the API features a lot of functionality regarding sales. Sales on product level, or sale periods with type 55000 are supported by default, both are processed in the product call (with the \"discount_\" fields) and in the receipt call (when not giving any parameter related to price).</p>\n<p><b>However</b><strong>, there are some more sale period types that are not supported by these calls, below we will go over all sale types and which parameters are relevant for each of them.</strong></p>\n<p>Before going any further, it is important to know that for the below described sales types, manual action is <strong>required.</strong> This means that the receipt call and product call will never change logic based on the below sales types.<br />This also means that you, the developer, will have to manually change prices in the receipt/reservation calls you are making.</p>\n<p>Not only do you have to manually put put the correct discount (or price_to_pay) in the item payload of the receipt / reservation call, but you'll also have to add the discount_type_id parameter to your item payload when you are applying a sales type listed below to that item.<br />If the \"discount_type_id\" is 0, you do not apply the \"discount_type_id\" parameter in the receipt / reservation call.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>sales type</strong></th>\n<th><strong>Rules / description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>55000 - <strong>Sales</strong></td>\n<td>This is the basic sale period type, the simplest of all, any article that has this sale type applied will get the percentage or price discount applied. (Automatically applied in product call \"discount_\" fields, as well as in the receipt call calculations.)</td>\n</tr>\n<tr>\n<td>55001 - <strong>Tying</strong></td>\n<td>Articles included in this sales type should get a discount only when purchasing other articles.  <br />Here the following fields are important:  <br />  <br />- <strong>sales_settings:</strong>  <br />The number of articles required purchase in order for the sale to apply, in our example, 2 articles need to be purchased before 30 % discount can be given (on articles that have the required conditions (the conditions in the example being season = 999 and brand = 005 or 003)).  <br />  <br />- <strong>sales_counter_options:</strong>  <br />This will define which articles should be counted to hit the condition (in our example the condition being, buy 2 articles to trigger the discount). This will always be one of the following:  <br />  <br />1:  <br />The easiest option: all articles count.  <br />  <br />2:  <br />Only articles that have a discount or are part of tying count.  <br />This means that any article that does not have any discount on it and also is not part of any sales period using any sale type, will not be counted for the requirement of buying 2 articles (in our example)  <br />  <br />3:  <br />Only articles that are in tying count.  <br />This means that articles with regular discount are excluded from the count, only articles that fall under tying conditions should be counted for the requirement of buying 2 articles (in our example)</td>\n</tr>\n<tr>\n<td>55002 - <strong>Scale discounts</strong></td>\n<td>This sale type is basically the same as 55001 (tying), with the exception that the discount can increase (or technically also decrease) with the amount of articles bought.  <br />With tying, you can only define x amount of articles before Y percentage discount is applied to those articles.  <br />With scale discounts, you can apply a different percentage the more you buy, in our example: buying 1 piece = 0%, buying 2 pieces = 20%, buying 3 pieces = 30% and buying 4 or 5 pieces (or more) will give you 50%.  <br />  <br />This means that the \"<strong>sales_counter_options</strong>\" value is also the same as with the sale type 55001 (tying), however \"<strong>sales_settings</strong>\" changes a little bit.  <br />It will now have the values semicolumn separated.  <br />\"0;20;30;50;50\" is our example, and the impact of these values are described above.</td>\n</tr>\n<tr>\n<td>55003 - <strong>Buy X, get Y for free</strong></td>\n<td>When using this sale type, the following fields are important:  <br />  <br />- <strong>sales_settings:</strong>  <br />2 semicolumn separated values, the first value is the amount of articles that need to be bought in order to trigger the requirement, the 2nd value is the amount of articles you get for free when buying this amount of articles. in our example you will see \"2;1\", meaning you buy 2, you get 1 for free.  <br />  <br />- <strong>sales_counter_options:</strong>  <br />1, 2 or 3, these are the same as described in the Tying section (55001), this has impact on which articles get counted for the requirement.  <br />  <br />  <br /><strong>A couple of tips / guidelines for this sale type specifically:</strong>  <br />  <br />- Our current way of handeling this sale type is by <strong>giving the article with the lowest value of the 3 articles for free</strong>. meaning that if article A costs 100 EUR, article B is also 100 EUR, but article C is 50 EUR, article C will be the free one. You are free to discuss with the client how they want to handle this of course, as they may also choose to divide the discount over all 3 articles (meaning 33% discount per article in our example).  <br />  <br />- <strong>Remember</strong> that when you're making receipts, <strong>customer card</strong> can be calculated depending on how your environment is set up. However, by default you should use the parameter \"on_customer_card\" (value \"false\" of course) on the item payload of the 2 articles that are part of the action, but don't get the discount. The article that will get the 100% discount does not need this parameter as articles that have a discount don't count for the customer card anyway.  <br />  <br />- <strong>There is an exception to the rule above: discount_type_id.</strong> When using discount_type_id, you do not put the \"on_customer_card\", but instead just add the \"discount_type_id\" parameter. This is because discount_types can change wether an article with discount has to go on the customer card or not.  <br />  <br />- <b>BE CAREFUL WHEN DEALING WITH QUANTITY &gt; 1!</b> If you're applying a 100% discount in a receipt item where the quantity is 2, you are essentially giving away 2 articles for free, which (unless the requirement hits twice) is not how it should work. In this case you should apply a 50% discount on the line with quantity 2 (if this is the line you need to apply the sale on to begin with).</td>\n</tr>\n<tr>\n<td>55004 - <strong>Tying (Ignore article sales)</strong></td>\n<td>This is basically the same as tying, with one big caveat.  <br />The discount percentage is the sales_percentage defined on product level, this means that any article that fulfills the requirements to be part of this sale type should NOT get the discount by default, but should instead get it only when the tying condition has been fulfilled.  <br />The sales_counter_options and sales_settings values have the same impact as sale type 55001 (tying), so please consult above for more information if you haven't already.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","stock_sale_v2"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>sometimes|required|date</p>\n","type":"text/plain"},"key":"date","value":""}],"variable":[]}},"response":[{"id":"870463d1-a7a6-4393-8363-57c069fd45da","name":"StockSaleV2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/stock_sale_v2","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","stock_sale_v2"],"query":[{"key":"display","value":"full","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true},{"key":"date","value":"","description":"sometimes|required|date","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Buy X get Y for free\",\n        \"barcode_activate\": \"\",\n        \"sales_type\": \"55003\",\n        \"sales_settings\": \"2;1\",\n        \"sales_counter_options\": 1,\n        \"from_date\": \"2024-11-01\",\n        \"to_date\": \"2024-11-30\",\n        \"percenatage\": 0,\n        \"percentage\": 0,\n        \"price\": 0,\n        \"product_id\": 0,\n        \"product_id2\": 0,\n        \"discount_type\": 0,\n        \"store\": \"%\",\n        \"season\": \"%\",\n        \"brand\": \",006,001\",\n        \"brand2\": \"%\",\n        \"category1\": \"%\",\n        \"category2\": \"%\",\n        \"category3\": \"%\",\n        \"category4\": \"%\",\n        \"category5\": \"%\",\n        \"category6\": \"%\",\n        \"category7\": \"%\",\n        \"color\": \"%\",\n        \"online\": true,\n        \"online2\": true,\n        \"online3\": true,\n        \"online4\": true,\n        \"online5\": true\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Tying\",\n        \"barcode_activate\": \"\",\n        \"sales_type\": \"55001\",\n        \"sales_settings\": \"2\",\n        \"sales_counter_options\": 1,\n        \"from_date\": \"2024-12-01\",\n        \"to_date\": \"2024-12-15\",\n        \"percenatage\": 30,\n        \"percentage\": 30,\n        \"price\": 0,\n        \"product_id\": 0,\n        \"product_id2\": 0,\n        \"discount_type\": 0,\n        \"store\": \"%\",\n        \"season\": \",999\",\n        \"brand\": \",005,003\",\n        \"brand2\": \"%\",\n        \"category1\": \"%\",\n        \"category2\": \"%\",\n        \"category3\": \"%\",\n        \"category4\": \"%\",\n        \"category5\": \"%\",\n        \"category6\": \"%\",\n        \"category7\": \"%\",\n        \"color\": \"%\",\n        \"online\": true,\n        \"online2\": true,\n        \"online3\": true,\n        \"online4\": true,\n        \"online5\": true\n    }\n]"}],"_postman_id":"3ff32eb6-9215-4866-a35f-ec2cbcaa281d"}],"id":"cd948d6a-947f-4401-9730-608bd3907c6d","_postman_id":"cd948d6a-947f-4401-9730-608bd3907c6d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Stores","item":[{"name":"Stores","event":[{"listen":"test","script":{"id":"51e17512-c3c0-4f77-9aa7-9873bb3196af","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"8de4d7e6-c9e2-4d68-b4a9-362cefbbc28e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/stores?display=full","description":"<p>This endpoint fetches all stores.<br />It provides essential information like such as the store name, identifier and the active status.</p>\n<p>Used parameters:</p>\n<ul>\n<li><p>display (full)</p>\n</li>\n<li><p>take</p>\n</li>\n<li><p>skip</p>\n</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li><p>key: The unique identifier</p>\n</li>\n<li><p>txt: The brand name</p>\n</li>\n<li><p>sort: The sort order of the store, which determines the sequence in which stores are displayed</p>\n</li>\n<li><p>active: A status indicator where <code>\"T\"</code> represents an active store and <code>\"F\"</code> an inactive store.</p>\n</li>\n</ul>\n<p>When <code>display=full</code> is used, additional detailed information will be included:</p>\n<ul>\n<li><p>customer_card_group: Customer group assigned to the store, if applicable</p>\n</li>\n<li><p>corporation_id: Corporation identifier associated with the store.</p>\n</li>\n<li><p>gln: Global Location Number (GLN) for the store, if available.</p>\n</li>\n<li><p>surface: Surface area of the stroe (e.g., square meters).</p>\n</li>\n<li><p>rent: Rent amount or cost associated with the store.</p>\n</li>\n<li><p>value1-2: Customizable fields for additional data.</p>\n</li>\n<li><p>status1-2: Status field for additional categorization, as needed.</p>\n</li>\n<li><p>region: Region or area where the store is located.</p>\n</li>\n<li><p>shipping_name: Name used for shipping to the store.</p>\n</li>\n<li><p>shipping_company: Shipping company associated with the store.</p>\n</li>\n<li><p>shipping_street_name: Street name for the store's shipping address.</p>\n</li>\n<li><p>shipping_street_number: Stret number for the store's shipping address.</p>\n</li>\n<li><p>shipping_zip: ZIP code for the shpiing address.</p>\n</li>\n<li><p>shipping_city: City for the shipping address.</p>\n</li>\n<li><p>shipping_country_iso: ISO country code for the shipping address.</p>\n</li>\n<li><p>shipping_email: Email address used for the shipping related contact.</p>\n</li>\n<li><p>shipping_phone: Phone number for the shipping-related contact.</p>\n</li>\n<li><p>must_use_transfer_code: Boolean indicating if a tranfer code must be used.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","stores"],"host":["api","softtouch","eu"],"query":[{"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"344e5ee0-0b35-4103-b987-2205edf8fa80","name":"Stores","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/stores","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","stores"],"query":[{"key":"display","value":"full","disabled":true},{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 07 Nov 2024 08:30:18 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkJoRGtcL3FcL1V0UmZLT2tOdml4TEhIQT09IiwidmFsdWUiOiIrclVXTndhSXJGcFwvNVljXC9cLzZtN1pyd25xWFR6NlFPdmNWakdQdDEweVBSVk9NeUxaK09hVGhZRTVuNHE2Y0Yzb1Z0c21XamxISjBkNm1UYkxGNFJQQT09IiwibWFjIjoiYWRjZjIzYTVmNzljM2MyMzJkYWVkOTY2NjMwZGVkZGYxMjYxYWQyY2UwYmNhMDdkMTY2NThlODVlMTM3ZjdhOSJ9; expires=Thu, 07-Nov-2024 10:30:18 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"01\",\n        \"txt\": \"Magazijn\",\n        \"sort\": 1,\n        \"active\": \"T\"\n    },\n    {\n        \"key\": \"02\",\n        \"txt\": \"Lochristi\",\n        \"sort\": 2,\n        \"active\": \"T\"\n    },\n    {\n        \"key\": \"03\",\n        \"txt\": \"Destelbergen\",\n        \"sort\": 3,\n        \"active\": \"T\"\n    },\n    {\n        \"key\": \"04\",\n        \"txt\": \"Gent\",\n        \"sort\": 4,\n        \"active\": \"T\"\n    }\n]"}],"_postman_id":"8de4d7e6-c9e2-4d68-b4a9-362cefbbc28e"}],"id":"9946b955-bfd9-49ba-85cf-d600c9371429","description":"<p>The stores endpoint provides access to all stores, encompassing both physical locations (like retail outlets or warehouses) and virtual or online stores. Each store entry serves as a distinct operational unit within the business and includes identifiers, names, and statuses for easy organization and tracking.</p>\n","_postman_id":"9946b955-bfd9-49ba-85cf-d600c9371429","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Sizetables  todo","item":[{"name":"Sizetables","event":[{"listen":"test","script":{"id":"138005f0-85a9-4748-9710-f4398c8454f9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"2e75ac65-a3d1-46a3-8caa-7db8bef2aaf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/sizetables","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li><p>display (full)</p>\n</li>\n<li><p>take</p>\n</li>\n<li><p>skip</p>\n</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li><p>key: The unique identifier</p>\n</li>\n<li><p>name: The brand name</p>\n</li>\n<li><p>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</p>\n</li>\n<li><p>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</p>\n</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","sizetables"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"2e75ac65-a3d1-46a3-8caa-7db8bef2aaf8"},{"name":"Sizetables/{{id}}","event":[{"listen":"test","script":{"id":"46229878-c4f5-492f-8720-6315e03c1684","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"f2ebee89-7d02-4cb7-ab22-4ef423a5d7a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/sizetables/12","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","sizetables","12"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[],"_postman_id":"f2ebee89-7d02-4cb7-ab22-4ef423a5d7a0"},{"name":"Sizetables","event":[{"listen":"test","script":{"id":"a508656a-2d1b-4df0-9b81-b1351494594f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"953e4db3-000f-41be-b53a-84cb7bafc8d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"txt\": \"S-M-L / 0-1\",\r\n    \"active\": 1,\r\n    \"priority\": 1,\r\n    \"sizeX\": [\r\n        {\r\n            \"id\": 1,\r\n            \"txt\": \"S\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"txt\": \"M\"\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"txt\": \"L\"\r\n        }\r\n    ],\r\n    \"sizeY\": [\r\n        {\r\n            \"id\": 1,\r\n            \"txt\": \"0\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"txt\": \"1\"\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/sizetables","description":"<p>To create a new brand this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","sizetables"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"txt","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"active","value":null},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"priority","value":null},{"disabled":true,"description":{"content":"<p>required|array|max:99</p>\n","type":"text/plain"},"key":"sizeX","value":null},{"disabled":true,"description":{"content":"<p>array|max:99</p>\n","type":"text/plain"},"key":"sizeY","value":null},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"size:id","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"size:txt","value":null}],"variable":[]}},"response":[],"_postman_id":"953e4db3-000f-41be-b53a-84cb7bafc8d2"},{"name":"Sizetables/bulk_insert","event":[{"listen":"test","script":{"id":"cbd5148c-9a70-4b1c-a9fc-dfba57d8789f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"c656bc96-1219-4285-a1d4-4f12b4b0a2cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"sizetables\": [\r\n        {\r\n            \"txt\": \"S-M-L / 0-1 (1)\",\r\n            \"active\": 1,\r\n            \"priority\": 1,\r\n            \"sizeX\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"txt\": \"S\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"txt\": \"M\"\r\n                },\r\n                {\r\n                    \"id\": 3,\r\n                    \"txt\": \"L\"\r\n                }\r\n            ],\r\n            \"sizeY\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"txt\": \"0\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"txt\": \"1\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"txt\": \"S-M-L / 0-1 (2)\",\r\n            \"active\": 1,\r\n            \"priority\": 1,\r\n            \"sizeX\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"txt\": \"S\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"txt\": \"M\"\r\n                },\r\n                {\r\n                    \"id\": 3,\r\n                    \"txt\": \"L\"\r\n                }\r\n            ],\r\n            \"sizeY\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"txt\": \"0\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"txt\": \"1\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"txt\": \"S-M-L / 0-1 (3)\",\r\n            \"active\": 1,\r\n            \"priority\": 1,\r\n            \"sizeX\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"txt\": \"S\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"txt\": \"M\"\r\n                },\r\n                {\r\n                    \"id\": 3,\r\n                    \"txt\": \"L\"\r\n                }\r\n            ],\r\n            \"sizeY\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"txt\": \"0\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"txt\": \"1\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/sizetables?sizetables","description":"<p>To create a new brand this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","sizetables"],"host":["api","softtouch","eu"],"query":[{"description":{"content":"<p>required|array|max:500</p>\n","type":"text/plain"},"key":"sizetables","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"sizetables:txt","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"sizetables:active","value":null},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"sizetables:priority","value":null},{"disabled":true,"description":{"content":"<p>required|array|max:99</p>\n","type":"text/plain"},"key":"sizetables:sizeX","value":null},{"disabled":true,"description":{"content":"<p>array|max:99</p>\n","type":"text/plain"},"key":"sizetables:sizeY","value":null},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"sizetables:size:id","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"sizetables:size:txt","value":null}],"variable":[]}},"response":[],"_postman_id":"c656bc96-1219-4285-a1d4-4f12b4b0a2cb"},{"name":"Sizetables","event":[{"listen":"test","script":{"id":"6d47acf7-86cf-4087-b85a-38ce0582ea44","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"8ddf3e6f-c482-4c04-b7d0-4877cf95136b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"txt\": \"S-M-L / 0-1\",\r\n    \"active\": 1,\r\n    \"priority\": 1,\r\n    \"sizeX\": [\r\n        {\r\n            \"id\": 1,\r\n            \"txt\": \"S\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"txt\": \"M\"\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"txt\": \"L\"\r\n        }\r\n    ],\r\n    \"sizeY\": [\r\n        {\r\n            \"id\": 1,\r\n            \"txt\": \"0\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"txt\": \"1\"\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/sizetables/48","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","sizetables","48"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"txt","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"active","value":null},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"priority","value":null},{"disabled":true,"description":{"content":"<p>array|max:99</p>\n","type":"text/plain"},"key":"sizeX","value":null},{"disabled":true,"description":{"content":"<p>array|max:99</p>\n","type":"text/plain"},"key":"sizeY","value":null},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"size:id","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"size:txt","value":null}],"variable":[]}},"response":[],"_postman_id":"8ddf3e6f-c482-4c04-b7d0-4877cf95136b"},{"name":"Sizetables","event":[{"listen":"test","script":{"id":"e3bacbe5-5cd5-439d-b0a7-1b5f5cf5db55","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"9e34b68b-a34f-4450-9018-d542e7aa58fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/sizetables/12","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","sizetables","12"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e34b68b-a34f-4450-9018-d542e7aa58fd"}],"id":"e155dfde-feb0-482a-866a-fac53cfd4a46","_postman_id":"e155dfde-feb0-482a-866a-fac53cfd4a46","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Transfer  todo","item":[{"name":"Transfer","event":[{"listen":"test","script":{"id":"ecbcf8d5-533c-4158-aaba-c01c325cbdcc","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"52698562-1b74-4ac4-9804-f6fbeb3dddba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/transfer","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","transfer"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"52698562-1b74-4ac4-9804-f6fbeb3dddba"},{"name":"Transfer/{{id}}","event":[{"listen":"test","script":{"id":"b329c23f-45a5-4c77-8dbb-ddf2d41346b9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"36ae5fbd-66a5-4a2c-8cca-825d1434f8a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/transfer/2006000516","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","transfer","2006000516"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[],"_postman_id":"36ae5fbd-66a5-4a2c-8cca-825d1434f8a9"},{"name":"Transfer","event":[{"listen":"test","script":{"id":"54cf9018-cdf2-481c-a6bb-8e4da20406a4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"4b0be35a-f45d-4682-bea5-4bde4cdd1561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"from_store_id\": \"01\",\r\n\t\"to_store_id\": \"04\",\r\n\t\"remark\": \"This is a remark.\",\r\n\t\"pos_id\": \"0101\",\r\n\t\"user_id\": \"1001\",\r\n\t\"customer_id\": 1,\r\n\t\"history_module\": \"API\",\r\n    \"print_ticket\": false,\r\n    \"direct_transfer\": true,\r\n    \r\n\t\"items\": [\r\n        {\r\n            \"product_uid\": 55563101020101,\r\n            \"quantity\": 1,\r\n            \"remark\": \"This is the remark for the item.\"\r\n        },\r\n        {\r\n            \"product_uid\": 55563101050101,\r\n            \"quantity\": 1\r\n        },\r\n        {\r\n            \"product_uid\": 55563101030101,\r\n            \"quantity\": 2\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/transfer","description":"<p>To create a new brand this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","transfer"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|alpha_num|different:to_store_id|size:2</p>\n","type":"text/plain"},"key":"from_store_id","value":null},{"disabled":true,"description":{"content":"<p>required|alpha_num|different:from_store_id|size:2</p>\n","type":"text/plain"},"key":"to_store_id","value":null},{"disabled":true,"description":{"content":"<p>max:50</p>\n","type":"text/plain"},"key":"remark","value":null},{"disabled":true,"description":{"content":"<p>alpha_num|size:4</p>\n","type":"text/plain"},"key":"pos_id","value":null},{"disabled":true,"description":{"content":"<p>required|alpha_num|size:4</p>\n","type":"text/plain"},"key":"user_id","value":null},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"customer_id","value":null},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"transfer_request_id","value":null},{"disabled":true,"description":{"content":"<p>alpha_num|size:3</p>\n","type":"text/plain"},"key":"history_module","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"print_ticket","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"direct_transfer","value":null},{"disabled":true,"description":{"content":"<p>integer|required_with:transfer_line</p>\n","type":"text/plain"},"key":"transfer_id","value":null},{"disabled":true,"description":{"content":"<p>integer|required_with:transfer_id</p>\n","type":"text/plain"},"key":"transfer_line","value":null},{"disabled":true,"description":{"content":"<p>required|array</p>\n","type":"text/plain"},"key":"items","value":null},{"disabled":true,"description":{"content":"<p>required|integer|between:10000000000000,90000000000000</p>\n","type":"text/plain"},"key":"items:product_uid","value":null},{"disabled":true,"description":{"content":"<p>integer|between:100000000000,909999999999</p>\n","type":"text/plain"},"key":"items:unique_product_id","value":null},{"disabled":true,"description":{"content":"<p>integer|min:1</p>\n","type":"text/plain"},"key":"items:quantity","value":null},{"disabled":true,"description":{"content":"<p>max:50</p>\n","type":"text/plain"},"key":"items:remark","value":null}],"variable":[]}},"response":[],"_postman_id":"4b0be35a-f45d-4682-bea5-4bde4cdd1561"},{"name":"Transfer/receive","event":[{"listen":"test","script":{"id":"c1d5067c-ab56-4555-81d9-6a298c2ea0f5","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"dd520a18-ef3f-4f61-b899-e3d94e6e5457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"to_store_id\": \"02\",\r\n\t\"pos_id\": \"0201\",\r\n\t\"user_id\": \"1001\",\r\n\t\"history_module\": \"API\",\r\n\t\"items\": [\r\n        {\r\n            \"id\": 1508,\r\n            \"quantity\": 1\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/transfer/2006000516/receive","description":"<p>To create a new brand this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","transfer","2006000516","receive"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|alpha_num|different:from_store_id|size:2</p>\n","type":"text/plain"},"key":"to_store_id","value":null},{"disabled":true,"description":{"content":"<p>alpha_num|size:4</p>\n","type":"text/plain"},"key":"pos_id","value":null},{"disabled":true,"description":{"content":"<p>required|alpha_num|size:4</p>\n","type":"text/plain"},"key":"user_id","value":null},{"disabled":true,"description":{"content":"<p>alpha_num|size:3</p>\n","type":"text/plain"},"key":"history_module","value":null},{"disabled":true,"description":{"content":"<p>required|array</p>\n","type":"text/plain"},"key":"items","value":null},{"disabled":true,"description":{"content":"<p>required|integer</p>\n","type":"text/plain"},"key":"items:id","value":null},{"disabled":true,"description":{"content":"<p>integer|min:1</p>\n","type":"text/plain"},"key":"items:quantity","value":null}],"variable":[]}},"response":[],"_postman_id":"dd520a18-ef3f-4f61-b899-e3d94e6e5457"}],"id":"4bcdd1ff-18de-4a0d-85a0-839e8df2f6f4","_postman_id":"4bcdd1ff-18de-4a0d-85a0-839e8df2f6f4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Transfer requests  (In progress, POST done)","item":[{"name":"Transfer_requests","event":[{"listen":"test","script":{"id":"050719a0-635f-42fe-ae5a-2742dac65cc7","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"df7e6d57-6165-44c6-820d-0c35216e42fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/transfer_requests","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","transfer_requests"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"},{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"with_trashed","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"only_trashed","value":null}],"variable":[]}},"response":[],"_postman_id":"df7e6d57-6165-44c6-820d-0c35216e42fc"},{"name":"Transfer_requests/{{id}}","event":[{"listen":"test","script":{"id":"8c6f7df4-bd4e-4811-9174-b1ca9265ffd2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"8133cf84-7de7-4674-a63e-b9077ccbe449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/transfer_requests/7","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","transfer_requests","7"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"display","value":"full"}],"variable":[]}},"response":[],"_postman_id":"8133cf84-7de7-4674-a63e-b9077ccbe449"},{"name":"Transfer_requests","event":[{"listen":"test","script":{"id":"9076257c-ec33-41e9-901a-2aa85f2408a4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a1294144-b50c-4ec6-a505-de8cb9f10a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer_id\": \"5\",\r\n    \"from_store_id\": \"02\",\r\n    \"to_store_id\": \"01\",\r\n    \"remark\": \"This is a remark.\",\r\n    \"user_id\": \"1001\",\r\n    \"items\": [\r\n        {\r\n            \"product_uid\": 10000301040101,\r\n            \"remark\": \"This is the remark for the item.\"\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/transfer_requests","description":"<p>To create a transfer request, this endpoint should be used.<br />If an article is not available in a specific store/location for shipping OR if article pickup is selected but not all articles are available in the selected store, a transfer request should be made.</p>\n<p>Below are the possible parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Requirements</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_id</td>\n<td>integer</td>\n<td>If you are asking a transfer for an article for a specific customer, add the customer_id parameter.</td>\n</tr>\n<tr>\n<td>from_store_id</td>\n<td>required, size: 2</td>\n<td>The store you are asking to transfer an article, the article comes from this store, and will be transfered (if possible) to the to_store.</td>\n</tr>\n<tr>\n<td>to_store_id</td>\n<td>required, size: 2</td>\n<td>The store which will RECEIVE the transfer if it can be sent, this is the store who is asking the question to the from_store.</td>\n</tr>\n<tr>\n<td>remark</td>\n<td>string</td>\n<td>A remark field for the transfer request.</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>size: 4</td>\n<td>The user who is asking the question, the default is always decided by the API in case you do not add this parameter. (Which under normal circumstances you won't)</td>\n</tr>\n<tr>\n<td>transfer_id</td>\n<td>integer, between:1000000000,9999999999</td>\n<td>Usually this parameter will not be added when creating a transfer request, since this is mostly for when you handle the transfer request.  <br />When a transfer request is handled, a transfer_id will be added if applicable.</td>\n</tr>\n<tr>\n<td>reservation_id</td>\n<td>integer, between:999100000,999199999</td>\n<td>If you're creating a transfer request for a specific reservation, add the reservation_id here.  <br /><strong>This is highly recommended when the customer uses the SoftTouch web module</strong> (order follow up).</td>\n</tr>\n<tr>\n<td>receipt_id</td>\n<td>integer</td>\n<td>If you're creating a transfer request for a specific receipt, add the receipt_id here.  <br /><strong>This is highly recommended when the customer uses the SoftTouch web module</strong> (order follow up).</td>\n</tr>\n<tr>\n<td>items</td>\n<td>required, array</td>\n<td>A list of the items you are requesting to be transferred.</td>\n</tr>\n<tr>\n<td>items:product_uid</td>\n<td>required, integer, between: 10000000000000,89999999999999</td>\n<td>The product_uid has to be the full 14 character product_id, the last 2 characters should be the from_store_id.</td>\n</tr>\n<tr>\n<td>items:remark</td>\n<td>string</td>\n<td>A remark on item level specifically.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can also send a notification to the MyFasMan Mobile app by using the V2/app_notification endpoint (by using the id you get from the response of this request).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","transfer_requests"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"customer_id","value":""},{"disabled":true,"description":{"content":"<p>required|size:2</p>\n","type":"text/plain"},"key":"from_store_id","value":""},{"disabled":true,"description":{"content":"<p>required|size:2</p>\n","type":"text/plain"},"key":"to_store_id","value":""},{"disabled":true,"key":"remark","value":""},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"user_id","value":""},{"disabled":true,"description":{"content":"<p>integer|between:1000000000,9999999999</p>\n","type":"text/plain"},"key":"transfer_id","value":""},{"disabled":true,"description":{"content":"<p>integer|between:999100000,999199999</p>\n","type":"text/plain"},"key":"reservation_id","value":""},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"receipt_id","value":null},{"disabled":true,"description":{"content":"<p>required|array</p>\n","type":"text/plain"},"key":"items","value":""},{"disabled":true,"description":{"content":"<p>required|integer|between:10000000000000,89999999999999</p>\n","type":"text/plain"},"key":"items:product_uid","value":""},{"disabled":true,"key":"items:remark","value":""}],"variable":[]}},"response":[{"id":"5416b1ea-47d8-4e37-9f81-a05d05065a98","name":"Transfer_requests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer_id\": \"5\",\r\n    \"from_store_id\": \"02\",\r\n    \"to_store_id\": \"01\",\r\n    \"remark\": \"This is a remark.\",\r\n    \"user_id\": \"1001\",\r\n    \"items\": [\r\n        {\r\n            \"product_uid\": 10000301040102,\r\n            \"remark\": \"This is the remark for the item.\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.softtouch.eu/1/accounts/{{accountId}}/transfer_requests","protocol":"https","host":["api","softtouch","eu"],"path":["1","accounts","{{accountId}}","transfer_requests"],"query":[{"key":"customer_id","value":null,"description":"integer","type":"text","disabled":true},{"key":"from_store_id","value":null,"description":"required|size:2","type":"text","disabled":true},{"key":"to_store_id","value":null,"description":"required|size:2","type":"text","disabled":true},{"key":"remark","value":null,"type":"text","disabled":true},{"key":"user_id","value":null,"description":"size:4","type":"text","disabled":true},{"key":"transfer_id","value":null,"description":"integer|between:1000000000,9999999999","type":"text","disabled":true},{"key":"reservation_id","value":null,"description":"integer|between:999100000,999199999","type":"text","disabled":true},{"key":"items","value":null,"description":"required|array","type":"text","disabled":true},{"key":"items:product_uid","value":null,"description":"required|integer|between:10000000000000,89999999999999","type":"text","disabled":true},{"key":"items:remark","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 12 Dec 2024 09:46:57 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InFLa1VTNjE2TEdBazNUQlc0Q2JyWUE9PSIsInZhbHVlIjoib256eU85R1JhaW13OENSMkxHb0VISWpMK1pwTXZOb2lkNmZ2YUh5cmJ5bUl3OE5YUEYrdWowN2E1bnRxXC9LTkkwYStpSHIzR0ljTStYSXlQUk9xeGFnPT0iLCJtYWMiOiIxNTU1NjQzYTQyMTc5ZThhYjhiODJjMGQxOGZhMjIxNjYzOTkwMmZiNjFjYjc5MjVlZjRmNjZmNWRkMjZmYzNlIn0%3D; expires=Thu, 12-Dec-2024 11:46:57 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"customer_id\": 5,\n    \"from_store_id\": \"02\",\n    \"to_store_id\": \"01\",\n    \"remark\": \"This is a remark.\",\n    \"status\": \"24000\",\n    \"transfer_id\": 0,\n    \"reservation_id\": 0,\n    \"items\": [\n        {\n            \"id\": 4,\n            \"line\": 1,\n            \"product_uid\": 10000301040102,\n            \"remark\": \"This is the remark for the item.\",\n            \"status\": \"25000\",\n            \"customer_order_status\": null\n        }\n    ]\n}"}],"_postman_id":"a1294144-b50c-4ec6-a505-de8cb9f10a31"},{"name":"Transfer_requests","event":[{"listen":"test","script":{"id":"8b761cd3-bb09-4f9c-8188-993d3bd2fa4e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"8ca63008-790f-41ff-b4ac-8371c35414f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"status\": \"00000\",\r\n\t\"user_id\": \"1001\",\r\n\t\"transfer_id\": 2006000516,\r\n    \"reservation_id\": 999100002,\r\n\t\"items\": [\r\n        {\r\n            \"id\": 9,\r\n            \"line\": 1,\r\n            \"status\": \"00000\"\r\n        }\r\n    ]\r\n}"},"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/transfer_requests/7","description":"<p>Store new color.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","transfer_requests","7"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>size:5</p>\n","type":"text/plain"},"key":"status","value":null},{"disabled":true,"description":{"content":"<p>size:4</p>\n","type":"text/plain"},"key":"user_id","value":null},{"disabled":true,"description":{"content":"<p>integer|between:1000000000,9999999999</p>\n","type":"text/plain"},"key":"transfer_id","value":null},{"disabled":true,"description":{"content":"<p>integer|between:999100000,999199999</p>\n","type":"text/plain"},"key":"reservation_id","value":null},{"disabled":true,"description":{"content":"<p>required|array</p>\n","type":"text/plain"},"key":"items","value":null},{"disabled":true,"description":{"content":"<p>OnlyUsedWithOtherFields:line,|integer</p>\n","type":"text/plain"},"key":"items:id","value":null},{"disabled":true,"description":{"content":"<p>OnlyUsedWithOtherFields:id,|integer</p>\n","type":"text/plain"},"key":"items:line","value":null},{"disabled":true,"description":{"content":"<p>required|size:5</p>\n","type":"text/plain"},"key":"items:status","value":null}],"variable":[]}},"response":[],"_postman_id":"8ca63008-790f-41ff-b4ac-8371c35414f7"},{"name":"Transfer_requests","event":[{"listen":"test","script":{"id":"a8368e64-c3e9-4ff5-83d2-64e994909697","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"8e1c6c03-b9a3-45f0-a25b-de1201767b89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.softtouch.eu/1/accounts/{{accountId}}/transfer_requests/7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["1","accounts","{{accountId}}","transfer_requests","7"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e1c6c03-b9a3-45f0-a25b-de1201767b89"}],"id":"c4fae15f-c4a3-4dfe-a9fb-6dd05818bcfa","_postman_id":"c4fae15f-c4a3-4dfe-a9fb-6dd05818bcfa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}}],"id":"48ffa010-5fc0-4e6c-815a-b81d913396b5","description":"<p>Version 1 of the API is the most complete of our 2 versions.<br />Even though we are creating a version 2, this is a long process that will take a lot of time, we do plan on continuing to support version 1 of the API for a long time still so there is no need to specifically adopt version 2 calls just yet.</p>\n<p>This might be a good moment to show how each URL is built in our API:</p>\n<p><em>api.softtouch.eu/{{apiVersion}}/accounts/{{accountId}}/{{endpoint}}</em></p>\n","_postman_id":"48ffa010-5fc0-4e6c-815a-b81d913396b5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"V2","item":[{"name":"App_notification","item":[{"name":"App_notification","event":[{"listen":"test","script":{"id":"59541068-b2d4-4f09-b3fa-0289268fe021","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2b4adbd9-d226-4b0f-b8c0-0e14bc26b0b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"webshop\",\r\n    \"data\": \"99100644\",\r\n    \"title\": \"Test notification To all store 01 users.\",\r\n    \"body\": \"Only to store 01\",\r\n    \"store_id\": \"01\"\r\n}"},"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/app_notification","description":"<h3 id=\"create-app-notification\">Create App Notification</h3>\n<p>This endpoint is used to send app (MyFasMan Mobile) notifications to specific accounts.</p>\n<p>For context, this application is one that can do many things, handle transfers, make inventory, consult articles and much more. One of its features is handling webshop orders or transfer requests.</p>\n<p>Here's where this call can come in use, depending on the wishes of the customer, you can send a notification to the application by using this call, every time there is a webshop order or every time a transfer is requested for an order.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>action (string) - The action to be performed.</p>\n</li>\n<li><p>data (string) - The data related to the action.</p>\n</li>\n<li><p>title (string) - The title of the notification.</p>\n</li>\n<li><p>body (string) - The body content of the notification.</p>\n</li>\n<li><p>store_id (string) - The ID of the store you want to send a notification to.</p>\n</li>\n<li><p>pos_id (string) - The ID of the POS you want to send a notification to.</p>\n</li>\n</ul>\n<p>Either store_id or pos_id should always be used, if not, you will send a notification to <b>ALL</b> devices.</p>\n<p>As mentioned above, there are 2 types of notifications you may use:</p>\n<ul>\n<li><p><strong>action = webshop</strong></p>\n</li>\n<li><p><strong>action = transfer_request</strong></p>\n</li>\n</ul>\n<p>If you put action to webshop, the data parameter should be the reservation id or the receipt id.<br />If you put the action to transfer_request, the data has to be the id of the transfer request.</p>\n<p>For the latter (transfer_request) you do need to make a full barcode of the id. This means adding the id to 9981000000000, be aware that you need to leave 1 character open at the end...</p>\n<p>So the formula would be: 9981000000000 + (id * 10)<br />The checksum of the barcode being incorrect does not matter, the API will take care of this.</p>\n<h4 id=\"response\">Response</h4>\n<p>In the response you will get 3 objects: firebase, firebaseV1 and expo. These are the 3 services we use to send out notifications to the devices.</p>\n<p>There's not much you can do if an error comes from these services, you can contact us if errors occur, but some errors are just because devices have been disconnected, if you're getting an \"Requested entity was not found.\" error, you can safely ignore it.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","app_notification"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"action","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required</p>\n","type":"text/plain"},"key":"data","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required|string</p>\n","type":"text/plain"},"key":"store_id","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required|string</p>\n","type":"text/plain"},"key":"pos_id","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required|string</p>\n","type":"text/plain"},"key":"title","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required|string</p>\n","type":"text/plain"},"key":"body","value":""}],"variable":[]}},"response":[{"id":"794f7a77-f677-4ef7-b61f-095d92034910","name":"App_notification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{token}}","type":"default","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"webshop\",\r\n    \"data\": \"99100644\",\r\n    \"title\": \"Test To all DemoWWW users.\",\r\n    \"body\": \"Only to store 01\",\r\n    \"store_id\": \"01\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.softtouch.eu/2/accounts/{{accountId}}/app_notification","protocol":"https","host":["api","softtouch","eu"],"path":["2","accounts","{{accountId}}","app_notification"],"query":[{"key":"action","value":"","description":"required","type":"text","disabled":true},{"key":"data","value":"","description":"sometimes|required","type":"text","disabled":true},{"key":"store_id","value":"","description":"sometimes|required|string","type":"text","disabled":true},{"key":"pos_id","value":"","description":"sometimes|required|string","type":"text","disabled":true},{"key":"title","value":"","description":"sometimes|required|string","type":"text","disabled":true},{"key":"body","value":"","description":"sometimes|required|string","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"firebase\": {\n        \"message\": \"No notifications to send.\"\n    },\n    \"firebaseV1\": [\n        {\n            \"name\": \"projects/myfasman-mobile-v2/messages/0:1730101070523015%3fb82b963fb82b96\"\n        },\n        {\n            \"name\": \"projects/myfasman-mobile-v2/messages/0:1730101070983598%3fb82b963fb82b96\"\n        },\n        {\n            \"error\": {\n                \"code\": 404,\n                \"message\": \"Requested entity was not found.\",\n                \"status\": \"NOT_FOUND\",\n                \"details\": [\n                    {\n                        \"@type\": \"type.googleapis.com/google.firebase.fcm.v1.FcmError\",\n                        \"errorCode\": \"UNREGISTERED\"\n                    }\n                ]\n            }\n        },\n        {\n            \"name\": \"projects/myfasman-mobile-v2/messages/0:1730101071279124%3fb82b963fb82b96\"\n        },\n        {\n            \"error\": {\n                \"code\": 404,\n                \"message\": \"Requested entity was not found.\",\n                \"status\": \"NOT_FOUND\",\n                \"details\": [\n                    {\n                        \"@type\": \"type.googleapis.com/google.firebase.fcm.v1.FcmError\",\n                        \"errorCode\": \"UNREGISTERED\"\n                    }\n                ]\n            }\n        },\n        {\n            \"name\": \"projects/myfasman-mobile-v2/messages/0:1730101071558893%3fb82b963fb82b96\"\n        },\n        {\n            \"name\": \"projects/myfasman-mobile-v2/messages/0:1730101071952461%3fb82b963fb82b96\"\n        },\n        {\n            \"name\": \"projects/myfasman-mobile-v2/messages/0:1730101072067258%3fb82b963fb82b96\"\n        }\n    ],\n    \"expo\": {\n        \"message\": \"No notifications to send.\"\n    }\n}"}],"_postman_id":"2b4adbd9-d226-4b0f-b8c0-0e14bc26b0b3"}],"id":"8c30fc23-f1dc-4ad9-a4a2-2c59701273b0","_postman_id":"8c30fc23-f1dc-4ad9-a4a2-2c59701273b0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Article_texts todo","item":[{"name":"Article_texts","event":[{"listen":"test","script":{"id":"e879a839-6197-4686-88d6-7f490c89682e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"97d4d361-ab49-4bd1-8d27-aa49a478976a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/article_texts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","article_texts"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>sometimes|required|integer|product_article|CommaSeperated</p>\n","type":"text/plain"},"key":"article_ids","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|integer|product_article_variant|CommaSeperated</p>\n","type":"text/plain"},"key":"article_variant_ids","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|string|article_text_type</p>\n","type":"text/plain"},"key":"article_text_type_ids","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_1","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_2","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_3","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_4","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_5","value":null}],"variable":[]}},"response":[],"_postman_id":"97d4d361-ab49-4bd1-8d27-aa49a478976a"},{"name":"Article_texts/{{id}}","event":[{"listen":"test","script":{"id":"a907f9a6-5730-4e35-8594-c66338843d74","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"cc330dcf-f163-498e-a138-e214abf52e87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/article_texts/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","article_texts","1"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc330dcf-f163-498e-a138-e214abf52e87"},{"name":"Article_texts","event":[{"listen":"test","script":{"id":"365bdeaf-0071-4447-8f7a-91af4510dd33","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"bc81e119-2432-4bfc-a9e4-8a717d175121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"article_variant_id\": 12345601,\r\n    \"article_text_type_id\": \"01\",\r\n    \"text\": \"This is a test.\",\r\n    \"visual_order\": 1,\r\n    \"is_online_1\": 1,\r\n    \"is_online_2\": 0,\r\n    \"is_online_3\": 0,\r\n    \"is_online_4\": 0,\r\n    \"is_online_5\": 0,\r\n    \"user_id\": \"1001\"\r\n}"},"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/article_texts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","article_texts"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>empty_with:article_variant_id|required_without:article_variant_id|product_article|product_active</p>\n","type":"text/plain"},"key":"article_id","value":null},{"disabled":true,"description":{"content":"<p>empty_with:article_id|required_without:article_id|product_article_variant|product_active</p>\n","type":"text/plain"},"key":"article_variant_id","value":null},{"disabled":true,"description":{"content":"<p>required|article_text_type</p>\n","type":"text/plain"},"key":"article_text_type_id","value":null},{"disabled":true,"description":{"content":"<p>required|string</p>\n","type":"text/plain"},"key":"text","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|integer</p>\n","type":"text/plain"},"key":"visual_order","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_1","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_2","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_3","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_4","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_5","value":null},{"disabled":true,"description":{"content":"<p>required|user|user_active</p>\n","type":"text/plain"},"key":"user_id","value":null}],"variable":[]}},"response":[],"_postman_id":"bc81e119-2432-4bfc-a9e4-8a717d175121"},{"name":"Article_texts/supplier_data","event":[{"listen":"test","script":{"id":"f71017fd-e41b-4371-b1bd-7148c822afdf","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"35d271fa-9ad1-461e-86d4-2e43071d8bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"article_variant_id\": 25007501,\r\n    \"article_text_type_id\": \"01\",\r\n    \"article_extra_text_type_id\": \"02\",\r\n    \"article_eans\": [\r\n        4060938382995,\r\n        4060938383008,\r\n        4060938383015,\r\n        4060938383022,\r\n        4060938383039\r\n    ],\r\n    \"online_number\": 1,\r\n    \"user_id\": \"1001\",\r\n    \"language\": \"en\"\r\n}"},"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/article_text/supplier_data","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","article_text","supplier_data"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>empty_with:article_variant_id|required_without:article_variant_id|product_article|product_active|product_has_brand</p>\n","type":"text/plain"},"key":"article_id","value":null},{"disabled":true,"description":{"content":"<p>empty_with:article_id|required_without:article_id|product_article_variant|product_active|product_has_brand</p>\n","type":"text/plain"},"key":"article_variant_id","value":null},{"disabled":true,"description":{"content":"<p>required|article_text_type</p>\n","type":"text/plain"},"key":"article_file_text_id","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|article_text_type</p>\n","type":"text/plain"},"key":"article_extra_text_type_id","value":null},{"disabled":true,"description":{"content":"<p>required|array|integer|between:1000000000,9999999999999</p>\n","type":"text/plain"},"key":"article_eans","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|integer|between:1,5</p>\n","type":"text/plain"},"key":"online_number","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|alpha_num|size:4|user|user_active</p>\n","type":"text/plain"},"key":"user_id","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|in:nl,fr,en</p>\n","type":"text/plain"},"key":"language","value":null}],"variable":[]}},"response":[],"_postman_id":"35d271fa-9ad1-461e-86d4-2e43071d8bdf"},{"name":"Article_texts","event":[{"listen":"test","script":{"id":"7e12c741-c095-46d2-9bfe-c0ce3c1efaa5","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"e0a8a1e9-440f-4bb3-a688-224806257f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"This is a test.\",\r\n    \"visual_order\": 1,\r\n    \"is_online_1\": 1,\r\n    \"is_online_2\": 0,\r\n    \"is_online_3\": 0,\r\n    \"is_online_4\": 0,\r\n    \"is_online_5\": 0,\r\n    \"user_id\": \"1001\"\r\n}"},"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/article_texts/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","article_texts","1"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>required|string</p>\n","type":"text/plain"},"key":"text","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|integer</p>\n","type":"text/plain"},"key":"visual_order","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_1","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_2","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_3","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_4","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"is_online_5","value":null},{"disabled":true,"description":{"content":"<p>required|user|user_active</p>\n","type":"text/plain"},"key":"user_id","value":null}],"variable":[]}},"response":[],"_postman_id":"e0a8a1e9-440f-4bb3-a688-224806257f86"},{"name":"Article_texts","event":[{"listen":"test","script":{"id":"3b369ad8-9c1d-40fb-8957-8e2a95c78289","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"f1c072b5-dbef-4e1c-8da2-a276dba9f418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/article_texts/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","article_texts","1"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1c072b5-dbef-4e1c-8da2-a276dba9f418"}],"id":"817a159f-6622-47ff-b102-836c6373b675","_postman_id":"817a159f-6622-47ff-b102-836c6373b675","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Brand_attribute_values  todo","item":[{"name":"Brand_attribute_values","event":[{"listen":"test","script":{"id":"302348eb-5cc4-47e6-9b17-681946c454ab","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"3035089c-529b-43d3-8f16-4baa10858409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/2/accounts/{{accountId}}/brand_attribute_values","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","brand_attribute_values"],"host":["{{url}}"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>sometimes|required</p>\n","type":"text/plain"},"key":"attribute_id","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required|CommaSeperated</p>\n","type":"text/plain"},"key":"attribute_ids","value":null}],"variable":[]}},"response":[],"_postman_id":"3035089c-529b-43d3-8f16-4baa10858409"}],"id":"5d43cd05-f225-46f8-96b8-6a4c1b12715c","_postman_id":"5d43cd05-f225-46f8-96b8-6a4c1b12715c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Gift_list_headers","item":[{"name":"Gift_list_headers","event":[{"listen":"test","script":{"id":"f884e651-5128-4612-aab1-170f5434f117","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"db67f771-8e25-4e60-9bcc-e9be5b037e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/gift_list_headers?select=*,gift_list_items.*","description":"<p>This endpoint fetches all gift lists with a maximum amount of 500 gift lists per call.</p>\n<p><b>Warning for all giftlist related endpoints:<br /></b>Please note that the giftlist module can be very different per client. This module is usually customised a lot for each client individually, which makes it hard to make 100% accurate documentation for every client...<br /><strong>We have tried to make a \"default\" usage, anything mentioned in this documentation is by the rules of this default.</strong></p>\n<p><strong>Used parameters:</strong></p>\n<ul>\n<li><p>take</p>\n</li>\n<li><p>skip</p>\n</li>\n<li><p>customer_ids (comma seperated)</p>\n</li>\n<li><p>store_ids (comma seperated)</p>\n</li>\n<li><p>status_ids (comma seperated)</p>\n</li>\n<li><p>is_online (boolean)</p>\n</li>\n</ul>\n<p><strong>Possible extra data visible by using the \"select\" parameter:</strong></p>\n<ul>\n<li><p>gift_list_items.*</p>\n</li>\n<li><p>store.*</p>\n</li>\n<li><p>customer.*</p>\n</li>\n<li><p>status.*</p>\n</li>\n<li><p>created_by_user.*</p>\n</li>\n<li><p>updated_by_user.*</p>\n</li>\n</ul>\n<p><strong>A brief explanation of return values:</strong></p>\n<p><em>(Most fields are already explained in the</em> <a href=\"https://development.softtouch.eu/#659df713-0313-49b3-851f-1344cb5d5297\">V1/giftlists endpoint</a><em>, please consult there for more information on the fields, below we will map the fields to the V1 fields)</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th><strong>V1 field / Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>key</td>\n</tr>\n<tr>\n<td>store_id</td>\n<td>string (2 characters)</td>\n<td>store</td>\n</tr>\n<tr>\n<td>customer_id</td>\n<td>integer</td>\n<td>customer</td>\n</tr>\n<tr>\n<td>status_id</td>\n<td>string (5 characters)</td>\n<td>status</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>string</td>\n<td>surname</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>address</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td>postcode</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>city</td>\n</tr>\n<tr>\n<td>parent</td>\n<td>string</td>\n<td>mother</td>\n</tr>\n<tr>\n<td>co_parent</td>\n<td>string</td>\n<td>father</td>\n</tr>\n<tr>\n<td>baby</td>\n<td>string</td>\n<td>baby_name</td>\n</tr>\n<tr>\n<td>siblings</td>\n<td>string</td>\n<td>brothers_sisters</td>\n</tr>\n<tr>\n<td>sex</td>\n<td>string</td>\n<td>sex</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td>free_text</td>\n</tr>\n<tr>\n<td>date_1</td>\n<td>date</td>\n<td>date1</td>\n</tr>\n<tr>\n<td>date_2</td>\n<td>date</td>\n<td>date2</td>\n</tr>\n<tr>\n<td>date_3</td>\n<td>date</td>\n<td>date3</td>\n</tr>\n<tr>\n<td>date_4</td>\n<td>date</td>\n<td>date4</td>\n</tr>\n<tr>\n<td>value_1</td>\n<td>numeric</td>\n<td>value1</td>\n</tr>\n<tr>\n<td>value_2</td>\n<td>numeric</td>\n<td>value2</td>\n</tr>\n<tr>\n<td>value_3</td>\n<td>numeric</td>\n<td>value3</td>\n</tr>\n<tr>\n<td>remark</td>\n<td>text</td>\n<td>remark</td>\n</tr>\n<tr>\n<td>is_online</td>\n<td>boolean</td>\n<td>online</td>\n</tr>\n<tr>\n<td>web_user</td>\n<td>string</td>\n<td>webuser</td>\n</tr>\n<tr>\n<td>web_password</td>\n<td>string</td>\n<td>webpass</td>\n</tr>\n<tr>\n<td>created_by_user_id</td>\n<td>string (4 characters)</td>\n<td>The ID of the user that created the giftlist</td>\n</tr>\n<tr>\n<td>updated_by_user_id</td>\n<td>string (4 characters)</td>\n<td>The ID of the user that most recently updated the giftlist</td>\n</tr>\n<tr>\n<td>created_at_date</td>\n<td>date</td>\n<td>created</td>\n</tr>\n<tr>\n<td>updated_at_date</td>\n<td>date</td>\n<td>modified</td>\n</tr>\n<tr>\n<td>gift_list_items.*</td>\n<td>array</td>\n<td>array of giftlist item objects</td>\n</tr>\n<tr>\n<td>store.*</td>\n<td>object</td>\n<td>object with all information on the store the giftlist is being managed in</td>\n</tr>\n<tr>\n<td>customer.*</td>\n<td>object</td>\n<td>object with all information on the customer that was assigned to the giftlist</td>\n</tr>\n<tr>\n<td>status.*</td>\n<td>object</td>\n<td>object with more information / descriptions about the status assigned to the giftlist</td>\n</tr>\n<tr>\n<td>created_by_user.*</td>\n<td>object</td>\n<td>object with the name and other information of the user that created the giftlist</td>\n</tr>\n<tr>\n<td>updated_by_user.*</td>\n<td>object</td>\n<td>object with the name and other information of the user that most recently updated the giftlist</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","gift_list_headers"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>sometimes|required|customer|CommaSeperated</p>\n","type":"text/plain"},"key":"customer_ids","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|store|CommaSeperated</p>\n","type":"text/plain"},"key":"store_ids","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|gift_list_header_status|CommaSeperated</p>\n","type":"text/plain"},"key":"status_ids","value":null},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"is_online","value":null},{"key":"select","value":"*,gift_list_items.*"}],"variable":[]}},"response":[{"id":"b81bd00f-39ce-46e1-9c61-225949d74642","name":"Gift_list_headers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/2/accounts/{{accountId}}/gift_list_headers?select=*,gift_list_items.*","protocol":"https","host":["api","softtouch","eu"],"path":["2","accounts","{{accountId}}","gift_list_headers"],"query":[{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true},{"key":"customer_ids","value":null,"description":"sometimes|required|customer|CommaSeperated","type":"text","disabled":true},{"key":"store_ids","value":null,"description":"sometimes|required|store|CommaSeperated","type":"text","disabled":true},{"key":"status_ids","value":null,"description":"sometimes|required|gift_list_header_status|CommaSeperated","type":"text","disabled":true},{"key":"is_online","value":null,"description":"boolean","type":"text","disabled":true},{"key":"select","value":"*,gift_list_items.*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 07 Nov 2024 08:22:50 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InV1V1dWWVJzVllhMVI5aldJTFJDS3c9PSIsInZhbHVlIjoia0hrSjVtVGhOYzFWTXdkbmNwd0tLUzMrQ2NFem41Q3lDZVVOM2QxYUdNOTFyNUdiYzFLQTl6NWJySzhlbVwveldTZTEreFlTTGduUkg2enphTVBtYjVRPT0iLCJtYWMiOiJlMDVhYjAzYWMwOWVhMGFiYTk3ZjQ2MWIxZDBiY2Y3ZjY3YTBiZDU3MGU0ODBjYWU3ZDRiOGIyYTgxMWE3MzYxIn0%3D; expires=Thu, 07-Nov-2024 10:22:50 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"store_id\": \"02\",\n        \"customer_id\": 4,\n        \"status_id\": \"01000\",\n        \"surname\": \"Doe\",\n        \"address\": \"Hoofdstraat 123\",\n        \"postal_code\": \"1000\",\n        \"city\": \"Bruxelles\",\n        \"parent\": \"Mother name\",\n        \"co_parent\": \"Father name\",\n        \"baby\": \"Baby name\",\n        \"siblings\": \"Sibling names\",\n        \"sex\": \"Sex of the baby\",\n        \"miscellaneous\": \"\",\n        \"date_1\": \"2024-10-06\",\n        \"date_2\": \"2024-09-30\",\n        \"date_3\": \"2024-11-30\",\n        \"date_4\": \"2024-10-28\",\n        \"value_1\": 0,\n        \"value_2\": 0,\n        \"value_3\": 0,\n        \"remark\": null,\n        \"is_online\": true,\n        \"web_user\": \"johndoe_245@fictional.com\",\n        \"web_password\": \"Twh43*sLK\",\n        \"created_by_user_id\": \"1001\",\n        \"updated_by_user_id\": \"1001\",\n        \"created_at_date\": \"2024-10-28\",\n        \"updated_at_date\": \"2024-11-07\",\n        \"gift_list_items\": [\n            {\n                \"id\": 1,\n                \"gift_list_header_id\": 1,\n                \"location_id\": \"01700\",\n                \"status_id\": \"01500\",\n                \"pickup_by_id\": \"\",\n                \"stock_status_id\": \"01800\",\n                \"item_id\": 10000301030102,\n                \"unique_product_id\": 0,\n                \"gift_list_line\": 1,\n                \"customer_sold_id\": 9,\n                \"receipt_header_sold_id\": 0,\n                \"point_of_sale_sold_id\": \"\",\n                \"customer_sold_name\": \"\",\n                \"description\": \"Heren Kleding SoftTouch\",\n                \"date_sold\": \"2024-10-28\",\n                \"gross_amount\": 19.95,\n                \"discount_amount\": 0,\n                \"net_amount\": 19.95,\n                \"remark\": null,\n                \"is_online\": true,\n                \"must_buy\": false,\n                \"created_by_user_id\": \"1001\",\n                \"updated_by_user_id\": \"1001\",\n                \"created_at_date\": \"2024-10-28\",\n                \"updated_at_date\": \"2024-10-28\",\n                \"updated_at\": \"2024-10-28 14:20:49\",\n                \"date_2\": \"2024-10-28\",\n                \"date_3\": \"2024-10-28\",\n                \"date_4\": \"2024-10-28\"\n            }\n        ]\n    },\n    {\n        \"id\": 2,\n        \"store_id\": \"01\",\n        \"customer_id\": 1,\n        \"status_id\": \"01000\",\n        \"surname\": \"surname\",\n        \"address\": \"\",\n        \"postal_code\": \"\",\n        \"city\": \"\",\n        \"parent\": \"\",\n        \"co_parent\": \"\",\n        \"baby\": \"\",\n        \"siblings\": \"\",\n        \"sex\": \"\",\n        \"miscellaneous\": \"\",\n        \"date_1\": \"0001-01-01\",\n        \"date_2\": \"0001-01-01\",\n        \"date_3\": \"0001-01-01\",\n        \"date_4\": \"0001-01-01\",\n        \"value_1\": 0,\n        \"value_2\": 0,\n        \"value_3\": 0,\n        \"remark\": null,\n        \"is_online\": true,\n        \"web_user\": \"gebruiker@softtouch.be\",\n        \"web_password\": \"THISISTHEPASSWORD\",\n        \"created_by_user_id\": \"\",\n        \"updated_by_user_id\": \"\",\n        \"created_at_date\": \"2024-10-31\",\n        \"updated_at_date\": \"2024-10-31\",\n        \"gift_list_items\": [\n            {\n                \"id\": 2,\n                \"gift_list_header_id\": 2,\n                \"location_id\": \"01700\",\n                \"status_id\": \"01502\",\n                \"pickup_by_id\": \"01601\",\n                \"stock_status_id\": \"01802\",\n                \"item_id\": 10000301030101,\n                \"unique_product_id\": 0,\n                \"gift_list_line\": 1,\n                \"customer_sold_id\": 9,\n                \"receipt_header_sold_id\": 1000000002,\n                \"point_of_sale_sold_id\": \"\",\n                \"customer_sold_name\": \"Uncle John\",\n                \"description\": \"This is a description.\",\n                \"date_sold\": \"2024-10-30\",\n                \"gross_amount\": 100,\n                \"discount_amount\": 25,\n                \"net_amount\": 75,\n                \"remark\": null,\n                \"is_online\": true,\n                \"must_buy\": false,\n                \"created_by_user_id\": \"\",\n                \"updated_by_user_id\": \"1001\",\n                \"created_at_date\": \"2024-10-31\",\n                \"updated_at_date\": \"2024-11-07\",\n                \"updated_at\": \"2024-11-07 08:59:53\",\n                \"date_2\": \"2024-10-31\",\n                \"date_3\": \"2024-10-31\",\n                \"date_4\": \"2024-10-31\"\n            }\n        ]\n    }\n]"}],"_postman_id":"db67f771-8e25-4e60-9bcc-e9be5b037e68"},{"name":"Gift_list_headers/{{id}}","event":[{"listen":"test","script":{"id":"e14095e6-d498-4698-97b9-0c6eff2fbd64","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"3ee072e4-4b4f-45f7-92a4-ef573985928e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/gift_list_headers/1","description":"<p>This endpoint fetches one specific gift list header.</p>\n<p>For more information on the return values, please check the regular GET gift_list_headers endpoint above.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","gift_list_headers","1"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"17af20e5-622e-409b-97de-e9b7a60e508f","name":"Gift_list_headers/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/gift_list_headers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 08 Nov 2024 08:05:04 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjVPelwvYVNJVEpuNTRuXC9rMWRoQWkxUT09IiwidmFsdWUiOiJGd2pvNGRaZ2RBaFVYdGtIcWFtdjBjRW9YNnRMczhmaWtQTyt3eitWTVdIUmV6ZHZneU1HSG9yekNBXC95RU1VWURqRVlhanJJdVBmaXVhQXZUeWJwZ3c9PSIsIm1hYyI6IjM0Mzc0ODBmN2E3YTBiMjc5Y2IyNDFiMjhjODNkODdmZjc2ZWIzZDI3MmZjMmE5NDEwZGYyOTJhYzZjOTIxNWQifQ%3D%3D; expires=Fri, 08-Nov-2024 10:05:04 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"store_id\": \"02\",\n    \"customer_id\": 4,\n    \"status_id\": \"01000\",\n    \"surname\": \"Doe\",\n    \"address\": \"Hoofdstraat 123\",\n    \"postal_code\": \"1000\",\n    \"city\": \"Bruxelles\",\n    \"parent\": \"Mother name\",\n    \"co_parent\": \"Father name\",\n    \"baby\": \"Baby name\",\n    \"siblings\": \"Sibling names\",\n    \"sex\": \"Sex of the baby\",\n    \"miscellaneous\": \"\",\n    \"date_1\": \"2024-10-06\",\n    \"date_2\": \"2024-09-30\",\n    \"date_3\": \"2024-11-30\",\n    \"date_4\": \"2024-10-28\",\n    \"value_1\": 0,\n    \"value_2\": 0,\n    \"value_3\": 0,\n    \"remark\": null,\n    \"is_online\": true,\n    \"web_user\": \"johndoe_245@fictional.com\",\n    \"web_password\": \"Twh43*sLK\",\n    \"created_by_user_id\": \"1001\",\n    \"updated_by_user_id\": \"1001\",\n    \"created_at_date\": \"2024-10-28\",\n    \"updated_at_date\": \"2024-11-07\"\n}"}],"_postman_id":"3ee072e4-4b4f-45f7-92a4-ef573985928e"}],"id":"9852ede6-6366-4e26-b053-5e586bfc1b24","description":"<p><b>Warning for all giftlist related endpoints:<br /></b>Please note that the giftlist module can be very different per client. This module is usually customised a lot for each client individually, which makes it hard to make 100% accurate documentation for every client...<br /><strong>We have tried to make a \"default\" usage, anything mentioned in this documentation is by the rules of this default.</strong></p>\n","_postman_id":"9852ede6-6366-4e26-b053-5e586bfc1b24","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Gift_list_items","item":[{"name":"Gift_list_items","event":[{"listen":"test","script":{"id":"d91d645a-8dc2-4904-89b4-844779e4dc60","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"e7b5a8a8-bd8e-419e-ad1a-8d3b65dd00ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/gift_list_items","description":"<p>This endpoint fetches all gift list items with a maximum amount of 500 gifts per call.</p>\n<p><b>Warning for all giftlist related endpoints:<br /></b>Please note that the giftlist module can be very different per client. This module is usually customised a lot for each client individually, which makes it hard to make 100% accurate documentation for every client...<br /><strong>We have tried to make a \"default\" usage, anything mentioned in this documentation is by the rules of this default.</strong></p>\n<p><strong>Used parameters:</strong></p>\n<ul>\n<li><p>take</p>\n</li>\n<li><p>skip</p>\n</li>\n<li><p>location_ids (comma seperated)</p>\n</li>\n<li><p>status_ids (comma seperated)</p>\n</li>\n<li><p>pickup_by_ids (comma seperated)</p>\n</li>\n<li><p>stock_status_ids (comma seperated)</p>\n</li>\n<li><p>customer_sold_ids (comma seperated)</p>\n</li>\n<li><p>receipt_header_sold_ids (comma seperated)</p>\n</li>\n<li><p>point_of_sale_sold_ids (comma seperated)</p>\n</li>\n<li><p>is_online (boolean)</p>\n</li>\n<li><p>must_buy (boolean)</p>\n</li>\n</ul>\n<p><strong>Possible extra data visible by using the \"select\" parameter:</strong></p>\n<ul>\n<li><p>miscellaneous_3 -&gt; miscellaneous_9</p>\n</li>\n<li><p>status_2_id</p>\n</li>\n<li><p>status_3_id</p>\n</li>\n<li><p>pre_deliver</p>\n</li>\n<li><p>gift_list_header.*</p>\n</li>\n<li><p>gift_list_header.status.*</p>\n</li>\n<li><p>gift_list_header.created_by_user.*</p>\n</li>\n<li><p>gift_list_header.updated_by_user.*</p>\n</li>\n<li><p>location.*</p>\n</li>\n<li><p>status.*</p>\n</li>\n<li><p>status_2.*</p>\n</li>\n<li><p>status_3.*</p>\n</li>\n<li><p>pickup_by.*</p>\n</li>\n<li><p>stock_status.*</p>\n</li>\n<li><p>product.*</p>\n</li>\n<li><p>cheque.*</p>\n</li>\n<li><p>customer_sold.*</p>\n</li>\n<li><p>receipt_header_sold.*</p>\n</li>\n<li><p>receipt_header_sold.receipt_items.*</p>\n</li>\n<li><p>point_of_sale_sold.*</p>\n</li>\n<li><p>created_by_user.*</p>\n</li>\n<li><p>updated_by_user.*</p>\n</li>\n</ul>\n<p><strong>A brief explanation of return values:</strong></p>\n<p><em>(Most fields are already explained in the</em> <a href=\"https://development.softtouch.eu/#83d482be-a75f-4f2c-b672-36804c0c128a\">V1/gifts endpoint</a><em>, please consult there for more information on the fields, below we will map the fields to the V1 fields)</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th><strong>V1 fiield / Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>key</td>\n</tr>\n<tr>\n<td>gift_list_header_id</td>\n<td>integer</td>\n<td>The ID of the giftlist this gift belongs to</td>\n</tr>\n<tr>\n<td>location_id</td>\n<td>string (5 characters)</td>\n<td>location</td>\n</tr>\n<tr>\n<td>status_id</td>\n<td>string (5 characters)</td>\n<td>status</td>\n</tr>\n<tr>\n<td>pickup_by_id</td>\n<td>string (5 characters)</td>\n<td>pickupby</td>\n</tr>\n<tr>\n<td>stock_status_id</td>\n<td>string (5 characters)</td>\n<td>stockstatus</td>\n</tr>\n<tr>\n<td>item_id</td>\n<td>integer</td>\n<td>product</td>\n</tr>\n<tr>\n<td>unique_product_id</td>\n<td>integer</td>\n<td>Unique product ids are not used except under very specific circumstances. More information will be given on a need to know basis for this field</td>\n</tr>\n<tr>\n<td>gift_list_line</td>\n<td>integer</td>\n<td>line</td>\n</tr>\n<tr>\n<td>customer_sold_id</td>\n<td>integer</td>\n<td>buyer_id</td>\n</tr>\n<tr>\n<td>receipt_header_sold_id</td>\n<td>integer</td>\n<td>ticket</td>\n</tr>\n<tr>\n<td>point_of_sale_sold_id</td>\n<td>string (max 4 characters)</td>\n<td>The POS ID where the gift was purchased</td>\n</tr>\n<tr>\n<td>customer_sold_name</td>\n<td>string</td>\n<td>buyer_name</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>product_desc</td>\n</tr>\n<tr>\n<td>date_sold</td>\n<td>date</td>\n<td>sales_date</td>\n</tr>\n<tr>\n<td>gross_amount</td>\n<td>numeric</td>\n<td>total</td>\n</tr>\n<tr>\n<td>discount_amount</td>\n<td>numeric</td>\n<td>discount</td>\n</tr>\n<tr>\n<td>net_amount</td>\n<td>numeric</td>\n<td>due</td>\n</tr>\n<tr>\n<td>remark</td>\n<td>string</td>\n<td>remark</td>\n</tr>\n<tr>\n<td>is_online</td>\n<td>boolean</td>\n<td>online</td>\n</tr>\n<tr>\n<td>must_buy</td>\n<td>boolean</td>\n<td>mustbuy</td>\n</tr>\n<tr>\n<td>created_by_user_id</td>\n<td>string (4 characters)</td>\n<td>The ID of the user that created this gift</td>\n</tr>\n<tr>\n<td>updated_by_user_id</td>\n<td>string (4 characters)</td>\n<td>The ID of the user that most recently updated the list</td>\n</tr>\n<tr>\n<td>created_at_date</td>\n<td>date</td>\n<td>created</td>\n</tr>\n<tr>\n<td>updated_at_date</td>\n<td>date</td>\n<td>modified</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>timestamp</td>\n<td>modified</td>\n</tr>\n<tr>\n<td>date_2</td>\n<td>date</td>\n<td>date2</td>\n</tr>\n<tr>\n<td>date_3</td>\n<td>date</td>\n<td>date3</td>\n</tr>\n<tr>\n<td>date_4</td>\n<td>date</td>\n<td>date4</td>\n</tr>\n<tr>\n<td>miscellaneous_3</td>\n<td>string</td>\n<td>text3</td>\n</tr>\n<tr>\n<td>miscellaneous_4</td>\n<td>string</td>\n<td>text4</td>\n</tr>\n<tr>\n<td>miscellaneous_5</td>\n<td>string</td>\n<td>text5</td>\n</tr>\n<tr>\n<td>miscellaneous_6</td>\n<td>string</td>\n<td>text6</td>\n</tr>\n<tr>\n<td>miscellaneous_7</td>\n<td>string</td>\n<td>text7</td>\n</tr>\n<tr>\n<td>miscellaneous_8</td>\n<td>string</td>\n<td>text8</td>\n</tr>\n<tr>\n<td>miscellaneous_9</td>\n<td>string</td>\n<td>text9</td>\n</tr>\n<tr>\n<td>pre_deliver</td>\n<td>boolean</td>\n<td>pre_deliver</td>\n</tr>\n<tr>\n<td>status_2_id</td>\n<td>string (5 characters)</td>\n<td>status2</td>\n</tr>\n<tr>\n<td>status_3_id</td>\n<td>string (5 characters)</td>\n<td>status3</td>\n</tr>\n<tr>\n<td>gift_list_header.*</td>\n<td>object</td>\n<td>The giftlist object that the gift belongs to</td>\n</tr>\n<tr>\n<td>gift_list_header.status.*</td>\n<td>object</td>\n<td>The status of the giftlist the gift belongs to</td>\n</tr>\n<tr>\n<td>gift_list_header.created_by_user.*</td>\n<td>object</td>\n<td>The user object of the user that created the gift</td>\n</tr>\n<tr>\n<td>gift_list_header.updated_by_user.*</td>\n<td>object</td>\n<td>The user object of the user that most recently updated the gift</td>\n</tr>\n<tr>\n<td>location.*</td>\n<td>object</td>\n<td>An object with more information about the location of the gift</td>\n</tr>\n<tr>\n<td>status.*</td>\n<td>object</td>\n<td>An object with more information about the status of the gift</td>\n</tr>\n<tr>\n<td>status_2.*</td>\n<td>object</td>\n<td>An object with more information about the status 2 of the gift</td>\n</tr>\n<tr>\n<td>status_3.*</td>\n<td>object</td>\n<td>An object with more information about the status 3 of the gift</td>\n</tr>\n<tr>\n<td>pickup_by.*</td>\n<td>object</td>\n<td>An object with more information about who is picking up the gift (after the gift is purchased)</td>\n</tr>\n<tr>\n<td>stock_status.*</td>\n<td>object</td>\n<td>An object with more information about the stock status of the gift</td>\n</tr>\n<tr>\n<td>product.*</td>\n<td>object</td>\n<td>An object with more information about the product that is being gifted</td>\n</tr>\n<tr>\n<td>cheque.*</td>\n<td>object</td>\n<td>An object with the cheque details in case the gift is a cheque</td>\n</tr>\n<tr>\n<td>customer_sold.*</td>\n<td>object</td>\n<td>An object with all information on the customer that purchased the gift</td>\n</tr>\n<tr>\n<td>receipt_header_sold.*</td>\n<td>object</td>\n<td>An object with all information about the receipt header where the gift was purchased</td>\n</tr>\n<tr>\n<td>receipt_header_sold.receipt_items.*</td>\n<td>array</td>\n<td>An array with all articles that were purchased on the receipt where the gift wasa purchased</td>\n</tr>\n<tr>\n<td>point_of_sale_sold.*</td>\n<td>object</td>\n<td>An object with more information about the POS where the gift was purchased</td>\n</tr>\n<tr>\n<td>created_by_user.*</td>\n<td>object</td>\n<td>An object with more information on the user that created the gift</td>\n</tr>\n<tr>\n<td>updated_by_user.*</td>\n<td>object</td>\n<td>An object with more information on the user that most recently updated the gift</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","gift_list_items"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>sometimes|required|gift_list_item_location|CommaSeperated</p>\n","type":"text/plain"},"key":"location_ids","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required|gift_list_item_status|CommaSeperated</p>\n","type":"text/plain"},"key":"status_ids","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required|gift_list_item_pickup_by|CommaSeperated</p>\n","type":"text/plain"},"key":"pickup_by_ids","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required|gift_list_item_stock_status|CommaSeperated</p>\n","type":"text/plain"},"key":"stock_status_ids","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required|customer|CommaSeperated</p>\n","type":"text/plain"},"key":"customer_sold_ids","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required|receipt_header|CommaSeperated</p>\n","type":"text/plain"},"key":"receipt_header_sold_ids","value":""},{"disabled":true,"description":{"content":"<p>sometimes|required|point_of_sale|CommaSeperated</p>\n","type":"text/plain"},"key":"point_of_sale_sold_ids","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"is_online","value":""},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"must_buy","value":""},{"disabled":true,"key":"select","value":"*"}],"variable":[]}},"response":[{"id":"bb3afbc2-a8c7-4179-bc30-d6ae3c43a5bb","name":"Gift_list_items","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.softtouch.eu/2/accounts/{{accountId}}/gift_list_items?select=*","protocol":"https","host":["api","softtouch","eu"],"path":["2","accounts","{{accountId}}","gift_list_items"],"query":[{"key":"take","value":"500","type":"text","disabled":true},{"key":"skip","value":"0","type":"text","disabled":true},{"key":"location_ids","value":null,"description":"sometimes|required|gift_list_item_location|CommaSeperated","type":"text","disabled":true},{"key":"status_ids","value":null,"description":"sometimes|required|gift_list_item_status|CommaSeperated","type":"text","disabled":true},{"key":"pickup_by_ids","value":null,"description":"sometimes|required|gift_list_item_pickup_by|CommaSeperated","type":"text","disabled":true},{"key":"stock_status_ids","value":null,"description":"sometimes|required|gift_list_item_stock_status|CommaSeperated","type":"text","disabled":true},{"key":"customer_sold_ids","value":null,"description":"sometimes|required|customer|CommaSeperated","type":"text","disabled":true},{"key":"receipt_header_sold_ids","value":null,"description":"sometimes|required|receipt_header|CommaSeperated","type":"text","disabled":true},{"key":"point_of_sale_sold_ids","value":null,"description":"sometimes|required|point_of_sale|CommaSeperated","type":"text","disabled":true},{"key":"is_online","value":null,"description":"boolean","type":"text","disabled":true},{"key":"must_buy","value":null,"description":"boolean","type":"text","disabled":true},{"key":"select","value":"*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 08 Nov 2024 07:20:48 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlFrM3ZTb2R2eGxmeER5MDFBRXZqbmc9PSIsInZhbHVlIjoiM1BKc0VJc1VoXC94OUdGUHM5NEtqRTdnVmltQnVTTU1kckY3SEMxSUFhdlNmbWFKM2NjZ0hVcEpVMFwvQmViNyt2RVo2WFdXTU43SmxMQ2k3eGJmY0dKUT09IiwibWFjIjoiMjhiMDUyODFlNzVlM2IwNGI1NjA2N2U4N2U1YTY0ZDg2MDRlNzQxMmQ5YzZlOWY0OTM2MGFkZjAyMDFlODAwYSJ9; expires=Fri, 08-Nov-2024 09:20:48 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"gift_list_header_id\": 1,\n        \"location_id\": \"01700\",\n        \"status_id\": \"01500\",\n        \"pickup_by_id\": \"\",\n        \"stock_status_id\": \"01800\",\n        \"item_id\": 10000301030102,\n        \"unique_product_id\": 0,\n        \"gift_list_line\": 1,\n        \"customer_sold_id\": 9,\n        \"receipt_header_sold_id\": 0,\n        \"point_of_sale_sold_id\": \"\",\n        \"customer_sold_name\": \"\",\n        \"description\": \"Heren Kleding SoftTouch\",\n        \"date_sold\": \"2024-10-28\",\n        \"gross_amount\": 19.95,\n        \"discount_amount\": 0,\n        \"net_amount\": 19.95,\n        \"remark\": null,\n        \"is_online\": true,\n        \"must_buy\": false,\n        \"created_by_user_id\": \"1001\",\n        \"updated_by_user_id\": \"1001\",\n        \"created_at_date\": \"2024-10-28\",\n        \"updated_at_date\": \"2024-10-28\",\n        \"updated_at\": \"2024-10-28 14:20:49\",\n        \"date_2\": \"2024-10-28\",\n        \"date_3\": \"2024-10-28\",\n        \"date_4\": \"2024-10-28\"\n    },\n    {\n        \"id\": 2,\n        \"gift_list_header_id\": 2,\n        \"location_id\": \"01700\",\n        \"status_id\": \"01502\",\n        \"pickup_by_id\": \"01601\",\n        \"stock_status_id\": \"01802\",\n        \"item_id\": 10000301030101,\n        \"unique_product_id\": 0,\n        \"gift_list_line\": 1,\n        \"customer_sold_id\": 9,\n        \"receipt_header_sold_id\": 1000000002,\n        \"point_of_sale_sold_id\": \"\",\n        \"customer_sold_name\": \"Uncle John\",\n        \"description\": \"This is a description.\",\n        \"date_sold\": \"2024-10-30\",\n        \"gross_amount\": 100,\n        \"discount_amount\": 25,\n        \"net_amount\": 75,\n        \"remark\": null,\n        \"is_online\": true,\n        \"must_buy\": false,\n        \"created_by_user_id\": \"\",\n        \"updated_by_user_id\": \"1001\",\n        \"created_at_date\": \"2024-10-31\",\n        \"updated_at_date\": \"2024-11-07\",\n        \"updated_at\": \"2024-11-07 08:59:53\",\n        \"date_2\": \"2024-10-31\",\n        \"date_3\": \"2024-10-31\",\n        \"date_4\": \"2024-10-31\"\n    }\n]"}],"_postman_id":"e7b5a8a8-bd8e-419e-ad1a-8d3b65dd00ca"},{"name":"Gift_list_items/{{id}}","event":[{"listen":"test","script":{"id":"a05f7e5b-7d2f-418d-8988-fc0d4a0a8f79","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"7603b600-26a5-4527-b7de-b81350e54d85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/gift_list_items/1","description":"<p>This endpoint fetches one specific gift list item (gift).</p>\n<p>For more information on the return values, please check the regular GET gift_list_items endpoint above.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","gift_list_items","1"],"host":["api","softtouch","eu"],"query":[],"variable":[]}},"response":[{"id":"a6b7edda-64ca-473e-accd-1c9f34845734","name":"Gift_list_items/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"api.softtouch.eu/2/accounts/{{accountId}}/gift_list_items/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, PATCH, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, X-Request-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 08 Nov 2024 08:04:07 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjV4TTJMRU0rWDhteUNrZlNQZWRsUWc9PSIsInZhbHVlIjoiYXlybnNiRVwvWFAweFRleGkwYU1veG0zd1lNTnBxWGJkZmU4KzJDXC9hR085Umt0QStDVzF6VitxTFVPRCtUQXJBb0hCSFJFS0JhUG0rSDFNUEYydko5Zz09IiwibWFjIjoiN2RjYmEyZDNkZGI4NDdmODczNjhiZjU3M2QyNzk0OTQ3OGM1ZDMxMzAzMTU1MzQ4ODcxNDY2ZWIxYjdiZGExOSJ9; expires=Fri, 08-Nov-2024 10:04:07 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"gift_list_header_id\": 1,\n    \"location_id\": \"01700\",\n    \"status_id\": \"01500\",\n    \"pickup_by_id\": \"\",\n    \"stock_status_id\": \"01800\",\n    \"item_id\": 10000301030102,\n    \"unique_product_id\": 0,\n    \"gift_list_line\": 1,\n    \"customer_sold_id\": 9,\n    \"receipt_header_sold_id\": 0,\n    \"point_of_sale_sold_id\": \"\",\n    \"customer_sold_name\": \"\",\n    \"description\": \"Heren Kleding SoftTouch\",\n    \"date_sold\": \"2024-10-28\",\n    \"gross_amount\": 19.95,\n    \"discount_amount\": 0,\n    \"net_amount\": 19.95,\n    \"remark\": null,\n    \"is_online\": true,\n    \"must_buy\": false,\n    \"created_by_user_id\": \"1001\",\n    \"updated_by_user_id\": \"1001\",\n    \"created_at_date\": \"2024-10-28\",\n    \"updated_at_date\": \"2024-10-28\",\n    \"updated_at\": \"2024-10-28 14:20:49\",\n    \"date_2\": \"2024-10-28\",\n    \"date_3\": \"2024-10-28\",\n    \"date_4\": \"2024-10-28\"\n}"}],"_postman_id":"7603b600-26a5-4527-b7de-b81350e54d85"}],"id":"b36640d7-2ee6-4338-8d24-db91ea746583","description":"<p><b>Warning for all giftlist related endpoints:<br /></b>Please note that the giftlist module can be very different per client. This module is usually customised a lot for each client individually, which makes it hard to make 100% accurate documentation for every client...<br /><strong>We have tried to make a \"default\" usage, anything mentioned in this documentation is by the rules of this default.</strong></p>\n","_postman_id":"b36640d7-2ee6-4338-8d24-db91ea746583","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Intrastat","item":[{"name":"Intrastat","event":[{"listen":"test","script":{"id":"6e03a771-7591-4b3c-895e-25a872e5199e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f82b9620-0b3b-47c4-b8bd-0d19e9e759fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.softtouch.eu/2/accounts/{{accountId}}/intrastat?active=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"protocol":"https","path":["2","accounts","{{accountId}}","intrastat"],"host":["api","softtouch","eu"],"query":[{"disabled":true,"description":{"content":"<p>Integer</p>\n","type":"text/plain"},"key":"take","value":"500"},{"disabled":true,"description":{"content":"<p>Integer</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Boolean</p>\n","type":"text/plain"},"key":"active","value":"1"},{"disabled":true,"description":{"content":"<p>comma separated array</p>\n","type":"text/plain"},"key":"cn","value":null}],"variable":[]}},"response":[],"_postman_id":"f82b9620-0b3b-47c4-b8bd-0d19e9e759fc"}],"id":"1c3f4414-c879-4986-8e99-f264909d2de2","_postman_id":"1c3f4414-c879-4986-8e99-f264909d2de2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Looks  todo","item":[{"name":"Looks","event":[{"listen":"test","script":{"id":"75af1a05-0929-4b81-8b06-c52269e2ef9f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"9a83ba16-92fa-4889-a252-226a29c38cea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/2/accounts/{{accountId}}/looks","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","looks"],"host":["{{url}}"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>sometimes|required|date|after:1980-01-01|before:3000-12-31</p>\n","type":"text/plain"},"key":"from_date","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|date|after:1980-01-01|before:3000-12-31</p>\n","type":"text/plain"},"key":"to_date","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"active","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|integer|min:1|max:5</p>\n","type":"text/plain"},"key":"online","value":null}],"variable":[]}},"response":[],"_postman_id":"9a83ba16-92fa-4889-a252-226a29c38cea"},{"name":"Looks/{{id}}","event":[{"listen":"test","script":{"id":"18fac300-acc0-4746-871f-698d716493df","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"fd4a8cd7-2db2-462d-be5a-4746165e56d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/2/accounts/{{accountId}}/looks/{{id}}","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","looks","{{id}}"],"host":["{{url}}"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>sometimes|required|date|after:1980-01-01|before:3000-12-31</p>\n","type":"text/plain"},"key":"from_date","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|date|after:1980-01-01|before:3000-12-31</p>\n","type":"text/plain"},"key":"to_date","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|boolean</p>\n","type":"text/plain"},"key":"active","value":null},{"disabled":true,"description":{"content":"<p>sometimes|required|integer|min:1|max:5</p>\n","type":"text/plain"},"key":"online","value":null}],"variable":[]}},"response":[],"_postman_id":"fd4a8cd7-2db2-462d-be5a-4746165e56d3"},{"name":"Look_items","event":[{"listen":"test","script":{"id":"502bcefa-392b-4529-b33e-6f32a21d33b7","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"1aeeb12d-d8f7-4dc0-bd08-ba0267edf302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/2/accounts/{{accountId}}/look_items","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","look_items"],"host":["{{url}}"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"1aeeb12d-d8f7-4dc0-bd08-ba0267edf302"},{"name":"Look_items/{{id}}","event":[{"listen":"test","script":{"id":"907aa152-9560-41db-bf55-b4f0b2ba2348","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"e0fc0757-dec9-44f1-9bbd-875482789b45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/2/accounts/{{accountId}}/look_items/{{id}}","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","look_items","{{id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0fc0757-dec9-44f1-9bbd-875482789b45"},{"name":"Look_photos","event":[{"listen":"test","script":{"id":"4aabbf89-ed74-4911-8ebf-a47cd458c218","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"04ceb4ba-a223-43bd-bfee-28466bef7966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/2/accounts/{{accountId}}/look_photos","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","look_photos"],"host":["{{url}}"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"04ceb4ba-a223-43bd-bfee-28466bef7966"},{"name":"Look_photos/{{id}}","event":[{"listen":"test","script":{"id":"73261040-9784-49e2-b5a8-fe979022bc58","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"d2cc33e3-78d6-430f-baaa-16db7660b3fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/2/accounts/{{accountId}}/look_photos/{{id}}","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","look_photos","{{id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2cc33e3-78d6-430f-baaa-16db7660b3fa"},{"name":"Look_text","event":[{"listen":"test","script":{"id":"a0884ffe-5eeb-4e7e-878f-0796e275e934","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"d62c2db3-ceb3-475a-9ce3-d939cb0c0554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/2/accounts/{{accountId}}/look_text","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","look_text"],"host":["{{url}}"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"d62c2db3-ceb3-475a-9ce3-d939cb0c0554"},{"name":"Look_text/{{id}}","event":[{"listen":"test","script":{"id":"c4442983-bf8c-4e04-b112-3bfb86622e79","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"a25adabe-83d4-49b1-af16-baaac9fe42cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/2/accounts/{{accountId}}/look_text/{{id}}","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","look_text","{{id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a25adabe-83d4-49b1-af16-baaac9fe42cd"}],"id":"e8e49504-44bf-44b1-9f25-1e714792a486","_postman_id":"e8e49504-44bf-44b1-9f25-1e714792a486","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Supplier_data  todo","item":[{"name":"Stock/supplier_data","event":[{"listen":"test","script":{"id":"a8df027c-6aaf-4165-8f42-6b1d9943b1f7","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"77715325-ae36-40d2-9cf5-330384d27d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/2/accounts/{{accountId}}/stock/supplier_data?brand_id=193&article_eans=5400508495035,5400508495028,5400508494724,5400508495011","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","stock","supplier_data"],"host":["{{url}}"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"description":{"content":"<p>sometimes|required|corporation|CommaSeperated</p>\n","type":"text/plain"},"key":"brand_id","value":"193"},{"description":{"content":"<p>integer|between:1000000000,9999999999999|CommaSeperated</p>\n","type":"text/plain"},"key":"article_eans","value":"5400508495035,5400508495028,5400508494724,5400508495011"}],"variable":[]}},"response":[],"_postman_id":"77715325-ae36-40d2-9cf5-330384d27d0a"},{"name":"Reservation_headers/supplier_data","event":[{"listen":"test","script":{"id":"779e4e89-8e23-44ad-bd95-de07c67c3458","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"651d7fc0-d69e-4186-afab-3c7c32c224ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"external_attribute_id\": \"7\",\r\n    \"first_name\": \"Xandres\",\r\n    \"last_name\": \"Sekatle Pontso\",\r\n    \"company\": \"Xandres Woluwe\",\r\n    \"email\": \"woluwe@xandres.be\",\r\n    \"street\": \"St-Lambertusstraat\",\r\n    \"street_number\": \"200\",\r\n    \"zip\": \"1200\",\r\n    \"city\": \"Sint-Lambrechts-Woluwe\",\r\n    \"country\": \"BE\",\r\n    \"order_id\": \"999107050\",\r\n    \"items\": [\r\n        {\r\n            \"EAN\": \"5414356649793\",\r\n            \"quantity\": \"1\",\r\n            \"price\": \"269\"\r\n        }\r\n    ]\r\n}"},"url":"{{url}}/2/accounts/329/reservation_headers/supplier_data","description":"<p>To create a new brand this endpoint should be used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>type</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>length: 3</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_iso</td>\n<td>string</td>\n<td>length: 2</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>striing</td>\n<td></td>\n</tr>\n<tr>\n<td>telephone_2</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>category1</td>\n<td>string</td>\n<td>length: 4, must start with 01</td>\n</tr>\n<tr>\n<td>category2</td>\n<td>string</td>\n<td>length: 4, must start with 02</td>\n</tr>\n<tr>\n<td>category3</td>\n<td>string</td>\n<td>length: 4, must start with 03</td>\n</tr>\n<tr>\n<td>category4</td>\n<td>string</td>\n<td>length: 4, must start with 04</td>\n</tr>\n<tr>\n<td>category5</td>\n<td>string</td>\n<td>length: 4, must start with 05</td>\n</tr>\n<tr>\n<td>miscellaneous</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>margin</td>\n<td>double</td>\n<td></td>\n</tr>\n<tr>\n<td>size_table_id</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>commercial_discount</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>on_customer_card</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>article_discount_allowed</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>default: true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","329","reservation_headers","supplier_data"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>required|string</p>\n","type":"text/plain"},"key":"first_name","value":null},{"disabled":true,"description":{"content":"<p>required|string</p>\n","type":"text/plain"},"key":"last_name","value":null},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"company","value":null},{"disabled":true,"description":{"content":"<p>required|string</p>\n","type":"text/plain"},"key":"email","value":null},{"disabled":true,"description":{"content":"<p>required|string</p>\n","type":"text/plain"},"key":"street","value":null},{"disabled":true,"description":{"content":"<p>required|string</p>\n","type":"text/plain"},"key":"street_number","value":null},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"street_number_addition","value":null},{"disabled":true,"description":{"content":"<p>required|string</p>\n","type":"text/plain"},"key":"zip","value":null},{"disabled":true,"description":{"content":"<p>required|string</p>\n","type":"text/plain"},"key":"city","value":null},{"disabled":true,"description":{"content":"<p>required|country</p>\n","type":"text/plain"},"key":"country","value":null},{"disabled":true,"description":{"content":"<p>required|string</p>\n","type":"text/plain"},"key":"order_id","value":null},{"disabled":true,"description":{"content":"<p>required|array|min:1</p>\n","type":"text/plain"},"key":"items","value":null},{"disabled":true,"description":{"content":"<p>required|integer|between:1000000000000,9000000000000</p>\n","type":"text/plain"},"key":"items:EAN","value":null},{"disabled":true,"description":{"content":"<p>required|integer</p>\n","type":"text/plain"},"key":"items:quantity","value":null},{"disabled":true,"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"items:price","value":null}],"variable":[]}},"response":[],"_postman_id":"651d7fc0-d69e-4186-afab-3c7c32c224ee"}],"id":"115f4fc4-ea5c-4c77-b2f3-e5feecb76b00","_postman_id":"115f4fc4-ea5c-4c77-b2f3-e5feecb76b00","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}},{"name":"Wash_instructions  todo","item":[{"name":"Wash_instructions","event":[{"listen":"test","script":{"id":"fcc88f14-0a2f-4dd8-8759-30244362657d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"0561211e-2d78-4db7-9df8-a6cd458c23f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/2/accounts/{{accountId}}/wash_instructions","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","wash_instructions"],"host":["{{url}}"],"query":[{"disabled":true,"key":"take","value":"500"},{"disabled":true,"key":"skip","value":"0"},{"disabled":true,"description":{"content":"<p>boolean</p>\n","type":"text/plain"},"key":"active","value":null}],"variable":[]}},"response":[],"_postman_id":"0561211e-2d78-4db7-9df8-a6cd458c23f5"},{"name":"Wash_instructions/{{id}}","event":[{"listen":"test","script":{"id":"661dcd53-c6e3-4582-9210-42d27e1a5e8e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","    postman.setEnvironmentVariable('returnId', pm.response.json().id);\r","});"],"type":"text/javascript"}}],"id":"8c5730f0-c4bf-47ba-970e-2e5ef7ca0315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/2/accounts/{{accountId}}/wash_instructions/1","description":"<p>This endpoint fetches all cheques as all calls it has to be done in steps with a maximum amount of 500 cheques.</p>\n<p>Used parameters:</p>\n<ul>\n<li>display (full)</li>\n<li>take</li>\n<li>skip</li>\n</ul>\n<p>A brief explanation of return values:</p>\n<ul>\n<li>key: The unique identifier</li>\n<li>name: The brand name</li>\n<li>alias: An alias for a brand name, as an example Marie Jo and Marie Jo Swim, this is the same brand but for administrative purposes splitet in the clients database. An alias can be used for those brands so this can be shown as 1 brand. Note: this field will be an empty string if no alias is provided.</li>\n<li>category1 -5: These fields are customizable per client, no default value is availble for these but the values can be retrieved using the brand_attributes endpoint.</li>\n</ul>\n<p>If display full is used some extra info is availble like the address and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}},"urlObject":{"path":["2","accounts","{{accountId}}","wash_instructions","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c5730f0-c4bf-47ba-970e-2e5ef7ca0315"}],"id":"d23f172c-0313-4922-bb68-ec28dd292a54","_postman_id":"d23f172c-0313-4922-bb68-ec28dd292a54","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}}],"id":"0da5c2e3-673e-4284-88c2-45b6a1771183","_postman_id":"0da5c2e3-673e-4284-88c2-45b6a1771183","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f59c3410-b180-46ea-8714-23dfc77b0376","id":"f59c3410-b180-46ea-8714-23dfc77b0376","name":"SoftTouch API docs","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"4114db79-3ec8-4225-b5d9-bd4d22caafc7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5030d4f4-8793-41c3-8c94-ed008d8590b3","type":"text/javascript","exec":[""]}}],"variable":[{"key":"season_id","value":"","type":"default"}]}