Message that Contains a Material Lot

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

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.