India (IRP(W)): Transportation Distance

You can specify the distance goods were transported.

This can be calculated by measuring the distance between the sending and receiving addresses.

This element is mandatory when the source and destination postal codes (known as PIN codes) are the same. This means the allowed distance is between 1 and 100 kilometers.

If the addresses are not in the same PIN, this information is optional. The specified distance of transportation is validated against the auto-calculated PIN-PIN distance stored in the system. The allowed distance for transportation should be between within 10% of the auto-calculated PIN-PIN distance.

If the distance of transportation is not specified or is specified as zero, then the service treats it as a request made by the tax payer to consider the auto-calculated PIN-PIN distance for the generation of the E-Waybill.

Element

XPathDescriptionCardinality
Transportation Distance (Waybill/Shipment/Delivery/UBLExtensions//DeliveryExtension/ TransportationDistanceThe distance between source and destination PIN codes.0..1

Restrictions

When specifying distance, use Kilometers as the unit of measure.

Example


<ubl:Waybill>
    <!-- code omitted for clarity -->
    <cac:Shipment>
        <!-- code omitted for clarity -->
        <cac:Delivery>
            <!-- code omitted for clarity -->
            <cec:UBLExtensions>
                <cec:UBLExtension>
                    <cec:ExtensionContent>
                        <vrbl:DeliveryExtension>
                            <vrbl:TransportationDistance unitCode="KMT">296</vrbl:TransportationDistance>
                        </vrbl:DeliveryExtension>
                    </cec:ExtensionContent>
                </cec:UBLExtension>
            </cec:UBLExtensions>
            <!-- code omitted for clarity -->
        </cac:Delivery>
    </cac:Shipment>
    <!-- code omitted for clarity -->
</ubl:Waybill>