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