Click or drag to resize

IJsonPostWsEndUserSetSendAssistanceRequest 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]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)]
Stream SetSendAssistanceRequest(
	AssistanceRequestIdentifier request
)

Parameters

request
Type: Aruba.Cloud.WsEndUser.JsonAssistanceRequestIdentifier

Return Value

Type: Stream
Examples