SAASInventory

RestAPI

The API is not enabled by default, Please contact support to enable it.
https://<your_system>/api/v1

Documentation for your install is available at
https://<your_system>/api/v1/swagger

/Token GET

Our API utilitizes OAuth2, first get a Token from /Token with,

grant_type: client_credentials
client_id: <your_guid>
client_secret: <your_secret>

And then include the provided bearer token along with all request headers

Available Methods

/Asset GET
/Asset DELETE
/Asset/{id} GET
/Asset/All GET
/Asset/Types GET
/Category GET
/Category DELETE
/Category/{id} GET
/Category/All GET
/Customer GET
/Customer DELETE
/Customer/{id} GET
/Customer/All GET
/Inventory GET
/Inventory/{id} GET
/Inventory/StockLevels GET
/Inventory/StockLevels/{id} GET
/Inventory/MaterialIn GET
/Inventory/MaterialIn/All GET
/Inventory/MaterialOut GET
/Inventory/MaterialOut/All GET
/Item GET
/Item POST
/Item UPDATE
/Item DELETE
/Item/{id} GET
/Item/All GET
/Item/Alias GET
/Item/Alias/{id} GET
/Location GET
/Location/{id} GET
/Location/Hold POST
/Location/Release POST
/PurchaseOrder GET
/PurchaseOrder POST
/PurchaseOrder/{id} GET
/ReasonCode GET
/ReasonCode DELETE
/ReasonCode/{id} GET
/ReasonCode/All GET
/ShippingOrder GET
/ShippingOrder POST
/ShippingOrder/{id} GET
/Vendor GET
/Vendor DELETE
/Vendor/{id} GET
/Vendor/All GET
/Warehouse GET
/Warehouse/{id} GET
/Warehouse/{id}/Items GET
/Warehouse/{id}/Inventory GET
/Warehouse/{id}/Locations GET
/Warehouse/{id}/StockLevels GET
/WorkOrder GET
/WorkOrder/{id} GET\