Saudi Arabia: Supplier's Postal Address

Saudi Arabia has specific requirements for Supplier's postal addresses.

You must specify the building number, plot ID and City Subdivision for Saudi Arabian Documents.

Use the PostalAddress sub-element of the Party element in the AccountingSupplierParty element to model this information.

Elements

The additional elements that are required for Saudi Arabia are:

ElementDescription
Invoice/AccountingSupplierParty/Party/PostalAddress/BuildingNumberThe Supplier's building number.
Invoice/AccountingSupplierParty/Party/PostalAddress/PlotIdentificationThe Supplier's plot identification. For example, a parcel number.
Invoice/AccountingSupplierParty/Party/PostalAddress/CitySubdivisionNameThe Supplier's city district.

Restrictions

  • You must include the BuildingNumber, PlotIdentification, and CitySubdivisionName elements for Saudi Arabian Suppliers.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:AccountingSupplierParty>
        <cac:Party>
            <cac:PostalAddress>
                <cbc:StreetName>الامير سلطان | Prince Sultan</cbc:StreetName>
                <cbc:BuildingNumber>2322</cbc:BuildingNumber>
                <cbc:PlotIdentification>3XYZ4433</cbc:PlotIdentification>
                <cbc:CitySubdivisionName>المربع | Al-Murabba</cbc:CitySubdivisionName>
                <cbc:CityName>الرياض | Riyadh</cbc:CityName>
                <cbc:PostalZone>23333</cbc:PostalZone>
                <cac:Country>
                    <cbc:IdentificationCode>SA</cbc:IdentificationCode>
                </cac:Country>
            </cac:PostalAddress>
        </cac:Party>
    </cac:AccountingSupplierParty>
    <!-- Code omitted for clarity -->
</ubl:Invoice>