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