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