This commit is contained in:
2019-07-02 18:57:40 +00:00
parent d297e27496
commit 077f8bf9f0
4 changed files with 79 additions and 16 deletions

View File

@@ -26,6 +26,9 @@ namespace raven_integration
D1.roles = 0;//norole
D1.localeId = 1;//random locale
D1.userType = 3;//non scheduleable
//Required by form custom rules
D1.notes = "notes";
D1.customFields = Util.UserRequiredCustomFieldsJsonString();
ApiResponse R = await Util.PostAsync("User", await Util.GetTokenAsync("manager", "l3tm3in"), D1.ToString());
Util.ValidateDataReturnResponseOk(R);