POST api/2.0/portal/payment/request
Sends a request for portal payment.
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
|
|
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"
}
This method doesn't return any data.