From e85b04ce76c569d35d4e225551765326b21a8665 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 25 Nov 2020 18:49:59 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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...