India IRP: Place of Supply

You must specify the State code of the place of supply in India.

The place of supply is represented by the State code. It can differ from the shipping location.

Element

Use the AccountingCustomerPartyExtension (Extn) Extension to model this information:

Name (Path)CardinalityDescription
Place of Supply (AccountingCustomerParty/UBLExtensions/UBLExtension/ExtensionContent/ AccountingCustomerPartyExtension/PlaceOfSupply)1..1An element to inform the state code of the place of supply.

Restrictions

You must use one of the following values in the Place of Supply 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:AccountingCustomerParty>
		<cec:UBLExtensions>
			<cec:UBLExtension>
				<cec:ExtensionContent>
					<vrbl:AccountingCustomerPartyExtension>
						<vrbl:PlaceOfSupply>VRBL:IN:13</vrbl:PlaceOfSupply>
					</vrbl:AccountingCustomerPartyExtension>
				</cec:ExtensionContent>
			</cec:UBLExtension>
		</cec:UBLExtensions>
		<!-- code omitted for clarity -->
	</cac:AccountingCustomerParty>
    <!-- code omitted for clarity -->
</Invoice>