Skip to main content

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:
Result is the execution ID Example Result: "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:
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/mr-application/services/rest/v3/adjustments/executionStatus?executionId=PNL\_ADD\_ON\_0 Example Result: