Closed jianweng11 closed 3 weeks ago
Hi @jianweng11 In the context of Peppol, each Invoice needs to be transmitted separately. Support for bulk invoices is not contained. In any other context, please take into consideration, that XML must have a single root element, so it should be something like
<InvoiceList>
<Invoice ...>
---
</Invoice>
<Invoice ...>
---
</Invoice>
</InvoiceList>
Dear @phax,
Appreciate your prompt response, and many thanks. Singapore has a requirement to send bulk invoices as outlined below. Therefore, we are checking to confirm whether this can be supported.
Thanks.
This payload is not valid, because the SBDH XSD allows only for a sinlge payload document. I will reach out to the SG PA to tackle that issue.
Okay, so the use case is only for tax reporting, and not for regular Peppol exchanges. Will let you know about the outcome
Noted with thanks 🙏🏻
Dear Philip,
Is it possible to support bulk sending? The current standalone project seems to only support single invoice. When attempting to send multiple invoices, an invalid XML issue is encountered.
Thanks.