salesrepresentativebillingreportExportexcelxlsxPost method

Implementation

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

  return _salesrepresentativebillingreportExportexcelxlsxPost(body: body);
}