departmentlocationGet method
Future<Response<FwStandardModelsFwQueryResponseWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic> >
departmentlocationGet({})
@param pageno @param pagesize @param sort @param filter @param departmentid @param locationid @param warehouseid
Implementation
Future<
chopper.Response<
FwStandardModelsFwQueryResponseWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic>>
departmentlocationGet({
int? pageno,
int? pagesize,
String? sort,
List<FwStandardModelsFwQueryFilter>? filter,
String? departmentid,
String? locationid,
String? warehouseid,
}) {
generatedMapping.putIfAbsent(
FwStandardModelsFwQueryResponseWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic,
() =>
FwStandardModelsFwQueryResponseWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic
.fromJsonFactory);
return _departmentlocationGet(
pageno: pageno,
pagesize: pagesize,
sort: sort,
filter: filter,
departmentid: departmentid,
locationid: locationid,
warehouseid: warehouseid);
}