Send Support Request

Send Support Request

post

Sends a support request to Parallels support by email

Body
Attachmentstring · binaryOptional

The attachment to be sent to Parallels support

CompanystringOptional

Company of administrator requesting support

FullnamestringOptional

Full name of administrator requesting support

MessagestringOptional

The message query for support

SubjectstringOptional

Subject of request

Typestring · enumOptional

Support Type.

Possible values:
Responses
200
Success
application/json; api-version=1.0
post
POST /api/Support/SendSupportRequest HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 146

{
  "Attachment": "binary",
  "Company": "text",
  "Fullname": "text",
  "Message": "text",
  "Subject": "text",
  "Type": [
    "0 = Email",
    "1 = SaveToZip",
    "2 = SendReport"
  ]
}
{
  "reportId": "text"
}

Was this helpful?