Returning tech profile id

Change-Id: Ic56d0ce165c78c4bd8b51dde4ab3fbe72628c48c
diff --git a/sadisTypes.go b/sadisTypes.go
index 5bf1213..ba78ee2 100644
--- a/sadisTypes.go
+++ b/sadisTypes.go
@@ -35,6 +35,7 @@
 	RemoteID                   string `json:"remoteId"`
 	UpstreamBandwidthProfile   string `json:"upstreamBandwidthProfile"`
 	DownstreamBandwidthProfile string `json:"downstreamBandwidthProfile"`
+	TechnologyProfileID        int    `json:"technologyProfileId"`
 }
 
 /*