Create a reconciliation match

Links two reconciliation records into a match. Both records must exist and be reconcilable
with each other; the concrete match subtype is determined automatically from the pair.

Note: the create response returns the bare match, including its type (a persisted STI
column, always present; the list endpoint's methods: [:type] is redundant). Only the embedded
record_a / record_b records are list-only — they are not populated on this create response.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Payload to create a reconciliation match between two records. Both records must exist and be
reconcilable with each other; the match subtype is determined automatically. company_id must
be supplied in the body — the controller does not read it from the company-id header.

uuid
required

One record to link.

uuid
required

The other record to link.

uuid
required

The owning company id. Required in the body (not read from the company-id header).

Headers
uuid
required

UUID of the company on whose behalf the request is made. Required for every Accounting endpoint.
See The company-id header for details on how to obtain
a value for this header and the error responses to expect when it is missing or invalid.

Responses

401

Unauthorized

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