Skip to main content
POST
/
coa
/
api
/
v2
/
reconciliation
/
{id}
/
transactions
/
confirm
Confirm Selection of Transactions to Reconcile
curl --request POST \
  --url https://api.meetcampfire.com/coa/api/v2/reconciliation/{id}/transactions/confirm \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "selected": [
    123
  ]
}
'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

Body

selected
integer[]
required

List of GL transaction IDs to mark as reconciled

Response

No response body