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