inventorylocationtaxGet method
Future<Response<FwStandardModelsFwQueryResponseWebApiModulesHomeControlsInventoryLocationTaxInventoryLocationTaxLogic> >
inventorylocationtaxGet({
- int? pageno,
- int? pagesize,
- String? sort,
- List<
FwStandardModelsFwQueryFilter> ? filter,
@param pageno @param pagesize @param sort @param filter
Implementation
Future<
chopper.Response<
FwStandardModelsFwQueryResponseWebApiModulesHomeControlsInventoryLocationTaxInventoryLocationTaxLogic>>
inventorylocationtaxGet({
int? pageno,
int? pagesize,
String? sort,
List<FwStandardModelsFwQueryFilter>? filter,
}) {
generatedMapping.putIfAbsent(
FwStandardModelsFwQueryResponseWebApiModulesHomeControlsInventoryLocationTaxInventoryLocationTaxLogic,
() =>
FwStandardModelsFwQueryResponseWebApiModulesHomeControlsInventoryLocationTaxInventoryLocationTaxLogic
.fromJsonFactory);
return _inventorylocationtaxGet(
pageno: pageno, pagesize: pagesize, sort: sort, filter: filter);
}