Click or drag to resize

IJsonpWsEndUserSetSendAssistanceRequest Method

This method should be used when an user wants to send a previously inserted request in Draft status to the assistance team. After successful execution of the method of assistance team will take care of the request.

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 = "SetSendAssistanceRequest/{jsonp}/{userName}/{token}/{requestID}")]
Stream SetSendAssistanceRequest(
	string jsonp,
	string userName,
	string token,
	string requestID
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
requestID
Type: SystemString

Return Value

Type: Stream
Examples