Serbia (SeF): Consignee Legal Registration

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

The full formal name by which the consignee 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 consignee party as a legal entity or person. In Serbia, use the business registration number.
  • Additional legal information relevant for the consignee party.

Elements

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

Example

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