Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

The collection of Quik! Forms Engine E-Signature MetaData services are used to implement E-Signature MetaData features and capabilities within your environment. 

Endpoint URL: https://websvcs.quikforms.com/rest/esignature/

Endpoint Documentation: https://websvcs.quikforms.com/rest/esignature/swagger/index.html

Quik! hosts a web service method to retrieve a list of TransactionIDs for documents sent to E-Sign vendors (DocuSign and SIGNiX) from Quik!.

Customers can set their metadata values for forms generated using the appropriate Quik! Forms Engine properties. After forms have been generated and submitted to an E-Sign vendor by the user, customers can then call GET esignmetadata/esigntransactions to get transactions in a specified status (e.g. Active). Customers can also call the E-Sign vendor to get their list of transactions, match the results, and determine which transaction records need further processing. When a record is done/processed, customers can PUT /esignmetadata/esigntransactions/{transactionId} to change the transaction's status, removing it from returned results in future calls to GET esignmetadata/esigntransactions.

E-Sign MetaData Services

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. 

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

  • No labels