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