Interaction Context Enrichments REST Endpoints

Administration/Interaction Context Enrichments
Captures the operations that create or update a routing interaction context. Such a context is a short-lived map of information that is retained in an in-memory cache as part of the Industries Framework. In case a routing target specifies that it requires the publishing of a key/value pair on the context, Industries Framework automatically extracts the relevant information from the request and response and either creates or updates such an interaction context. The call to the request source is then receiving the ID of the interaction context via the ORA-INTERACTION-CTX custom HTTP header.
Create an interaction context enrichment
Method: post
Path: /admin/interactionContextEnrichments
Delete an interaction context enrichment
Method: delete
Path: /admin/interactionContextEnrichments/{id}
Get all interaction context enrichments
Method: get
Path: /admin/interactionContextEnrichments
Get an interaction context enrichment
Method: get
Path: /admin/interactionContextEnrichments/{id}
Replace an interaction context enrichment
Method: put
Path: /admin/interactionContextEnrichments/{id}
Update an interaction context enrichment
Method: patch
Path: /admin/interactionContextEnrichments/{id}