Versions Compared

Key

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

...

  • GetESignTransactions
  • UpdateESignTransactions

The customer can then call GetESignTransactions to get the transactions, call the e-sign vendor to get the transactions, match the results, and determine which transactions need further processing. When a record is done/processed, they can call UpdateESignTransactions to change the transaction's status, removing it from returned results in future calls to GetESignTransactions.

GetESignTransactions

Customers can call the GetESignTransactions method at Quik! to retrieve the list of transactions that are available to work on. 

Request Parameters

Field NameData TypeLengthRequired?Description
StatusIDInteger
NO

The Status of the records to include:

1  Pending

2  Active

3  Inactive

4  Delete

5  In Process

StartCreatedDateDate
NO

The start date to include results based on the date the record was created

EndCreatedDateDate
NOThe end date to include results based on the date the record was created

...