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