exchangecontractreportRunreportPost method

Implementation

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

  return _exchangecontractreportRunreportPost(body: body);
}