Strategy Maintenance Service REST Endpoints

Strategy Services/Strategy Maintenance Service
This service is used for performing various actions related to Strategy Maintenance.
Add New Strategy
Method: post
Path: /api/1.0/strategymaintenance
Authorize Strategy by Given ID
Method: patch
Path: /api/1.0/strategymaintenance/{id}/approve
Close Strategy by Given ID
Method: patch
Path: /api/1.0/strategymaintenance/{id}/close
Delete Strategy Identified by Given ID
Method: delete
Path: /api/1.0/strategymaintenance/{id}
Get All Valid Strategies
Method: get
Path: /api/1.0/strategymaintenance
Reopen Strategy by Given ID
Method: patch
Path: /api/1.0/strategymaintenance/{id}/reopen
Retrieve Strategy by Given ID
Method: get
Path: /api/1.0/strategymaintenance/{id}/history
Retrieve Strategy by Given ID
Method: get
Path: /api/1.0/strategymaintenance/{id}/unauthorized
Retrieve the Strategy by ID
Method: get
Path: /api/1.0/strategymaintenance/{id}
Retrieve Workflow Status by Given Workflow code.
Method: get
Path: /api/1.0/strategymaintenance/getWorkflow/{taskCd}
Update Existing Strategy
Method: put
Path: /api/1.0/strategymaintenance/{id}