This commit is contained in:
@@ -31,7 +31,7 @@ namespace raven_integration
|
||||
w.created = DateTime.Now.ToString();
|
||||
w.dollarAmount = 2.22m;
|
||||
w.active = true;
|
||||
w.roles = 0;
|
||||
w.usertype = 1;
|
||||
|
||||
ApiResponse r2 = await Util.PostAsync("Widget", await Util.GetTokenAsync("InventoryFull"), w.ToString());
|
||||
Util.ValidateDataReturnResponseOk(r2);
|
||||
|
||||
Reference in New Issue
Block a user