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