physicalinventoryexceptionreportRunreportPost method
Implementation
Future<chopper.Response<WebApiDataAppReportResponse>>
physicalinventoryexceptionreportRunreportPost(
{required WebApiModulesReportsPhysicalInventoryReportsPhysicalInventoryExceptionReportPhysicalInventoryExceptionReportRequest?
body}) {
generatedMapping.putIfAbsent(WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory);
return _physicalinventoryexceptionreportRunreportPost(body: body);
}