Invoice Line Items - Field Deprecation
For the customer and supplier invoice import endpoints, the following fields in invoice_lines
are now marked as deprecated and will be removed in a future API version, as they are not working as intended:
V2 - Deprecation of "List attachments" endpoints
The following endpoints are deprecated and will be removed on October 1st. After this date, they will no longer be accessible.
V2 - Deprecation of journal_id on transactions List and Show
We’ve deprecated the journal_id
field in the transactions response. Use the new journal
object instead, which includes id
and url
for the journal details.
V2 - Create Customer Invoice from Quote
We are happy to announce the introduction of the create customer invoice from quote endpoint. This outlines all the available endpoints in the Pennylane V2 API. Refer to the API docs for full details.
V2 - Expose `archived_at` field in Products endpoints responses
A new archived_at
attribute is available in all Products endpoints responses. The new attribute gives information on whether the Product has been archived or not, and if yes, when.
V2 – Optional Invoice Line Label for Customer Invoices
Invoice line labels are now optional for customer invoices, just as they are for supplier invoices.
V2 - E-Invoices Import Endpoint
We are happy to announce the introduction of the e-invoices import endpoint. This new BETA feature allows you to programmatically import electronic invoices into Pennylane. Refer to the api docs for more details.
V2 - Customers - filtering by name (eq)
Adding the operator eq
on the name
field to Customers list endpoint's filters.
V2 - Slight change in behavior for endpoints attempting to create a treasury Category without a `direction`
Slight change in behavior for endpoints attempting to create a Category
record:
V2 - Ledger Accounts - filtering by number (eq)
Adding the operator eq
on the number
field to Ledger Account list endpoint's filters.