lostcontractreportRunreportPost method

Implementation

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

  return _lostcontractreportRunreportPost(body: body);
}