SyncReceivedDelivery — Received delivery (Sync)
OAGIS BOD combining the verb Sync and the noun ReceivedDelivery. Business cornerstone of the logistics domain in the OAGIS 10.x ecosystem.
BOD purpose
The SyncReceivedDelivery BOD broadcasts in publish mode the state of a received delivery (publish mode, vs Process in transactional mode). Used when a WMS publishes consolidated received-delivery state to multiple consumers (ERP, finance, quality).
Structure (ApplicationArea + DataArea)
As every OAGIS BOD, SyncReceivedDelivery stacks an
ApplicationArea technical envelope (Sender, BODID, CreationDateTime) and
a DataArea business payload containing the verb Sync
and the noun ReceivedDelivery.
XML example
Minimal OAGIS 10.x payload for didactic purposes. The structural elements (header + business line) are required in any conformant implementation.
<?xml version="1.0" encoding="UTF-8"?>
<SyncReceivedDelivery
xmlns="http://www.openapplications.org/oagis/10"
releaseID="10.11" versionID="10.11">
<ApplicationArea>
<Sender>
<LogicalID>ERP-CENTRAL-EU</LogicalID>
<ComponentID>LogisticsModule</ComponentID>
<ConfirmationCode>OnError</ConfirmationCode>
</Sender>
<CreationDateTime>2026-05-16T10:15:00Z</CreationDateTime>
<BODID>5a8f7d2e-2b15-4c1a-9e6f-syncreceiveddelivery-2026-0014</BODID>
</ApplicationArea>
<DataArea>
<Sync>
<ActionCriteria>
<ActionExpression actionCode="Add"/>
</ActionCriteria>
</Sync>
<ReceivedDelivery>
<ReceivedDeliveryHeader>
<DocumentID><ID>RDEL-2026-3128</ID></DocumentID>
<DocumentDateTime>2026-05-16T18:00:00Z</DocumentDateTime>
<ReceiptStatus>Completed</ReceiptStatus>
</ReceivedDeliveryHeader>
<ReceivedDeliveryLine>
<LineNumber>1</LineNumber>
<Item><ItemIDs><ID>RBC-2200</ID></ItemIDs></Item>
<Quantity unitCode="EA">240</Quantity>
</ReceivedDeliveryLine>
</ReceivedDelivery>
</DataArea>
</SyncReceivedDelivery> Use case
Acme's Manhattan Active WMS broadcasts each hour via SyncReceivedDelivery the state of the 218 received deliveries closed during the day toward SAP S/4HANA, Quality Center and the supplier portal.
EDI equivalents
- EDIFACT RECADV — EDIFACT equivalent (see EDIFACT on ediverse).
- X12 861 — Receiving Advice — X12 equivalent (see X12 on ediverse).
Further reading
- OAGi — OAGIS 10.x — official spec page and free download.
- OAGi (OAGIS) — hub on ediverse — BOD architecture, verbs, canonical model.
- EDIFACT on ediverse — comparison baseline for BODs with EDIFACT counterpart.
- X12 on ediverse — comparison baseline for BODs with X12 counterpart.