This commit is contained in:
@@ -30,7 +30,7 @@ namespace raven_integration
|
||||
String jobId = a.ObjectResponse["jobId"].Value<String>();
|
||||
|
||||
//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);
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace raven_integration
|
||||
|
||||
|
||||
List<string> keys = new List<string>();
|
||||
keys.AddRange(new string[] { "AddressType", "ClientName", "RateName", "WorkorderService" });
|
||||
keys.AddRange(new string[] { "AddressType", "CustomerName", "RateName", "WorkOrder" });
|
||||
dynamic d = new JObject();
|
||||
|
||||
d = JToken.FromObject(keys);
|
||||
|
||||
Reference in New Issue
Block a user