This commit is contained in:
2020-03-18 15:45:40 +00:00
parent bc5e21ac6b
commit e450e7bc34
7 changed files with 103 additions and 49 deletions

View File

@@ -40,7 +40,7 @@ namespace raven_integration
D.login = Util.Uniquify("LOGIN");
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.localeId = 1;//random locale
D.userType = 3;//non scheduleable
a = await Util.PostAsync("User", await Util.GetTokenAsync("manager", "l3tm3in"), D.ToString());
@@ -57,7 +57,7 @@ namespace raven_integration
D.login = Util.Uniquify("LOGIN");
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.localeId = 1;//random locale
D.userType = 3;//non scheduleable
a = await Util.PostAsync("User", await Util.GetTokenAsync("manager", "l3tm3in"), D.ToString());
@@ -194,7 +194,7 @@ namespace raven_integration
D.login = Util.Uniquify("LOGIN");
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.localeId = 1;//random locale
D.userType = 3;//non scheduleable
D.customFields = Util.UserRequiredCustomFieldsJsonString();
@@ -258,7 +258,7 @@ namespace raven_integration
D.login = Util.Uniquify("LOGIN");
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.localeId = 1;//random locale
D.userType = 3;//non scheduleable
D.customFields = Util.UserRequiredCustomFieldsJsonString();
@@ -324,7 +324,7 @@ namespace raven_integration
D.login = Util.Uniquify("LOGIN");
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.localeId = 1;//random locale
D.userType = 3;//non scheduleable
D.customFields = Util.UserRequiredCustomFieldsJsonString();
@@ -423,7 +423,7 @@ namespace raven_integration
D.login = Util.Uniquify("LOGIN");
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.localeId = 1;//random locale
D.userType = 3;//non scheduleable
D.customFields = Util.UserRequiredCustomFieldsJsonString();