Zoho Sign
Input - Basic
[
{
"signingOrder": 1,
"firstName": "firstName",
"lastName": "lastName",
"countryCode": "+48",
"phoneNumber": "123-456-789",
"email": "[email protected]"
}
]Input - Template
[
{
"signingOrder": 1..N,
"firstName": "firstName",
"lastName": "lastName",
"countryCode": "+48",
"phoneNumber": "123-456-789",
"email": "[email protected]"
},
.
.
.
{
"signingOrder": N,
"firstName": "firstName",
"lastName": "lastName",
"countryCode": "+48",
"phoneNumber": "123-456-789",
"email": "[email protected]"
}
]Response Content
zohoSign
Attribute
Type
Description
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
Was this helpful?