rentalinventoryattributesreportExportexcelxlsxPost method

Implementation

Future<
        chopper.Response<
            FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult>>
    rentalinventoryattributesreportExportexcelxlsxPost(
        {required WebApiModulesReportsSharedInventoryAttributesReportInventoryAttributesReportRequest?
            body}) {
  generatedMapping.putIfAbsent(
      FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult,
      () =>
          FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
              .fromJsonFactory);

  return _rentalinventoryattributesreportExportexcelxlsxPost(body: body);
}