B2B Message Definitions REST Endpoints

SCM Common/B2B Message Definitions
Details required to map the message format exchanged through the Collaboration Messaging Framework to the format used by Oracle applications. The mapping is specific to the message direction.
Create message definitions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions
Delete one message definition
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}
Export the message transformation package
Method: post
Path: /fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/action/exportPackage
Get all message definitions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions
Get one message definition
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}
Update one message definition
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}