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
Element | Description |
---|---|
Invoice/AccountingSupplierParty/Party/PostalAddress/CitySubdivisionName | Supplier's state code. |
Invoice/AccountingCustomerParty/Party/PostalAddress/CitySubdivisionName | Customer's state code. |
Invoice/Delivery/DeliveryLocation/Address/CitySubdivisionName | Shipping recipient. |
Restrictions
- For the City Sector codes, you must use the following codes. Use the
VRBL:RO:
prefix. The first two digits of the ZIP code correspond to the city sector. You must use one of the following codes:
Code | ZIP |
---|---|
VRBL:RO:SECTOR1 | 01xxxx |
VRBL:RO:SECTOR2 | 02xxxx |
VRBL:RO:SECTOR3 | 03xxxx |
VRBL:RO:SECTOR4 | 04xxxx |
VRBL:RO:SECTOR5 | 05xxxx |
VRBL:RO:SECTOR6 | 06xxxx |
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>
Updated 3 months ago