[OperationContract]
[FaultContract(typeof(DbFaultContract))]
[SwaggerWcfTag("Expeditions", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Retrieves a completed expeditions matching the provided search criteria", Description = "This result contains information about the expedition, including the expedition number, client code, date sent, invoice number, transport information, and the number of orders.")]
[WebInvoke(UriTemplate = "/Expeditions/Completed", Method = "POST", RequestFormat = WebMessageFormat.Json, 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))]
CompletedExpeditionSelectionResultContract[] FindCompletedExpeditions(CompletedExpeditionsSelectionCriteriaContract selectionCriteria)