physicalinventorySerialcountedBrowsePost method
Future<Response<FwStandardSqlServerFwJsonDataTable> >
physicalinventorySerialcountedBrowsePost({
- required FwStandardModelsBrowseRequest? body,
Implementation
Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
physicalinventorySerialcountedBrowsePost({
required FwStandardModelsBrowseRequest? body,
}) {
generatedMapping.putIfAbsent(
FwStandardSqlServerFwJsonDataTable,
() => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
);
return _physicalinventorySerialcountedBrowsePost(body: body);
}