warehouseinboundreportRunreportPost method

Implementation

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

  return _warehouseinboundreportRunreportPost(body: body);
}