Add support to create subscribers using the new xos/chameleon interfaces for subscribers and tenants.

Change-Id: Iefe5f85ce38a5a09a09888165e4070397b251ac1
diff --git a/src/test/cord-api/Framework/restApi.py b/src/test/cord-api/Framework/restApi.py
index 7eac08c..a948d05 100644
--- a/src/test/cord-api/Framework/restApi.py
+++ b/src/test/cord-api/Framework/restApi.py
@@ -77,7 +77,7 @@
         subscriberId = 0
         try:
             for jsonData in jsonDataList:
-                if jsonData["identity"]["account_num"] == str(accountNum):
+                if jsonData["service_specific_id"] == str(accountNum):
                     subscriberId = jsonData["id"]
                     break
             return str(subscriberId)
@@ -207,7 +207,7 @@
          }
 #input_dict1 = { "name" : "mysite_Test1", "site" : 1 , "creator" : 1}
 input_dict2 = {
- 
+
             "cdn_enable": "true",
             "uplink_speed": 1000000000,
             "downlink_speed": 1000000000,