France (Flux 2 UBL EXT-CTC-FR): Buyer Electronic Address
Identifies the Buyer's electronic address to which a business document may be delivered.
The scheme identifier shall be chosen from the code list, maintained by the Connecting Europe Facility.
For the France B2B mandate, the schemeID 0225 should be used. (This value is used as the Peppol senderID by default.)
Any electronic address with schemeID = 0225 consists of alphanumeric characters (A–Z, a–z, 0–9).
The following special characters are permitted:
- Hyphen (-)
- Underscore (_)
- Period (.)
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Buyer Electronic Address (/Invoice/AccountingCustomerParty/Party/EndpointID) | 1..1 | Identifies the Buyer's electronic address. |
Buyer Electronic Address Identification Scheme Identifier (/Invoice/AccountingCustomerParty/Party/EndpointID/@schemeID) | 1..1 | The identification scheme identifier of the Buyer electronic address |
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:AccountingCustomerParty>
<cac:Party>
<!-- Peppol ID: combination of schemeID and unique party ID -->
<EndpointID schemeID="9930">DE123456789</EndpointID>
<!-- code omitted for clarity -->
<cac:Party>
<!-- code omitted for clarity -->
</cac:AccountingCustomerParty>
<!-- code omitted for clarity -->
</Invoice>
Updated about 22 hours ago
