尝试从Exact Online REST API中获取SalesInvoices类时,所有相关文档条目都保持为空。我使用Exact Online Python SDK来获取这些SalesInvoices。
使用的代码:
return self.api.invoices.filter(
filter="Customer eq guid'{}'".format(self.api.relations.get(relation_code=relation_code)['ID']),
top=10,
orderby='EntryNumber desc')
其中给出了以下回复:
"Document": null,
"DocumentNumber": null,
"DocumentSubject": null,
虽然SalesInvoice确实有生成的文档:
我已经联系了Exact Online支持,但到目前为止还没有得到回复