Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Service

URL

TYPE

Service Description

Parameters

Get E-Sign MetaData

/esignmetadata/esigntransactions

GET

This endpoint returns the list of transactions that are available to work on. 

StartCreatedDate

EndCreatedDate

Example:
{     "StartCreatedDate": "2023-01-01T17:18:42.517",     "EndCreatedDate": "2022-02-14T17:18:42.517" }

Update E-Sign MetaData

/esignmetadata/esigntransactions/{transactionId}

PUT

This endpoint sets the status of a transaction record so that future calls to the GET esignmetadata/esigntransactions endpoint returns only the desired records (e.g. only the active records).

TransactionID

StatusID

...