GET api/2.0/crm/{entityType}/invoicelist/{entityid}
Returns the list of all invoices associated with the entity with the ID and type specified in the request
Name |
Description |
Type |
Example |
entityType
sent in url
|
Invoice entity type
|
string
|
some text
|
entityid
sent in url
|
Invoice entity ID
|
number
|
1234
|
GET api/2.0/crm/some+text/invoicelist/1234
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json