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