- Subcategories:
- B2B Location Assignments
- Email Properties
- Large Object (LOB) Attributes - Payload Template
- Large Object (LOB) Attributes - XSL File
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: postPath:
/fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions
- Delete one message definition
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}
- Export the message transformation package
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/action/exportPackage
- Get all message definitions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions
- Get one message definition
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}
- Update one message definition
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/b2bMessageDefinitions/{MessageId}