Saudi Arabia: Latest Delivery Date

In Saudi Arabia, you can specify dates for continuous supply.

Use the ActualDeliveryDate and LatestDeliveryDate sub-elements of the Delivery to model this information.

Elements

ElementDescription
Invoice/Delivery/LatestDeliveryDate/ActualDeliveryDateSpecify the date of the delivery.
Invoice/Delivery/LatestDeliveryDate/LatestDeliveryDateSpecify the latest delivery date.

Restrictions

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:Delivery>
        <cbc:ActualDeliveryDate>2022-09-07</cbc:ActualDeliveryDate>
        <cbc:LatestDeliveryDate>2022-10-07</cbc:LatestDeliveryDate>
    </cac:Delivery>
    <!-- Code omitted for clarity -->
</ubl:Invoice>