New Zealand (Peppol): Additional Supporting Documents
Configure the Additional Supporting Documents for your New Zealand documents.
For New Zealand invoices, in the Additional Supporting Documents group, if the Document Type Code provided in the element cbc:DocumentTypeCode is equal to 130, then the attribute @schemeID of element cbc:ID is mandatory and must be chosen from the UNTDID 1153 code list.
In addition, when an attachment is transmitted by means of this group, the Attachment Mime Type provided in the attribute /cac:Attachment/cbc:EmbeddedDocumentBinaryObject/@mimeCode must have one of the following values:
| Attachment Mime Type | Description |
|---|---|
application/pdf | PDF Document |
image/png | PNG Image |
image/jpeg | JPEG Image |
text/csv | CSV File |
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Spreadsheet |
application/vnd.oasis.opendocument.spreadsheet | Spreadsheet |
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:AdditionalDocumentReference>
<cbc:ID schemeID="SE">15622229-135</cbc:ID>
<cbc:DocumentTypeCode>130</cbc:DocumentTypeCode>
</cac:AdditionalDocumentReference>
<!-- code omitted for clarity -->
</Invoice>
<Invoice>
<!-- code omitted for clarity -->
<cac:AdditionalDocumentReference>
<cbc:ID>attID1</cbc:ID>
<cbc:DocumentDescription>Supporting information</cbc:DocumentDescription>
<cac:Attachment>
<!-- Supporting information in csv format -->
<cbc:EmbeddedDocumentBinaryObject mimeCode="text/csv" filename="quality_assurance.csv">UUFfc3RlcCxhc3N1cmFuY2VfZGVzYyxyZXN1bHQKUUMwMDEsZGltZW5zaW9uLHBhc3MKUUMwMDIsaGVhdCxwYXNzCg==</cbc:EmbeddedDocumentBinaryObject>
</cac:Attachment>
</cac:AdditionalDocumentReference>
<!-- code omitted for clarity -->
</Invoice>Updated 4 days ago
Did this page help you?
