{ "documents": [ { "approvals": [ { "id": "ClientSignature", "role": "Signer1", "fields": [ { "page": 0, "top": 200, "subtype": "LABEL", "height": 50, "left": 100, "width": 200, "id": "myLabelField", "type": "INPUT", "value": "Example label field value" }, { "subtype": "FULLNAME", "extract": false, "extractAnchor": { "text": "Client Signature", "index": 0, "width": 150, "height": 50, "anchorPoint": "TOPRIGHT", "characterIndex": 0, "leftOffset": 0, "topOffset": 0 }, "type": "SIGNATURE", "name": "ExampleSignatureId" } ], "name": "" }, { "id": "RequesterSignature", "role": "Signer2", "fields": [ { "subtype": "FULLNAME", "extract": false, "extractAnchor": { "text": "Requester Signature", "index": 0, "width": 150, "height": 50, "anchorPoint": "TOPRIGHT", "characterIndex": 0, "leftOffset": 0, "topOffset": 0 }, "type": "SIGNATURE", "name": "ExampleSignatureId" } ], "name": "" } ], "id": "sample-contract", "name": "Test Document" } ], "status": "DRAFT", "type": "PACKAGE", "roles": [ { "id": "Signer1", "type": "SIGNER", "signers": [ { "email": "signer1@example.com", "firstName": "John", "lastName": "Smith", "id": "Signer1" } ], "name": "Signer1" }, { "id": "Signer2", "type": "SIGNER", "signers": [ { "email": "signer2@example.com", "firstName": "Mary", "lastName": "Doe", "id": "Signer2" } ], "name": "Signer2" } ], "name": "Example Package" }