Operations related to authentication tokens
Also available as HTTP POST with the same endpoint
Required Group Role: "Inventory" - "VIEW"
curl -i -X GET \
'https://subdomain.dealpos.net/api/v3/Inventory/Log?Code=string&From=2019-08-24&Outlet=string&OutletID=string&To=2019-08-24&VariantID=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"Code": "2016",
"Outlet": "Outlet1",
"From": "2019-01-04",
"To": "2019-12-31"
}'
[ { "Outlet": "Outlet1", "TransDate": "14 Nov 2019", "Number": "05002", "Name": "Hendry", "Cost": 20000, "Price": 50000, "LogType": "InventoryAdjustment", "Note": "05002", "In": 10, "Out": 0, "Inventory": 10, "EntryDate": "2019-11-14T15:19:17.743", "UserName": "dealpos" }, { "Outlet": "Outlet1", "TransDate": "14 Nov 2019", "Number": "05002", "Name": "Fer D Rahman", "Cost": 20000, "Price": 50000, "LogType": "InventoryAdjustment", "Note": "05002", "In": 2, "Out": 0, "Inventory": 1, "EntryDate": "2019-11-14T15:18:39.483", "UserName": "dealpos" }, { "Outlet": "Outlet1", "TransDate": "23 May 2018", "Number": "Testts2", "Name": "", "Cost": 0, "Price": 0, "LogType": "InventoryAdjustment", "Note": "Testts2", "In": 0, "Out": 1, "Inventory": -1, "EntryDate": "2019-11-14T13:35:42.12", "UserName": "dealpos" }, { "Outlet": "Outlet1", "TransDate": "23 May 2018", "Number": "Testts2", "Name": "Ezza", "Cost": 20000, "Price": 50000, "LogType": "InventoryAdjustment", "Note": "testts2", "In": 2, "Out": 0, "Inventory": 1, "EntryDate": "2019-11-14T13:29:59.64", "UserName": "dealpos" }, { "Outlet": "Outlet1", "TransDate": "23 Oct 2019", "Number": "05.23.2018.000002", "Name": "Zan", "Cost": 20000, "Price": 50000, "LogType": "InventoryAdjustment", "Note": "05.23.2018.000002", "In": 0, "Out": 1, "Inventory": -1, "EntryDate": "2019-11-07T09:45:03.877", "UserName": "dealpos" } ]
curl -i -X GET \
'https://subdomain.dealpos.net/api/v3/Inventory/Log/Modified?PageNumber=0&PageSize=0&Since=2019-08-24T14%3A15%3A22Z' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
[ { "Outlet": "Kemang", "Code": "001", "OnHand": 50, "Modified": "2025-01-08T07:01:21" }, { "Outlet": "PIK", "Code": "001", "OnHand": 35, "Modified": "2025-01-08T07:01:21" }, { "Outlet": "PIK", "Code": "002", "OnHand": 35, "Modified": "2025-01-08T07:01:21" } ]