Serbia: Supplier's Legal Entity
You can specify a Supplier's legal entity.
Use the PartyLegalEntity
subelement of the Party element to model this information.
General information about legal entities is provided in the Legal Entities and Representatives topic.
Elements
Element | Description |
---|---|
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/RegistrationName | This is required. You must provide the registered name. |
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/CompanyID | Use either the Serbian Company Registration Number or the Serbian Unique Master Citizen Number (JMGB). |
Restrictions
- For Serbian Suppliers, you must include the registration name in the
RegistrationName
element. - For Serbian Suppliers, you must use one of the following values for the
CompanyID
:- The Serbian company registration number.
- Serbian Unique Master Citizen Number (JMGB): This is a 13-digit numerical value that can represent individuals.
- The
@schemeID
attribute is not required for Serbian residents.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cac:PartyLegalEntity>
<cbc:RegistrationName>Naziv pravnog lica A</cbc:RegistrationName>
<cbc:CompanyID>123456789</cbc:CompanyID>
</cac:PartyLegalEntity>
</cac:Party>
</cac:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 8 days ago