EN-16931: Invoicing Period

You can use a code to represent the type of Tax Point Date, such as delivery date.

Use the InvoicePeriod element to model this information. You use the DescriptionCode subelement to specify the type of tax point date. You must use a code from the UNTDID 2005 list here.

More information about invoice periods is provided in the Invoicing Period topic.

Elements

ElementDescription
Invoice/InvoicePeriod/StartDateSpecify a start date.
Invoice/InvoicePeriod/EndDateSpecify an end date.
Invoice/InvoicePeriod/DescriptionCodeSpecify the type of tax point date.

Restrictions

You must use a code from the UNTDID 2005 list here for the DescriptionCode element.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoicePeriod>
        <cbc:StartDate>2024-09-01</cbc:StartDate>
        <cbc:EndDate>2024-09-30</cbc:EndDate>
        <!-- Delivery date/time, actual -->
        <cbc:DescriptionCode>35</cbc:DescriptionCode>
    </cac:InvoicePeriod>
    <!-- code omitted for clarity -->
</Invoice>