India (IRP(W)): Delivery Location

You must include the export address for exports.

Elements

Name (Path)CardinalityDescription
Delivery Location (Waybill/Shipment/Delivery/DeliveryLocation)0..1A group to inform about the delivery location.
Delivery Party Address (Waybill/Shipment/Delivery/DeliveryLocation/Address/StreetName)1..1Address 1 of the entity to whom supplies are shipped to (building/flat number, road/ street, and so on).
Delivery Party Additional Address (Waybill/Shipment/Delivery/DeliveryLocation/Address/AdditionalStreetName)0..1Address 2 of the entity to whom supplies are shipped to (floor number, name of the premises/building).
Delivery Party City Name (Waybill/Shipment/Delivery/DeliveryLocation/Address/CityName)1..1Place (City, Town, Village) entity to whom the supplies are shipped to.
Delivery Party Postal Zone (Waybill/Shipment/Delivery/DeliveryLocation/Address/PostalZone)1..1Postal code of the entity to whom the supplies are shipped to.
Delivery Party Country Subentity Code (Waybill/Shipment/Delivery/DeliveryLocation/Address/CountrySubentityCode)1..1State Code to which supplies are shipped to. It needs to be provided using the VRBL:IN: prefix.
Delivery Party Country Code (Waybill/Shipment/Delivery/DeliveryLocation/Address/Country/IdentificationCode)0..1Country Code of the delivery party.

Restrictions

  • For export transactions involving goods, the delivery address must be the place or port in India from which the goods are being exported.
  • The state code should be taken from the State Code list. You must prefix it with VRBL:IN:.
    See State Code List.

Example

<ubl:Waybill>
    <!-- code omitted for clarity -->
    <cac:Shipment>
        <!-- code omitted for clarity -->
        <cac:Delivery>
            <!-- code omitted for clarity -->
            <cac:DeliveryLocation>
                <cac:Address>
                    <cbc:StreetName>1</cbc:StreetName>
                    <cbc:AdditionalStreetName>-</cbc:AdditionalStreetName>
                    <cbc:CityName>221</cbc:CityName>
                    <cbc:PostalZone>263001</cbc:PostalZone>
                    <cbc:CountrySubentityCode>VRBL:IN:05</cbc:CountrySubentityCode>
                    <cac:Country>
                        <cbc:IdentificationCode>IN</cbc:IdentificationCode>
                    </cac:Country>
                </cac:Address>
            </cac:DeliveryLocation>
            <!-- code omitted for clarity -->
        </cac:Delivery>
    </cac:Shipment>
    <!-- code omitted for clarity -->
</ubl:Waybill>