Serbia: Invoice Type Code

You must use the values specified here for invoice types in Serbia.

Use the InvoiceTypeCode element to model this information.

Elements

ElementDescription
Invoice/InvoiceTypeCodeUse one of the allowed values.

Restrictions

  • You must use one of the following codes. These are a subset of the codes from UNCL 1001:
CodeDescription
380Commercial Invoice
381Credit Note
383Debit Note
386Advance Payment Invoice

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>
    <!-- Code omitted for clarity -->
</ubl:Invoice>