POST
/
journalentries
/
{entryId}
/
reverse
curl --request POST \
  --url https://spark.test.woodcore.co/api/v2/journalentries/{entryId}/reverse \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "comments": "Reversing transaction"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

entryId
string
required

Body

application/json