France ((Flux 2 UBL EXT-CTC-FR): Seller Legal Registration

An identifier issued by an official registrar that identifies the Seller as a legal entity or person.

In CIUS-FR, this is always the SIREN number of the Seller.

The scheme identifier 0002 which indicates a SIREN can be omitted and set per default in the outbound mapping.

Elements

Name (Path)CardinalityDescription
Seller Legal Registration Identifier (/Invoice/AccountingSupplierParty/Party/PartyLegalEntity/CompanyID)1..1The SIREN number of the Seller.
Seller Legal Registration Identifier Scheme Identifier (/Invoice/AccountingSupplierParty/Party/PartyLegalEntity/CompanyID)0..1Can be omitted if the SIREN is provided.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:AccountingSupplierParty>
        <cac:Party>
            <cac:PartyLegalEntity>
                <RegistrationName>LE VENDEUR</RegistrationName>
                <CompanyID>100000009</CompanyID>
                <CompanyLegalForm>SARL AU CAPITAL DE 50 000 EUROS</CompanyLegalForm>
            </cac:PartyLegalEntity>
        <cac:Party>
        <!-- code omitted for clarity -->
    </cac:AccountingSupplierParty>
    <!-- code omitted for clarity -->
</Invoice>