invoiceprocessbatchExportexcelxlsxPost method

Future<Response<FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult>> invoiceprocessbatchExportexcelxlsxPost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

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

  return _invoiceprocessbatchExportexcelxlsxPost(body: body);
}