Rest Testing Tool
Application Programming Interface (API) in WMS
An Application Programming Interface (API) is a set of tools and protocols that allows different software applications to communicate with each other. APIs enable the integration of various systems and services in WMS.
iHub uses REST API architecture. This means it follows a set of rules for creating web services that allow different applications to interact over the internet using standard HTTP protocols.
Types of services:
Submitting Data: This is done through the Load services. When you need to send data to the hub, you use these services.
Querying Data: This is handled by the Retrieve services. When you need to get data from the hub, you use these services.
Pushing Data: Data can also be automatically sent to a client’s URL endpoint using the Push services. This means the hub can send data to a specified location without needing a manual request.
Log in to iHub site
Navigate to Support Menu and Click Rest Testing Tool
Swagger Page will open on new tab and show list of Load and Retrieve Services