GET api/2.0/crm/invoice/filter
Returns the list of invoices matching the creteria specified in the request
Name |
Description |
Type |
Example |
status
sent in url
|
Invoice status
optional
|
ASC.CRM.Core.InvoiceStatus
|
|
issueDateFrom
sent in url
|
Invoice issue date from
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
issueDateTo
sent in url
|
Invoice issue date to
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
dueDateFrom
sent in url
|
Invoice due date from
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
dueDateTo
sent in url
|
Invoice due date to
|
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
|
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