Transaction Management

User can manage transactions along with their underlying steps and documents.

Transactions functions

  • List transactions

  • Create new transaction

  • Delete transaction

  • View transaction steps

List transactions

User can view all the existing transactions in a paged list. User can change the number of items displayed per page. List can be filtered by using the search box above the list then clicking "Search"

Create new transaction

User can click "New Transaction" button to create a new empty transaction. No data input needed. The new transaction will be assigned a transaction Id (GUID). The page will be redirected to add a new step under the newly created transaction

Delete transaction

From transactions list, user can select a transaction and from the actions menu click "Delete". A warning is displayed confirming that deleting this transaction will delete it with all the underlying steps and documents. Once confirmed, the transaction is deleted.

View transaction steps

Each transaction contains one or more steps, each step can have data and document.

Transaction is automatically created in portal when a post request on base URL

https://api.vlenseg.com/v1/<endpoint_path> is received with empty

transactionId parameter.

Please refer to https://apidoc.vlens.co/ to know how to send your 1st request and see corresponded transactions on portal.

Last updated