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 SyncSupplierParty — Sync Supplier Party

SyncSupplierParty — Sync Supplier Party

BOD OAGIS combinant le verbe Sync et le noun SupplierParty. É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 SyncSupplierParty diffuse le référentiel fournisseur entre systèmes (P2P, ERP, RegTech, KYC). Il porte les attributs d'identification, adresse, certifications, conditions de paiement, segments d'achat.

Structure (ApplicationArea + DataArea)

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

  • SupplierPartyHeader — PartyID, statut, dates de cycle de vie.
  • Certifications — ISO, RSE, secteur réglementé.
  • PaymentTerms — délais standards.

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 SyncSupplierParty-OAGIS-10.xml
<?xml version="1.0" encoding="UTF-8"?>
<SyncSupplierParty
    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-syncsupplierparty-2026-0014</BODID>
  </ApplicationArea>

  <DataArea>
    <Sync>
      <ActionCriteria>
        <ActionExpression actionCode="Change"/>
      </ActionCriteria>
    </Sync>
    <SupplierParty>
      <SupplierPartyHeader>
        <PartyIDs><ID>5790000123456</ID></PartyIDs>
        <Name>Northern Components</Name>
        <Status>Active</Status>
      </SupplierPartyHeader>
      <Certifications>
        <Certification><Code>ISO9001</Code></Certification>
      </Certifications>
    </SupplierParty>
  </DataArea>
</SyncSupplierParty>

Cas d'usage

Une plateforme P2P centralise le référentiel fournisseur et le diffuse aux 12 ERP du groupe via SyncSupplierParty hebdomadaire. Tout fournisseur certifié ISO 9001 dans la semaine est diffusé en actionCode=Change vers tous les ERP.

É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