Approve only document
Wednesday, November 21, 2018 at 03:19amGuys,
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?
Reply to: Approve only document
Wednesday, November 21, 2018 at 04:55amHTTP 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! DuoReply to: Approve only document
Wednesday, November 21, 2018 at 04:59amReply to: Approve only document
Wednesday, November 21, 2018 at 05:06am