| | |
| | | "ReturnTypes": [] |
| | | }, |
| | | { |
| | | "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController", |
| | | "Method": "CreateManualTask", |
| | | "RelativePath": "api/Task/CreateManualTask", |
| | | "HttpMethod": "POST", |
| | | "IsController": true, |
| | | "Order": 0, |
| | | "Parameters": [ |
| | | { |
| | | "Name": "dt_Task", |
| | | "Type": "WIDESEAWCS_Model.Models.Dt_Task", |
| | | "IsRequired": true |
| | | } |
| | | ], |
| | | "ReturnTypes": [ |
| | | { |
| | | "Type": "WIDESEAWCS_Core.WebResponseContent", |
| | | "MediaTypes": [ |
| | | "text/plain", |
| | | "application/json", |
| | | "text/json" |
| | | ], |
| | | "StatusCode": 200 |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]", |
| | | "Method": "Del", |
| | | "RelativePath": "api/Task/Del", |
| | |
| | | }, |
| | | { |
| | | "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController", |
| | | "Method": "TaskCancel", |
| | | "RelativePath": "api/Task/TaskCancel", |
| | | "HttpMethod": "POST", |
| | | "IsController": true, |
| | | "Order": 0, |
| | | "Parameters": [ |
| | | { |
| | | "Name": "taskNum", |
| | | "Type": "System.Int32", |
| | | "IsRequired": false |
| | | } |
| | | ], |
| | | "ReturnTypes": [ |
| | | { |
| | | "Type": "WIDESEAWCS_Core.WebResponseContent", |
| | | "MediaTypes": [ |
| | | "text/plain", |
| | | "application/json", |
| | | "text/json" |
| | | ], |
| | | "StatusCode": 200 |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController", |
| | | "Method": "TaskHandCompleted", |
| | | "RelativePath": "api/Task/TaskHandCompleted", |
| | | "HttpMethod": "POST", |
| | | "IsController": true, |
| | | "Order": 0, |
| | | "Parameters": [ |
| | | { |
| | | "Name": "taskNum", |
| | | "Type": "System.Int32", |
| | | "IsRequired": false |
| | | } |
| | | ], |
| | | "ReturnTypes": [ |
| | | { |
| | | "Type": "WIDESEAWCS_Core.WebResponseContent", |
| | | "MediaTypes": [ |
| | | "text/plain", |
| | | "application/json", |
| | | "text/json" |
| | | ], |
| | | "StatusCode": 200 |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController", |
| | | "Method": "TaskStatusRecovery", |
| | | "RelativePath": "api/Task/TaskStatusRecovery", |
| | | "HttpMethod": "POST", |