inventoryreceiptsummaryreportRunreportPost method

Implementation

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

  return _inventoryreceiptsummaryreportRunreportPost(body: body);
}