Versions Compared

Key

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

...

Field NameData TypeLengthRequired?Description
TransactionIDString36YESThe TransactionID value Quik! sent to Signixe-sign vendor
DocumentSetIdString
YES

Document SetId from SignIXe-sign vendor

DocSetDescriptionString
YESThe DocSetDescription Quik! sent to Signixe-sign vendor
ClientIDString
YESCustomer ClientID Or Party ID from ClientODS system
AccountIDString
NOAccount Id from ClientODS systemCustomer AccountID
RepCodeString3YES3 digit code assigned for each advisorCustomer RepCode
BDIDString
YESCustomer Broker dealer Dealer identifier
FormNameString
YES

Name or description of the form

FormIDInteger
YESUnique form ID within Quik! to differenciate differentiate one form from another. If the record is an attachment the FormID will be a zero.
PageCountInteger
YESNumber of pages for the FormID
FormOrderInteger
YESOrder of the documents in the package
StatusIDInteger
YESThe status of the records to include (1 = Active, 2 = Inactive, 3 = Pending, 4 = Delete)
CreateDateDate
YESThe Date & Time the document ready for signing ceremony.
FullFileNameString
YESThe expected file name of the PDF sent to the e-sign vendor. (NOTE: The PDF file name for forms is not stored in Quik!, only attachment file names are stored. Therefore, to return this value for forms, the file name is estimated and could possibly change between the time the PDF is sent to the e-sign vendor and when this service is called. To reliably match the file name between Quik! and the e-sign vendor, use the PartialFileName and match the right-most portion of the filename.)
PartialFileNameString
YESThe right-most portion of the file name that will never change. Use this value for matching file names between Quik! and the e-sign vendor – match against the right-most portion of the e-sign vendor’s filename.
AttachmentFlagBoolean
YESIf TRUE then the record is an attachment and the FullFileName and PartialFileName fields will be identical and reliable for matching, and the FormID value will be 0. If FALSE then the record is a form with a valid FormID.

...