Australia (Peppol): Buyer Legal Entity
You must specify the Buyer Legal Entity in Australia documents.
For Australian invoices, the field CompanyID is mandatory and must be used to provide the Buyer's ABN with @schemeID equal to 0151.
Example
<Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingCustomerParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cac:PartyLegalEntity>
<RegistrationName>Buyer Official Name Ltd</RegistrationName>
<CompanyID schemeID="0151">47555222000</CompanyID>
</cac:PartyLegalEntity>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingCustomerParty>
<!-- Code omitted for clarity -->
</Invoice>
Updated about 15 hours ago
