{"info":{"_postman_id":"6a1ac1eb-9623-e5c7-9093-d36fb3512773","name":"Sell Phones API","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>What does your API do?</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Things that the developers should know about</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>What is the preferred way of using the API?</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>What errors and status codes can a user expect?</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Is there a limit to the number of requests an user can send?</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"1158383","collectionId":"6a1ac1eb-9623-e5c7-9093-d36fb3512773","publishedId":"7LqA2ZC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-01-24T14:51:03.000Z"},"item":[{"name":"Inventory Count","item":[{"name":"Get Serialized Inventory Count Details","id":"dec31191-6fdb-5d51-e476-5db605611e55","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/inventoryCount/getSerializedInventoryCountDetails/{{inventoryCountId}}","description":"<p>This gets the specified serialized inventory count details.</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","getSerializedInventoryCountDetails","{{inventoryCountId}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dec31191-6fdb-5d51-e476-5db605611e55"},{"name":"Get Non Serialized Inventory Count Details","id":"9714ce1c-8b0d-30fc-5ae1-9bd23f17fef1","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/inventoryCount/getNonSerializedInventoryCountDetails/{{inventoryCountId}}","description":"<p>This gets the specified non serialized inventory count details.</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","getNonSerializedInventoryCountDetails","{{inventoryCountId}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9714ce1c-8b0d-30fc-5ae1-9bd23f17fef1"},{"name":"Get Inventory Count Header","id":"2bcf3364-3ed6-00fc-0daa-78c20f269c86","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/inventoryCount/getInventoryCountHeader/{{inventoryCountId}}","description":"<p>This gets the specified inventory count header information.</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","getInventoryCountHeader","{{inventoryCountId}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bcf3364-3ed6-00fc-0daa-78c20f269c86"},{"name":"Process Inventory Count Scan","id":"b547c4fd-f0e2-84df-b085-bbbd1b7dd3a0","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"inventoryCountId\": 955,\r\n  \"scanData\": \"89014103243841812917\",\r\n  \"scanQuantity\": 4,\r\n  \"scanned\": 1\r\n}"},"url":"http://localhost:49521/server/api/inventoryCount/processCountScan","description":"<p>This API is used to count items on an inventory count.</p>\n<p>Parameters:\n    MonInvId: The id of the inventory count.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>ProductId: (optional) The Product Id of the item being counted. (ProductId or ScanData is required)\n\nScanData: (optional) The SKU or Serial Number of the item being counted. (ProductId or ScanData is required)\n\nScanQuantity: The quantity of the item being counted.\n\nScanned: A boolean value representing whether or not a barcode scanner was used to count the item as opposed to a manual entry.\n</code></pre>","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","processCountScan"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b547c4fd-f0e2-84df-b085-bbbd1b7dd3a0"},{"name":"Get Inventory Count Categories","id":"0a840e60-83c9-e559-f36a-b71baece58fe","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/inventoryCount/getInventoryCountCategories","description":"<p>This API is used to retrieve the categories available to start a new inventory count.</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","getInventoryCountCategories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a840e60-83c9-e559-f36a-b71baece58fe"},{"name":"Delete Open Inventory Count","id":"bc3d3c46-f5c7-c48a-29fd-f4f48ccf2e8b","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/inventoryCount/deleteOpenCount/{{inventoryCountId}}","description":"<p>This deletes the open inventory count for the location associated with the requesting machine's registration</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","deleteOpenCount","{{inventoryCountId}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc3d3c46-f5c7-c48a-29fd-f4f48ccf2e8b"},{"name":"Create New Count By Location","id":"fef393f8-e970-4909-f073-01a1f448e7ca","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"locationId\": 6,\r\n\t\"categoryIds\": [-995, -996]\r\n}"},"url":"http://localhost:49521/server/api/inventoryCount/createNewCountByLocation","description":"<p>This API call will create a new inventory count for the location id and category ids sent in the body.</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","createNewCountByLocation"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fef393f8-e970-4909-f073-01a1f448e7ca"},{"name":"Create New Count","id":"807b93fa-ce76-d689-3cbc-35b8539738e1","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"categoryIds\": [-998, -997]\r\n}"},"url":"http://localhost:49521/server/api/inventoryCount/createNewCount","description":"<p>This API call will create a new inventory count under the registered machines location based on the category ids sent in the body.</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","createNewCount"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"807b93fa-ce76-d689-3cbc-35b8539738e1"},{"name":"Get Open Inventory Count","id":"56ea01e6-de15-2106-cf46-6e7d244d8fc9","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/inventoryCount/getOpenInventoryCount","description":"<p>This gets the open inventory count for the location associated with the requesting machine's registration</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","getOpenInventoryCount"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"56ea01e6-de15-2106-cf46-6e7d244d8fc9"},{"name":"Get Open Inventory Counts","id":"3ce2617f-e2f1-d1e6-6b70-47aafcc2d938","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/inventoryCount/getOpenInventoryCounts","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","getOpenInventoryCounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ce2617f-e2f1-d1e6-6b70-47aafcc2d938"},{"name":"Get Open Inventory Count By Location","id":"a167087d-692b-9cc2-ebf6-9939c9dc133e","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/inventoryCount/getOpenInventoryCountByLocation/20","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","getOpenInventoryCountByLocation","20"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a167087d-692b-9cc2-ebf6-9939c9dc133e"},{"name":"Inventory Count Add Item","id":"61d7ffe5-a991-51fe-7df5-1ace848169bf","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"inventoryCountId\": 955,\r\n  \"productId\": 17825,\r\n  \"scanData\": \"\",\r\n  \"serialNumber\": \"89014103243841812919\",\r\n  \"scanQuantity\": 1,\r\n  \"scanned\": 1\r\n}"},"url":"http://localhost:49521/server/api/inventoryCount/inventoryCount_AddItem","description":"<p>This API is used to add items that are missing from an inventory count.</p>\n<p>Parameters:\n    MonInvId: The id of the inventory count.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>ProductId: (optional) The Product Id of the item being counted. (ProductId or ScanData is required)\n\nScanData: (optional) The SKU or Serial Number of the item being counted. (ProductId or ScanData is required)\n\nSerialNumber: Serial Number is required for serialized items.\n\nScanQuantity: The quantity of the item being counted.\n\nScanned: A boolean value representing whether or not a barcode scanner was used to count the item as opposed to a manual entry.\n</code></pre>","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","inventoryCount_AddItem"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"61d7ffe5-a991-51fe-7df5-1ace848169bf"},{"name":"Inventory Count Refresh","id":"85012067-582a-6789-42f0-60d10e866d66","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:49521/server/api/inventoryCount/inventoryCount_Refresh/{{inventoryCountId}}","description":"<p>This API is used to refresh the specified inventory count based on any transactions that have affected inventory levels since the count was created.</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","inventoryCount_Refresh","{{inventoryCountId}}"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"85012067-582a-6789-42f0-60d10e866d66"},{"name":"Inventory Count Apply Reasons","id":"7226ba08-09b4-d93f-9f7f-b5d58ff12137","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"inventoryCountId\": 955,\n\t\"inventoryCountReasons\": [\n\t\t{ \"productId\": 144571, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144437, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144062, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143425, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144228, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 151243, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 151246, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143742, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143937, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144042, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144316, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144325, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144338, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144551, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144595, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144671, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144673, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149952, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150091, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150119, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150124, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150125, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150165, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150166, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150173, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150174, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143436, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143677, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143860, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144103, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144327, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144328, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144329, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144481, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144534, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144568, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144630, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149956, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150033, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150092, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150117, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150118, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150120, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150153, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150175, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144324, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144532, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144611, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144659, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149915, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149925, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150021, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150090, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150104, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150108, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150114, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150123, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143449, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144545, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144548, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144549, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144631, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144632, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144649, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144650, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149957, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150103, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150106, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150107, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150110, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150111, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150112, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150113, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144226, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144293, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144628, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150155, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149981, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150049, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150109, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150154, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144384, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150191, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144351, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144407, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143712, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143333, \"serialNumber\": \"\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243841812917\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243841812941\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243841812958\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243841812966\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243841812974\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243841812982\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243841812990\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243841813006\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103253944536289\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103253944536297\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103253944536305\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103253944536313\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103253944536321\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103253944536339\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103253944536347\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103253944536354\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103253944536362\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103253944536370\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254279963163\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254279963171\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254279963189\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254279963197\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254279963205\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254279963213\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254279963221\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254279963239\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254279963247\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254279963254\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254754304511\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254754304529\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254754304537\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254754304545\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103254754304552\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243622971055\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243622971121\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243808710418\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243808710426\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243808710434\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243808710442\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243808710459\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243808710467\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243808710475\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243808710483\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243808710491\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104243808710509\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254269683663\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254269683671\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254269683689\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254269683697\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254269683705\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254269683713\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254269683721\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254269683739\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254269683747\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254269683754\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254362641733\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254362641741\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254362641758\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254362641766\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254362641774\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254362641782\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254362641790\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254362641808\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254362641816\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254362641824\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862405\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862413\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862421\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862439\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862447\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862454\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862462\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862470\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862488\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862496\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862504\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862512\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862520\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862538\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862546\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862553\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862561\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862579\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862587\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862595\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862900\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862918\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862926\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862934\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862942\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862959\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862967\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862975\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862983\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742862991\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742863502\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742863510\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742863528\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742863536\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742863544\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742863551\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742863569\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742863577\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742863585\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254742863593\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254791547907\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254791547915\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254791547923\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254791547931\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254791547949\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254791547956\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254791547964\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254791547972\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254791547980\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254791547998\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797168559\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797168567\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797168575\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797168583\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797168591\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797168609\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797168617\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797168625\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797168633\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797168641\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797169052\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797169060\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797169078\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797169086\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797169094\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797169102\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797169110\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797169128\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014104254797169136\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014105243773852988\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"fq3werqef31q4r5314r\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243840590993\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243840591009\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143313, \"serialNumber\": \"89014103233028902367\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143320, \"serialNumber\": \"357425070776255\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143681, \"serialNumber\": \"352325080313674\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143681, \"serialNumber\": \"352325080337863\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143681, \"serialNumber\": \"354408069660899\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143681, \"serialNumber\": \"354450068347797\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143681, \"serialNumber\": \"357216070533345\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 143718, \"serialNumber\": \"353932041699916\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144308, \"serialNumber\": \"358369042682515\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144308, \"serialNumber\": \"358369042682630\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144320, \"serialNumber\": \"012252006781325\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144320, \"serialNumber\": \"012252006781333\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144320, \"serialNumber\": \"012252007895561\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144320, \"serialNumber\": \"012252007905337\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144320, \"serialNumber\": \"012252007905402\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144320, \"serialNumber\": \"012252007906178\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144320, \"serialNumber\": \"012252007907887\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144451, \"serialNumber\": \"353602044439160\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144451, \"serialNumber\": \"353602044441554\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144451, \"serialNumber\": \"353602044441588\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144452, \"serialNumber\": \"353932049126417\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144504, \"serialNumber\": \"747474747474748\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144504, \"serialNumber\": \"989898989898980\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144505, \"serialNumber\": \"352319046889208\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144505, \"serialNumber\": \"352319046892343\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144553, \"serialNumber\": \"012182005181575\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144555, \"serialNumber\": \"012293000603677\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144653, \"serialNumber\": \"358347043070534\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 144661, \"serialNumber\": \"012529000674642\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149944, \"serialNumber\": \"012699005963652\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149944, \"serialNumber\": \"012699005963686\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149944, \"serialNumber\": \"012699005963702\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149945, \"serialNumber\": \"012567002595134\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149946, \"serialNumber\": \"012567001891039\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149946, \"serialNumber\": \"012567001892615\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149946, \"serialNumber\": \"012567003220450\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149946, \"serialNumber\": \"012567003220542\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149946, \"serialNumber\": \"012567003298381\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149946, \"serialNumber\": \"012567003298696\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149968, \"serialNumber\": \"012367008702721\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149968, \"serialNumber\": \"012989004530465\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149969, \"serialNumber\": \"355881045074220\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149969, \"serialNumber\": \"355881047009463\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149969, \"serialNumber\": \"355881047493030\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149969, \"serialNumber\": \"355881047493766\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149971, \"serialNumber\": \"356631047511177\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149971, \"serialNumber\": \"356631047511698\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149971, \"serialNumber\": \"356631047511706\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149973, \"serialNumber\": \"012701001655165\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149973, \"serialNumber\": \"012701001777845\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149977, \"serialNumber\": \"356613045221363\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149977, \"serialNumber\": \"356613045231966\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149977, \"serialNumber\": \"356613045240801\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149977, \"serialNumber\": \"356613046190625\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149977, \"serialNumber\": \"356613046191680\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149977, \"serialNumber\": \"356613046194270\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149982, \"serialNumber\": \"356611042331565\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149982, \"serialNumber\": \"356611042399281\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149982, \"serialNumber\": \"356611042446488\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149982, \"serialNumber\": \"356611042458327\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149983, \"serialNumber\": \"356568041515897\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149983, \"serialNumber\": \"356568041518925\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149983, \"serialNumber\": \"356568041519295\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149983, \"serialNumber\": \"356568041519410\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149983, \"serialNumber\": \"356568041589298\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 149983, \"serialNumber\": \"356568041589389\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150017, \"serialNumber\": \"358055043556960\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150018, \"serialNumber\": \"012738002681923\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150018, \"serialNumber\": \"012738002682368\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150034, \"serialNumber\": \"012844005540189\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150034, \"serialNumber\": \"012848000215093\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150034, \"serialNumber\": \"012848008303263\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150034, \"serialNumber\": \"012962004949779\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150034, \"serialNumber\": \"2222\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150035, \"serialNumber\": \"012836000086895\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150035, \"serialNumber\": \"012960004488830\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150035, \"serialNumber\": \"012960004962115\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150035, \"serialNumber\": \"012961000198266\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150035, \"serialNumber\": \"012961001929990\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150037, \"serialNumber\": \"013037000978343\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150038, \"serialNumber\": \"013520003863182\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150042, \"serialNumber\": \"012937003211843\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254519975928\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254519975936\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254519975944\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254519975951\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254519975969\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254519975977\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254519975985\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254519975993\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254519976009\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254521278717\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254521278725\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254521278733\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254521278741\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254521278758\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150069, \"serialNumber\": \"89014103254521278766\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150077, \"serialNumber\": \"357966041065872\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 150157, \"serialNumber\": \"654987852963\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 151257, \"serialNumber\": \"987654\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243841812918\", \"reasonId\":2, \"comment\": \"It Gone\"},\n{ \"productId\": 17825, \"serialNumber\": \"89014103243841812919\", \"reasonId\":2, \"comment\": \"It Gone\"}\n\t\t]\n}"},"url":"http://localhost:49521/server/api/inventoryCount/inventoryCount_ApplyReasons","description":"<p>This API is used to apply reasons and comments to missing items before finalizing the inventory count.</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","inventoryCount","inventoryCount_ApplyReasons"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7226ba08-09b4-d93f-9f7f-b5d58ff12137"}],"id":"f44f1295-a394-8091-f2ac-c50e9627c42b","_postman_id":"f44f1295-a394-8091-f2ac-c50e9627c42b","description":""},{"name":"Equipment","item":[{"name":"GetEquipment","id":"c72a5c31-1318-5aec-fb64-825cbee662f0","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/equipment","description":"<p>Get a list of all equipment</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","equipment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c72a5c31-1318-5aec-fb64-825cbee662f0"},{"name":"GetEquipmentTypes","id":"d5d268f9-9e86-228f-b644-ddd19e8f97e3","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/equipment/types","description":"<p>Get a list of all equipment types</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","equipment","types"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5d268f9-9e86-228f-b644-ddd19e8f97e3"},{"name":"Delete Equipment","id":"8f6970c2-c23d-b008-a538-0d214088e8eb","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/equipment/deleteEquipment/-12345","description":"<p>This deletes equipment from the global equipment table.</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","equipment","deleteEquipment","-12345"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f6970c2-c23d-b008-a538-0d214088e8eb"},{"name":"Create Equipment","id":"589019f6-bec8-80ea-cb4b-d8a751aba7d6","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"sku\": \"6027B\",\r\n  \"equipmentTypeId\": -107\r\n}"},"url":"http://localhost:49521/server/api/equipment/createEquipment","description":"<p>This API call will create equipment in the global equipment table.</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","equipment","createEquipment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"589019f6-bec8-80ea-cb4b-d8a751aba7d6"}],"id":"d24eb2bc-7e4f-45f5-c52e-ca5b4025ad78","description":"<p>These APIs are used to manage the global Equipment table used to categorize equipment by equipment type.</p>\n","_postman_id":"d24eb2bc-7e4f-45f5-c52e-ca5b4025ad78"},{"name":"Authentication","id":"acdfb075-6263-1e27-22a3-09d151590d22","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"","description":"<p>Authenitcation request </p>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"acdfb075-6263-1e27-22a3-09d151590d22"},{"name":"GetEmployees","id":"bf0fee6a-2ae1-f3e2-5889-d757937c69f5","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:49521/server/api/employee","description":"<p>Get a list of all employees</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","employee"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf0fee6a-2ae1-f3e2-5889-d757937c69f5"},{"name":"Get PO by Tracking Number","id":"ce020979-83d9-179b-7167-21cb922f512c","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"LocationId\":16, \n\t\"TrackingNumber\":\"TRACKTHIS\"\n}"},"url":"http://localhost:49521/server/api/po/byTrackingNumber","description":"<p>Get Purchase Order by Tracking Number <br />\nParameters will be sent as a JSON object in the body. <br />\n<b>LocationId</b> - Location Id,<br />\n<b>TrackingNumber</b> - The Purchase Order Tracking Number,<br />\n<b>ProductId(optional)</b> - Product Id</p>\n","urlObject":{"protocol":"http","port":"49521","path":["server","api","po","byTrackingNumber"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce020979-83d9-179b-7167-21cb922f512c"}]}