India IRP: Delivery Location
You can model information about the delivery location, including the Indian state denoted by the required code.
Elements
Use the following sub-elements of the Delivery element:
Name (Path) | Cardinality | Description |
---|---|---|
Delivery To Address Group (Invoice/Delivery/DeliveryLocation/Address/ ) | 0..1 | Groups information about the delivery address. |
Delivery To Street Name (Invoice/Delivery/DeliveryLocation/Address/StreetName ) | 0..1 | The name of the street in the party's address. |
Delivery To Additional Street Name (Invoice/Delivery/DeliveryLocation/Address/AdditionalStreetName ) | 0..1 | Any additional street names in the party's address. |
Delivery To City Name (Invoice/Delivery/DeliveryLocation/Address/CityName ) | 0..1 | The name of the city in the party's address. |
Delivery To Postal Zone (Invoice/Delivery/DeliveryLocation/Address/PostalZone ) | 0..1 | The postal zone, if any, in the party's address. |
Delivery To Country Subentity (Invoice/Delivery/DeliveryLocation/Address/CountrySubentity ) | 0..1 | Specify one of the required codes listed in the Restrictions section. |
Delivery To Additional Address Line (Invoice/Delivery/DeliveryLocation/Address/AddressLine/Line ) | 0..1 | Additional address line. |
Delivery To Country (Invoice/Delivery/DeliveryLocation/Address/Country/IdentificationCode ) | 1..1 | The ISO code for the country where the party's address is. |
Restrictions
You must use one of the following values for the Delivery To Country Subentity element:
State Name | Code |
---|---|
Jammu & Kashmir | VRBL:IN:01 |
Himachal Pradesh | VRBL:IN:02 |
Punjab | VRBL:IN:03 |
Chandigarh | VRBL:IN:04 |
Uttarakhand | VRBL:IN:05 |
Haryana | VRBL:IN:06 |
Delhi | VRBL:IN:07 |
Rajasthan | VRBL:IN:08 |
Uttar Pradesh | VRBL:IN:09 |
Bihar | VRBL:IN:10 |
Sikkim | VRBL:IN:11 |
Arunachal Pradesh | VRBL:IN:12 |
Nagaland | VRBL:IN:13 |
Manipur | VRBL:IN:14 |
Mizoram | VRBL:IN:15 |
Tripura | VRBL:IN:16 |
Meghalaya | VRBL:IN:17 |
Assam | VRBL:IN:18 |
West Bengal | VRBL:IN:19 |
Jharkhand | VRBL:IN:20 |
Orissa | VRBL:IN:21 |
Chhattisgarh | VRBL:IN:22 |
Madhya Pradesh | VRBL:IN:23 |
Gujarat | VRBL:IN:24 |
Dadra and Nagar Haveli And Daman And Diu | VRBL:IN:26 |
Maharashtra | VRBL:IN:27 |
Andhra Pradesh (Old) | VRBL:IN:28 |
Karnataka | VRBL:IN:29 |
Goa | VRBL:IN:30 |
Lakshadweep | VRBL:IN:31 |
Kerala | VRBL:IN:32 |
Tamil Nadu | VRBL:IN:33 |
Puducherry | VRBL:IN:34 |
Andaman and Nicobar Islands | VRBL:IN:35 |
Telangana | VRBL:IN:36 |
Andhra Pradesh (Newly Added) | VRBL:IN:37 |
Ladakh (Newly Added) | VRBL:IN:38 |
Other Territory | VRBL:IN:97 |
Centre Jurisdiction | VRBL:IN:99 |
Example
<Invoice>
<!-- 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>
</Invoice>
Updated 1 day ago