Serbia (SeF): Dispatch Information
In Serbian e-transport, it is mandatory to provide the dispatch information.
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Dispatch Information (DispatchAdvice/Shipment/Delivery/Dispatch) | 1..1 | The dispatch (pickup) associated with this delivery. |
Estimated Shipment Dispatch Date (EstimatedDispatchDate) | 0..1 | The estimated date when the shipment was dispatched from the dispatching party. |
Estimated Shipment Dispatch Time (EstimatedDispatchTime) | 0..1 | The estimated time when the shipment was dispatched from the dispatching party. |
Shipment Dispatch Date (ActualDispatchDate) | 1..1 | The actual or expected date when the shipment was dispatched from the dispatching party. |
Shipment Dispatch Time (ActualDispatchTime) | 1..1 | The actual or expected time when the shipment was dispatched from the dispatching party. |
Dispatch Address (DispatchAddress) | 0..1 | The address of the warehouse from which the transport starts. |
- The Dispatch Address
cac:DispatchAddressis required if it differs from the dispatching party's legal entity.
Example
<DispatchAdvice>
<!-- code omitted for clarity -->
<cac:Shipment>
<cac:Delivery>
<!-- code omitted for clarity -->
<cac:Dispatch>
<EstimatedDispatchDate>2024-12-25</EstimatedDispatchDate>
<EstimatedDispatchTime>10:36:46+01:00</EstimatedDispatchTime>
<ActualDispatchDate>2024-12-25</ActualDispatchDate>
<ActualDispatchTime>10:36:46+01:00</ActualDispatchTime>
<cac:DispatchAddress>
<!-- code omitted for clarity, see Core Dispatch Address details -->
</cac:DispatchAddress>
</cac:Dispatch>
</cac:Delivery>
</cac:Shipment>
<!-- code omitted for clarity -->
</DispatchAdvice>
Updated about 22 hours ago
