Chilkat Online Tools

Swift3 / DocuSign REST API / Update Consumer Disclosure.

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.

    // {
    //   "companyName": "sample string 1",
    //   "companyPhone": "sample string 2",
    //   "withdrawEmail": "sample string 3",
    //   "withdrawByEmail": "sample string 4",
    //   "withdrawByPhone": "sample string 5",
    //   "withdrawByMail": "sample string 6",
    //   "withdrawAddressLine1": "sample string 7",
    //   "withdrawAddressLine2": "sample string 8",
    //   "withdrawCity": "sample string 9",
    //   "withdrawState": "sample string 10",
    //   "withdrawPostalCode": "sample string 11",
    //   "withdrawConsequences": "sample string 12",
    //   "withdrawOther": "sample string 13",
    //   "withdrawPhone": "sample string 14",
    //   "changeEmail": "sample string 15",
    //   "changeEmailOther": "sample string 16",
    //   "copyCostPerPage": "sample string 17",
    //   "copyRequestEmail": "sample string 18",
    //   "copyFeeCollectionMethod": "sample string 19",
    //   "custom": "sample string 20",
    //   "pdfId": "sample string 21",
    //   "enableEsign": "sample string 22",
    //   "useBrand": "sample string 23",
    //   "esignAgreement": "sample string 24",
    //   "esignText": "sample string 25",
    //   "allowCDWithdraw": "sample string 26",
    //   "mustAgreeToEsign": "sample string 27",
    //   "useConsumerDisclosureWithinAccount": "sample string 28"
    // }

    let json = CkoJsonObject()!
    json.update("companyName", value: "sample string 1")
    json.update("companyPhone", value: "sample string 2")
    json.update("withdrawEmail", value: "sample string 3")
    json.update("withdrawByEmail", value: "sample string 4")
    json.update("withdrawByPhone", value: "sample string 5")
    json.update("withdrawByMail", value: "sample string 6")
    json.update("withdrawAddressLine1", value: "sample string 7")
    json.update("withdrawAddressLine2", value: "sample string 8")
    json.update("withdrawCity", value: "sample string 9")
    json.update("withdrawState", value: "sample string 10")
    json.update("withdrawPostalCode", value: "sample string 11")
    json.update("withdrawConsequences", value: "sample string 12")
    json.update("withdrawOther", value: "sample string 13")
    json.update("withdrawPhone", value: "sample string 14")
    json.update("changeEmail", value: "sample string 15")
    json.update("changeEmailOther", value: "sample string 16")
    json.update("copyCostPerPage", value: "sample string 17")
    json.update("copyRequestEmail", value: "sample string 18")
    json.update("copyFeeCollectionMethod", value: "sample string 19")
    json.update("custom", value: "sample string 20")
    json.update("pdfId", value: "sample string 21")
    json.update("enableEsign", value: "sample string 22")
    json.update("useBrand", value: "sample string 23")
    json.update("esignAgreement", value: "sample string 24")
    json.update("esignText", value: "sample string 25")
    json.update("allowCDWithdraw", value: "sample string 26")
    json.update("mustAgreeToEsign", value: "sample string 27")
    json.update("useConsumerDisclosureWithinAccount", value: "sample string 28")

    // 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}}/consumer_disclosure/{{langCode}}?include_metadata={{include_metadata}}", 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 '{
  "companyName": "sample string 1",
  "companyPhone": "sample string 2",
  "withdrawEmail": "sample string 3",
  "withdrawByEmail": "sample string 4",
  "withdrawByPhone": "sample string 5",
  "withdrawByMail": "sample string 6",
  "withdrawAddressLine1": "sample string 7",
  "withdrawAddressLine2": "sample string 8",
  "withdrawCity": "sample string 9",
  "withdrawState": "sample string 10",
  "withdrawPostalCode": "sample string 11",
  "withdrawConsequences": "sample string 12",
  "withdrawOther": "sample string 13",
  "withdrawPhone": "sample string 14",
  "changeEmail": "sample string 15",
  "changeEmailOther": "sample string 16",
  "copyCostPerPage": "sample string 17",
  "copyRequestEmail": "sample string 18",
  "copyFeeCollectionMethod": "sample string 19",
  "custom": "sample string 20",
  "pdfId": "sample string 21",
  "enableEsign": "sample string 22",
  "useBrand": "sample string 23",
  "esignAgreement": "sample string 24",
  "esignText": "sample string 25",
  "allowCDWithdraw": "sample string 26",
  "mustAgreeToEsign": "sample string 27",
  "useConsumerDisclosureWithinAccount": "sample string 28"
}'
https://domain.com/v2.1/accounts/{{accountId}}/consumer_disclosure/{{langCode}}?include_metadata={{include_metadata}}

Postman Collection Item JSON

{
  "name": "Update Consumer Disclosure.",
  "request": {
    "method": "PUT",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      },
      {
        "key": "Authorization",
        "value": "Bearer {{accessToken}}"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n  \"companyName\": \"sample string 1\",\n  \"companyPhone\": \"sample string 2\",\n  \"withdrawEmail\": \"sample string 3\",\n  \"withdrawByEmail\": \"sample string 4\",\n  \"withdrawByPhone\": \"sample string 5\",\n  \"withdrawByMail\": \"sample string 6\",\n  \"withdrawAddressLine1\": \"sample string 7\",\n  \"withdrawAddressLine2\": \"sample string 8\",\n  \"withdrawCity\": \"sample string 9\",\n  \"withdrawState\": \"sample string 10\",\n  \"withdrawPostalCode\": \"sample string 11\",\n  \"withdrawConsequences\": \"sample string 12\",\n  \"withdrawOther\": \"sample string 13\",\n  \"withdrawPhone\": \"sample string 14\",\n  \"changeEmail\": \"sample string 15\",\n  \"changeEmailOther\": \"sample string 16\",\n  \"copyCostPerPage\": \"sample string 17\",\n  \"copyRequestEmail\": \"sample string 18\",\n  \"copyFeeCollectionMethod\": \"sample string 19\",\n  \"custom\": \"sample string 20\",\n  \"pdfId\": \"sample string 21\",\n  \"enableEsign\": \"sample string 22\",\n  \"useBrand\": \"sample string 23\",\n  \"esignAgreement\": \"sample string 24\",\n  \"esignText\": \"sample string 25\",\n  \"allowCDWithdraw\": \"sample string 26\",\n  \"mustAgreeToEsign\": \"sample string 27\",\n  \"useConsumerDisclosureWithinAccount\": \"sample string 28\"\n}"
    },
    "url": {
      "raw": "{{baseUrl}}/v2.1/accounts/{{accountId}}/consumer_disclosure/{{langCode}}?include_metadata={{include_metadata}}",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "v2.1",
        "accounts",
        "{{accountId}}",
        "consumer_disclosure",
        "{{langCode}}"
      ],
      "query": [
        {
          "key": "include_metadata",
          "value": "{{include_metadata}}"
        }
      ],
      "variable": [
        {
          "key": "accountId",
          "value": "{{accountId}}"
        },
        {
          "key": "langCode",
          "value": "{{langCode}}"
        }
      ]
    }
  },
  "response": [
  ]
}