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.
PIP 4B3 — Notifier une consommation

PIP 4B3 — Notifier une consommation

Choréographie RosettaNet du cluster 4, transportée en RNIF V02.00 et signée S/MIME. Maille opérationnelle entre Buyer et Seller dans la chaîne d'approvisionnement high-tech.

Objet du PIP

Le PIP 4B3 notifie une consommation d'inventaire dans le cadre d'un programme VMI (Vendor-Managed Inventory) ou consignation. Le buyer signale au seller la quantité consommée sur un emplacement donné, ce qui déclenche en aval un PIP 3A4 ou 3B12 de réapprovisionnement. Pas de confirmation métier.

Structure du message

La choréographie 4B3 suit le modèle d'action RosettaNet :

  • Action principale : Consumption Notification Action
  • Signal : Receipt Acknowledgment RNIF
  • Action de réponse : Receipt Acknowledgment

L'action est emballée dans une enveloppe RNIF V02.00 multipart MIME signée S/MIME. Voici une vue condensée de l'enveloppe :

text rnif-envelope-4B3.eml
MIME-Version: 1.0
Content-Type: multipart/related; type="application/xml";
  boundary="RN-BOUNDARY-2026"

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: RN-Preamble.xml

<Preamble xmlns="http://www.rosettanet.org/RNIF/V02.00">
  <standardName>RosettaNet</standardName>
  <standardVersion>V02.00</standardVersion>
</Preamble>

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: RN-ServiceHeader.xml

<ServiceHeader xmlns="http://www.rosettanet.org/RNIF/V02.00">
  <GlobalProcessIndicatorCode>4B3</GlobalProcessIndicatorCode>
</ServiceHeader>

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: Pip4B3ConsumptionNotification.xml

<!-- payload PIP 4B3 ci-dessus -->

--RN-BOUNDARY-2026--

Exemple XML simplifié

Payload PIP 4B3 minimal, à titre didactique. Les éléments structurants (fromRole, toRole, thisDocumentGenerationDateTime, et le bloc métier propre au PIP) sont obligatoires dans toute implémentation conforme.

xml pip-4B3.xml
<?xml version="1.0" encoding="UTF-8"?>
<Pip4B3ConsumptionNotification xmlns="http://www.rosettanet.org/PIP4B3">
  <fromRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>Buyer</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </fromRole>
  <toRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>Seller</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </toRole>
  <thisDocumentGenerationDateTime>
    <DateTimeStamp>20260516T101500Z</DateTimeStamp>
  </thisDocumentGenerationDateTime>
    <ConsumptionDocument>
      <consumptionIdentifier>
        <ProprietaryDocumentIdentifier>CONS-2026-D138-PEO</ProprietaryDocumentIdentifier>
      </consumptionIdentifier>
      <ConsumptionLineItem>
        <LineNumber><FreeFormText>1</FreeFormText></LineNumber>
        <ProductIdentification>
          <GlobalProductIdentifier>00614141222225</GlobalProductIdentifier>
        </ProductIdentification>
        <consumedQuantity>
          <ProductQuantity>320</ProductQuantity>
          <unitOfMeasure>EA</unitOfMeasure>
        </consumedQuantity>
        <consumptionLocation>
          <GlobalLocationIdentifier>0061414155551</GlobalLocationIdentifier>
        </consumptionLocation>
      </ConsumptionLineItem>
    </ConsumptionDocument>
</Pip4B3ConsumptionNotification>

Transport et acquittement

Cœur du standard : HTTPS POST sur endpoint partenaire ou AS2. Signature S/MIME et accusé Receipt Acknowledgment systématiques. Le PIP 4B3 est typiquement transporté en mode asynchrone.

Le canal d'acheminement est typiquement AS2 ou HTTPS direct (RNIF over HTTP). Pour un référentiel des couches de sécurité utilisées, voir la page AS2 sur ediverse.

Cas d'usage

Caterpillar notifie quotidiennement à Bosch via PIP 4B3 la consommation réelle de capteurs sur son site d'assemblage de Peoria, ce qui déclenche la suite de la chaîne d'approvisionnement consignation.

Pour aller plus loin