Serbia: Supplier's ID

You can add an identifier for the Supplier.

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

For public funds, you use the 5-digit JBKJS to identify the Supplier.

General information about Suppliers is provided in the Suppliers topic.

Element

ElementDescription
Invoice/AccountingSupplierParty/Party/PartyIdentification/IDSpecify the Supplier's ID. Use the JBKJS value for public funds.

Restrictions

  • Use the 5-digit JBKJS code to identify the Supplier.
  • For public funds in Serbia, you must add the prefix JBKJS to the JBKJS code, for example, JBKJS:12345.
  • You do not need to specify the @schemeID attribute for public funds.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:AccountingSupplierParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <cac:PartyIdentification>
                <cbc:ID>JBKJS:12345</cbc:ID>
            </cac:PartyIdentification>
        <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingSupplierParty>
    <!-- Code omitted for clarity -->
</ubl:Invoice>