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