PUT api/2.0/crm/invoice/settings/name
Saves the default settings for invoice number specified in the request.
Name |
Description |
Type |
Example |
autogenerated
sent in body
|
Defines if the default invoice number is autogenerated or not
|
Bool value
|
true
|
prefix
sent in body
|
Invoice prefix
|
string
|
some text
|
number
sent in body
|
Invoice number
|
string
|
some text
|
PUT api/2.0/crm/invoice/settings/name
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"autogenerated": true,
"prefix": "some text",
"number": "some text"
}