/delivery-line (relative to your instance’s /api/v2).
The standard endpoints provide reads and writes, subject to the constraints below.
Search columns: rawDescription, notes
Fields
Supply
deliveryId and at least one of itemId or a nonempty rawDescription. Quantities must be nonnegative; zero expected quantity is valid for an outbound extra. loadStopId and unloadStopId place a line on the itinerary; null means the whole trip.
loadedAt and unloadedAt are checklist timestamps; quantityActual is the delivered/received quantity. Receiving and completion actions update quantities and stock. A terminal or cancelled delivery locks its manifest against further writes. DELETE archives a line; it does not reverse posted stock.
Archive and restore
DELETE archives this resource. Restore it withPATCH /delivery-line/{id} and { "isArchived": false }. See archiving and deleting.