Get Started
API backend
API system
More information

PUT api/2.0/portal/payment/update This function requires authentication

Description

Updates the quantity of payment.

Parameters
Name Description Type Example
Quantity
sent in body
The quantity of payment System.Collections.Generic.Dictionary{System.String
BackUrl
sent in body
Back URL System.String
Example
PUT api/2.0/portal/payment/update
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "BackUrl": "some text"
}
Returns

Boolean value: true if the operation is successful