France (Flux 2 UBL EXT-CTC-FR): Seller SIRET Number

The SIRET number of the Seller can be provided.

In case of the SIRET number, the scheme identifier must be "0009".

Elements

Name (Path)CardinalityDescription
Seller SIRET Number (/Invoice/AccountingSupplierParty/Party/PartyIdentification[ID/@schemeID='0009']/ID)0..1Identifies the Seller's SIRET number.
Seller SIRET Number Scheme Identifier (/Invoice/AccountingSupplierParty/Party/PartyIdentification[ID/@schemeID='0009']/ID/@schemeID)1..1The identification scheme identifier of the Seller's SIRET number.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:AccountingSupplierParty>
        <cac:Party>
            <!-- code omitted for clarity -->
            <cac:PartyIdentification>
                <ID schemeID="0009">10000000900012</ID>
            </cac:PartyIdentification>
            <!-- code omitted for clarity -->
        <cac:Party>
        <!-- code omitted for clarity -->
    </cac:AccountingSupplierParty>
    <!-- code omitted for clarity -->
</Invoice>