Update reconciliation

Update a reconciliation's statement balances and ending date. First retrieve the current reconciliation from /api/banking/reconciliations/{id}, apply your changes, then send back the full object. The response contains the reconciliation's id; its name is always null.

Required permission: Full Write Accounting

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
≥ 1

The id of the reconciliation

Body Params

The details of the reconciliation

account
object | null
required

A reference to an existing record by its id.

date | null
required

The bank statement's ending date. Must be after the previous reconciliation's ending date.

int32

The reconciliation's unique identifier.

double | null

The account balance at the end of the statement period.

double | null

The account balance at the start of the statement period.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Authentication is required, or the Ocs-Api-Key header is missing or invalid.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json