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