PUT api/2.0/crm/invoice/settings/terms
Saves the default settings for invoice terms specified in the request.
Name |
Description |
Type |
Example |
terms
sent in body
|
Invoice terms
|
string
|
some text
|
PUT api/2.0/crm/invoice/settings/terms
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"terms": "some text"
}