Hi Team,
I want to Use two filters in API Date and Time both Columns need to be filter but it filter till date but when i try to mention time it gives me error
https://api.businesscentral.dynamics.com/v2.0/xxxxxxxxxxxxxxxxxxxxxxxx/Production/ODataV4/Company('HB%20POS')/TransactionRegister/?$filter=Date eq 2025-03-11
above is my API for Use and Till Date API it is working Fine But after using Time Column to Be filtered getting this Error
{
"error": {
"code": "BadRequest",
"message": "A binary operator with incompatible types was detected. Found operand types 'Edm.String' and 'Edm.TimeOfDay' for operator kind 'Equal'. CorrelationId: bb17c4ac-ad41-4410-837b-4e90684cd0c9."
}
}
Regards,
Shahrukh khan