Serbia (SeF): Dispatch Information

In Serbian e-transport, it is mandatory to provide the dispatch information.

Elements

Name (Path)CardinalityDescription
Dispatch Information (DispatchAdvice/Shipment/Delivery/Dispatch)1..1The dispatch (pickup) associated with this delivery.
Estimated Shipment Dispatch Date (EstimatedDispatchDate)0..1The estimated date when the shipment was dispatched from the dispatching party.
Estimated Shipment Dispatch Time (EstimatedDispatchTime)0..1The estimated time when the shipment was dispatched from the dispatching party.
Shipment Dispatch Date (ActualDispatchDate)1..1The actual or expected date when the shipment was dispatched from the dispatching party.
Shipment Dispatch Time (ActualDispatchTime)1..1The actual or expected time when the shipment was dispatched from the dispatching party.
Dispatch Address (DispatchAddress)0..1The address of the warehouse from which the transport starts.
  • The Dispatch Address cac:DispatchAddress is 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>