This commit is contained in:
2020-11-25 18:49:59 +00:00
parent 62072ef5f9
commit e85b04ce76

View File

@@ -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...