SDK you're using (please complete the following information):
Describe the bug
i have a xero contact: asd"asd'asd"
i try to use get contacts api to get it by where condition.
String where = "Name==\"asd\"asd'asd\"\""
String where = "Name==\"asd\\\"asd'asd\\\"\""
String where = "Name==\"asd\\\\\"asd'asd\\\\\"\""
both returning
{
"ErrorNumber": 16,
"Type": "QueryParseException",
"Message": "Syntax error"
}
Expected behavior
get contact