When trying to use CustomerSearch on Phone im running into the error
Fortnox.SDK.Exceptions.FortnoxApiException: 'Request failed: Ogiltig parameter i anropet.'
This is the current code im trying. All other parameters seems to work but as soon as im trying to search by phone it throws exception
When trying to use CustomerSearch on Phone im running into the error
Fortnox.SDK.Exceptions.FortnoxApiException: 'Request failed: Ogiltig parameter i anropet.'
This is the current code im trying. All other parameters seems to work but as soon as im trying to search by phone it throws exception
var customerSubset = await CustomerConnector.FindAsync(new CustomerSearch() { Phone1 = "0704455667" });
Has anyone stumbled across the same issue?