REST Error - Expected literal type token but found token 'EPIC06'

Getting the following Error while trying to a update Customer using rest api.
{“HttpStatus”:500,“ReasonPhrase”:“REST Api Exception”,“ErrorMessage”:“Expected literal type token but found token ‘EPIC06’.”,“ErrorType”:“Microsoft.Data.OData.ODataException”} any idea? cc @josecgomez

What’s the call?

The values for COmpany need to be quoted.

thank you resolved. I was tried with double quote but it should be single quote.

Welcome to learning a whole new SQL Language. OData at least is something that is not throw away knowledge. It is a standard and used in many products. It is a mindshift some days that makes you bang your head against the keyboard when you realize the syntax error.

Good Luck!