Post a journal entry
POST/journal-entries/:code/post
Transition a journal entry from PENDING to POSTED. This also enqueues a journal_entry.posted event via the transactional outbox.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 429
Successfully posted journal entry
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
Journal entry not found
Journal entry cannot transition to POSTED from current status
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request