diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 8756918..06fec26 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -666,7 +666,7 @@ namespace AyaNova.PlugIn.V8 if (ShouldExportCustom) d.customFields = CustomFieldData(c, DateCustomFields); - var rMainObject = await util.PostAsync("Customer", d.ToString()); + var rMainObject = await util.PostAsync("customer", d.ToString()); long RavenId = util.IdFromResponse(rMainObject); AddMap(c.ID, RavenId); @@ -1543,7 +1543,7 @@ namespace AyaNova.PlugIn.V8 dwi.notes = "Summary:\n" + wi.Summary + "TechNotes: \n" + wi.TechNotes; - await util.PostAsync("workorders/items", dwi.ToString()); + await util.PostAsync("workorder/items", dwi.ToString()); //and rest of tree below here...