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

@@ -47,7 +47,7 @@ namespace raven_integration
d.created = DateTime.Now.ToString();
d.dollarAmount = 1.11m;
d.active = true;
d.roles = 0;
d.usertype = 1;
//BizAdminLimited user should not be able to create a widget, only read them
ApiResponse a = await Util.PostAsync("Widget", await Util.GetTokenAsync( "BizAdminLimited"), d.ToString());