We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ae142 commit 62f4d4fCopy full SHA for 62f4d4f
README.md
@@ -80,6 +80,10 @@ var_dump($salesInvoices); // Array with SalesInvoice objects
80
$salesInvoice = $moneybird->salesInvoice()->find(3498576378625);
81
var_dump($salesInvoice); // SalesInvoice object
82
83
+// Example: Get sales invoice PDF contents
84
+// *** Officially unsupported in the Moneybird API ***
85
+$pdfContents = $salesInvoice->download();
86
+
87
// Example: Create a new contact
88
$contact = $moneybird->contact();
89
0 commit comments