Romania: City Sector

Romanian e-invoices and credit notes that contain Bucharest addresses, need to specify the city sector.

Use theCitySubdivisionName element to specify the sector of Bucharest.

Elements

ElementDescription
Invoice/AccountingSupplierParty/Party/PostalAddress/CitySubdivisionNameSupplier's state code.
Invoice/AccountingCustomerParty/Party/PostalAddress/CitySubdivisionNameCustomer's state code.
Invoice/Delivery/DeliveryLocation/Address/CitySubdivisionNameShipping recipient.

Restrictions

  • For the City Sector codes, you must use the following codes. Use theVRBL:RO: prefix. The first two digits of the ZIP code correspond to the city sector. You must use one of the following codes:
CodeZIP
VRBL:RO:SECTOR101xxxx
VRBL:RO:SECTOR202xxxx
VRBL:RO:SECTOR303xxxx
VRBL:RO:SECTOR404xxxx
VRBL:RO:SECTOR505xxxx
VRBL:RO:SECTOR606xxxx

Example

The following example specifies Sector1 for an e-invoice:

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cac:AccountingCustomerParty>
		<cac:Party>
			<!-- Code omitted for clarity -->
			<cac:PostalAddress>
				<!-- Code omitted for clarity -->
				<cbc:CitySubdivisionName>VRBL:RO:SECTOR1</cbc:CitySubdivisionName>
				<!-- Code omitted for clarity -->
			</cac:PostalAddress>			
			<!-- Code omitted for clarity -->
		</cac:Party>
	</cac:AccountingCustomerParty>
	<!-- Code omitted for clarity -->
</ubl:Invoice>