/
Ajax Example

Ajax Example

A basic ajax request via jQuery is described as follows.

 


Ajax request
var data = '{
               "ESignType": {
                               "Type": "DOCUSIGN",
                               "SignCallBackURL": "www.test.com"
                            },
               "HostFormOnQuik": true,
               "QuikFormID": "1"
            }';
var token = 'PUT_TOKEN_HERE';

$.ajax({
      type: "POST",
      contentType: "application/json",
      url: "https://websvcs.quikforms.com/rest/quikformsengine/QFE/Execute",
      data: data,
      beforeSend: function (xhr) {
            xhr.setRequestHeader("Authorization", "BEARER " + token);
        }
})



Related content

JSON Request Body Example
JSON Request Body Example
More like this
Forms Search Services (v2000)
Forms Search Services (v2000)
Read with this
Configuring an alternative way to get an Envelope ID
Configuring an alternative way to get an Envelope ID
More like this
Form Groups Services
Form Groups Services
Read with this
How to Configure SetContentTypeCallBackURL Property
How to Configure SetContentTypeCallBackURL Property
More like this
REST Response
REST Response
Read with this

For help regarding Quik! Forms and the Quik! API
Email: support@quikforms.com | Phone: (877) 456-QUIK