[CORD-2639] Removing enodeb from profile

Change-Id: I826be4bb8fa8af58a24977ad7e100db99bc36d04
diff --git a/samples/README.md b/samples/README.md
index d75b705..0d3c2cf 100644
--- a/samples/README.md
+++ b/samples/README.md
@@ -26,4 +26,6 @@
 
 ```bash
 bash progran-curl.sh progran/progranserviceinstances profile.json
-```
\ No newline at end of file
+```
+
+curl -U xosadmin@opencord.org:bash -X PUT --data-binary @profile.json http://127.0.0.1:9101/xosapi/v1/progran/progranserviceinstances/4
\ No newline at end of file
diff --git a/samples/profile.json b/samples/profile.json
index d51a386..3ebb1c4 100644
--- a/samples/profile.json
+++ b/samples/profile.json
@@ -1,4 +1,3 @@
-
 {
   "name":"testcem",
   "DlSchedType":"RR",
@@ -12,5 +11,7 @@
   "SubsProfile":"",
   "DlWifiRate":13,
   "DlUeAllocRbRate":12,
-  "handover_id": 1
+  "handover_id": 1,
+  "id": 4,
+  "enodeb_id": 0
 }
\ No newline at end of file