Serbia: Buyer's Legal Entity

You can specify a Buyer'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

ElementDescription
Invoice/AccountingCustomerParty/Party/PartyLegalEntity/RegistrationNameThis is required for Serbian Buyers.
Invoice/AccountingCustomerParty/Party/PartyLegalEntity/CompanyIDUse the Serbian company registration number for a company or the JMGB for individuals.

Restrictions

  • For Serbian Buyers, you must include the registration name in the RegistrationName element.
  • For Serbian Buyers, 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:AccountingCustomerParty>
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:PartyLegalEntity>
                <cbc:RegistrationName>Naziv pravnog lica B</cbc:RegistrationName>
                <cbc:CompanyID>987654321</cbc:CompanyID>
            </cac:PartyLegalEntity>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingCustomerParty>
    <!-- Code omitted for clarity -->
</ubl:Invoice>