Hi,
I'm having some difficulties with getting the PDF for an existing invoice via the API. My code is like this:
$myInvoice = $client->Invoice_FindByNumber(array('number' => '30034'))->Invoice_FindByNumberResult;
$pdf = $client->Invoice_GetPdf(array('InvoiceHandle' => $myInvoice))->Invoice_GetPdfResult;
The error is like this:
Api.Exceptions.ServerException(E00000): An internal error has occurred. {id=2103131007}
Any ideas?
Thanks,
Andreas


