Message that Contains Outside Processing (OSP)
INSERT INTO erp_integration_inbound_messages (Inserted_Date, Message_Type, Media_Type, Message, Inserted_By)
VALUES (GETUTCDATE(),’OSP’, 'application/json', '{MLID}', '<username>')
where
{MLID} is a JSON document that specifies the OSP. For a sample MLID that contains an
OSP, refer to JSON Outside Processing Master Import Document.If you want to
send a B2MML document, replace application/json
with
application/b2mml
.
Inbound messages that contain OSP are added to the integration database using Microsoft SQL Server 2016 or later.