Skip to main content

Quick Navigation

Supported Adjustments
Adjustment Execution
Adjustment Deletion
Execution Status

Supported Adjustments

Endpoint: /adjustments/supported
Method : GET
Example endpoint: http://localhost:10010/risk-activepivot/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/risk-activepivot/services/rest/v3/adjustments/execute
Body is a serialized AdjustmentRequestDTO Example Body:
Result is the execution ID Example Result:
"PNL_ADD_ON_0"

Adjustment Deletion

Endpoint: /adjustments/delete
Method : POST
Example endpoint: http://localhost:10010/risk-activepivot/services/rest/v3/adjustments/delete
Body is a serialized AdjustmentDeletionRequestDTO Example Body:
Result is the execution ID Example Result:
"PNL_DELETION_0"

Execution Status

Endpoint: adjustments/executionStatus?executionId=<_execution_Id_>
Method : GET
Example endpoint: http://localhost:10010/risk-activepivot/services/rest/v3/adjustments/executionStatus?executionId=PNL_ADD_ON_0
Example Result: