Versions Compared

Key

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

...

Quik! hosts a web service method to retrieve a list of TransactionIDs for documents sent to e-sign vendors (DocuSign and SIGNiX) from Quik!. All transactions on this service will work for a CustomerID and all subsidiary CustomerIDs. When a form is submitted to the e-sign vendor, Quik! will store meta data about that transaction for customers to retrieve. The following methods are used:

  • GetESignTransactions
  • UpdateESignTransactions

The customer Customers can then call GetESignTransactions to get the transactionstransactions in a specified status (e.g. Active), call the e-sign vendor to get the their list of transactions, match the results, and determine which transactions transaction records need further processing. When a record is done/processed, they customers can call UpdateESignTransactions to change the transaction's status, removing it from returned results in future calls to GetESignTransactions.

...