Nikos Kapetanos
Nikos Kapetanos
As a matter of fact, it is possible to get the online invoice url using the standard invoices.get and appending "/OnlineInvoice" to the invoice guid, e.g. xero.invoices.get('bd709179-ba9b-492b-bd5c-305a31f2e5ca' + '/OnlineInvoice') .
As stated in the API documentation only the InvoiceID can be used to retrieve the online invoice url. You could keep the InvoiceNumber and its InvoiceID locally when creating the...
@carter-page when using put to create an invoice, the created invoice is returned. For example you can create an invoice and get the InvoiceID (invoice_dict is a dictionary with the...