Click or drag to resize

IWsCommonJsonpSetNewDeviceId Method

Namespace:  Aruba.Cloud.WsCommon
Assembly:  Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetNewDeviceId/{jsonp}/{username}/{token}/?olddeviceId={oldDeviceId}&newdeviceid={newDeviceId}&os={osType}")]
Stream SetNewDeviceId(
	string jsonp,
	string username,
	string token,
	string oldDeviceId,
	string newDeviceId,
	string osType
)

Parameters

jsonp
Type: SystemString
username
Type: SystemString
token
Type: SystemString
oldDeviceId
Type: SystemString
newDeviceId
Type: SystemString
osType
Type: SystemString

Return Value

Type: Stream
See Also