Message that Contains a Process Order

INSERT INTO erp_integration_inbound_messages (Inserted_Date, Message_Type, Media_Type, Message, Inserted_By)
VALUES (GETUTCDATE(),'processOrder', 'application/json', '{POID}', '<username>')
where {POID} is a JSON document that specifies the process order. For a sample POID, refer to JSON Process Order Import Document (POID).

If you want to send a B2MML document, replace application/json with application/b2mml.

Inbound messages are added to the integration database using Microsoft SQL Server 2016 or later.