Discussions
Transactions - Property "hasAttachments" is always false (v2 & V3)
about 1 month ago by Marc K
When you call /api/v2/transactions, all the transactions are properly returned, but at least has Invoice and hasAttachments are always false.
"hasInvoice": {
"value": false,
"links": []
},
"hasAttachments": {
"value": false,
"links": []
},
If you call transactions/{uuid}/documents, the document is returned properly. You need to call it for every transactions to know if there is an attachment.
Thanks