...
After adding the reading task within the workstep configuration you can send the document. The result should look like the following:
As
As you can see, just the first page needs a reading confirmation.
...
Code Block | ||||
---|---|---|---|---|
| ||||
"Tasks": [ { "PositionPage": 1, "AllPages": false, "AllDocuments": true, "Position": { "PositionX": 50.0, "PositionY": 100.0 }, "Size": { "Height": 40.0, "Width": 400.0 }, "IsRequired": true, "Id": "847a3d4a-da2c-46f4-8c8c-a9edaa06c29b", "DisplayName": "your text for this task", "DocRefNumber": 1, "DiscriminatorType": "ReadingTask" }, { "PositionPage": 1, "Position": { "PositionX": 80.22857, "PositionY": 158.8629 }, "Size": { "Height": 68.57143, "Width": 171.4286 }, "AllowedSignatureTypes": [], "UseTimestamp": false, "IsRequired": true, "Id": "93cce567-ae5c-4e98-ac99-9f56ac034250", "DisplayName": "SignField 1", "DocRefNumber": 1, "DiscriminatorType": "Signature" } ] |
...
The result should look like the following screenshot:
Reading task for a section
...
Expand | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
...
In the next section you can find a complete workstep configuration with one signature field, one recipient and a reading confirmation for a section:
...