Get load information (quantity, weight...)
Load data is found in the deliveries. There are four fields that refer to different load states :
planned_loadsreturns the list of loads that were entered in Dashdoc before loading has started.origin_loadsreturns the list of loads at loading.destination_loadsreturns the lis tof loads at unloading.loadsreturns the "latest" loads (=planned_loadsif loading hasn't started, =origin_loadsif loading is done but not unloading, =destination_loadsif delivery is complete)
All these fields contain much data about the loads (e.g. weight, description etc.) This is all described in the API reference.
Last updated
Was this helpful?