apaleo / announcements

Subscribe to this repo to be notified about changes in the apaleo API
15 stars 1 forks source link

Finance API changes [June 25st, 2022] #98

Open abarbarov opened 2 years ago

abarbarov commented 2 years ago

We are deprecating paymentSettled field in the filter for GET /finance/{version}/invoices API.

On 25.06.2022, this field will be removed.

Please use the Status field in order to filter invoices: instead of paymentSettled=true use status=FullyPaid, and for paymentSettled=falsestatus=Unpaid.