Advertisement
Guest User

Untitled

a guest
Mar 5th, 2021
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.50 KB | None | 0 0
  1. {
  2.   "documents": [
  3.     {
  4.       "approvals": [
  5.         {
  6.           "id": "ExampleSignatureId",
  7.           "role": "Signer1",
  8.           "fields": [
  9.             {
  10.               "page": 0,
  11.               "top": 200,
  12.               "subtype": "LABEL",
  13.               "height": 50,
  14.               "left": 100,
  15.               "width": 200,
  16.               "id": "myLabelField",
  17.               "type": "INPUT",
  18.               "value": "Example label field value"
  19.             },
  20.             {
  21.               "page": 0,
  22.               "top": 100,
  23.               "subtype": "FULLNAME",
  24.               "height": 50,
  25.               "left": 100,
  26.               "width": 200,
  27.               "type": "SIGNATURE",
  28.               "name": "ExampleSignatureId"
  29.             }
  30.           ],
  31.           "name": ""
  32.         }
  33.       ],
  34.       "id": "sample-contract",
  35.       "name": "Test Document"
  36.     }
  37.   ],
  38.   "status": "DRAFT",
  39.   "type": "PACKAGE",
  40.   "roles": [
  41.     {
  42.       "id": "Signer1",
  43.       "type": "SIGNER",
  44.       "signers": [
  45.         {
  46.           "email": "signer1@gmail.com",
  47.           "firstName": "Signer1",
  48.           "lastName": "Signer1",
  49.           "id": "Signer1"
  50.         }
  51.       ],
  52.       "name": "Signer1"
  53.     },
  54.     {
  55.       "id": "Signer2",
  56.       "type": "SIGNER",
  57.       "signers": [
  58.         {
  59.           "email": "signer2@gmail.com",
  60.           "firstName": "Signer2",
  61.           "lastName": "Signer2",
  62.           "id": "Signer2"
  63.         }
  64.       ],
  65.       "name": "Signer2"
  66.     }
  67.   ],
  68.   "name": "Test"
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement