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