Serbia (SeF): Dispatching Party Identifier

The identifier of the dispatching party.

For users of public funds, exactly one identifier is provided.

Use the five digits from the JBKJS (Unique Budget User Code) together with scheme ID JBKJS.

Elements

Name (Path)CardinalityDescription
Dispatching Party Identifier (DispatchAdvice/DispatchSupplierParty/Party/PartyIdentification/ID)0..1The identifier of the dispatching party.
Scheme Identifier (DispatchAdvice/DispatchSupplierParty/Party/PartyIdentification/ID/@schemeID)0..1A scheme identifier to identify the dispatch party. Use RS:JBKJS.

Example

<DispatchAdvice>
    <!-- code omitted for clarity -->
    <cac:DispatchSupplierParty>
        <cac:Party>
            <!-- code omitted for clarity -->
            <cac:PartyIdentification>
                <ID schemeID="RS:JBKJS">10520</ID>
            </cac:PartyIdentification>
            <!-- code omitted for clarity -->
        </cac:Party>
    </cac:DispatchSupplierParty>
    <!-- code omitted for clarity -->
</DispatchAdvice>