The OData filter function
It is possible to get OData to return selected data only by using a filter.
For example, for a debtor: https://odata.uniconta.com/odata/DebtorClient?$filter=Account eq ‚1101798‘
For example, for debtor transactions for a certain date range: https://odata.uniconta.com/odata/DebtorTransClient?$filter=Date ge datetime’2016-01-01T00:00:00′ and Date le datetime’2016-12-31T00:00:00′
Referencing Different Data Types in Filter Expressions
The appropriate notation for different data types must be used with filter expressions. | Go to: |