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
Hi,
I've been tryin to add a salesinvoice in the same way you are doing it in the example, only by hardcoded ID's and stuff. Did you manage to get an invoice added?
The exception i get is :
{ "error": { "code": "", "message": { "lang": "", "value": "Verplicht: Factuur voor\r\nVerplicht: Besteld door" } } }
This is the code i used. $items is an array just like the way you showed in your example.
$salesinvoice = new \Picqer\Financials\Exact\SalesInvoice($connection);
Hi,
I've been tryin to add a salesinvoice in the same way you are doing it in the example, only by hardcoded ID's and stuff. Did you manage to get an invoice added?
The exception i get is :
{ "error": { "code": "", "message": { "lang": "", "value": "Verplicht: Factuur voor\r\nVerplicht: Besteld door" } } }
This is the code i used. $items is an array just like the way you showed in your example.
$salesinvoice = new \Picqer\Financials\Exact\SalesInvoice($connection);
I've also reached out to exact online with this error, will update if i get it working with the solution they maybe provide.
Thanks
The text was updated successfully, but these errors were encountered: