Decision Support System Ingest
DSS Ingest APIs
API specs to manage and facilitate data ingestion for decision support systems.
This API receives the Transaction Details JSON Request and passes it on to the Service Layer for further process of persisting into elastic search.
Body
dataContextstringOptional
context of the transactional data
dataContextVersionstringOptional
version of the context
dataObjectobjectOptional
this contains the transactional object
Responses
201
Response for Success State of the API
400
Invalid input.
post
/saveNo content
Last updated
Was this helpful?