Auto Stamping
Implementation Overview
API Processing
Headers
Name
Type
Description
Sample API Request Structure
{
"Message": "Message",
"Title": "Title",
"Documents": [
"2e5cfa87-44d3-4d6d-88e1-3f6586a3c158"
],
"Signatories": [
{
"Color": "#7c95f4",
"Email": "[email protected]",
"Name": "Jhone Doe",
"Order": 1,
"PrivateMessage": "Private Message",
"signatoryType": 1,
"OTP": {
"IsRequired": true,
"AccessCode": "12345",
"Type": "1",
"MobileNumber": ""
},
"AutoStamps": [
{
"Identifier":"signature1",
"Color": "#7c95f4",
"Order": 1,
"Offset": {
"X_offset": 0,
"Y_offset":-50
},
"StampSize": {
"Height": 50,
"Width": 100
},
"Type": "signature"
},
{
"Identifier":"text1",
"Color": "#7c95f4",
"Order": 1,
"Offset": {
"X_offset": 0,
"Y_offset": -25
},
"StampSize": {
"Height": 50,
"Width": 100
},
"Type": "text"
},
{
"Identifier":"email1",
"Color": "#7c95f4",
"Order": 1,
"Offset": {
"X_offset": 0,
"Y_offset": -25
},
"StampSize": {
"Height": 50,
"Width": 100
},
"Type": "email"
},
{
"Identifier":"Date1",
"Color": "#7c95f4",
"Order": 1,
"Offset": {
"X_offset": 0,
"Y_offset": -25
},
"StampSize": {
"Height": 50,
"Width": 100
},
"Type": "date"
},
{
"Identifier":"initial1",
"Color": "#7c95f4",
"Order": 1,
"Offset": {
"X_offset": 0,
"Y_offset": -50
},
"StampSize": {
"Height": 50,
"Width": 100
},
"Type": "initial"
}
]
}
]
}Key Elements of the Request:
Last updated