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:
Element | Cardinality | Description |
---|---|---|
Buyer's City (Party/PostalAddress/CityName ) | 1..1 | The 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:
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
<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>
Updated about 23 hours ago