cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#QUICKBOOKS_UPDATE_INVOICE' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "QUICKBOOKS_UPDATE_INVOICE", "parameters": { "invoiceId": "<string>", "syncToken": "<string>", "customerMemo": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Invoice ID : The ID of the invoice to update. (example: "Invoice ID")
Sync Token : Current version number of the object, which will be incremented for the update. The Sync Token value can be retrieved from any QuickBooks object. Defaults to incrementing the previous Sync Token value.
Customer memo : Message to the customer that appears on their invoice.
Success
Was this page helpful?