Edit a payment reconciliationAsk AIpatch https://api.sandbox.helloaria.eu/companies/{companyId}/payment-reconciliations/{paymentReconciliationId}Path ParamscompanyIdstringrequiredDefaults to mepaymentReconciliationIdstringrequiredBody Paramsloansarray of objectslength ≥ 0List of Loans to be reconciled. You can set an empty array if no Loans have been reconciled yet.loansADD objectrepaymentsarray of objectslength ≥ 0List of Repayments to be reconciled. You can set an empty array if no Repayments have been reconciled yet.repaymentsADD objectHeadersx-end-user-ipstringIP of the end-user doing the action resulting in the API call.Responses 201Successfully edited Payment reconciliation 400Invalid payload 403Not permitted (e.g trying to create a Payment reconciliation for a company other than yours) 404Payment reconciliation not found 409ConflictUpdated 11 months ago