Serbia (SeF): Consignee Identifier

The identifier of the consignee 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
Consignee Identifier (DispatchAdvice/DeliveryCustomerParty/Party/PartyIdentification/ID)0..1The identifier of the consignee party.
Scheme Identifier (DispatchAdvice/DeliveryCustomerParty/Party/PartyIdentification/ID/@schemeID)0..1A scheme identifier to identify the consignee party. Use RS:JBKJS.

Example

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