orderchangereportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> orderchangereportPreviewGet()

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
orderchangereportPreviewGet() {
  generatedMapping.putIfAbsent(
    FwStandardSqlServerFwJsonDataTable,
    () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
  );

  return _orderchangereportPreviewGet();
}