You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm strange, when I use the filter method, I get an 400 error:
Error 400: Operator 'eq' incompatible with operand types 'System.Guid' and 'System.String' at position 8.
When I do:
$purchaseInvoice->filter($purchaseInvoiceID, '', 'EntryID, Document');
This error comes up:
Error 400: No property 'c319fc7b' exists in type 'Exact.Web.Api.Models.PurchaseEntry' at position 0.
Don't know where c319fc7b comes from and it changes every request.
When I want to update a purchaseEntry with a newly uploaded document, I get this following error:
Error 400: Please add a $select or a $top=1 statement to the query string.
I'm using this lines to fetch the right purchaseEntry.
When I change the find() function in Findable.php like this:
Using this, it seems to work.
The text was updated successfully, but these errors were encountered: