Payments endpoints not allowing future payment date
June 2nd, 2021 by Sorin Turoiu
Payments endpoints will not allow future payment date
In order to align to the behaviour inside eAccounting the API will not allow payment dates in the future when using
POST /v2/customerinvoices/{invoiceId}/payments
andPOST /v2/supplierinvoices/{invoiceId}/payments
endpoints. A validation exception will be returned in that case.