{"info":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","description":"<html><head></head><body><p>Welcome to the Lightspeed Restaurant K-Series Postman Collection. Please see our <a href=\"https://api-portal.lsk.lightspeed.app/guides/overview\">API Guides</a> and our <a href=\"https://api-docs.lsk.lightspeed.app/\">API Reference</a> for more detailed documentation on the K-Series APIs.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4223088","collectionId":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","publishedId":"2s83zgu5GE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-10-07T22:19:10.000Z"},"item":[{"name":"Authentication","item":[{"name":"V2","item":[{"name":"Request Token - V2","event":[{"listen":"test","script":{"id":"2250fb5c-367b-412b-9513-4f176ef54664","exec":["var jsonData = JSON.parse(responseBody);","","pm.environment.set(\"access_token\", jsonData.access_token);","pm.environment.set(\"refresh_token\", jsonData.refresh_token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"60190b91-9162-4748-9a7f-560b4639d647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_id}}"},{"key":"password","value":"{{client_secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"","description":"<p>The temporary code generated during the authorization flow.</p>\n","type":"text"},{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"redirect_uri","value":"{{redirect_uri}}","type":"text"}]},"url":"{{auth_v2_base_url}}/realms/k-series/protocol/openid-connect/token","urlObject":{"path":["realms","k-series","protocol","openid-connect","token"],"host":["{{auth_v2_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60190b91-9162-4748-9a7f-560b4639d647"},{"name":"Refresh Token - V2","event":[{"listen":"test","script":{"id":"dcbad8e7-e0f5-44c8-9eb1-4f6462a0b30b","exec":["var jsonData = JSON.parse(responseBody);","","pm.environment.set(\"access_token\", jsonData.access_token);","pm.environment.set(\"refresh_token\", jsonData.refresh_token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6c722277-03a1-4120-84dd-cf9e81355b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_id}}"},{"key":"password","value":"{{client_secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"{{auth_v2_base_url}}/realms/k-series/protocol/openid-connect/token","urlObject":{"path":["realms","k-series","protocol","openid-connect","token"],"host":["{{auth_v2_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c722277-03a1-4120-84dd-cf9e81355b9f"}],"id":"63351fd8-e6ef-423e-9684-6fa91ecbce73","_postman_id":"63351fd8-e6ef-423e-9684-6fa91ecbce73","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}}},{"name":"Request Token","event":[{"listen":"test","script":{"id":"2250fb5c-367b-412b-9513-4f176ef54664","exec":["var jsonData = JSON.parse(responseBody);","","pm.environment.set(\"access_token\", jsonData.access_token);","pm.environment.set(\"refresh_token\", jsonData.refresh_token);"],"type":"text/javascript"}}],"id":"90c9a51a-a43a-45ac-9ad3-8801abd7eef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_id}}"},{"key":"password","value":"{{client_secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/oauth/token?code=&grant_type=authorization_code&redirect_uri={{redirect_uri}}","urlObject":{"path":["oauth","token"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>The temporary code generated during the authorization flow.</p>\n","type":"text/plain"},"key":"code","value":""},{"key":"grant_type","value":"authorization_code"},{"key":"redirect_uri","value":"{{redirect_uri}}"}],"variable":[]}},"response":[],"_postman_id":"90c9a51a-a43a-45ac-9ad3-8801abd7eef4"},{"name":"Refresh Token","event":[{"listen":"test","script":{"id":"dcbad8e7-e0f5-44c8-9eb1-4f6462a0b30b","exec":["var jsonData = JSON.parse(responseBody);","","pm.environment.set(\"access_token\", jsonData.access_token);","pm.environment.set(\"refresh_token\", jsonData.refresh_token);"],"type":"text/javascript"}}],"id":"28c6f25a-8cce-4e23-8c5c-20a488a55fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_id}}"},{"key":"password","value":"{{client_secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/oauth/token?grant_type=refresh_token&refresh_token={{refresh_token}}","urlObject":{"path":["oauth","token"],"host":["{{base_url}}"],"query":[{"key":"grant_type","value":"refresh_token"},{"key":"refresh_token","value":"{{refresh_token}}"}],"variable":[]}},"response":[],"_postman_id":"28c6f25a-8cce-4e23-8c5c-20a488a55fbf"},{"name":"Token Info","id":"7a86d87a-ee16-4e02-a45c-d306773afab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/oauth/userinfo?access_token={{access_token}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["oauth","userinfo"],"host":["{{base_url}}"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[],"_postman_id":"7a86d87a-ee16-4e02-a45c-d306773afab8"}],"id":"6ef0d8ea-6c50-470e-9fb4-9cf552581d33","description":"<p>Please see the <a href=\"https://api-portal.lsk.lightspeed.app/guides/tutorials/authentication-tutorial\">Authentication Tutorial</a> for more details.</p>\n","_postman_id":"6ef0d8ea-6c50-470e-9fb4-9cf552581d33","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}}},{"name":"Rich Item","item":[{"name":"Allergens","id":"34fb0231-a217-44c8-b36d-7feab0540a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/i/allergens","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","name":"Rich Item","type":"folder"}},"urlObject":{"path":["i","allergens"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34fb0231-a217-44c8-b36d-7feab0540a62"},{"name":"Locales","id":"610c653f-1bf8-4add-a10b-ab927e6f070d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"businessId\" : {{businessId}},\n  \"sku\" : \"creation\",\n  \"descriptions\" : [ {\n    \"localeCode\" : \"en\",\n    \"description\" : \"description\",\n    \"displayName\" : \"display\"\n  } ],\n  \"links\" : [ ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/i/locales/{{businessId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","name":"Rich Item","type":"folder"}},"urlObject":{"path":["i","locales","{{businessId}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"610c653f-1bf8-4add-a10b-ab927e6f070d"},{"name":"Update Locales","id":"ba0ee3a3-d70c-45fe-af74-5f65d9b065c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[ \"en\", \"fr\", \"en_US\" ]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/i/locales/{{businessId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","name":"Rich Item","type":"folder"}},"urlObject":{"path":["i","locales","{{businessId}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba0ee3a3-d70c-45fe-af74-5f65d9b065c7"},{"name":"All Rich Items","id":"da66761b-2c2b-4ee4-89e1-7defb7eb417c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/i/richItem/{{businessId}}?page=0&size=100&sort=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","name":"Rich Item","type":"folder"}},"urlObject":{"path":["i","richItem","{{businessId}}"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Starting page of results, when paginating. Default value is 0.</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>Number of results to return, when paginating. Default value is 1000.</p>\n","type":"text/plain"},"key":"size","value":"100"},{"description":{"content":"<p>Field to sort results on. Options are \"sku\", \"creationDate\", \"lastUpdateDate\"</p>\n","type":"text/plain"},"key":"sort","value":""}],"variable":[]}},"response":[],"_postman_id":"da66761b-2c2b-4ee4-89e1-7defb7eb417c"},{"name":"Rich item by sku","id":"0b6f091f-f836-461c-acb1-df60a3f20831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/i/richItem/{{businessId}}/:sku","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","name":"Rich Item","type":"folder"}},"urlObject":{"path":["i","richItem","{{businessId}}",":sku"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":null,"key":"sku"}]}},"response":[],"_postman_id":"0b6f091f-f836-461c-acb1-df60a3f20831"},{"name":"Update Item Picture","id":"2a23b1cf-9641-4509-b94a-58353eb32f11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n\"businessId\": {{businessId}},\n\"sku\": \"14\",\n\"fileType\": \"png\",\n\"picture\": \"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\",\n\"rawPicture\": \"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\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/i/richItem/{{businessId}}/:sku","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","name":"Rich Item","type":"folder"}},"urlObject":{"path":["i","richItem","{{businessId}}",":sku"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"2b1ea569-c76e-4c07-9cd2-4686287d4972","type":"any","value":null,"key":"sku"}]}},"response":[],"_postman_id":"2a23b1cf-9641-4509-b94a-58353eb32f11"},{"name":"Create or update a rich item","id":"c9ae3e37-0202-4b05-9833-4d4de85c8eb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"businessId\" : {{businessId}},\n  \"sku\" : \"sku\",\n  \"descriptions\" : [ {\n    \"localeCode\" : \"en\",\n    \"description\" : \"description\",\n    \"displayName\" : \"display\"\n  } ],\n  \"links\" : [ ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/i/richItem/{{businessId}}/:sku","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","name":"Rich Item","type":"folder"}},"urlObject":{"path":["i","richItem","{{businessId}}",":sku"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"eb106587-7303-4aa9-bc3a-fdc3199e8244","type":"any","value":null,"key":"sku"}]}},"response":[],"_postman_id":"c9ae3e37-0202-4b05-9833-4d4de85c8eb2"},{"name":"Get items by SKUs","id":"273f6895-d7ce-4bda-ac96-eed144dc7e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\"14\",\"13\",\"20\"]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/i/richItem/{{businessId}}/itemsBySkus","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","name":"Rich Item","type":"folder"}},"urlObject":{"path":["i","richItem","{{businessId}}","itemsBySkus"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"273f6895-d7ce-4bda-ac96-eed144dc7e74"},{"name":"Delete Picture","id":"4ea36d6f-a5b9-4bd5-a0a0-d56b867c8efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/i/richItem/{{businessId}}/:sku/picture","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","name":"Rich Item","type":"folder"}},"urlObject":{"path":["i","richItem","{{businessId}}",":sku","picture"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"8894bf54-72b8-4f2d-b511-bdc869563a57","type":"any","value":null,"key":"sku"}]}},"response":[],"_postman_id":"4ea36d6f-a5b9-4bd5-a0a0-d56b867c8efa"},{"name":"Picture specifications","id":"284358b5-8f9b-41d2-8665-a0fe45103465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/i/richItem/{{businessId}}/pictureSpec","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","name":"Rich Item","type":"folder"}},"urlObject":{"path":["i","richItem","{{businessId}}","pictureSpec"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"284358b5-8f9b-41d2-8665-a0fe45103465"}],"id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"755346af-37bf-4429-9973-3b848fc1f994"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b1bf0d1e-401d-413c-8582-28021d350a3c"}}],"_postman_id":"2f2b58ad-b2fa-46fa-856d-82d8835c53e8","description":""},{"name":"Tax Breakdown","item":[{"name":"Tax Breakdown","id":"e0a45352-4675-4c2f-b0f7-220f7d6b6801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"businessLocationId\" : {{businessLocationId}},\n    \"thirdPartyReference\" : \"THIRDPARTYREFERENCE\",\n    \"endpointId\" : \"DOCUMENTATIONTEST\",\n    \"customerInfo\" : {\n        \"firstName\" : \"Documentation\",\n        \"lastName\" : \"Test\",\n        \"thirdPartyReference\" : \"string\",\n        \"email\" : \"string\",\n        \"notes\" : \"string\"\n  },\n    \"orderNote\" : \"string\",\n    \"tableNumber\" : \"1\",\n    \"clientCount\" : 1,\n    \"items\" : [ {\n        \"quantity\" : 2,\n        \"sku\" : \"14\"\n    } ]\n}\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/tp/v1/business-locations/{{businessLocationId}}/tax-breakdown","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["tp","v1","business-locations","{{businessLocationId}}","tax-breakdown"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0a45352-4675-4c2f-b0f7-220f7d6b6801"}],"id":"9c3cfec8-b193-4907-9048-924732ca202b","_postman_id":"9c3cfec8-b193-4907-9048-924732ca202b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}}},{"name":"Reservations for Platforms","item":[{"name":"Get Business Locations","id":"0bbcfa3d-651d-469e-9889-1934efc8c593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/reservation/api/1/user/platform/{{platform-code}}/business-locations","urlObject":{"path":["reservation","api","1","user","platform","{{platform-code}}","business-locations"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bbcfa3d-651d-469e-9889-1934efc8c593"},{"name":"Platform Profile Details","id":"aecfbbea-d210-4083-98ba-922a710cb3b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/reservation/api/1/platform/{{platform-code}}/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["reservation","api","1","platform","{{platform-code}}","profile"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aecfbbea-d210-4083-98ba-922a710cb3b3"},{"name":"Create or Update Platform Profile","id":"1744f107-38b4-463b-8859-d48739cc3bb5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"baseUrl\": \"https://my.platform/api\",\n  \"orderWebhookUrl\": \"https://my.platform/api/webhook/orders\",\n  \"integrationWebhookUrl\": \"https://my.platform/api/webhook/integrations\",\n  \"onboardingWebhookUrl\": \"https://my.platform/api/webhook/onboarding\",\n  \"errorsWebhookUrl\": \"https://my.platform/api/webhook/errors\",\n  \"notificationTypes\": [\n    \"ORDER_OPENED\", \n    \"ORDER_UPDATED\", \n    \"ORDER_CLOSED\", \n    \"ONBOARDING_STARTED\", \n    \"INTEGRATION_ACTIVATED\", \n    \"INTEGRATION_DEACTIVATED\", \n    \"ERROR\"\n  ],\n  \"displayName\": \"My Platform\",\n  \"depositSupported\": true,\n  \"ownNotificationsOnly\": true,\n  \"webhookAuthType\": \"BASIC_AUTH\",\n  \"webhookAuthDetails\": {\n    \"basic\": {\n      \"username\": \"LightspeedKSeries\",\n      \"password\": \"Example-Password\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/reservation/api/1/platform/{{platform-code}}/profile","urlObject":{"path":["reservation","api","1","platform","{{platform-code}}","profile"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1744f107-38b4-463b-8859-d48739cc3bb5"},{"name":"Activate Integration","id":"f6e79cd9-0e52-410b-b96d-aae7c88e6a74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"businessLocationId\": {{businessLocationId}},\n\"platformRestaurantId\": \"{{platform-restaurant}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/reservation/api/1/user/platform/{{platform-code}}/integration/activate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["reservation","api","1","user","platform","{{platform-code}}","integration","activate"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6e79cd9-0e52-410b-b96d-aae7c88e6a74"},{"name":"Dectivate Integration","id":"4a931eed-b263-48bf-926d-95e3054e9950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"businessLocationId\": {{businessLocationId}},\n\"platformRestaurantId\": \"{{platform-restaurant}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/reservation/api/1/user/platform/{{platform-code}}/integration/deactivate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["reservation","api","1","user","platform","{{platform-code}}","integration","deactivate"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a931eed-b263-48bf-926d-95e3054e9950"},{"name":"Create or Update Reservation","event":[{"listen":"prerequest","script":{"id":"8b15ad6b-7b5c-4c01-a48d-c0e4cf8efed5","exec":["function getCurrentTimestamp() {","  const now = new Date();","  const year = now.getUTCFullYear();","  const month = String(now.getUTCMonth() + 1).padStart(2, '0');","  const day = String(now.getUTCDate()).padStart(2, '0');","  const hours = String(now.getUTCHours()).padStart(2, '0');","  const minutes = String(now.getUTCMinutes()).padStart(2, '0');","  const seconds = String(now.getUTCSeconds()).padStart(2, '0');","  return `${year}-${month}-${day}T${hours}:${minutes}:${seconds}`;","}","","// Call the function to get the current timestamp in UTC","const currentTimestamp = getCurrentTimestamp();","","// Store the current timestamp in an environment variable","pm.environment.set('currentTimestamp', currentTimestamp);","","//Increment SequenceId","function incrementSequenceId() {","  // Get the current value of the environment variable","  let currentValue = pm.environment.get('sequenceId');","","  // Convert the current value to a number and increment by 1","  currentValue = parseInt(currentValue || 0) + 1;","","  // Update the environment variable with the new value","  pm.environment.set('sequenceId', currentValue.toString());","}","","// Call the function to increment the sequenceId variable","incrementSequenceId();"],"type":"text/javascript"}}],"id":"06d57cac-2c30-4cad-b7ca-7d5b3898b940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"status\": \"SEATED\",\n  \"partySize\": 2,\n  \"guest\": {\n    \"platformGuestId\": \"ABC-123\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"email\": \"john.smith@email.com\",\n    \"phone\": \"+13453455555\",\n    \"walkIn\": true\n  },\n  \"tableNumbers\": [\n    \"1\"\n  ],\n  \"notes\": \"My birthday\",\n  \"liability\": {\n    \"currency\": \"EUR\",\n    \"deposits\": [\n      {\n        \"platformDepositId\": \"2\",\n        \"amount\": \"100.00\",\n        \"voided\": false,\n        \"utcCreatedAt\": \"{{currentTimestamp}}\"\n      }\n    ]\n  },\n  \"utcScheduledAt\": \"{{currentTimestamp}}\",\n  \"utcUpdatedAt\": \"{{currentTimestamp}}\",\n  \"sequenceId\": {{sequenceId}}\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/reservation/api/1/platform/{{platform-code}}/restaurant/:platform-restaurant/reservation/:platform-reservation/push","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["reservation","api","1","platform","{{platform-code}}","restaurant",":platform-restaurant","reservation",":platform-reservation","push"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>The integrator-assigned ID for the location</p>\n","type":"text/plain"},"type":"any","value":"{{platform-restaurant}}","key":"platform-restaurant"},{"description":{"content":"<p>This must be unique for each reservation </p>\n","type":"text/plain"},"type":"any","value":"542","key":"platform-reservation"}]}},"response":[],"_postman_id":"06d57cac-2c30-4cad-b7ca-7d5b3898b940"},{"name":"Sample Order Webhook Notification","id":"f694199b-eed6-4e9e-844a-b992f4559bb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/reservation/api/1/platform/{{platform-code}}/order-webhook-sample","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["reservation","api","1","platform","{{platform-code}}","order-webhook-sample"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f694199b-eed6-4e9e-844a-b992f4559bb8"},{"name":"Sample Integration Webhook Notification","id":"206bdcce-f222-49b5-bafb-cf6c6975bb11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/reservation/api/1/platform/{{platform-code}}/integration-webhook-sample","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["reservation","api","1","platform","{{platform-code}}","integration-webhook-sample"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"206bdcce-f222-49b5-bafb-cf6c6975bb11"},{"name":"Sample Onboarding Webhook Notification","id":"ed80c830-522c-4a42-b345-abe37206fd9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/reservation/api/1/platform/{{platform-code}}/onboarding-webhook-sample","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["reservation","api","1","platform","{{platform-code}}","onboarding-webhook-sample"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed80c830-522c-4a42-b345-abe37206fd9e"},{"name":"Sample Error Webhook Notification","id":"d537f3c9-9703-4dd7-abfa-0c3d2d94b51b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.lsk.lightspeed.app/reservation/api/1/platform/{{platform-code}}/error-webhook-sample","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"protocol":"https","path":["reservation","api","1","platform","{{platform-code}}","error-webhook-sample"],"host":["api","lsk","lightspeed","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"d537f3c9-9703-4dd7-abfa-0c3d2d94b51b"}],"id":"86f6125a-f00a-4bc5-877d-1d1729e3b7b1","_postman_id":"86f6125a-f00a-4bc5-877d-1d1729e3b7b1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}}},{"name":"PMS - Property Management System","item":[{"name":"PMS Providers","id":"074369f0-df7c-4ada-b8ab-c160f71ba20d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/pms/v1/providers?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"cf8500bd-64ee-4105-b221-9b5732655a19","id":"cf8500bd-64ee-4105-b221-9b5732655a19","name":"PMS - Property Management System","type":"folder"}},"urlObject":{"path":["pms","v1","providers"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[]}},"response":[],"_postman_id":"074369f0-df7c-4ada-b8ab-c160f71ba20d"},{"name":"PMS Provider By ID","id":"d9ff2006-fc7e-46cc-9bbb-5f6fdf620cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/pms/v1/providers/:provider_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"cf8500bd-64ee-4105-b221-9b5732655a19","id":"cf8500bd-64ee-4105-b221-9b5732655a19","name":"PMS - Property Management System","type":"folder"}},"urlObject":{"path":["pms","v1","providers",":provider_id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"bad65688-8570-423c-a838-8547ade14afc","type":"any","value":null,"key":"provider_id"}]}},"response":[],"_postman_id":"d9ff2006-fc7e-46cc-9bbb-5f6fdf620cd9"},{"name":"Create PMS Provider","id":"96607b88-3c0f-4e56-9482-c19664fc14b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"businessLocationId\": {{businessLocationId}},\n  \"name\": \"Property Management System\",\n  \"endpoint\": \"{{endpoint_url}}\",\n  \"apiKey\": \"{{client_id}}\",\n  \"features\": [\n    \"SEARCH_BY_NAME\",\n    \"MIRRORING\",\n    \"PARTIAL_PAYMENTS\",\n    \"MULTI_PAYMENTS\",\n    \"SERVICE_CHARGE\",\n    \"ENRICHED_PAYLOAD\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/pms/v1/providers?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"cf8500bd-64ee-4105-b221-9b5732655a19","id":"cf8500bd-64ee-4105-b221-9b5732655a19","name":"PMS - Property Management System","type":"folder"}},"urlObject":{"path":["pms","v1","providers"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[]}},"response":[],"_postman_id":"96607b88-3c0f-4e56-9482-c19664fc14b5"},{"name":"Update PMS Provider","id":"e2b746e1-363a-4cca-a4c5-0f25c47dcaa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"Property Management System\",\n        \"endpoint\": {{endpoint_url}},\n        \"apiKey\": {{api_key}},\n        \"features\": [\n            \"MULTI_PAYMENTS\",\n            \"SEARCH_BY_NAME\",\n            \"SERVICE_CHARGE\",\n            \"PARTIAL_PAYMENTS\",\n            \"MIRRORING\",\n            \"ENRICHED_PAYLOAD\"\n        ]\n    }\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/pms/v1/providers/:provider_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"cf8500bd-64ee-4105-b221-9b5732655a19","id":"cf8500bd-64ee-4105-b221-9b5732655a19","name":"PMS - Property Management System","type":"folder"}},"urlObject":{"path":["pms","v1","providers",":provider_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"","key":"provider_id"}]}},"response":[],"_postman_id":"e2b746e1-363a-4cca-a4c5-0f25c47dcaa2"},{"name":"Delete PMS Provider","id":"bf1aa47a-a762-4e52-9dc2-686e27ed88a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/pms/v1/providers/:provider_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"cf8500bd-64ee-4105-b221-9b5732655a19","id":"cf8500bd-64ee-4105-b221-9b5732655a19","name":"PMS - Property Management System","type":"folder"}},"urlObject":{"path":["pms","v1","providers",":provider_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":null,"key":"provider_id"}]}},"response":[],"_postman_id":"bf1aa47a-a762-4e52-9dc2-686e27ed88a9"}],"id":"cf8500bd-64ee-4105-b221-9b5732655a19","description":"<p>See the <a href=\"https://api-portal.lsk.lightspeed.app/category/property-management-systems\">PMS Integration Guide</a> for more details on using the PMS API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"2d26e8d2-edc4-47cf-839e-950dad4c649b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ffde7319-df65-4f02-b964-0331b8a238e1"}}],"_postman_id":"cf8500bd-64ee-4105-b221-9b5732655a19"},{"name":"Items","item":[{"name":"All items","id":"52a2ca06-0870-4cc8-abde-5c05e1243b68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/items/v1/items?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"caec73e2-5098-409b-a899-e4446357d887","id":"caec73e2-5098-409b-a899-e4446357d887","name":"Items","type":"folder"}},"urlObject":{"path":["items","v1","items"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[]}},"response":[],"_postman_id":"52a2ca06-0870-4cc8-abde-5c05e1243b68"},{"name":"Single Item","id":"0fda7d09-eb17-47d1-8ba0-1ed528ffd6e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/items/v1/items/:item_id?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"caec73e2-5098-409b-a899-e4446357d887","id":"caec73e2-5098-409b-a899-e4446357d887","name":"Items","type":"folder"}},"urlObject":{"path":["items","v1","items",":item_id"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[{"type":"any","key":"item_id"}]}},"response":[],"_postman_id":"0fda7d09-eb17-47d1-8ba0-1ed528ffd6e8"},{"name":"Update an Item","id":"b879cb4a-8ea8-4809-ada1-c536aa50d9a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"New Item Updated\",\n  \"businessLocationId\": {{businessLocationId}},\n  \"docketName\": \"name\",\n  \"sku\": \"sku1\",\n  \"active\": true,\n  \"barcode\": \"barcode_number\",\n  \"accountingGroupId\": 40570261078058,\n  \"costPrice\": 1,\n  \"defaultPrice\": 10,\n  \"priceMode\": \"AMOUNT\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/items/v1/items/:item_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"caec73e2-5098-409b-a899-e4446357d887","id":"caec73e2-5098-409b-a899-e4446357d887","name":"Items","type":"folder"}},"urlObject":{"path":["items","v1","items",":item_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":null,"key":"item_id"}]}},"response":[],"_postman_id":"b879cb4a-8ea8-4809-ada1-c536aa50d9a9"},{"name":"Create an Item","id":"62db3feb-712a-44eb-aa19-4b0d753c5d6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"New Item\",\n  \"businessLocationId\": {{businessLocationId}},\n  \"docketName\": \"name\",\n  \"sku\": \"sku1\",\n  \"active\": true,\n  \"barcode\": \"barcode_number\",\n  \"accountingGroupId\": 40570261078058,\n  \"costPrice\": 1,\n  \"defaultPrice\": 10,\n  \"priceMode\": \"AMOUNT\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/items/v1/items","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"caec73e2-5098-409b-a899-e4446357d887","id":"caec73e2-5098-409b-a899-e4446357d887","name":"Items","type":"folder"}},"urlObject":{"path":["items","v1","items"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"62db3feb-712a-44eb-aa19-4b0d753c5d6b"}],"id":"caec73e2-5098-409b-a899-e4446357d887","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f0f14765-cefd-4631-b8d7-60b02d99030b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"74190a7a-22b7-4f3c-b6ce-1baed1b3bc28"}}],"_postman_id":"caec73e2-5098-409b-a899-e4446357d887","description":""},{"name":"Reservation","item":[{"name":"Create Webhook","id":"5a155314-b39f-4fc7-97ec-d47a0b0a9d19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"endpointId\": \"ReservationWebhook\",\n\"url\": \"{{endpoint_url}}\",\n\"withBasicAuth\": false,\n\"username\": \"username\",\n\"password\": \"password\"\n}"},"url":"{{base_url}}/r/wh/1/webhook","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","name":"Reservation","type":"folder"}},"urlObject":{"path":["r","wh","1","webhook"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a155314-b39f-4fc7-97ec-d47a0b0a9d19"},{"name":"Update Webhook","id":"56305516-b35c-428c-bc22-89b3390296b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"endpointId\": \"ReservationWebhook\",\n\"url\": \"{{endpoint_url}}\",\n\"withBasicAuth\": false,\n\"username\": \"usernameupdated\",\n\"password\": \"passwordupdated\"\n}"},"url":"{{base_url}}/r/wh/1/webhook","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","name":"Reservation","type":"folder"}},"urlObject":{"path":["r","wh","1","webhook"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56305516-b35c-428c-bc22-89b3390296b4"},{"name":"Webhook","id":"947fe879-4563-4d2e-ace0-0929926404cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/r/wh/1/webhook/:endpointId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","name":"Reservation","type":"folder"}},"urlObject":{"path":["r","wh","1","webhook",":endpointId"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":null,"key":"endpointId"}]}},"response":[],"_postman_id":"947fe879-4563-4d2e-ace0-0929926404cf"},{"name":"Delete Webhook","id":"74be8090-fbdc-476c-a530-b30a78383dbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base_url}}/r/wh/1/webhook/:webhook_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","name":"Reservation","type":"folder"}},"urlObject":{"path":["r","wh","1","webhook",":webhook_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":null,"key":"webhook_id"}]}},"response":[],"_postman_id":"74be8090-fbdc-476c-a530-b30a78383dbd"},{"name":"Seat a Reservation","id":"3830e4db-ff04-4299-accb-9e78bc0336e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"businessLocationId\" : {{businessLocationId}},\n  \"table\" : \"1\",\n  \"reservationReference\" : \"ReservationRef\",\n  \"customerCount\" : 2,\n  \"specialOffer\" : null,\n  \"customerInfo\" : {\n    \"firstName\" : \"Documentation\",\n    \"lastName\" : \"Test\",\n    \"thirdPartyReference\" : \"DocumentationTest\",\n    \"email\" : \"documentation@test.com\",\n    \"contactNumberAsE164\" : \"+1234567890\",\n    \"notes\" : \"Notes\"\n  },\n  \"endPointId\" : \"ReservationWebhook\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/r/reservation/1/checkin","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","name":"Reservation","type":"folder"}},"urlObject":{"path":["r","reservation","1","checkin"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3830e4db-ff04-4299-accb-9e78bc0336e7"},{"name":"Business data","id":"fa855e08-6c2e-405d-87e3-11d8e3013dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/r/data/businesses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","name":"Reservation","type":"folder"}},"urlObject":{"path":["r","data","businesses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa855e08-6c2e-405d-87e3-11d8e3013dd9"}],"id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b5726ebb-b273-4f4a-bf61-cd8edd1a1d93"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"3321180e-5a89-4e47-94ae-43fbc9096a79"}}],"_postman_id":"486f25ef-c0a9-4a30-80dc-77b4ea0167d5","description":""},{"name":"FinancialV2","item":[{"name":"Get Sales","id":"4c883eba-5cf7-4851-976f-8a6798933cc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/f/v2/business-location/{{businessLocationId}}/sales?from=2024-01-01T03:00Z&to=2024-03-01T03:00Z","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["f","v2","business-location","{{businessLocationId}}","sales"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Start of requested results, in ISO 8601 format</p>\n","type":"text/plain"},"key":"from","value":"2024-01-01T03:00Z"},{"description":{"content":"<p>End of requested results, in ISO 8601 format</p>\n","type":"text/plain"},"key":"to","value":"2024-03-01T03:00Z"}],"variable":[]}},"response":[],"_postman_id":"4c883eba-5cf7-4851-976f-8a6798933cc7"},{"name":"Get Business Day Sales","id":"fdabffd9-9751-445c-aba3-4472e8e744a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/f/v2/business-location/{{businessLocationId}}/sales-daily?date=2022-09-21","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["f","v2","business-location","{{businessLocationId}}","sales-daily"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>The date of the business day to get sales for.</p>\n","type":"text/plain"},"key":"date","value":"2022-09-21"}],"variable":[]}},"response":[],"_postman_id":"fdabffd9-9751-445c-aba3-4472e8e744a3"}],"id":"72143ad4-6f5b-44d6-8757-f21d1ac50df7","_postman_id":"72143ad4-6f5b-44d6-8757-f21d1ac50df7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}}},{"name":"Financial","item":[{"name":"Get Businesses","id":"22e77079-4cbd-4a44-bbfe-5ef7b6a76c8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/f/data/businesses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","name":"Financial","type":"folder"}},"urlObject":{"path":["f","data","businesses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"22e77079-4cbd-4a44-bbfe-5ef7b6a76c8a"},{"name":"Tax Rates","id":"2f04bb6b-2d86-4c26-a470-da058e9ebaa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/f/finance/{{businessLocationId}}/tax-rates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","name":"Financial","type":"folder"}},"urlObject":{"path":["f","finance","{{businessLocationId}}","tax-rates"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f04bb6b-2d86-4c26-a470-da058e9ebaa2"},{"name":"Payment Methods","id":"d829f169-5cab-484a-89b4-b54690f7ead8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/f/finance/{{businessLocationId}}/paymentMethods","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","name":"Financial","type":"folder"}},"urlObject":{"path":["f","finance","{{businessLocationId}}","paymentMethods"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d829f169-5cab-484a-89b4-b54690f7ead8"},{"name":"Accounting Groups","id":"5c3704fd-c3a4-4056-8999-0b0a5aed5fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/f/finance/{{businessLocationId}}/accountingGroups","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","name":"Financial","type":"folder"}},"urlObject":{"path":["f","finance","{{businessLocationId}}","accountingGroups"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c3704fd-c3a4-4056-8999-0b0a5aed5fae"},{"name":"Get Financials","id":"871971d2-2ad0-4218-9beb-c47abf176f97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/f/finance/{{businessLocationId}}/financials/:from/:to?pageSize=1&include=staff,table,consumer,payments,revenue_center,account_profile,payment_authorization,discount&nextPageToken=A65315.18","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","name":"Financial","type":"folder"}},"urlObject":{"path":["f","finance","{{businessLocationId}}","financials",":from",":to"],"host":["{{base_url}}"],"query":[{"key":"pageSize","value":"1"},{"key":"include","value":"staff,table,consumer,payments,revenue_center,account_profile,payment_authorization,discount"},{"key":"nextPageToken","value":"A65315.18"}],"variable":[{"description":{"content":"<p>Format: 2021-08-30T14:00:00+02:00</p>\n","type":"text/plain"},"type":"any","value":"2021-08-30T14:00:00Z","key":"from"},{"description":{"content":"<p>Format: 2023-09-03T15:30:00+02:00</p>\n","type":"text/plain"},"type":"any","value":"2023-09-03T15:30:00Z","key":"to"}]}},"response":[],"_postman_id":"871971d2-2ad0-4218-9beb-c47abf176f97"},{"name":"Get Daily Financials","id":"1ec2a2da-bd25-4026-844a-bb7dfc513d00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/f/finance/{{businessLocationId}}/dailyFinancials?date=2023-07-10","urlObject":{"path":["f","finance","{{businessLocationId}}","dailyFinancials"],"host":["{{base_url}}"],"query":[{"key":"date","value":"2023-07-10"}],"variable":[]}},"response":[],"_postman_id":"1ec2a2da-bd25-4026-844a-bb7dfc513d00"},{"name":"Get Sale by External Reference","id":"8891f908-bd6d-48c0-8836-22b07f154fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/f/finance/{{businessLocationId}}/saleByExternalReference?externalReferenceId={{externalReferenceId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","name":"Financial","type":"folder"}},"urlObject":{"path":["f","finance","{{businessLocationId}}","saleByExternalReference"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Format: \"TASK:OO-{businessLocationId}-{unique-reference-code}\"</p>\n","type":"text/plain"},"key":"externalReferenceId","value":"{{externalReferenceId}}"}],"variable":[]}},"response":[],"_postman_id":"8891f908-bd6d-48c0-8836-22b07f154fbf"},{"name":"Get Aggregated Sales","id":"0de736f6-f838-4f7e-b74a-82dbe06171a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/f/finance/{{businessLocationId}}/aggregatedSales?groupBy=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","name":"Financial","type":"folder"}},"urlObject":{"path":["f","finance","{{businessLocationId}}","aggregatedSales"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Options: staff, device, deviceId, tag, accountingGroup, statisticGroup, hour, sku</p>\n","type":"text/plain"},"key":"groupBy","value":""}],"variable":[]}},"response":[],"_postman_id":"0de736f6-f838-4f7e-b74a-82dbe06171a1"},{"name":"Get Sale by AccountId","id":"384471a7-d19d-44b5-89c1-a718407923c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"{{base_url}}/f/finance/{{businessLocationId}}/sale?accountId=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","name":"Financial","type":"folder"}},"urlObject":{"path":["f","finance","{{businessLocationId}}","sale"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Example: A75125.89</p>\n","type":"text/plain"},"key":"accountId","value":""}],"variable":[]}},"response":[],"_postman_id":"384471a7-d19d-44b5-89c1-a718407923c2"}],"id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a1763e60-f628-42bd-8157-1735aefb4332"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b3ef646c-c87b-4dff-b408-c2678405a38e"}}],"_postman_id":"2d0ecb39-906e-4c1a-9cde-abf20afea655","description":""},{"name":"Order & Payment","item":[{"name":"Businesses","id":"60bc7455-b5e6-4afa-a310-01098c180499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/data/businesses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","data","businesses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60bc7455-b5e6-4afa-a310-01098c180499"},{"name":"Floorplans","id":"d366d6e2-4bce-436d-bfc8-f54d64c09527","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/data/{{businessLocationId}}/floorplans","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","data","{{businessLocationId}}","floorplans"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d366d6e2-4bce-436d-bfc8-f54d64c09527"},{"name":"Account Profiles","id":"98c4ab03-445f-4f93-89a2-6ae0154ef44a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/data/account-profiles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","data","account-profiles"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98c4ab03-445f-4f93-89a2-6ae0154ef44a"},{"name":"Menu List","id":"01e9016c-5656-4cb7-b802-5fd74260ec17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/1/menu/list?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","menu","list"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[]}},"response":[],"_postman_id":"01e9016c-5656-4cb7-b802-5fd74260ec17"},{"name":"Single Menu","id":"be9bef92-5c24-4b2e-a3ba-d3a1f94dbdf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/1/menu/load/:menuId?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","menu","load",":menuId"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[{"type":"any","value":"","key":"menuId"}]}},"response":[],"_postman_id":"be9bef92-5c24-4b2e-a3ba-d3a1f94dbdf3"},{"name":"Modifiers","id":"cb957bd3-4915-4123-ab86-56639ac4bd28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/1/menu/modifiers?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","menu","modifiers"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[]}},"response":[],"_postman_id":"cb957bd3-4915-4123-ab86-56639ac4bd28"},{"name":"Discounts","id":"f63f2a95-b337-4c1e-bffa-5665b8ee5eb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/1/menu/discounts?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","menu","discounts"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[]}},"response":[],"_postman_id":"f63f2a95-b337-4c1e-bffa-5665b8ee5eb1"},{"name":"Create Local Order","id":"3f28d2e7-2e36-474c-9fa3-89e888dba994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"businessLocationId\": {{businessLocationId}},\n  \"thirdPartyReference\": \"MyAwesomeThirdPartyReference\",\n  \"endpointId\": \"MY-AWESOME-ENDPOINT-ID\",\n  \"customerInfo\": {\n    \"firstName\": \"Jane\",\n    \"lastName\": \"Doe\",\n    \"thirdPartyReference\": \"ZEN-7074522d-c71d-403f\",\n    \"email\": \"jane.doe@example.com\",\n    \"contactNumberAsE164\": \"+14155552671\",\n    \"notes\": \"Notes about the customer.\",\n    \"salutation\": \"Mr.\",\n    \"emailNotification\": \"DONT_CHANGE\"\n  },\n  \"orderNote\": \"Sample Order Note\",\n  \"maxTimeToAttemptOrderDeliverToPos\": 60000,\n  \"staffId\": 1234567890,\n  \"accountProfileCode\": \"LOCALORDER\",\n  \"scheduledTimeForOrderAsIso8601\": \"2023-07-05T10:10:22.000+00:00\",\n  \"payment\": {\n    \"paymentMethod\": \"OOPAYMENT\",\n    \"paymentAmount\": 22.01,\n    \"tipAmount\": 2.0\n  },\n  \"accountId\": \"1234567890\",\n  \"accountIdentifier\": \"A1235.89\",\n  \"tableNumber\": \"1\",\n  \"clientCount\": 4,\n  \"items\": [\n    {\n      \"quantity\": 2,\n      \"sku\": \"UGG-BB-PUR-06\",\n      \"customItemName\": \"My Custom Item Name\",\n      \"customItemPrice\": 10.0,\n      \"modifiers\": [\n        {\n          \"modifierId\": \"236025632784492\"\n        }\n      ],\n      \"discountCode\": \"FIVEPERCENT\",\n      \"course\": 2,\n      \"subItems\": [\n        {\n          \"quantity\": 1,\n          \"sku\": \"ABC-123\",\n          \"customItemName\": \"My Custom Sub-Item Name\",\n          \"customItemPrice\": 2.0,\n          \"modifiers\": [\n            {\n              \"modifierId\": \"236025632784492\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/o/op/1/order/local?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","order","local"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[]}},"response":[],"_postman_id":"3f28d2e7-2e36-474c-9fa3-89e888dba994"},{"name":"Update Local Order","id":"5c35be54-183f-4b67-a72a-98519ecce28b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"businessLocationId\": {{businessLocationId}},\n  \"accountIdentifier\": \"A1235.89\",\n  \"thirdPartyReference\": \"MyAwesomeThirdPartyReference\",\n  \"endpointId\": \"MY-AWESOME-ENDPOINT-ID\",\n  \"customerInfo\": {\n    \"firstName\": \"Jane\",\n    \"lastName\": \"Doe\",\n    \"thirdPartyReference\": \"ZEN-7074522d-c71d-403f\",\n    \"email\": \"jane.doe@example.com\",\n    \"contactNumberAsE164\": \"+14155552671\",\n    \"notes\": \"Notes about the customer.\",\n    \"salutation\": \"Mr.\",\n    \"emailNotification\": \"DONT_CHANGE\"\n  },\n  \"orderNote\": \"Sample Order Note\",\n  \"maxTimeToAttemptOrderDeliverToPos\": 60000,\n  \"staffId\": 1234567890,\n  \"accountProfileCode\": \"LOCALORDER\",\n  \"scheduledTimeForOrderAsIso8601\": \"2023-07-05T10:10:22.000+00:00\",\n  \"payment\": {\n    \"paymentMethod\": \"OOPAYMENT\",\n    \"paymentAmount\": 22.01,\n    \"tipAmount\": 2.0\n  },\n  \"tableNumber\": \"1\",\n  \"clientCount\": 4,\n  \"items\": [\n    {\n      \"quantity\": 2,\n      \"sku\": \"UGG-BB-PUR-06\",\n      \"customItemName\": \"My Custom Item Name\",\n      \"customItemPrice\": 10.0,\n      \"modifiers\": [\n        {\n          \"modifierId\": \"236025632784492\"\n        }\n      ],\n      \"discountCode\": \"FIVEPERCENT\",\n      \"course\": 2,\n      \"subItems\": [\n        {\n          \"quantity\": 1,\n          \"sku\": \"ABC-123\",\n          \"customItemName\": \"My Custom Sub-Item Name\",\n          \"customItemPrice\": 2.0,\n          \"modifiers\": [\n            {\n              \"modifierId\": \"236025632784492\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/o/op/1/order/local/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","order","local",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c35be54-183f-4b67-a72a-98519ecce28b"},{"name":"Create To Go Order","id":"c83e56db-4c7a-43b6-becc-809b79e88f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"businessLocationId\": {{businessLocationId}},\n  \"thirdPartyReference\": \"MyAwesomeThirdPartyReference\",\n  \"endpointId\": \"MY-AWESOME-ENDPOINT-ID\",\n  \"customerInfo\": {\n    \"firstName\": \"Jane\",\n    \"lastName\": \"Doe\",\n    \"thirdPartyReference\": \"ZEN-7074522d-c71d-403f\",\n    \"email\": \"jane.doe@example.com\",\n    \"contactNumberAsE164\": \"+14155552671\",\n    \"notes\": \"Notes about the customer.\",\n    \"salutation\": \"Mr.\",\n    \"emailNotification\": \"DONT_CHANGE\"\n  },\n  \"orderNote\": \"Sample Order Note\",\n  \"maxTimeToAttemptOrderDeliverToPos\": 60000,\n  \"staffId\": 1234567890,\n  \"accountProfileCode\": \"TOGOORDER\",\n  \"scheduledTimeForOrderAsIso8601\": \"2024-05-04T09:42:00.000+00:00\",\n  \"payment\": {\n    \"paymentMethod\": \"OOPAYMENT\",\n    \"paymentAmount\": 22.01,\n    \"tipAmount\": 2.0\n  },\n  \"collectionCode\": \"12345\",\n  \"orderCollectionTimeAsIso8601\": \"2024-05-04T09:42:00+00:00\",\n  \"items\": [\n    {\n      \"quantity\": 2,\n      \"sku\": \"UGG-BB-PUR-06\",\n      \"customItemName\": \"My Custom Item Name\",\n      \"customItemPrice\": 10.0,\n      \"modifiers\": [\n        {\n          \"modifierId\": \"236025632784492\"\n        }\n      ],\n      \"discountCode\": \"FIVEPERCENT\",\n      \"subItems\": [\n        {\n          \"quantity\": 1,\n          \"sku\": \"ABC-123\",\n          \"customItemName\": \"My Custom Sub-Item Name\",\n          \"customItemPrice\": 2.0,\n          \"modifiers\": [\n            {\n              \"modifierId\": \"236025632784492\"\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"takeAway\": true,\n  \"deliveryAddress\": {\n    \"addressLine1\": \"string\",\n    \"addressLine2\": \"string\",\n    \"zip\": \"string\",\n    \"city\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/o/op/1/order/toGo?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","order","toGo"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[]}},"response":[],"_postman_id":"c83e56db-4c7a-43b6-becc-809b79e88f59"},{"name":"Open Checks (current day)","id":"d0223161-d9f0-4691-a1e5-4bd07e037e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/1/order/table/getCheck?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","order","table","getCheck"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[]}},"response":[],"_postman_id":"d0223161-d9f0-4691-a1e5-4bd07e037e8f"},{"name":"Open Check by Table","id":"3a4765fb-c80d-4dfa-b191-756a705ad87f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/1/order/table/:tableNumber/getCheck?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","order","table",":tableNumber","getCheck"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[{"type":"any","value":"","key":"tableNumber"}]}},"response":[],"_postman_id":"3a4765fb-c80d-4dfa-b191-756a705ad87f"},{"name":"LEGACY Check by AccountId","id":"2ee9a110-40a7-42b2-9add-8886171827ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/1/order/accounts/:account_identifier/?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","order","accounts",":account_identifier",""],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[{"description":{"content":"<p>the V2 (long) account ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"}]}},"response":[],"_postman_id":"2ee9a110-40a7-42b2-9add-8886171827ae"},{"name":"Get Single Check","id":"37cc14e1-dd98-4d83-8304-2fa352b7d3c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/1/order/accounts/:accountidentifier/?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","order","accounts",":accountidentifier",""],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[{"id":"e9601748-a623-4432-b984-a55718b9c376","description":{"content":"<p>The ID of the account (ex: A78094.69)</p>\n","type":"text/plain"},"type":"any","value":"","key":"accountidentifier"}]}},"response":[],"_postman_id":"37cc14e1-dd98-4d83-8304-2fa352b7d3c8"},{"name":"Apply a Payment","id":"4d5250cf-dd53-4313-ac82-6653d0990f5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"iKaccountId\": 0,\n\"iKaccountIdentifier\": \"A1234.56\",\n\"thirdPartyPaymentReference\": \"string\",\n\"endpointId\": \"string\",\n\"businessLocationId\": {{businessLocationId}},\n\"taskTtlInMs\": 60000,\n\"staffId\": 0,\n\"deviceId\": 0,\n\"paymentMethod\": \"string\",\n\"paymentAmount\": 20.06,\n\"tipAmount\": 2.5,\n\"min_TTL\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/o/op/1/pay","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","pay"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d5250cf-dd53-4313-ac82-6653d0990f5e"},{"name":"Print Message","id":"a0ec9889-6c69-46ce-80bb-7c7f6e0c1934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"message\": \"string\",\n\"alsoToPrinter\": true,\n\"thirdPartyReference\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/o/op/1/printMsg?businessLocationId={{businessLocationId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","printMsg"],"host":["{{base_url}}"],"query":[{"key":"businessLocationId","value":"{{businessLocationId}}"}],"variable":[]}},"response":[],"_postman_id":"a0ec9889-6c69-46ce-80bb-7c7f6e0c1934"},{"name":"Get Items with Availability Information","id":"b6348025-5d8b-4871-89b5-eb10d0581f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/op/1/itemAvailability?businessLocationId={{businessLocationId}}&skus=&page=&size=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","itemAvailability"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>(required) The business location ID</p>\n","type":"text/plain"},"key":"businessLocationId","value":"{{businessLocationId}}"},{"description":{"content":"<p>(required) List of SKUs to search. Min 1, Max 50.</p>\n","type":"text/plain"},"key":"skus","value":""},{"description":{"content":"<p>The page number, when paginating. Starts at 0.</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>The number of items per page, when paginating.</p>\n","type":"text/plain"},"key":"size","value":""}],"variable":[]}},"response":[],"_postman_id":"b6348025-5d8b-4871-89b5-eb10d0581f71"},{"name":"Get Item with Availability Information by POST operation","id":"397c6d08-664e-4354-b935-839ba59f032e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"skus\": [\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/o/op/1/itemAvailability?businessLocationId={{businessLocationId}}&page=&size=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","name":"Order & Payment","type":"folder"}},"urlObject":{"path":["o","op","1","itemAvailability"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>(required) The business location ID</p>\n","type":"text/plain"},"key":"businessLocationId","value":"{{businessLocationId}}"},{"description":{"content":"<p>The page number, when paginating. Starts at 0.</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>The number of items per page, when paginating.</p>\n","type":"text/plain"},"key":"size","value":""}],"variable":[]}},"response":[],"_postman_id":"397c6d08-664e-4354-b935-839ba59f032e"}],"id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"df7c305d-8278-4702-ab2c-fc1c6fa209e8"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"bd47505d-768b-468b-a773-0b64f8f13a53"}}],"_postman_id":"f5eb47c9-991e-4c5c-9845-a88c8b3d4648","description":""},{"name":"Order and Payment: Webhook","item":[{"name":"Create a Webhook","id":"b90aa270-cbbb-488f-ba24-b91e830985e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\"endpointId\": \"company name\",\n\"expandPayments\": false,\n\"expandTransactions\": false,\n\"password\": \"password\",\n\"provideAccount\": true,\n\"subscribeTo\": [\n    {\n        \"name\": \"DELIVERED\",\n        \"resource\": \"order\"\n    },\n    {\n        \"name\": \"SALES_RESTRICTION_UPDATED\",\n        \"resource\": \"item\"\n    }\n],\n\"url\": \"https://webhook.site/1dc40b86-3d0d\",\n\"username\": \"username\",\n\"withBasicAuth\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/o/wh/1/webhook","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["o","wh","1","webhook"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b90aa270-cbbb-488f-ba24-b91e830985e0"},{"name":"Update a Webhook","id":"283c9a04-d156-4ede-916e-5ffd2254e0b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"endpointId\": \"company name\",\n\"expandPayments\": false,\n\"expandTransactions\": false,\n\"password\": \"password\",\n\"provideAccount\": true,\n\"subscribeTo\": [\n        {\n        \"name\": \"DELIVERED\",\n        \"resource\": \"order\"\n        },\n        {\n        \"name\": \"SALES_RESTRICTION_UPDATED\",\n        \"resource\": \"item\"\n        }\n],\n\"url\": \"https://webhook.site/1dc40b86-3d0d\",\n\"username\": \"username\",\n\"withBasicAuth\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/o/wh/1/webhook","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["o","wh","1","webhook"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"283c9a04-d156-4ede-916e-5ffd2254e0b2"},{"name":"Webhook","id":"48492da4-ca1e-482e-b84b-7ac5c4e48e23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/wh/1/webhook/:endpointId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["o","wh","1","webhook",":endpointId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"df9bc2ef-742c-45c3-bde7-1e43a98dcdf3","type":"any","value":"","key":"endpointId"}]}},"response":[],"_postman_id":"48492da4-ca1e-482e-b84b-7ac5c4e48e23"},{"name":"Delete a Webhook","id":"f41717a2-4568-48c5-a4fb-0c8b91f9cf24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/o/wh/1/webhook/{endpointId}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["o","wh","1","webhook","{endpointId}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f41717a2-4568-48c5-a4fb-0c8b91f9cf24"},{"name":"Get business locations for a webhook","id":"dd7b9c81-7a2b-4660-aa12-5d785dd259e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/o/wh/1/webhook/:endpointId/business-locations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["o","wh","1","webhook",":endpointId","business-locations"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"{{endpointId}}","key":"endpointId"}]}},"response":[],"_postman_id":"dd7b9c81-7a2b-4660-aa12-5d785dd259e1"},{"name":"Add Business Location to a Webhook","id":"72116b58-df69-4646-af7a-05dc386229d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}/o/wh/1/webhook/:endpointId/business-locations/:businessLocationId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["o","wh","1","webhook",":endpointId","business-locations",":businessLocationId"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the endpoint</p>\n","type":"text/plain"},"type":"any","value":"{{endpointId}}","key":"endpointId"},{"description":{"content":"<p>The business location ID to be added to webhook</p>\n","type":"text/plain"},"type":"any","value":"{{businessLocationId}}","key":"businessLocationId"}]}},"response":[],"_postman_id":"72116b58-df69-4646-af7a-05dc386229d6"},{"name":"Remove business location from a webhook","id":"0a0f7383-b92f-4df9-bd6b-d2e0e1ba2752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/o/wh/1/webhook/:endpointId/business-locations/:businessLocationId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["o","wh","1","webhook",":endpointId","business-locations",":businessLocationId"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"{{endpointId}}","key":"endpointId"},{"type":"any","value":"{{businessLocationId}}","key":"businessLocationId"}]}},"response":[],"_postman_id":"0a0f7383-b92f-4df9-bd6b-d2e0e1ba2752"}],"id":"bcdf23db-9b45-4da6-a47f-ef4f448dce19","_postman_id":"bcdf23db-9b45-4da6-a47f-ef4f448dce19","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}}},{"name":"Staff","item":[{"name":"Get Shift","id":"45f18535-8062-4c31-8ccb-6d5219184e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/staff/v1/businessLocations/{{businessLocationId}}/shift","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["staff","v1","businessLocations","{{businessLocationId}}","shift"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>The page number, when paginating. Minimum value is 1. Default value is 1.</p>\n","type":"text/plain"},"key":"page","value":""},{"disabled":true,"description":{"content":"<p>Number of results to return per page, when paginating. Minimum value is 1. Default value is 10.</p>\n","type":"text/plain"},"key":"size","value":""},{"disabled":true,"description":{"content":"<p>Sort by field and direction. Default value is date,DESC.</p>\n","type":"text/plain"},"key":"sort","value":""},{"disabled":true,"description":{"content":"<p>Show results after this start date. Ex) 2024-09-11T17:14:00Z</p>\n","type":"text/plain"},"key":"startDate","value":""},{"disabled":true,"description":{"content":"<p>Show results before this end date. Ex) 2024-09-12T17:14:00Z</p>\n","type":"text/plain"},"key":"endDate","value":""},{"disabled":true,"description":{"content":"<p>Filter on unique employee identifier.</p>\n","type":"text/plain"},"key":"staffId","value":""}],"variable":[]}},"response":[],"_postman_id":"45f18535-8062-4c31-8ccb-6d5219184e63"},{"name":"Get Staff by User Type","id":"3f05be23-55bb-4ca4-a763-8bfab08fc48e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/staff/v1/businessLocations/{{businessLocationId}}/userTypes/:userType","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["staff","v1","businessLocations","{{businessLocationId}}","userTypes",":userType"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>The page number, when paginating. Minimum value is 1. Default value is 1.</p>\n","type":"text/plain"},"key":"page","value":""},{"disabled":true,"description":{"content":"<p>Number of results to return per page, when paginating. Minimum value is 1. Default value is 10.</p>\n","type":"text/plain"},"key":"size","value":""},{"disabled":true,"description":{"content":"<p>Sort by field and direction. Default value is date,DESC.</p>\n","type":"text/plain"},"key":"sort","value":""},{"disabled":true,"description":{"content":"<p>Show results after this start time.</p>\n","type":"text/plain"},"key":"startTime","value":""},{"disabled":true,"description":{"content":"<p>Show results before this end time.</p>\n","type":"text/plain"},"key":"endTime","value":""},{"disabled":true,"description":{"content":"<p>Filter on unique employee identifier.</p>\n","type":"text/plain"},"key":"staffId","value":""}],"variable":[{"id":"01fa3872-6833-4eff-9243-c822679426a5","description":{"content":"<p>The user type. Values are POS, BACK_OFFICE, or API.</p>\n","type":"text/plain"},"type":"any","value":"POS","key":"userType"}]}},"response":[],"_postman_id":"3f05be23-55bb-4ca4-a763-8bfab08fc48e"},{"name":"Get Single Staff","id":"327fd7c6-339e-41e0-bbb9-4b95acb5d8cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/staff/v1/businessLocations/{{businessLocationId}}/staff/:staffId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["staff","v1","businessLocations","{{businessLocationId}}","staff",":staffId"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>The page number, when paginating. Minimum value is 1. Default value is 1.</p>\n","type":"text/plain"},"key":"page","value":""},{"disabled":true,"description":{"content":"<p>Number of results to return per page, when paginating. Minimum value is 1. Default value is 10.</p>\n","type":"text/plain"},"key":"size","value":""},{"disabled":true,"description":{"content":"<p>Sort by field and direction. Default value is date,DESC.</p>\n","type":"text/plain"},"key":"sort","value":""},{"disabled":true,"description":{"content":"<p>Show results after this start time.</p>\n","type":"text/plain"},"key":"startTime","value":""},{"disabled":true,"description":{"content":"<p>Show results before this end time.</p>\n","type":"text/plain"},"key":"endTime","value":""},{"disabled":true,"description":{"content":"<p>Filter on unique employee identifier.</p>\n","type":"text/plain"},"key":"staffId","value":""}],"variable":[{"id":"c0ab65f1-bf9e-4223-9d5c-1d2fdee91a5a","description":{"content":"<p>Unique identifier for an employee.</p>\n","type":"text/plain"},"type":"any","value":null,"key":"staffId"}]}},"response":[],"_postman_id":"327fd7c6-339e-41e0-bbb9-4b95acb5d8cd"},{"name":"Get Webhooks","id":"660a47b8-ee0f-4328-a937-e0188b764f3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/staff/v1/businessLocations/{{businessLocationId}}/webhooks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["staff","v1","businessLocations","{{businessLocationId}}","webhooks"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"660a47b8-ee0f-4328-a937-e0188b764f3e"},{"name":"Create Webhook","id":"ed68b465-55c9-4565-8ade-0bf6b00cf04c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"notificationType\": \"shift.created\",\n  \"url\": \"https://example.com\",\n  \"webhookName\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/staff/v1/businessLocations/{{businessLocationId}}/webhooks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["staff","v1","businessLocations","{{businessLocationId}}","webhooks"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed68b465-55c9-4565-8ade-0bf6b00cf04c"},{"name":"Delete Webhook","id":"191f3d64-fd17-43c5-a0cc-f704253eb4f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/staff/v1/businessLocations/{{businessLocationId}}/webhooks/:webhookId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}},"urlObject":{"path":["staff","v1","businessLocations","{{businessLocationId}}","webhooks",":webhookId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"a58bf2ff-7972-47de-baf6-5df4087581f4","type":"any","value":null,"key":"webhookId"}]}},"response":[],"_postman_id":"191f3d64-fd17-43c5-a0cc-f704253eb4f1"}],"id":"5405297b-9984-47d5-a3a4-a839dd27884b","_postman_id":"5405297b-9984-47d5-a3a4-a839dd27884b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","id":"a6d90012-6ee4-45a5-8766-f7ec48a29fb8","name":"K-Series API Collection","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"cc479d05-eb33-478b-9b2b-91bbea2acf13"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1d862165-bce7-42d6-aa4d-967ca150d953"}}]}