United States (DBNA): Requested Delivery Start Date

Configure the Requested Delivery Start Date for your United States documents.

The requested date of delivery. This standard UBL element can be used in the US.

Elements

PathCardinalityUsageFinal Format Path
Invoice/Delivery/RequestedDeliveryPeriod/StartDate0..1O/Invoice/cac:Delivery/cac:RequestedDeliveryPeriod/cbc:StartDate

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:Delivery>
    <!-- ... omitted for readability -->
    <cac:RequestedDeliveryPeriod>
      <cbc:StartDate>2026-05-18</cbc:StartDate>
    </cac:RequestedDeliveryPeriod>
  </cac:Delivery>
</ubl:Invoice>

Did this page help you?