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