Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Supported Adjustments
Endpoint:/adjustments/supported
Method : GET
Example endpoint: http://localhost:10010/mr-application/services/rest/v3/adjustments/supported
Result is a serialized array of SupportedAdjustmentDTOs
Example Result:
Adjustment Execution
Endpoint:/adjustments/execute
Method : POST
Example endpoint: http://localhost:10010/mr-application/services/rest/v3/adjustments/execute
Body is a serialized AdjustmentRequestDTO
Example Body:
"PNL_ADD_ON_0"
Adjustment Deletion
Endpoint:/adjustments/delete
Method : POST
Example endpoint: http://localhost:10010/mr-application/services/rest/v3/adjustments/delete
Body is a serialized AdjustmentDeletionRequestDTO
Example Body:
"PNL_DELETION_0"
Execution Status
Endpoint:adjustments/executionStatus?executionId=<_execution_Id_>
Method : GET
Example endpoint: http://localhost:10010/mr-application/services/rest/v3/adjustments/executionStatus?executionId=PNL\_ADD\_ON\_0
Example Result: