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