Message that Contains a Process Order
Inbound messages are added to the integration database using Microsoft SQL Server 2016 or higher.
Message that Contains a Process Order
INSERT INTO erp_integration_inbound_messages (Message_Type, Media_Type, Message, Inserted_By)
VALUES ('processOrder', 'application/json', '{POID}', '<user name>')
where {POID} is a JSON document that specifies the process order.