Serbia: Supplier's Electronic Address

You can specify the Supplier's electronic address.

Use the Party subelement of the AccountingSupplierParty element to model this information.

You can use one of the following values to specify this:

  • The Serbian Tax Identification Number (TIN) or Poreski Identifikacioni Broj (PIB): Both of these are 9-digit numerical values that can represent legal entities, entrepreneurs, permanent business units of non-resident legal entities, and non-resident natural persons.
  • Serbian Unique Master Citizen Number (JMGB): This is a 13-digit numerical value that can represent individuals.

General information about Endpoint IDs is provided in the Endpoint IDs topic.

Elements

Legal entities

ElementDescription
Invoice/AccountingSupplierParty/Party/EndpointUse TIN or PIB.
Invoice/AccountingSupplierParty/Party/Endpoint @schemeIDUse 9948.

Individuals

ElementDescription
Invoice/AccountingSupplierParty/Party/EndpointUse JMGB.
Invoice/AccountingSupplierParty/Party/Endpoint @schemeIDUse 9948.

Example

Legal entities

<!-- For legal entities, entrepreneurs, permanent business units of non-resident legal entities and non-resident natural persons -->
<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:AccountingSupplierParty>
        <cac:Party>
            <cbc:EndpointID schemeID="9948">123456789</cbc:EndpointID>
        <!-- Code omitted for clarity -->
        <cac:Party>
        <!-- Code omitted for clarity -->
    <cac:AccountingSupplierParty>
    <!-- Code omitted for clarity -->
</ubl:Invoice>

Individuals

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:AccountingSupplierParty>
        <cac:Party>
            <cbc:EndpointID schemeID="9948">1234567890123</cbc:EndpointID>
        <!-- Code omitted for clarity -->
        <cac:Party>
        <!-- Code omitted for clarity -->
    <cac:AccountingSupplierParty>
    <!-- Code omitted for clarity -->
</ubl:Invoice>