Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Rest Testing Tool
...
Log in to iHub site
Navigate to Support Menu and Click 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.
Swagger UI Page will open on new tab and will show list of REST API services (Load and Retrieve Services) available to connect to the Integration Hub
Make sure to use the correct Token (Swagger UI header) if multiple Token has been created.
See https://seko.atlassian.net/wiki/spaces/SMAN/pages/2933030943/iHub+-+Settings#API-Credentials
...
Select service and API call type (POST/GET)
Select "Parameter content type" and “Response content type” (xml, json format).
Enter Parameter Value on the Request Box (Click the “Example Value” box to copy it into the "Request" box to easily edit values)
Click API call type button (POST/GET) to submit request
Click “Try it Out” button to submit a test message
Check Activity log to monitor status if Success or Fail and to view details of request
Types of services
Submitting Data: This is done through the Load services (POST). When you need to send data to the hub, you use these services.
Querying Data: This is handled by the Retrieve services (GET). 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