Maintaining and deleting consignments will happen in OneFlo / efmApp.
The Despatch Team will continue to use OneFlo / efmApp to create pickups, generate the manifest documents, transfer the consignment data to the carrier, and see tracking events.
Typical System Process for Create Consignment
Our Create Consignment process follows a RESTful API Architecture.
A RESTful API -- also referred to as a RESTful web service or REST API -- is based on representational state transfer (REST), which is an architectural style and approach to communications often used in web services development.
REST technology is generally preferred over other similar technologies. This tends to be the case because REST uses less bandwidth, making it more suitable for efficient internet usage. RESTful APIs can also be built with programming languages such as JavaScript or Python.