New endpoints: Voucher Drafts
November 17th, 2020 by Sorin Turoiu
Release of a highly requested feature by AOs in collaboration with customers.
This will enable end users to save manual journal entries as a draft and then allow the AO to review them and edit if needed before posting them to ledger.
The new endpoints enable the possibility to create, get, update, delete a draft or convert it to a voucher.
Changelog
- added: POST
v2/voucherdrafts
- added: GET
v2/voucherdrafts
- added: GET
v2/voucherdrafts/{voucherDraftId}
- added: PUT
v2/voucherdrafts/{voucherDraftId}
- added: DELETE
v2/voucherdrafts/{voucherDraftId}
- added: POST
v2/voucherdrafts/{voucherDraftId}/convert