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