cancel
Showing results for 
Search instead for 
Did you mean: 

OData api not run in postman

vicky_98
Discoverer
0 Kudos
<?xml version='1.0' encoding='UTF-8'?>
    <code>BAD_REQUEST</code>
    <message xml:lang="en">Invalid filter expression: 'emailid Abul@'gmail.com*''.</message>
</error>
Sandra_Rossi
Active Contributor
0 Kudos
Posting the error message only is not sufficient. You should indicate what you exactly do to obtain this message, what the people should do to reproduce your issue.
Sandra_Rossi
Active Contributor
0 Kudos
The error message is saying that your filter expression is invalid. Please show your filter expression and explain what you want to achieve. I hope you understand what I mean.

Accepted Solutions (1)

Accepted Solutions (1)

vicky_98
Discoverer
0 Kudos

if i try to hit odata api in postman with authentication im facing this response 

<?xml version='1.0' encoding='UTF-8'?>
    <code>BAD_REQUEST</code>
    <message xml:lang="en">Invalid filter expression: 'emailid Abul@'gmail.com*''.</message>
</error>
Sandra_Rossi
Active Contributor
0 Kudos
Don't post a solution, please edit your question instead.

Answers (0)