France (Flux 2 UBL EXT-CTC-FR): Seller Service Provider Party
You can model information about the Supplier's service provider.
CIUS-FR extends the usage of the Seller Party group, by adding the possibility to add the Seller Service Provider Party cac:ServiceProviderParty.
The Service Provider is structured the same way as other party types in UBL 2.4 and provides the following sections.
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Seller Service Provider Party (/Invoice/AccountingSupplierParty/Party/ServiceProviderParty) | 1..1 | A group of elements providing information regarding the Seller Service Provider Party. |
Seller Service Provider Party (/Invoice/AccountingSupplierParty/Party/ServiceProviderParty) | 1..1 | A group of elements providing information regarding the Seller Service Provider Party. |
| Ⓐ Seller Service Provider Electronic Address | ||
Seller Service Provider Electronic Address (Party/EndpointID) | 0..1 | The Electronic Address (Peppol ID) of the Seller Service Provider. |
Scheme Identifier (Party/EndpointID/@schemeID) | 1..1 | Scheme identifier. Use codes from the EAS code list. |
| Ⓑ Seller Service Provider Industry Classification Code | ||
Seller Service Provider Industry Classification Code (Party/IndustryClassificationCode) | 1..1 | A code providing the Industry Classification Code of the Seller Service Provider. Use codes from the UNCL 3035 code list. |
| Ⓒ Seller Service Provider Identifier | ||
Party Identification (Party/PartyIdentification) | 0..n | A group to provide identifiers for the Seller Service Provider. |
Seller Service Provider Identifier (Party/PartyIdentification/ID) | 1..1 | An identification of the Seller Service Provider. |
Scheme Identifier (Party/PartyIdentification/ID/@schemeID) | 1..1 | Scheme identifier. When used, it is chosen from the entries of the list published by the ISO/IEC 6523 maintenance agency. When omitted, the ID element contains the Seller Number. |
| Ⓓ Seller Service Provider Trading Name | ||
Party Name (Party/PartyName) | 0..1 | A group to hold the Seller Service Provider trading name. |
Seller Service Provider Trading Name (Party/PartyName/Name) | 1..1 | The trading name of the Seller Service Provider. |
| Ⓔ Seller Service Provider Postal Address | ||
Seller Service Provider Postal Address (Party/PostalAddress) | 1..1 | A group to provide the Seller Service Provider address. |
Seller Service Provider Address Line 1 (Party/PostalAddress/StreetName) | 1..1 | The main address line in an address. |
Seller Service Provider Address Line 2 (Party/PostalAddress/AdditionalStreetName) | 0..1 | An additional address line in an address that can be used to give further details supplementing the main line. |
Seller Service Provider City (Party/PostalAddress/CityName) | 1..1 | The common name of the city, town, or village where the Seller Service Provider address is located. |
Seller Service Provider Post Code (Party/PostalAddress/PostalZone) | 1..1 | The identifier for an addressable group of properties according to the relevant postal service. |
Seller Service Provider Country Subdivision (Party/PostalAddress/CountrySubentity) | 0..1 | The subdivision of a country, such as a region, a county, a state, a province, and so on. |
Seller Service Provider Additional Address Line (Party/PostalAddress/AddressLine/Line) | 0..1 | Additional address line. |
Seller Service Provider Country (Party/PostalAddress/Country/IdentificationCode) | 1..1 | Country Code. Use codes from the ISO3166-1:Alpha2 list. |
| Ⓕ Seller Service Provider Tax Registration | ||
Party Tax (Party/PartyTaxScheme) | 0..1 | A group to provide Seller Service Provider tax registration data. |
Seller Service Provider Tax Registration Identifier (Party/PartyTaxScheme/CompanyID) | 1..1 | The Seller Service Provider Tax Identifier. |
Seller Service Provider Tax Scheme (Party/PartyTaxScheme/TaxScheme/ID) | 1..1 | To provide tax scheme ID. Use VAT. |
| Ⓖ Seller Service Provider Legal Registration | ||
Party Legal Entity (Party/PartyLegalEntity) | 1..1 | A group to provide Seller Service Provider legal registration data. |
Seller Service Provider Name (Party/PartyLegalEntity/RegistrationName) | 1..1 | The full formal name by which the Seller Service Provider is registered in the national registry of legal entities or as a Taxable person or otherwise trades as a person or persons. |
Seller Service Provider Legal Registration Identifier (Party/PartyLegalEntity/CompanyID) | 0..1 | An identifier issued by an official registrar that identifies the Seller Service Provider as a legal entity or person. Use the SIREN Number. |
| Ⓗ Seller Service Provider Contact Details | ||
Seller Service Provider Contact (Party/Contact) | 0..1 | A group to provide Seller Service Provider contact details. |
Seller Service Provider Contact Point (Party/Contact/Name) | 0..1 | A contact point for a legal entity or person. |
Seller Service Provider Contact Telephone Number (Party/Contact/Telephone) | 0..1 | A phone number for the contact point. |
Seller Service Provider Contact Email Address (Party/Contact/ElectronicMail) | 0..1 | An email address for the contact point. |
Restrictions
- You must use a value from the EAS code list in the Scheme Identifier attribute.
- You must use a value from the UNCL 3035 code list in the Seller Service Provider Industry Classification Code.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:AccountingSupplierParty>
<cac:Party>
<!-- code omitted for clarity -->
<cac:ServiceProviderParty>
<cac:Party>
<EndpointID schemeID="0225">100000009_STATUTS</EndpointID> Ⓐ
<IndustryClassificationCode></IndustryClassificationCode> Ⓑ
<cac:PartyIdentification>
<ID schemeID="0088">7300010000001</ID> Ⓒ
</cac:PartyIdentification>
<cac:PartyName>
<Name>Seller Service Provider</Name> Ⓓ
</cac:PartyName>
<cac:PostalAddress> Ⓔ
<StreetName>MON ADRESSE LIGNE 1</StreetName>
<AdditionalStreetName>ligne 2</AdditionalStreetName>
<CityName>MA VILLE</CityName>
<PostalZone>06000</PostalZone>
<CountrySubentity>Ma province</CountrySubentity>
<cac:AddressLine>
<Line>ligne 3</Line>
</cac:AddressLine>
<cac:Country>
<IdentificationCode>FR</IdentificationCode>
</cac:Country>
</cac:PostalAddress>
<cac:PartyTaxScheme> Ⓕ
<CompanyID>FR88100000009</CompanyID>
<cac:TaxScheme>
<ID>VAT</ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
<cac:PartyLegalEntity> Ⓖ
<RegistrationName>Prestataire de services</RegistrationName>
<CompanyID schemeID="0002">100000009</CompanyID>
</cac:PartyLegalEntity>
<cac:Contact> Ⓗ
<Name>MME CONTACT</Name>
<Telephone>01 02 03 54 87</Telephone>
<ElectronicMail>[email protected]</ElectronicMail>
</cac:Contact>
</cac:Party>
</cac:ServiceProviderParty>
</cac:Party>
</cac:AccountingSupplierParty>
<!-- code omitted for clarity -->
</Invoice>
Updated about 22 hours ago
