diff --git a/ServerJob/JobOperations.cs b/ServerJob/JobOperations.cs index 5f9bfe8..a50508e 100644 --- a/ServerJob/JobOperations.cs +++ b/ServerJob/JobOperations.cs @@ -30,7 +30,7 @@ namespace raven_integration String jobId = a.ObjectResponse["jobId"].Value(); //Get a list of operations - a = await Util.GetAsync("ServerJob", await Util.GetTokenAsync("OpsAdminFull")); + a = await Util.GetAsync("JobOperations", await Util.GetTokenAsync("OpsAdminFull")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200); diff --git a/Translation/Translation.cs b/Translation/Translation.cs index 096c98a..876f672 100644 --- a/Translation/Translation.cs +++ b/Translation/Translation.cs @@ -49,7 +49,7 @@ namespace raven_integration List keys = new List(); - keys.AddRange(new string[] { "AddressType", "ClientName", "RateName", "WorkorderService" }); + keys.AddRange(new string[] { "AddressType", "CustomerName", "RateName", "WorkOrder" }); dynamic d = new JObject(); d = JToken.FromObject(keys);