Click or drag to resize

IJsonpWsEndUserGetCompanyByUrl Method

The method is used to retrieve Cloud comapny details according to thecustimized url of then Cloud techical panel

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetCompanyByUrl/{jsonp}/{userName}/{token}/{url}")]
Stream GetCompanyByUrl(
	string jsonp,
	string userName,
	string token,
	string url
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
url
Type: SystemString

Return Value

Type: Stream
Examples