Message that Contains a Material

INSERT INTO erp_integration_inbound_messages (Inserted_Date, Message_Type, Media_Type, Message, Inserted_By)
VALUES (GETUTCDATE(),'material', 'application/json', '{MMID}', '<username>')
where {MMID} is a JSON document that specifies the material. For a sample MMID, refer to JSON Material Master Import Document (MMID).

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.