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