ediverse Explorer la plateforme

À la une PEPPOL BIS Billing 3.0 L’obligation européenne d’e-invoicing arrive : France sept 2026, Belgique janv 2026, Allemagne 2025.
BOD ShowCustomerParty — Show Customer Party

ShowCustomerParty — Show Customer Party

BOD OAGIS combinant le verbe Show et le noun CustomerParty. Équivalent canonique direct des messages EDI EDIFACT PARTIN et X12 838 dans l'écosystème Données maître d'OAGIS 10.x.

Objet du BOD

Le BOD ShowCustomerParty est la réponse à GetCustomerParty : fiche client complète, adresses, conditions, contacts, références internes (CustomerNumber, OptIns marketing).

Structure (ApplicationArea + DataArea)

Comme tout BOD OAGIS, ShowCustomerParty empile une ApplicationArea d'enveloppe technique (Sender, BODID, CreationDateTime) et une DataArea métier qui contient le verbe et le noun.

  • CustomerPartyHeader + Location + Contact + PaymentTerms.
  • Classification — segment commercial.

Exemple XML

Payload OAGIS 10.x minimal, à titre didactique. Les éléments structurants (en-tête + au moins une ligne) sont obligatoires dans toute implémentation conforme.

xml ShowCustomerParty-OAGIS-10.xml
<?xml version="1.0" encoding="UTF-8"?>
<ShowCustomerParty
    xmlns="http://www.openapplications.org/oagis/10"
    releaseID="10.11" versionID="10.11">

  <ApplicationArea>
    <Sender>
      <LogicalID>ERP-CENTRAL-EU</LogicalID>
      <ComponentID>Master dataModule</ComponentID>
      <ConfirmationCode>OnError</ConfirmationCode>
    </Sender>
    <CreationDateTime>2026-05-15T10:15:00Z</CreationDateTime>
    <BODID>5a8f7d2e-2b15-4c1a-9e6f-showcustomerparty-2026-0014</BODID>
  </ApplicationArea>

  <DataArea>
    <Show/>
    <CustomerParty>
      <CustomerPartyHeader>
        <PartyIDs><ID>CUST-009912</ID></PartyIDs>
        <Name>ACME Manufacturing</Name>
      </CustomerPartyHeader>
      <Location>
        <Address>
          <Street>12 rue de la Paix</Street>
          <City>Paris</City>
          <PostalCode>75002</PostalCode>
          <Country>FR</Country>
        </Address>
      </Location>
    </CustomerParty>
  </DataArea>
</ShowCustomerParty>

Cas d'usage

L'ERP répond à GetCustomerParty par un ShowCustomerParty : 1 fiche client avec 3 adresses, 5 contacts, conditions Net 45, segment Strategic. Le portail e-commerce pré-remplit le check-out.

Équivalences EDI

En passerelle EDI, ce BOD se mappe typiquement vers :

Pour aller plus loin

Dernière mise à jour: 15 mai 2026

Source officielle: OAGi — OAGIS 10.x — OAGi — OAGIS, distribution libre via oagi.org