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

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

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

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

Elements

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

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:AccountingCustomerParty>
        <cac:Party>
            <cac:PartyLegalEntity>
                <RegistrationName>LE CLIENT</RegistrationName>
                <CompanyID>200000008</CompanyID>
            </cac:PartyLegalEntity>
        <cac:Party>
        <!-- code omitted for clarity -->
    </cac:AccountingCustomerParty>
    <!-- code omitted for clarity -->
</Invoice>