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
Element | Description |
---|---|
Invoice/Delivery/LatestDeliveryDate/ActualDeliveryDate | Specify the date of the delivery. |
Invoice/Delivery/LatestDeliveryDate/LatestDeliveryDate | Specify 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>
Updated about 2 months ago