Quik! is planning to end support of Quik!’s SOAP API web services as of October 31, 2022. 

If you are a customer or partner that currently uses any of Quik!'s SOAP API web services, you will need to convert these to Quik!’s REST API web services.


By focusing our development efforts on our REST API offerings, we will be able to offer higher levels of security, increased uptime availability, and better performance.

We understand that many of our customers and partners are actively using our SOAP web services. We will work together to ensure the SOAP web services in use today will be completely available as REST web services after October 31, 2022.

Need Help?

We welcome your feedback, comments, and requests for help with this plan. Our goal is to move our technology and support forward as technology advances. If our timeframe is unattainable, please let us know so we can work with you to keep your system stable until you do move. In other words, we’re ready to talk about your specific needs and how best to meet them.

Advantages to Using REST

In addition to the standard items that come up when comparing SOAP to REST, the key advantages to using REST with Quik! are:

Migration Steps

High Level Steps

  1. Identify the SOAP endpoints you currently use.

  2. Match them to the REST endpoint to convert to.

  3. Implement the REST endpoint
    (we know this is a huge step with re-factoring your code, so just know we’re not trying to oversimplify it)

  4. Test in UAT environment

  5. Go live

How To Implement REST

The REST services at Quik! all follow the same architecture and basic steps:

  1. Authenticate - the first step to calling any REST API is to first call the authentication API and get an OAuth token. The token will be used with any subsequent API calls.

  2. Call the API - Each API is documented and the parameters vary by endpoint

  3. Do something with the data - Each API will return a set of results that include:

    1. ResultData object includes the returned values from the API

    2. ErrorCode to indicate a success (0) or failure (<> 0)

    3. Message to indicate the reason for failure

SOAP API --> REST API

Function

SOAP API

REST API

Generate Forms - Execute

Quik! Forms Engine - Web Service


Execute

ExecutePDF

Quik! Forms Engine Services

POST
execute/html

execute/pdf

Upload Attachments - Upload

Quik! Forms Engine - Web Service

UploadFileAsBytes
UploadFileFromURL
UploadFileAsBytesV2
UploadFileFromURLV2

Quik! Forms Engine Services
POST
/attachments/upload

Forms Data - Get

Forms Data - Web Service


GetFormsList
GetDealerList
GetDealerTypes
GetDealerTypeXREF
GetCategoryList
GetFormCategoryXREF
GetFormStateXREF
GetStatesList
GetFormTransTypeXREF
GetFormTransTypes
GetFormSignRoles
GetFormsListByCompanyAndShortNameGetPublicDealerList
GetDealerListBySecurityLevel

Forms Search Services (v2000)

GET
qfem/v2000/forms/search
qfem/v2000/dealers

 

qfem/v2000/categories


qfem/v2000/states


qfem/v2000/forms/roles/sign

Form Groups

Forms Data - Web Service

FormGroupsByCustomerID
FormGroups
FormGroupsWithFormsByUserID
FormsByGroupIDs

AddFormsToGroupByCustomerID
AddGroupByCustomerID
AddFormsToGroup
AddGroup

DeleteFormsFromGroupByCustomerID
DeleteGroupByCustomerID
DeleteFormsFromGroup
DeleteGroup

EditFormGroupByCustomerID
EditFormGroup

Form Groups Services
GET
/customers/formgroups
/customers/formgroups/{id}


POST
/customers/formgroups/{id}/forms
/customers/formgroups


DELETE
/customers/formgroups/{id}/forms
/customers/formgroups/{id}


PUT
/customers/formgroups/{id}

DocuSign API – OAuthToken Management

DocuSign API – OAuthToken Management

GetDocusignEnvironments
GetDocusignToken

CreateOAuth2Token

RevokeOAuth2Token

E-Signature Services

GET
/docusign/environments
/docusign/oauthtokens
POST
/docusign/oauthtokens
DELETE
/docusign/oauthtokens

DocuSign API – Callback Web Service

DocuSign API – Callback Web Service
GenerateDocusignEnvelope
GenerateDocusignEnvelopeJSON

E-Signature Services

/docusign/sign
/docusign/selfservice/envelopedata

DocuSign API – Pass-Thru Web Service

DocuSign API – Pass-Thru Web Service
GenerateDocusignEnvelope
GenerateDocusignEnvelopeJSON

E-Signature Services

/docusign/sign
/docusign/selfservice/envelopedata

DocuSign API – Self-Service Web Service

DocuSign API – Self-Service Web Service
GetDocusignResources
GetDocusignResourcesJSON

E-Signature Services

/docusign/sign
/docusign/selfservice/envelopedata

ESign Meta Data – Web Service

ESign Meta Data – Web Service GetESignTransactions
UpdateESignTransactions

E-Sign Metadata Services
/esignmetadata/esigntransactions
/esignmetadata/esigntransactions/{transactionId}