Serbia (SeF) Category: Tobacco

In Serbian e-transport, item attributes are required to report tobacco goods.

Restrictions

Following package codes are allowed:

CodeDescription
RS:PACKPackage
RS:CARTONCarton, Box
RS:MASTERCASEMaster Case (a large cardboard shipping box)
RS:NAFTAPetroleum derivatives
RS:PALETTEPallet

Brand Identification Code

The ID of the tobacco brand.

Example

<DispatchAdvice>
    <!-- code omitted for clarity -->
    <cac:DispatchLine>
        <!-- code omitted for clarity -->
        <cac:Item>
            <!-- Excise goods: TOBACCO -->
            <cac:AdditionalItemProperty>
                <Name>RS:TOBACCO</Name>
                <cac:SubItemProperty>
                    <Name>PackageCode</Name>
                    <Value>RS:PACK</Value>
                </cac:SubItemProperty>
                <cac:SubItemProperty>
                    <Name>BrandIdentification</Name>
                    <Value>23542ddf221</Value>
                </cac:SubItemProperty>
            </cac:AdditionalItemProperty>
            <!-- code omitted for clarity -->
        </cac:Item>
        <!-- code omitted for clarity -->
    </cac:DispatchLine>
</DispatchAdvice>