Table of Contents

Method GetPendingOrdersExportability

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

GetPendingOrdersExportability()

[OperationContract]
[FaultContract(typeof(DbFaultContract))]
[SwaggerWcfTag("Orders", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Get the basic order exportability information for all pending orders", Description = "Returns the list of remaining tasks and the estimated time required for the completion of all pending orders.")]
[WebGet(UriTemplate = "/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))]
OrderReadinessContract[] GetPendingOrdersExportability()

Returns

OrderReadinessContract[]