Skip to content

Commit 8ca715e

Browse files
add extra fields on create esign request integration doc
1 parent a1d20bf commit 8ca715e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/data/esign/quickstart.mdx

+11
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ Create signature request can also be created by using configId in case of flexib
163163
"identifier": "9876543210",
164164
"displayName": "John Doe",
165165
"birthYear": "1988",
166+
"geoCoordinate": "123.45, 56.7",
167+
"location": "patiala punjab",
168+
"signerNo": 1,
166169
"signature": {
167170
"onPages": [
168171
"1"
@@ -184,9 +187,12 @@ Create signature request can also be created by using configId in case of flexib
184187
"documentId": "67e0ca30-49e4-4883-86f9-3762f0e6798c",
185188
"id": "cb80bfb4-d163-426e-ad57-1fd8889e62d4",
186189
"redirectUrl": "your-redirect-url.com?other_keys=youcandefinehere",
190+
"reason": "test",
187191
"signers": [{
188192
"displayName": "John Doe",
189193
"birthYear": "1988", //included if specified in Create signature request API
194+
"errCode": null,
195+
"location": "patiala punjab",
190196
"id": "34f94af1-a8b9-4797-b287-c5ef7bff99a1",
191197
"identifier": "9876543210",
192198
"signatureDetails": null,
@@ -251,9 +257,12 @@ Create signature request can also be created by using configId in case of flexib
251257
"documentId": "67e0ca30-49e4-4883-86f9-3762f0e6798c",
252258
"id": "cb80bfb4-d163-426e-ad57-1fd8889e62d4",
253259
"redirectUrl": "your-redirect-url.com?other_keys=youcandefinehere",
260+
"reason": "test",
254261
"signers": [{
255262
"displayName": "Rahul R",
256263
"birthYear": "1988", //included if specified in Create signature request API
264+
"errCode": null,
265+
"location": "patiala punjab",
257266
"id": "34f94af1-a8b9-4797-b287-c5ef7bff99a1",
258267
"identifier": "7002484002",
259268
"signatureDetails": null,
@@ -263,6 +272,8 @@ Create signature request can also be created by using configId in case of flexib
263272
{
264273
"displayName": "chetri R",
265274
"birthYear": "1988", //included if specified in Create signature request API
275+
"errCode": null,
276+
"location": "patiala punjab",
266277
"id": "34f94af1-a8b9-4797-b287-c5ef7bff99a1",
267278
"identifier": "9811412438",
268279
"signatureDetails": null,

0 commit comments

Comments
 (0)