India (IRP(W)): Despatch Party

You can specify details about the location from which the goods are dispatched.

Elements

Name (Path)CardinalityDescription
Despatch Party (Waybill/Shipment/Delivery/Despatch/DespatchParty)0..1A group to inform about the despatch party
Despatch Party Street Name (Waybill/Shipment/Delivery/Despatch/ DespatchParty/PostalAddress/StreetName)1..1The street name from which the goods are dispatched
Despatch Party Additional Street Name (Waybill/Shipment/Delivery/ Despatch/DespatchParty/PostalAddress/AdditionalStreetName)0..1An additional address line
Despatch Party City Name (Waybill/Shipment/Delivery/Despatch/ DespatchParty/PostalAddress/CityName)1..1City name the goods are dispatched from
Despatch Party Postal Zone (Waybill/Shipment/Delivery/Despatch/ DespatchParty/PostalAddress/PostalZone)1..1Postal code the goods are dispatched from
Despatch Party Country Code (Waybill/Shipment/Delivery/Despatch/ DespatchParty/PostalAddress/CountrySubentityCode)1..1Country code the goods are dispatched from
Despatch Party Registration Name (Waybill/Shipment/Delivery/Despatch/ DespatchParty/PartyLegalEntity/cbc:RegistrationName)1..1Legal name of the company the goods are dispatched from

Example

<ubl:Waybill>
    <!-- code omitted for clarity -->
    <cac:Shipment>
        <!-- code omitted for clarity -->
        <cac:Delivery>
            <!-- code omitted for clarity -->
            <cac:Despatch>
                <cac:DespatchParty>
                    <cac:PostalAddress>
                        <cbc:StreetName>Vila</cbc:StreetName>
                        <cbc:AdditionalStreetName>Vila</cbc:AdditionalStreetName>
                        <cbc:CityName>Noida</cbc:CityName>
                        <cbc:PostalZone>201301</cbc:PostalZone>
                        <cbc:CountrySubentityCode>VRBL:IN:09</cbc:CountrySubentityCode>
                    </cac:PostalAddress>
                    <cac:PartyLegalEntity>
                        <cbc:RegistrationName>dqfefkewl</cbc:RegistrationName>
                    </cac:PartyLegalEntity>
                </cac:DespatchParty>
            </cac:Despatch>
            <!-- code omitted for clarity -->
        </cac:Delivery>
        <!-- code omitted for clarity -->
    </cac:Shipment>
</ubl:Waybill>