DELETE api/2.0/crm/invoice
Deletes the group of invoices with the IDs specified in the request
Name |
Description |
Type |
Example |
invoiceids
sent in body
|
Invoice ID list
|
Collection of numbers
collection
|
1234
|
DELETE api/2.0/crm/invoice
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"invoiceids": [
1234
]
}