Click or drag to resize

IJsonpWsEndUserSetInsertAssistanceRequest Method

This method is aimed to insert an assistance request. User can specify subject, body of the request and optionally a virtual server involved. Request status will be “Draft” so the system will not send the request to the assistance team. User must insert email address, full name and phone number .

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 = "SetInsertAssistanceRequest/{jsonp}/{userName}/{token}?assistanceRequestSubject={assistanceRequestSubject}&assistanceRequestBody={assistanceRequestBody}&language={language}&virtualMachineID={virtualMachineID}&customerEmail={customerEmail}&customerFullName={customerFullName}&customerPhoneNumber={customerPhoneNumber}")]
Stream SetInsertAssistanceRequest(
	string jsonp,
	string userName,
	string token,
	string assistanceRequestSubject,
	string assistanceRequestBody,
	string language,
	string virtualMachineID,
	string customerEmail,
	string customerFullName,
	string customerPhoneNumber
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
assistanceRequestSubject
Type: SystemString
assistanceRequestBody
Type: SystemString
language
Type: SystemString
virtualMachineID
Type: SystemString
customerEmail
Type: SystemString
customerFullName
Type: SystemString
customerPhoneNumber
Type: SystemString

Return Value

Type: Stream
Examples