discountitemValidatecategoryBrowsePost method

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

Implementation

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

  return _discountitemValidatecategoryBrowsePost(body: body);
}