Chilkat Online Tools

Swift3 / DocuSign REST API / Updates a specified Connect configuration.

Back to Collection Items

func chilkatTest() {
    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    let http = CkoHttp()!
    var success: Bool

    // Use this online tool to generate code from sample JSON: Generate Code to Create JSON

    // The following JSON is sent in the request body.

    // {
    //   "connectId": "sample string 1",
    //   "configurationType": "sample string 2",
    //   "urlToPublishTo": "sample string 3",
    //   "name": "sample string 4",
    //   "allowEnvelopePublish": "sample string 5",
    //   "enableLog": "sample string 6",
    //   "includeDocuments": "sample string 7",
    //   "includeCertificateOfCompletion": "sample string 8",
    //   "requiresAcknowledgement": "sample string 9",
    //   "signMessageWithX509Certificate": "sample string 10",
    //   "useSoapInterface": "sample string 11",
    //   "includeTimeZoneInformation": "sample string 12",
    //   "includeHMAC": "sample string 13",
    //   "includeEnvelopeVoidReason": "sample string 14",
    //   "includeSenderAccountasCustomField": "sample string 15",
    //   "envelopeEvents": "sample string 16",
    //   "recipientEvents": "sample string 17",
    //   "userIds": "sample string 18",
    //   "soapNamespace": "sample string 19",
    //   "allUsers": "sample string 20",
    //   "includeCertSoapHeader": "sample string 21",
    //   "includeDocumentFields": "sample string 22"
    // }

    let json = CkoJsonObject()!
    json.update("connectId", value: "sample string 1")
    json.update("configurationType", value: "sample string 2")
    json.update("urlToPublishTo", value: "sample string 3")
    json.update("name", value: "sample string 4")
    json.update("allowEnvelopePublish", value: "sample string 5")
    json.update("enableLog", value: "sample string 6")
    json.update("includeDocuments", value: "sample string 7")
    json.update("includeCertificateOfCompletion", value: "sample string 8")
    json.update("requiresAcknowledgement", value: "sample string 9")
    json.update("signMessageWithX509Certificate", value: "sample string 10")
    json.update("useSoapInterface", value: "sample string 11")
    json.update("includeTimeZoneInformation", value: "sample string 12")
    json.update("includeHMAC", value: "sample string 13")
    json.update("includeEnvelopeVoidReason", value: "sample string 14")
    json.update("includeSenderAccountasCustomField", value: "sample string 15")
    json.update("envelopeEvents", value: "sample string 16")
    json.update("recipientEvents", value: "sample string 17")
    json.update("userIds", value: "sample string 18")
    json.update("soapNamespace", value: "sample string 19")
    json.update("allUsers", value: "sample string 20")
    json.update("includeCertSoapHeader", value: "sample string 21")
    json.update("includeDocumentFields", value: "sample string 22")

    // Adds the "Authorization: Bearer {{accessToken}}" header.
    http.authToken = "{{accessToken}}"
    http.setRequestHeader("Accept", value: "application/json")

    let sbRequestBody = CkoStringBuilder()!
    json.emitSb(sbRequestBody)

    var resp: CkoHttpResponse? = http.pTextSb("PUT", url: "https://domain.com/v2.1/accounts/{{accountId}}/connect", textData: sbRequestBody, charset: "utf-8", contentType: "application/json", md5: false, gzip: false)
    if http.lastMethodSuccess == false {
        print("\(http.lastErrorText!)")
        return
    }

    print("\(resp!.statusCode.intValue)")
    print("\(resp!.bodyStr!)")
    resp = nil

}

Curl Command

curl -X PUT
	-H "Accept: application/json"
	-H "Authorization: Bearer {{accessToken}}"
	-d '{
  "connectId": "sample string 1",
  "configurationType": "sample string 2",
  "urlToPublishTo": "sample string 3",
  "name": "sample string 4",
  "allowEnvelopePublish": "sample string 5",
  "enableLog": "sample string 6",
  "includeDocuments": "sample string 7",
  "includeCertificateOfCompletion": "sample string 8",
  "requiresAcknowledgement": "sample string 9",
  "signMessageWithX509Certificate": "sample string 10",
  "useSoapInterface": "sample string 11",
  "includeTimeZoneInformation": "sample string 12",
  "includeHMAC": "sample string 13",
  "includeEnvelopeVoidReason": "sample string 14",
  "includeSenderAccountasCustomField": "sample string 15",
  "envelopeEvents": "sample string 16",
  "recipientEvents": "sample string 17",
  "userIds": "sample string 18",
  "soapNamespace": "sample string 19",
  "allUsers": "sample string 20",
  "includeCertSoapHeader": "sample string 21",
  "includeDocumentFields": "sample string 22"
}'
https://domain.com/v2.1/accounts/{{accountId}}/connect

Postman Collection Item JSON

{
  "name": "Updates a specified Connect configuration.",
  "request": {
    "method": "PUT",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      },
      {
        "key": "Authorization",
        "value": "Bearer {{accessToken}}"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n  \"connectId\": \"sample string 1\",\n  \"configurationType\": \"sample string 2\",\n  \"urlToPublishTo\": \"sample string 3\",\n  \"name\": \"sample string 4\",\n  \"allowEnvelopePublish\": \"sample string 5\",\n  \"enableLog\": \"sample string 6\",\n  \"includeDocuments\": \"sample string 7\",\n  \"includeCertificateOfCompletion\": \"sample string 8\",\n  \"requiresAcknowledgement\": \"sample string 9\",\n  \"signMessageWithX509Certificate\": \"sample string 10\",\n  \"useSoapInterface\": \"sample string 11\",\n  \"includeTimeZoneInformation\": \"sample string 12\",\n  \"includeHMAC\": \"sample string 13\",\n  \"includeEnvelopeVoidReason\": \"sample string 14\",\n  \"includeSenderAccountasCustomField\": \"sample string 15\",\n  \"envelopeEvents\": \"sample string 16\",\n  \"recipientEvents\": \"sample string 17\",\n  \"userIds\": \"sample string 18\",\n  \"soapNamespace\": \"sample string 19\",\n  \"allUsers\": \"sample string 20\",\n  \"includeCertSoapHeader\": \"sample string 21\",\n  \"includeDocumentFields\": \"sample string 22\"\n}"
    },
    "url": {
      "raw": "{{baseUrl}}/v2.1/accounts/{{accountId}}/connect",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "v2.1",
        "accounts",
        "{{accountId}}",
        "connect"
      ],
      "variable": [
        {
          "key": "accountId",
          "value": "{{accountId}}"
        }
      ]
    },
    "description": "Updates the specified DocuSign Connect configuration in your account.\n\n###### Note: Connect must be enabled for your account to use this function. This cannot be used to update Connect configurations for Box, eOriginal, or Salesforce."
  },
  "response": [
  ]
}