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