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