activeorderswithuncontracteditemsreportRunreportPost method
Future<Response<WebApiDataAppReportResponse> >
activeorderswithuncontracteditemsreportRunreportPost({})
Implementation
Future<chopper.Response<WebApiDataAppReportResponse>>
activeorderswithuncontracteditemsreportRunreportPost({
required WebApiModulesReportsOrderReportsActiveOrdersWithUncontractedItemsReportActiveOrdersWithUncontractedItemsReportRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory,
);
return _activeorderswithuncontracteditemsreportRunreportPost(body: body);
}