This commit is contained in:
2018-10-09 21:21:17 +00:00
parent d57422ef6a
commit f93cf3cc71

View File

@@ -544,9 +544,10 @@ namespace raven_integration
ApiResponse a = await Util.PostAsync("Widget", await Util.GetTokenAsync("manager", "l3tm3in"), D.ToString());
Util.ValidateDataReturnResponseOk(a);
long MatchWidgetInSerialId = a.ObjectResponse["result"]["id"].Value<long>();
var MatchWidgetSerial = a.ObjectResponse["result"]["serial"].Value<uint>();
//TODO: get this from the return object
string SerialSearch="99999999";
string SerialSearch=MatchWidgetInSerialId.ToString();;
//Now see if can find those objects with a phrase search