India (IRP(W)): Carrier Registration Name

You must specify the legal name of the Carrier.

Element

Use the following element to model this information:

XPathCardinalityDescription
Carrier Registration Name (Waybill/CarrierParty/PartyLegalEntity/RegistrationName)1..1An element to provide the legal name of the Carrier

Example

<ubl:Waybill>
    <!-- code omitted for clarity -->
    <cac:CarrierParty>
        <!-- code omitted for clarity -->
        <cac:PartyLegalEntity>
            <cbc:RegistrationName>Jay Trans</cbc:RegistrationName>
        </cac:PartyLegalEntity>
    </cac:CarrierParty>
    <!-- code omitted for clarity -->
</ubl:Waybill>