/ubl:Invoice/cac:InvoiceLine/cac:Delivery/cbc:ActualDeliveryDate

Invoice Line Actual Delivery Date

Context ID INV1286
Cardinality 0..1
Usage O

Description

The actual date of delivery.

The subtype of the invoice.

In Polish KSeF FA(3) invoices the date on which the supply of goods or services of a specific invoice line was made or completed can be provided.

Details

vrbl-invoice-pl-b2b-3p0

Example:

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:Delivery>
            <cbc:ActualDeliveryDate>2025-10-27</cbc:ActualDeliveryDate>
        </cac:Delivery>
        <!-- code omitted for clarity -->
    <cac:InvoiceLine>
    <!-- code omitted for clarity -->
</ubl:Invoice>