对于Invoice类,Document属性保持为空

时间:2017-05-08 10:21:25

标签: api exact-online

尝试从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确实有生成的文档:

invoice

我已经联系了Exact Online支持,但到目前为止还没有得到回复

0 个答案:

没有答案