transfermanifestreportRunreportPost method

Implementation

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

  return _transfermanifestreportRunreportPost(body: body);
}