- Subcategories:
- Domain Value Maps
- Message Processing Rules
Outbound Collaboration Messages REST Endpoints
SCM Common/B2B Trading Partners/Outbound Collaboration Messages
The Outbound Collaboration Messages resource gets the details of all the outbound messages that a trading partner receives from Oracle Collaboration Messaging Framework Cloud.
- Create outbound messages
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/outboundCollaborationMessages - Delete one outbound message
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/outboundCollaborationMessages/{PartnerMessageId} - Get all outbound messages
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/outboundCollaborationMessages - Get one outbound message
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/outboundCollaborationMessages/{PartnerMessageId} - Update one outbound message
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/outboundCollaborationMessages/{PartnerMessageId}