Romania: Buyer's City Sector

You must provide the city sector code for Romanian Buyers' Bucharest addresses.

Elements

Use the following sub-element of the AccountingCustomerParty element:

ElementCardinalityDescription
Buyer's City (Party/PostalAddress/CityName)1..1The common name of the city, town or village, where the Buyer's address is.

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

<Invoice>
	<!-- Code omitted for clarity -->
	<cac:AccountingCustomerParty>
		<cac:Party>
			<!-- Code omitted for clarity -->
			<cac:PostalAddress>
				<cbc:StreetName>Str. Test, Nr. 99</cbc:StreetName>
				<!-- City Sector -->
				<cbc:CitySubdivisionName>VRBL:RO:SECTOR1</cbc:CitySubdivisionName>
				<cbc:CityName>București</cbc:CityName>
				<cbc:PostalZone>010001</cbc:PostalZone>
				<cbc:CountrySubentity>RO-B</cbc:CountrySubentity>
				<cac:Country>
					<cbc:IdentificationCode>RO</cbc:IdentificationCode>
				</cac:Country>
			</cac:PostalAddress>			
			<!-- Code omitted for clarity -->
		</cac:Party>
	</cac:AccountingCustomerParty>
	<!-- Code omitted for clarity -->
</Invoice>