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: postPath:
/api/1.0/strategymaintenance - Authorize Strategy by Given ID
- Method: patchPath:
/api/1.0/strategymaintenance/{id}/approve - Close Strategy by Given ID
- Method: patchPath:
/api/1.0/strategymaintenance/{id}/close - Delete Strategy Identified by Given ID
- Method: deletePath:
/api/1.0/strategymaintenance/{id} - Get All Valid Strategies
- Method: getPath:
/api/1.0/strategymaintenance - Reopen Strategy by Given ID
- Method: patchPath:
/api/1.0/strategymaintenance/{id}/reopen - Retrieve Strategy by Given ID
- Method: getPath:
/api/1.0/strategymaintenance/{id}/history - Retrieve Strategy by Given ID
- Method: getPath:
/api/1.0/strategymaintenance/{id}/unauthorized - Retrieve the Strategy by ID
- Method: getPath:
/api/1.0/strategymaintenance/{id} - Retrieve Workflow Status by Given Workflow code.
- Method: getPath:
/api/1.0/strategymaintenance/getWorkflow/{taskCd} - Update Existing Strategy
- Method: putPath:
/api/1.0/strategymaintenance/{id}