Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Example:
"Reversing transaction"
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"
}'
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"
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"Reversing transaction"