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)CardinalityDescription
Delivery To Address Group (Invoice/Delivery/DeliveryLocation/Address/)0..1Groups information about the delivery address.
Delivery To Street Name (Invoice/Delivery/DeliveryLocation/Address/StreetName)0..1The name of the street in the party's address.
Delivery To Additional Street Name (Invoice/Delivery/DeliveryLocation/Address/AdditionalStreetName)0..1Any additional street names in the party's address.
Delivery To City Name (Invoice/Delivery/DeliveryLocation/Address/CityName)0..1The name of the city in the party's address.
Delivery To Postal Zone (Invoice/Delivery/DeliveryLocation/Address/PostalZone)0..1The postal zone, if any, in the party's address.
Delivery To Country Subentity (Invoice/Delivery/DeliveryLocation/Address/CountrySubentity)0..1Specify one of the required codes listed in the Restrictions section.
Delivery To Additional Address Line (Invoice/Delivery/DeliveryLocation/Address/AddressLine/Line)0..1Additional address line.
Delivery To Country (Invoice/Delivery/DeliveryLocation/Address/Country/IdentificationCode)1..1The 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 NameCode
Jammu & KashmirVRBL:IN:01
Himachal PradeshVRBL:IN:02
PunjabVRBL:IN:03
ChandigarhVRBL:IN:04
UttarakhandVRBL:IN:05
HaryanaVRBL:IN:06
DelhiVRBL:IN:07
RajasthanVRBL:IN:08
Uttar PradeshVRBL:IN:09
BiharVRBL:IN:10
SikkimVRBL:IN:11
Arunachal PradeshVRBL:IN:12
NagalandVRBL:IN:13
ManipurVRBL:IN:14
MizoramVRBL:IN:15
TripuraVRBL:IN:16
MeghalayaVRBL:IN:17
AssamVRBL:IN:18
West BengalVRBL:IN:19
JharkhandVRBL:IN:20
OrissaVRBL:IN:21
ChhattisgarhVRBL:IN:22
Madhya PradeshVRBL:IN:23
GujaratVRBL:IN:24
Dadra and Nagar Haveli And Daman And DiuVRBL:IN:26
MaharashtraVRBL:IN:27
Andhra Pradesh (Old)VRBL:IN:28
KarnatakaVRBL:IN:29
GoaVRBL:IN:30
LakshadweepVRBL:IN:31
KeralaVRBL:IN:32
Tamil NaduVRBL:IN:33
PuducherryVRBL:IN:34
Andaman and Nicobar IslandsVRBL:IN:35
TelanganaVRBL:IN:36
Andhra Pradesh (Newly Added)VRBL:IN:37
Ladakh (Newly Added)VRBL:IN:38
Other TerritoryVRBL:IN:97
Centre JurisdictionVRBL: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>