4648
This commit is contained in:
@@ -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 = $$"""
|
||||
|
||||
Reference in New Issue
Block a user