GET api/2.0/crm/invoice/filter
Returns a list of invoices matching the parameters specified in the request.
Name |
Description |
Type |
Example |
status
sent in url
|
Invoice status
optional
|
ASC.CRM.Core.InvoiceStatus
|
|
issueDateFrom
sent in url
|
Invoice start issue date
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
issueDateTo
sent in url
|
Invoice end issue date
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
dueDateFrom
sent in url
|
Invoice start due date
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
dueDateTo
sent in url
|
Invoice end due date
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
entityType
sent in url
|
Invoice entity type
|
string
|
some text
|
entityid
sent in url
|
Invoice entity ID
|
number
|
1234
|
currency
sent in url
|
Invoice currency (abbreviation)
Allowed values: EUR, RUB etc. You can get the whole list of available currencies by api
|
string
|
some text
|
GET api/2.0/crm/invoice/filter?issueDateFrom=2008-04-10T06-30-00.000Z&issueDateTo=2008-04-10T06-30-00.000Z&dueDateFrom=2008-04-10T06-30-00.000Z&dueDateTo=2008-04-10T06-30-00.000Z&entityType=some+text&entityid=1234¤cy=some+text
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json