consignoritemsreportRunreportPost method

Implementation

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

  return _consignoritemsreportRunreportPost(body: body);
}