POST api/2.0/portal/payment/request This function requires authentication

Description

Sends a request for portal payment.

Parameters
Name Description Type Example
UserName
sent in body
Username System.String
Email
sent in body
Email address System.String
Message
sent in body
Message System.String
Example
POST api/2.0/portal/payment/request
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "UserName": "some text",
  "Email": "some text",
  "Message": "some text"
}
Returns

This method doesn't return any data.