Extend the BRM REST Services Manager Framework
You can use the BRM REST Services Manager SDK to extend the REST framework with customizations that meet your business requirements, including:
-
General extensions: Add request query parameters, extend the request payload with additional attributes, or include extra attributes in the response payload. See:
-
Advanced request and response processing: Perform advanced data transformations or call multiple opcodes within custom flows. See:
-
Custom workflow manipulation: Customize BRM REST Services Manager to call different BRM opcodes for data retrieval or persistence. Use this type of customization if you have implemented a custom opcode that provides alternate business logic not available in standard policy opcodes. Make these extensions in your Java extension project.
-
Add custom endpoints: Add new endpoints to the REST API, such as implementing a custom PartyAccount endpoint for the TMF666 Account Management API.
To set up the extended framework, see "Setting Up Extensions".