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>"
}Confirm the selection of GL transactions for reconciliation. Pass selected transaction IDs in the request body. Selected transactions are marked as RECONCILED; deselected transactions have their status as suggested matches to this reconciliation report cleared.
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>"
}Token-based authentication with required prefix "Token"
List of GL transaction IDs to mark as reconciled
No response body