Inbound Collaboration Messages REST Endpoints

SCM Common/B2B Trading Partners/Inbound Collaboration Messages
The Inbound Collaboration Messages resource gets the details of all the inbound messages that a trading partner sends to Oracle Collaboration Messaging Framework Cloud.
Create inbound messages
Method: post
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/inboundCollaborationMessages
Delete one inbound collaboration message
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/inboundCollaborationMessages/{PartnerMessageId}
Get all inbound messages
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/inboundCollaborationMessages
Get one inbound collaboration message
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/inboundCollaborationMessages/{PartnerMessageId}
Update one inbound collaboration message
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/inboundCollaborationMessages/{PartnerMessageId}