inventoryattributevalueValidateattributevalueBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> inventoryattributevalueValidateattributevalueBrowsePost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
    inventoryattributevalueValidateattributevalueBrowsePost(
        {required FwStandardModelsBrowseRequest? body}) {
  generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
      () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);

  return _inventoryattributevalueValidateattributevalueBrowsePost(body: body);
}