salesinventoryattributesreportExportexcelxlsxPost method

Implementation

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

  return _salesinventoryattributesreportExportexcelxlsxPost(body: body);
}