- Subcategories:
- Domain Value Maps
- Message Processing Rules
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: postPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/inboundCollaborationMessages
- Delete one inbound collaboration message
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/inboundCollaborationMessages/{PartnerMessageId}
- Get all inbound messages
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/inboundCollaborationMessages
- Get one inbound collaboration message
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/inboundCollaborationMessages/{PartnerMessageId}
- Update one inbound collaboration message
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/b2bTradingPartners/{TradingPartnerId}/child/inboundCollaborationMessages/{PartnerMessageId}