How do I filter records based on DATE in OData API in Business Central.
I have a API where I need to filter on postingdate. However when tried eq, gt, lt the result is not filtering properly.
Eg : http://xxx:7048/BC220/api/v2.0/companies(xxxx)/journals(xxx)/journalLines?$filter=postingDate eq 2024-01-10
Above API is not returning any records. However record is available for the mentioned posting date.
Thank