In the first example, simple PDF without defined places for signature is used. The signature is placed via function sign anywhere (hold the pen/finger/mouse in the place where the signature should be placed)
The document is signed by all the signers within one signature Request. For this kind of document, Among the content of the document in base64 format and its state, there is no need to configure any additional parameters. Functionality sign anywhere is in default configuration of OKdokument API enabled.
{
"signatureRequestId": "1d58a59e-e8f7-4d07-bb99-d3fa39cb58a8",
"expirationTime": "1702288000000",
"sendInfoURL": "http://api.okdokument/info",
"resulturl": "https://okdokument.com/",
"filedata": {
"content": "xyz_JVBERi0xLjc==",
"state": "tosign"
}
}
