...
- 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 Name | Data Type | Length | Required? | Description |
---|---|---|---|---|
StatusID | Integer | NO | The Status of the records to include: 1 Pending 2 Active 3 Inactive 4 Delete 5 In Process | |
StartCreatedDate | Date | NO | The start date to include results based on the date the record was created | |
EndCreatedDate | Date | NO | The end date to include results based on the date the record was created |
...