India IRP: Dispatch Party
You can specify details about the party who dispatches an order.
Elements
Use the following sub-elements of the Delivery Element:
Name (Path) | Cardinality | Description |
---|---|---|
Dispatch Party Group (/Invoice/Delivery/Despatch/DespatchParty ) | 0..1 | Groups information about the Dispatch Party. |
Dispatch Party Name (/Invoice/Delivery/Despatch/DespatchParty/PartyName/Name ) | 1..1 | The Dispatch Party's name. |
Dispatch Party Address (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/StreetName ) | 1..1 | The first line of the address. |
Dispatch Party Additional Address (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/AdditionalStreetName ) | 0..1 | The second line of the address. |
Dispatch Party City Name (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/CityName ) | 1..1 | The Dispatch Party's city. |
Dispatch Party Postal Zone (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/PostalZone ) | 1..1 | The Dispatch Party's postal zone or code. |
Dispatch Party Country Subentity Code (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/CountrySubentityCode ) | 1..1 | The code that represents the province of the Dispatch Party. |
Restrictions
You must use one of the following values for the Dispatch Party Country Subentity Code 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:Despatch>
<cac:DespatchParty>
<cac:PartyName>
<cbc:Name>dqfefkewl</cbc:Name>
</cac:PartyName>
<cac:PostalAddress>
<cbc:StreetName>Vila</cbc:StreetName>
<cbc:AdditionalStreetName>Vila</cbc:AdditionalStreetName>
<cbc:CityName>Noida</cbc:CityName>
<cbc:PostalZone>201301</cbc:PostalZone>
<cbc:CountrySubentityCode>VRBL:IN:09</cbc:CountrySubentityCode>
</cac:PostalAddress>
</cac:DespatchParty>
</cac:Despatch>
<!-- code omitted for clarity -->
</cac:Delivery>
</Invoice>
Updated 4 days ago