DeliveryAsk AIpatch https://customer_id.prod.smartlane.io/api/deliveryEdit any field of the delivery information.Body ParamsDelivery object.idint32deprecated - will be removed!pdt_fromdate-timePlanned delivery time from.pdt_todate-timePlanned delivery time to.pdt_break_startsarray of date-timesIf multiple time windows are given, then this is the start of the timewindow break.pdt_break_startsADD date-timepdt_break_endsarray of date-timesIf multiple time windows are given, then this is the end of the timewindow break.pdt_break_endsADD date-timeppt_fromdate-timePlanned pickup time from (deprecated, reference via pickup_id instead).ppt_todate-timePlanned pickup time to (deprecated, reference via pickup_id instead).eta_fromdate-timeEstimated time of arrival time window start.eta_todate-timeEstimated time of arrival time window end.tdt_fromdate-timeTarget delivery time from (relevant for the driver).tdt_todate-timeTarget delivery time to (relevant for the driver).ddt_fromdate-timeDriver delivery target time from.ddt_todate-timeDriver delivery target time to.return_timedate-timeDesired return time of this shipment to the depot.atadate-timeActual time of arrival.atddate-timeActual time of delivery.fixed_els_secondsint32Fixed estimated length of stay in seconds.variable_els_seconds_per_loadarray of int32sVariable estimated length of stay per load for all three load dimensions.variable_els_seconds_per_loadADD int32als_secondsint32Actual length of stay in seconds.tfpint32Driving time from preceding delivery in minutes.tfp_secondsint32Driving time from preceding delivery in seconds.dist_from_prev_stop_mint32Driving distance from preceding stop in meters.creationtimedate-timedeliverpriostringdeprecated(DEPRECATED. Please use shipment_priority) Priority value, can either be low, medium or high.shipment_priorityinteger≥ 0Priority value, can be any integer greater or equal to 0.orderindexint32A global ordering index (for route sequence, see {order_in_tour}).loadint32Defaults to 1Amount of load on this vehicle (first dimension, e.g. pallet spaces).load_2int32Amount of load on this vehicle (second dimension, e.g. weight).load_3int32Amount of load on this vehicle (third dimension, e.g. volume).load_textstringAn optional description of the load.notesstringcustom_idstring | nullOptional identifier (e.g. shipment ID) from the user. Must be unique or null.custom_tourstringprocess_idstringoverload_refstringReference to another delivery overtaking overloads of this delivery.vehicletype_namestringscancodestringdeliverylocation_idint32Reference to Address ID.supplier_addressobjectsupplier_address objectsupplierlocation_idint32Reference to Address ID.delivery_addressobjectdelivery_address objectroute_idint32Reference to Route ID.statusint32Reference to Deliverystatus.codeint32Reference to Deliverycode.distancesstringDeprecated. JSON object containing distances to other deliveries on the same route.deliverytype_idint32Reference to Deliverytype ID.delivery_delayint32Delay at this delivery location.etadate-timeestimated time of arrival - deprecated!heightfloatHeight of delivered item to check if it fits with the load height of a vehicle.load_class_idsarray of int32sList of IDs of potentially assigned load classes of this delivery (e.g. heavy load).load_class_idsADD int32order_in_tourint32Sequence number of ths delivery within a route (only if part of a route result).recipientnamestringName of a recipient if not the original consignee (deprecated)recipienttypestringType of a recipient if not the original consignee (deprecated)pickup_idstringIf this is a pickup corresponding to a delivery, this ID is referenced by the (other) delivery.pickup_ref_idstringIf this is a delivery which was picked up before, this ID is referencing the respective pickup (which has this value as pickup_id assigned).same_stop_unitstringUnit ID of a stop at this location which is combined by multiple deliveries.update_notesstringNotes originating from an update of an initial optimization.unitstringID of a potentially pre-defined delivery unit.waiting_time_secondsint32Waiting time before this delivery in seconds.liftgate_neededbooleanDefaults to falseNeeds to be delivered by a vehicle with a liftgate?truefalsetrailer_neededbooleanDefaults to falseNeeds to be delivered by a trailer?truefalseadr_neededbooleanDefaults to falsedeprecatedDEPRECATED. Will be removed, please use adr_points instead.truefalsepossible_vehiclesarray of int32sA list of vehicle ids that are allowed to handle this delivery.possible_vehiclesADD int32territorystringThe name of the territory the delivery is located in.effective_loadsarray of int32sThe final calculated loads of the delivery.effective_loadsADD int32shipment_typestringCan either be a "delivery" or a "pickup".adr_pointsint32ADR points of the shipment.Responses 200OK. 403An error message caused by missing authorization (403 forbidden). 422An error message caused by unprocessable input (e.g. no data found for input parameters). defaultUnexpected error.Updated 7 months ago