Australia (Peppol): Seller Legal Entity

You must specify the Seller's legal entity in Australia documents.

For Australian invoices, the field CompanyID is mandatory and must be used to provide the Seller's ABN with @schemeID equal to 0151.

The Australian Business Number (ABN) is a unique 11-digit identifier issued by the Australian Business Register (ABR) which is operated by the Australian Taxation Office (ATO).

Example

<Invoice>
    <!-- Code omitted for clarity -->
   	<cac:AccountingSupplierParty>
		<cac:Party>
		<!-- Code omitted for clarity -->
			<cac:PartyLegalEntity>
				<RegistrationName>Supplier Official Name Ltd</RegistrationName>
				<CompanyID schemeID="0151">47555222000</CompanyID>
			</cac:PartyLegalEntity>
		<!-- Code omitted for clarity -->
		</cac:Party>
   	</cac:AccountingSupplierParty>
   	<!-- Code omitted for clarity -->
</Invoice>