IS3 is a tools that help owner of container to keeps the goods safe when moving. The physical movement of goods between customs areas can be monitored in real time by application (web and mobile). Data storage or loss of goods during transport may be minimized. Customs Officer doesn’t need to come to the service provider to open the Seal.
Services that function to retrieve Trip / Dispatch Order list data that has been inputted by the user.
https://apilogy.gateway.com/eseal/trip_list
2.Body Example
{
"Token": "((YOUR_API_TOKEN))",
"Where": "",
"Limit": "",
"Search": "",
"Order" : ""
}
Services that function to retrieve the Data List (List Data) Device Eseal that has been inputted by the admin and is ready for use by the Customer / User.
https://apilogy.gateway.com/eseal/device_list
2.Body Example
{
"Token": "((YOUR_API_TOKEN))",
"Where": "",
"Limit": "",
"Search": "",
"Order" : ""
}
Services that function to retrieve List data (List Data) Route that has been inputted by admin / user.
https://apilogy.gateway.com/eseal/route_list
2.Body Example
{
"Customer_Id": "CUST00000000003",
"Token": "((YOUR_API_TOKEN))",
"Where": ""
}