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