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