purchaseordersummaryreportExportexcelxlsxPost method

Implementation

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

  return _purchaseordersummaryreportExportexcelxlsxPost(body: body);
}