Message that Contains a Tool

INSERT INTO erp.erp_integration_inbound_messages
(Inserted_Date, Message_Type, Media_Type, Message,
Inserted_By)
VALUES (GETUTCDATE(),'Tool', 'application/json',
'{TOOLJSON}', '<username>')

where {TID} is a JSON document that specifies the tool. For a sample TID, refer to JSON Tools Import Document (TID). If you want to send a B2MML document, replace application/json with application/xml.

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