Table of Contents

Method GetCommandReadiness

Namespace
Everest.Service.Orders
Assembly
Everest.Service.dll

GetCommandReadiness(string)

[OperationContract]
[FaultContract(typeof(DbFaultContract))]
[SwaggerWcfTag("Orders", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Get the basic order exportability information for all orders of a given command", Description = "Returns the list of remaining tasks and the estimated time required for the completion of the associated orders.")]
[WebGet(UriTemplate = "/Command/{commandNumber}/Exportability", ResponseFormat = WebMessageFormat.Json)]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.OK, Description = "Success")]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.InternalServerError, Description = "An unexpected error occurred while processing the request.", Type = typeof(JsonErrorMessage))]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.BadRequest, Description = "Fault exception", Type = typeof(JsonErrorMessage))]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.NotFound, Description = "No match found for provided commandNumber", Type = typeof(JsonErrorMessage))]
OrderReadinessContract[] GetCommandReadiness(string commandNumber)

Parameters

commandNumber string

Returns

OrderReadinessContract[]