@@ -163,6 +163,9 @@ Create signature request can also be created by using configId in case of flexib
163
163
"identifier": "9876543210",
164
164
"displayName": "John Doe",
165
165
"birthYear": "1988",
166
+ "geoCoordinate": "123.45, 56.7",
167
+ "location": "patiala punjab",
168
+ "signerNo": 1,
166
169
"signature": {
167
170
"onPages": [
168
171
"1"
@@ -184,9 +187,12 @@ Create signature request can also be created by using configId in case of flexib
184
187
"documentId": "67e0ca30-49e4-4883-86f9-3762f0e6798c",
185
188
"id": "cb80bfb4-d163-426e-ad57-1fd8889e62d4",
186
189
"redirectUrl": "your-redirect-url.com?other_keys=youcandefinehere",
190
+ "reason": "test",
187
191
"signers": [{
188
192
"displayName": "John Doe",
189
193
"birthYear": "1988", //included if specified in Create signature request API
194
+ "errCode": null,
195
+ "location": "patiala punjab",
190
196
"id": "34f94af1-a8b9-4797-b287-c5ef7bff99a1",
191
197
"identifier": "9876543210",
192
198
"signatureDetails": null,
@@ -251,9 +257,12 @@ Create signature request can also be created by using configId in case of flexib
251
257
"documentId": "67e0ca30-49e4-4883-86f9-3762f0e6798c",
252
258
"id": "cb80bfb4-d163-426e-ad57-1fd8889e62d4",
253
259
"redirectUrl": "your-redirect-url.com?other_keys=youcandefinehere",
260
+ "reason": "test",
254
261
"signers": [{
255
262
"displayName": "Rahul R",
256
263
"birthYear": "1988", //included if specified in Create signature request API
264
+ "errCode": null,
265
+ "location": "patiala punjab",
257
266
"id": "34f94af1-a8b9-4797-b287-c5ef7bff99a1",
258
267
"identifier": "7002484002",
259
268
"signatureDetails": null,
@@ -263,6 +272,8 @@ Create signature request can also be created by using configId in case of flexib
263
272
{
264
273
"displayName": "chetri R",
265
274
"birthYear": "1988", //included if specified in Create signature request API
275
+ "errCode": null,
276
+ "location": "patiala punjab",
266
277
"id": "34f94af1-a8b9-4797-b287-c5ef7bff99a1",
267
278
"identifier": "9811412438",
268
279
"signatureDetails": null,
0 commit comments