Serbia (SeF): Dispatching Party Legal Registration

In Serbian e-transport, it is mandatory to provide the Dispatching Party 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 dispatching party as a legal entity or person. In Serbia, use the business registration number.
  • Additional legal information relevant for the dispatching party.

Elements

Name (Path)CardinalityDescription
Party Legal Entity (DispatchAdvice/DispatchSupplierParty/Party/PartyLegalEntity)1..1A group to provide Dispatching Party legal registration data.
Dispatching Party Name (DispatchAdvice/DispatchSupplierParty/Party/PartyLegalEntity/RegistrationName)1..1The 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.
Dispatching Party Legal Registration Identifier (DispatchAdvice/DispatchSupplierParty/Party/PartyLegalEntity/CompanyID)1..1An identifier issued by an official registrar that identifies the Dispatching Party as a legal entity or person.
Dispatching Party Legal Form (DispatchAdvice/DispatchSupplierParty/Party/PartyLegalEntity/CompanyLegalForm)0..1Additional legal information relevant for the dispatching party.

Example

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