I've created custom Sales Header Page and Sales Line Page to extract data using Web Services in ODataV4.
I want to apply filters I tried applying filters as follows
giving error: 'Unable to convert value to Date'
giving error: A binary operator with incompatible types was detected. Found operand types 'Edm.Date' and 'Edm.String' for operator kind 'Equal'
I'm wondering if these filters are available for Web Services or API in BC?
And also what exactly is the difference between API and WebService(ODataV4) as I've found few differences like Parent-Child relationship and complex data types.