GetAnalysisByUserCode 1.X-2.X
Summary
Retrieves an analysis for the entire food identified by the specified userCode value if it is published.
Note: If you are upgrading to Gen API 3.1 (or later) you will want to reference this page.
Examples
Query food analysis for user code
var binding = new WSHttpBinding();
binding.Security.Mode = SecurityMode.None;
var endpoint = new EndpointAddress("http://eshademo.cloudapp.net/soap/foodqueryservice.svc");
IFoodAnalysisQueryService fs = new FoodAnalysisQueryServiceClient(binding, endpoint);
var food = fs.GetFoodByUserCode(new FoodMetadataRequest { UserCode = "1" });
, multiple selections available, Use left or right arrow keys to navigate selected items
Clicking links may navigate you away from the Trustwell site.