changeauditreportRunreportPost method

Implementation

Future<
    chopper.Response<
        WebApiDataAppReportResponse>> changeauditreportRunreportPost(
    {required WebApiModulesReportsChangeAuditReportsChangeAuditReportChangeAuditReportRequest?
        body}) {
  generatedMapping.putIfAbsent(WebApiDataAppReportResponse,
      () => WebApiDataAppReportResponse.fromJsonFactory);

  return _changeauditreportRunreportPost(body: body);
}