Poland B2B: Supplier's Business Registration Number

You must include the National Court Register Number (KRS) name for Polish Documents.

Elements

Use the RegistrationName of the Party sub-element of the AccountingSupplierParty element:

Name (Path)CardinalityDescription
Registration Name (Invoice/AccountingSupplierParty/Party/PartyLegalEntity/RegistrationName)0..1The KRS registration name.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:AccountingSupplierParty>
        <cac:Party>
            <cac:PartyLegalEntity>
                <!-- Party Name -->
                <cbc:RegistrationName>ABC AGD sp. z o. o.</cbc:RegistrationName>
                <!-- National Court Register Number (KRS) -->
                <cbc:CompanyID>0000099999</cbc:CompanyID>
                <!-- Code omitted for clarity -->  
            </cac:PartyLegalEntity>
        </cac:Party>
    </cac:AccountingSupplierParty>
    <!-- Code omitted for clarity -->
</ubl:Invoice>