Poland KSF: Supplier's Business Registration Number (FA(3))
You must include the National Court Register Number (KRS) name for Polish Documents.
More general information about company IDs is provided in the VRBL: Company IDs topic.
Elements
Use the RegistrationName of the Party sub-element of the AccountingSupplierParty element:
| Name (Path) | Cardinality | Description |
|---|---|---|
Registration Name (Invoice/AccountingSupplierParty/Party/PartyLegalEntity/RegistrationName) | 0..1 | The 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>
Updated about 11 hours ago
