rateupdatereportExportexcelxlsxPost method
Future<Response<FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult> >
rateupdatereportExportexcelxlsxPost({
- required WebApiModulesReportsRateUpdateReportRateUpdateReportRequest? body,
Implementation
Future<
chopper.Response<
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult>>
rateupdatereportExportexcelxlsxPost(
{required WebApiModulesReportsRateUpdateReportRateUpdateReportRequest?
body}) {
generatedMapping.putIfAbsent(
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult,
() =>
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
.fromJsonFactory);
return _rateupdatereportExportexcelxlsxPost(body: body);
}