This commit is contained in:
2020-02-11 18:29:21 +00:00
parent 51f185f07b
commit dd484aed3a
8 changed files with 77 additions and 66 deletions

View File

@@ -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);