This commit is contained in:
2026-02-26 07:56:10 -08:00
parent f323074602
commit f87ef70aae
7 changed files with 172 additions and 226 deletions

View File

@@ -21,19 +21,7 @@ namespace raven_integration
public async Task ObjectLogWorks()
{
//CRUD a project and confirm it logs properly
//http://localhost:7575/api/v8.0/event-log/userlog?AyType=3&AyId=1
//http://localhost:7575/api/v8.0/event-log/objectlog?AyType=2&AyId=242
//http://localhost:7575/api/v8.0/event-log/userlog?AyType=3&AyId=1&StartDate=2018-08-23&EndDate=2018-08-24
//dynamic w = new JObject();
// w.name = Util.Uniquify("EventLog Test Project");
// w.notes = "blah";
// w.created = DateTime.Now.ToString();
// w.dollarAmount = 2.22m;
// w.active = true;
// w.usertype = 1;
var projectName = Util.Uniquify("EventLogTestProject");
var dateStarted = DateTime.Now.ToString("o");
var payload = $$"""