diff --git a/v1/Application.cfc b/v1/Application.cfc
index 24fbc5f..63c828c 100644
--- a/v1/Application.cfc
+++ b/v1/Application.cfc
@@ -57,7 +57,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="svc-api";
- variables.framework.docs.APIVersion="0.196"; /*$ git config --global --unset user.password*/
+ variables.framework.docs.APIVersion="0.197"; /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
diff --git a/v1/resources/instance_operation_cfs_param.cfc b/v1/resources/instance_operation_cfs_param.cfc
index 66c1ecd..5e7e435 100644
--- a/v1/resources/instance_operation_cfs_param.cfc
+++ b/v1/resources/instance_operation_cfs_param.cfc
@@ -58,7 +58,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
sop.config::text as config
sop.state_path
e.service_id
- e.instance_uid
+ e.instance_uid::text as instance_uid
from instance_operation_cfs_param iop
join svc_operation_cfs_param sop on (iop.svc_operation_cfs_param_id=sop.svc_operation_cfs_param_id)
@@ -185,6 +185,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
+
@@ -192,7 +193,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
+
@@ -250,7 +251,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
+
@@ -291,7 +292,8 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
+
+
-
- select distinct r.resource_realm, r.sort
- from resource_realm r
- join resource_realm_access a on
- (r.resource_realm_id=a.resource_realm_id
- AND (a.contract_id=
- OR a.contract_id=0) /*0 means access to any contract*/
- AND a.is_enabled)
- join svc s on r.resource_realm_type_id=s.resource_realm_type_id
- where s.svc_id=
- order by r.sort, r.resource_realm
-
-
- --->
-
diff --git a/v1/resources/instance_operation_cfs_param_ls.cfc b/v1/resources/instance_operation_cfs_param_ls.cfc
index 0c72d58..e425034 100644
--- a/v1/resources/instance_operation_cfs_param_ls.cfc
+++ b/v1/resources/instance_operation_cfs_param_ls.cfc
@@ -284,7 +284,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
+