Documentation
HomeSupportStatusSign in ->
  • Developer guide
  • How it works?
  • Integration Quick Guide
    • Link Flow
    • Embedded Flow
    • Running Workflow
  • Production setup
  • Webhooks
  • Widget
    • Methods
    • Inline mode
  • Postman Collection
  • Changelog
  • Records
    • Introduction
    • Migration Guide: Migrating from Cases to Records
  • TRANSACTIONLINK API
    • API Reference
      • Authentication
      • Cases (deprecated)
      • Resources
      • Parameters
      • Token
      • Link
      • Workflows
      • Records
        • Attachments
    • API Changelog
    • API Versioning
  • Integrations
    • AIS
      • Data fields availability across banks
      • Testing data
    • Autopay
    • BIG Info Monitor
      • Company Report
      • Personal Report
      • Entrepreneur Report
      • Plus Sco Plus CR3 Report
    • BankID
      • 🇳🇴Norway
      • 🇩🇰Denmark
    • CEIDG
      • Get company
      • List companies
    • Companies House
      • Public Data Api
        • Exemptions
        • Persons with significant Control
        • UK Establishments
        • Filing History
        • Registers
        • Registered Office Address
        • Company Profile
        • Officers
        • Insolvency
        • Charges
      • Documents Api
    • ComplyAdvantage
    • ComplyCube
      • Identity Verification
        • Document Check
        • Proof of Address Check
        • Identity Check
      • Document Check
      • AML Screening Check
      • Face Authentication Check
    • Data Ninja
      • Labeling
      • Profiling
      • Scoring
    • eDO App
    • GUS
    • IAML
    • KRD
      • Company Report
      • Personal Report
      • Identity Card Verification
    • mObywatel
      • CitizenDetails
      • CitizenNationality
    • OnDato
    • Polish VAT Whitelist
    • Przelewy 24
    • PWG
    • QARD
    • Rejestr.io
    • Registru Centras
      • Get company
      • List documents
      • Get document
    • Smart-ID
    • SMS API
    • Twilio
    • MojeId
    • Veriff
      • Supported Browsers
    • VIES (Vat Validation)
      • vies
    • Zoho Sign
      • Adding document fields automatically using text tags
    • Idenfy
    • GBG
      • IDScan
      • Verifications
    • Visa
    • KYB
      • Company Profile
    • Handelsregister
      • Company profile
        • List companies
        • Get company
        • Get company documents
    • InfoCamere
      • Company profile
        • List companies
        • List persons
        • Get company
        • Get person
        • Get documents
    • CBE - Belgium Company Register
      • Company profile
        • List companies
        • Get company
        • List documents
        • Get document
    • Transparenzregister
      • Beneficial owners
        • List companies
        • List documents
        • Get documents
    • CVR (Danish Central Business Register)
      • Company profile
        • List Companies
        • Get Company
        • Get document
    • Malta Business Registry
      • Company profile
        • List Companies
        • Get Company
Powered by GitBook
On this page
  • Input - Basic
  • Input - Template
  • Response Content

Was this helpful?

  1. Integrations

Zoho Sign

Input - Basic

[
  {
    "signingOrder": 1,
    "firstName": "firstName",
    "lastName": "lastName",
    "countryCode": "+48",
    "phoneNumber": "123-456-789",
    "email": "john.doe@test.com"
  }
]

Input - Template

[
  {
    "signingOrder": 1..N,
    "firstName": "firstName",
    "lastName": "lastName",
    "countryCode": "+48",
    "phoneNumber": "123-456-789",
    "email": "john.doe@test.com"
  },
  .
  .
  .
  {
    "signingOrder": N,
    "firstName": "firstName",
    "lastName": "lastName",
    "countryCode": "+48",
    "phoneNumber": "123-456-789",
    "email": "john.doe@test.com"
  }
]

Response Content

zohoSign

Attribute
Type
Description

array of objects

List of signed documents

signature

Attribure
Type
Description

resourceId

string

Identifier of signed document

resourceName

string

Name of the signed document

submittedResourceId

string

The ID of the sent document for signature.

resourcePath

string

Resource path

Example response

{  
  "zohoSign" : {
    "signature" : [ {
      "resourceId" : "bb9908c9-bdd0-4c10-95f7-311eb25cb286",
      "resourceName" : "Short hand tags examples.pdf",
      "submittedResourceId": "4bf7d321-7c8d-444c-b495-6e3f2c3b66b5",
      "resourcePath" : "resources/9f628cd8-66eb-4dd3-9c9c-81ea029b07c4/bb9908c9-bdd0-4c10-95f7-311eb25cb286/Short hand tags examples.pdf"
    }, {
      "resourceId" : "9cceb9ad-2c8a-42c3-8b96-1bffc4d036cd",
      "resourceName" : "Short hand tags examples.pdf",
      "submittedResourceId": "4bf7d321-7c8d-444c-b495-6e3f2c3b66b5",
      "resourcePath" : "resources/9f628cd8-66eb-4dd3-9c9c-81ea029b07c4/9cceb9ad-2c8a-42c3-8b96-1bffc4d036cd/Short hand tags examples.pdf"
    } ]
  }
}

PreviousviesNextAdding document fields automatically using text tags

Last updated 1 year ago

Was this helpful?

signature