papinet / papiNet-API

papiNet is a global paper, forest products and bioproducts industry e-Business initiative.
http://www.papinet.org/
Apache License 2.0
9 stars 3 forks source link

Replace `LogisticsDeliveryNoteById.deliveryLegs[].transport.units[].identifiers[{...}]` by `LogisticsDeliveryNoteById.deliveryLegs[].transport.units[].identifier{...}` and add `transportUnitIdentifierReference.value` to `LogisticsDeliveryNoteById.lineItems[].packages[]` #152

Closed patricekrakow closed 1 week ago

patricekrakow commented 1 week ago

We only need one identifier for a transport unit, and then it can be used as a reference in a package, so we can know in which transport unit a package has been placed.

patricekrakow commented 1 week ago

Done, see commit 1ce3c5b.