physicalinventoryreconciliationreportRunreportPost method

Implementation

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

  return _physicalinventoryreconciliationreportRunreportPost(body: body);
}