New Zealand (Peppol): Invoice Period

Configure the Invoice Period for your New Zealand documents.

For New Zealand invoices, the Tax Point Date Code can be provided in the cbc:DescriptionCode element.
The only values allowed in cbc:DescriptionCode are the following:

Tax Point Date CodeDescription
3Invoice document issue date time
35Delivery date/time, actual
432Paid to date

Example

<Invoice>
    <!-- Code omitted for clarity -->
    <cac:InvoicePeriod>
        <cbc:StartDate>2024-09-01</cbc:StartDate>
        <cbc:EndDate>2024-09-30</cbc:EndDate>
		<cbc:DescriptionCode>3</cbc:DescriptionCode>	
	</cbc:InvoicePeriod>
     <!-- Code omitted for clarity -->
</Invoice>

Did this page help you?