TrackProof API: Simplify Integration
Welcome to the TrackProof API hub, designed for seamless integration into your logistics systems.
Our API empowers developers to streamline delivery management by automating key processes, syncing data, and enhancing operational efficiency. Whether you’re managing orders, tracking deliveries, or generating Proof of Delivery (POD) documents, our API provides the tools to keep everything connected and running smoothly.
Jobs
## Required Fields
– DeliveryNo: (string) A unique identifier for the delivery..
– orderNumber: (string) This field is required to link the delivery to the respective order.
– DeliveryDate: (DateTime) The date on which the delivery is scheduled or completed
– branchCode: (string) The code identifying the branch responsible for the delivery.
– del_AddressLine1: (string) The first line of the delivery address, typically including street and house number.
– del_City: (string) The city where the delivery address is located.
– Latitude: (string) The latitude coordinate of the delivery location.
– Longitude: (string) The Longitudecoordinate of the delivery location.
poDdocument – This should be contains PODdocument in base64 format


