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