Serbia (SeF): Carrier Legal Registration

In Serbian e-transport, it is mandatory to provide the Carrier Legal Registration.

  • The full formal name by which the dispatching party is registered in the national registry of legal entities or as a Taxable person or otherwise trades as a person or persons.
  • An identifier issued by an official registrar that identifies the carrier party as a legal entity or person. In Serbia, use the business registration number.
  • Additional legal information relevant for the carrier party party.

Elements

Name (Path)CardinalityDescription
Party Legal Entity (DispatchAdvice/Shipment/ShipmentStage/CarrierParty/PartyLegalEntity)1..1A group to provide Carrier legal registration data.
Carrier Name (DispatchAdvice/Shipment/ShipmentStage/CarrierParty/PartyLegalEntity/RegistrationName)1..1The full formal name by which the carrier is registered in the national registry of legal entities or as a Taxable person or otherwise trades as a person or persons.
Carrier Legal Registration Identifier (DispatchAdvice/Shipment/ShipmentStage/CarrierParty/PartyLegalEntity/CompanyID)1..1An identifier issued by an official registrar that identifies the carrier as a legal entity or person.
Carrier Legal Form (DispatchAdvice/Shipment/ShipmentStage/CarrierParty/PartyLegalEntity/CompanyLegalForm)0..1Additional legal information relevant for the carrier party.

Example

<DispatchAdvice>
    <!-- code omitted for clarity -->
    <cac:Shipment>
        <cac:ShipmentStage>
            <!-- code omitted for clarity -->
            <cac:CarrierParty>
                <!-- code omitted for clarity -->
                <cac:PartyLegalEntity>
                    <RegistrationName>MINISTARSTVO FINANSIJA</RegistrationName>
                    <CompanyID>17862146</CompanyID>
                    <CompanyLegalForm>Pravno lice</CompanyLegalForm>
                </cac:PartyLegalEntity>
                <!-- code omitted for clarity -->
            </cac:CarrierParty>
            <!-- code omitted for clarity -->
        </cac:ShipmentStage>
    </cac:Shipment>
    <!-- code omitted for clarity -->
</DispatchAdvice>