This commit is contained in:
@@ -666,7 +666,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
if (ShouldExportCustom)
|
if (ShouldExportCustom)
|
||||||
d.customFields = CustomFieldData(c, DateCustomFields);
|
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);
|
long RavenId = util.IdFromResponse(rMainObject);
|
||||||
AddMap(c.ID, RavenId);
|
AddMap(c.ID, RavenId);
|
||||||
|
|
||||||
@@ -1543,7 +1543,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
dwi.notes = "Summary:\n" + wi.Summary + "TechNotes: \n" + wi.TechNotes;
|
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...
|
//and rest of tree below here...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user