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.
Quick Navigation
Supported AdjustmentsAdjustment Execution
Adjustment Deletion
Execution Status
Supported Adjustments
Endpoint:/adjustments/supportedMethod :
GETExample endpoint: http://localhost:10010/risk-activepivot/services/rest/v3/adjustments/supported Result is a serialized array of
SupportedAdjustmentDTOs
Example Result:
Adjustment Execution
Endpoint:/adjustments/executeMethod :
POSTExample endpoint: http://localhost:10010/risk-activepivot/services/rest/v3/adjustments/execute Body is a serialized
AdjustmentRequestDTO
Example Body:
"PNL_ADD_ON_0"
Adjustment Deletion
Endpoint:/adjustments/deleteMethod :
POSTExample endpoint: http://localhost:10010/risk-activepivot/services/rest/v3/adjustments/delete Body is a serialized
AdjustmentDeletionRequestDTO
Example Body:
"PNL_DELETION_0"
Execution Status
Endpoint:adjustments/executionStatus?executionId=<_execution_Id_> Method :
GETExample endpoint: http://localhost:10010/risk-activepivot/services/rest/v3/adjustments/executionStatus?executionId=PNL_ADD_ON_0 Example Result: