discountitemValidatelaborinventoryBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> discountitemValidatelaborinventoryBrowsePost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
discountitemValidatelaborinventoryBrowsePost({
  required FwStandardModelsBrowseRequest? body,
}) {
  generatedMapping.putIfAbsent(
    FwStandardSqlServerFwJsonDataTable,
    () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
  );

  return _discountitemValidatelaborinventoryBrowsePost(body: body);
}