Xero-Java
Xero-Java copied to clipboard
Not able to find contact if name contains double quotes
SDK you're using (please complete the following information):
- Version 4.26.0
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
PETOSS-332
Thanks for raising an issue, a ticket has been created to track your request