Ryan_Coleman

Approve only document

0 votes
Guys, I've spent a bit of time going through the features guide and I cannot find anything that will help show me how to upload a document that has no signing fields and is just an approval document only. This would be like the default consent form when you start to sign your package. I just want to upload a document that the users have to accept and not sign. Is this possible?

Approved Answer

Reply to: Approve only document

0 votes
Hi Ryan, The guide you want to find is "Create Consent Document", and the below Rest API to upload document may help:
HTTP Request
POST /api/packages/{packageId}/documents

HTTP Headers
Accept: text/html
Content-Type: multipart/form-data
Authorization: Basic api_key

Request Payload
{
   "approvals":[
      {
         "role":"48d0c024-0609-4255-9087-941a66f80738"
      }
   ],
   "index":1,
   "name":"Sample consent",
   "isConsent":true
}
Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Approve only document

0 votes
Duo, I am assuming that this doesn't take the place of the default consent form, correct?

Reply to: Approve only document

0 votes
Hi Ryan, Yes, documents with accept approval only won't take place of Default Consent. And one thing to notice, "Accept Only" documents can't exist other types of signatures. Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off